DoT compliance
Change of Gauge
Change of Gauge flights are flights with the same flight number, but with an equipment swap at a intermediate stop.
See documentation for additional information regarding the <auro-flight-segment>
API.
<auro-flight
flights='["AS 8"]'
duration="500"
departureTime="2022-04-13T01:10:00-07:00"
departureStation="SEA"
arrivalTime="2022-04-13T12:30:00-04:00"
arrivalStation="EWR"
stops='[{ "isStopover": true, "arrivalStation": "LAX"}]'>
<auro-flightline>
<auro-flight-segment iata="LAX">
</auro-flightline>
</auro-flight>
Regional Nonstop
AlaskaHorizon, AlaskaSkyWest, American Eagle, Delta Connection, QantasLink, and United Express fares are sold as mainline tickets operated by Part 131 air carriers doing business as the mainline.
DoT regulates the disclosure of this instance as illustrated in this example flight from ALW to SEA (The font color and size of the stations match the font color and size of the disclosure):
<auro-flight
flights='["AS 8"]'
duration="500"
departureTime="2022-04-13T01:10:00-07:00"
departureStation="SEA"
arrivalTime="2022-04-13T12:30:00-04:00"
arrivalStation="EWR">
<auro-flightline></auro-flightline>
<span slot="footer">
<auro-icon category="logos" name="tail-AS" style="width: 32px"></auro-icon>
AS 2087 is operated by Horizon Air as AlaskaHorizon
</span>
</auro-flight>