DoT compliance

Change of Gauge

Change of Gauge flightsLink to external site.This indicates a link to an external site that may not follow the same accessibility or privacy policies as Alaska Airlines. By selecting a partner link you agree to share your data with these sites. are flights with the same flight number, but with an equipment swap at a intermediate stop.

Change of Gauge flights are a pain point for guests with physical disabilities whom may not expect to need to depart the aircraft. Even with the physical change of planes, these flights are still considered Direct. Qantas runs a COG JFK-SYD. The following illustrates change of gauge flight, from SEA to SJD.

See documentation for additional information regarding the <auro-flight-segment> API.

See code
<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):

AS 2087 is operated by Horizon Air as AlaskaHorizon
See code
<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>