Resource details

File name: Tisseo_GTFSRT.pb
Format: gtfs-rt

Fichier GTFS-RT

This resource file is part of the dataset Réseau urbain Tisséo.

Download availability

2025-11-28
100%
2025-11-29
100%
2025-11-30
100%
2025-12-01
100%
2025-12-02
100%
2025-12-03
100%
2025-12-04
100%
2025-12-05
100%
2025-12-06
100%
2025-12-07
100%
2025-12-08
100%
2025-12-09
100%
2025-12-10
100%
2025-12-11
100%
2025-12-12
100%
2025-12-13
100%
2025-12-14
100%
2025-12-15
100%
2025-12-16
100%
2025-12-17
100%
2025-12-18
100%
2025-12-19
100%
2025-12-20
100%
2025-12-21
100%
2025-12-22
99.5%
2025-12-23
100%
2025-12-24
100%
2025-12-25
100%
2025-12-26
100%
2025-12-27
100%
2025-12-28
100%
Learn more
We test this resource download availability every hour by making an HTTP HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.

For SIRI and SIRI Lite feeds, we perform a GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.

Validation details

20 errors, 2,098 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2025-12-28 at 08:11 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

stop_times_updates not strictly sorted E002 4 errors

stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence

Sample errors
  • trip_id 2209699 stop_sequence [2, 2] is not strictly sorted by increasing stop_sequence
  • trip_id 2209702 stop_sequence [1, 2, 2] is not strictly sorted by increasing stop_sequence
  • trip_id 2209701 stop_sequence [1, 2, 2] is not strictly sorted by increasing stop_sequence
  • trip_id 2209700 stop_sequence [1, 2, 2] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 4 errors

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Sample errors
  • trip_id 2209701 stop_sequence 20 arrival_time 09:40:00 (1766911200) is less than previous stop arrival_time 09:40:24 (1766911224) - times must increase between two sequential stops
  • trip_id 2209701 stop_sequence 20 arrival_time 09:40:00 (1766911200) is less than previous stop departure_time 09:40:24 (1766911224) - times must increase between two sequential stops
  • trip_id 2209701 stop_sequence 20 departure_time 09:40:00 (1766911200) is less than previous stop departure_time 09:40:24 (1766911224) - times must increase between two sequential stops
  • trip_id 2209701 stop_sequence 20 departure_time 09:40:00 (1766911200) is less than previous stop arrival_time 09:40:24 (1766911224) - times must increase between two sequential stops

Sequential stop_time_updates have the same stop_sequence E036 4 errors

Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence

Sample errors
  • trip_id 2209699 has repeating stop_sequence 2 - stop_sequence must increase for each stop_time_update
  • trip_id 2209702 has repeating stop_sequence 2 - stop_sequence must increase for each stop_time_update
  • trip_id 2209701 has repeating stop_sequence 2 - stop_sequence must increase for each stop_time_update
  • trip_id 2209700 has repeating stop_sequence 2 - stop_sequence must increase for each stop_time_update

Sequential stop_time_updates have the same stop_id E037 4 errors

Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id

Sample errors
  • trip_id 2209699 has repeating stop_id stop_point:SP_3383 at stop_sequence 2 - sequential stop_ids should be different
  • trip_id 2209702 has repeating stop_id stop_point:SP_3383 at stop_sequence 2 - sequential stop_ids should be different
  • trip_id 2209701 has repeating stop_id stop_point:SP_3383 at stop_sequence 2 - sequential stop_ids should be different
  • trip_id 2209700 has repeating stop_id stop_point:SP_3383 at stop_sequence 2 - sequential stop_ids should be different

GTFS-rt stop_sequence not found in GTFS data E051 4 errors

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Sample errors
  • GTFS-rt trip_id 2209699 contains stop_sequence 2 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 2209702 contains stop_sequence 2 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 2209701 contains stop_sequence 2 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 2209700 contains stop_sequence 2 that does not exist in GTFS stop_times.txt for this trip

Warnings

vehicle_id not populated W002 120 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • trip_id cabin12_retour_dupF_2 does not have a vehicle_id
  • trip_id cabin1 does not have a vehicle_id
  • trip_id cabin1_aller does not have a vehicle_id
  • trip_id cabin1_retour does not have a vehicle_id
  • trip_id cabin1_aller_dupF_1 does not have a vehicle_id

schedule_relationship not populated W009 1,978 errors

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Sample errors
  • trip_id 2182552 does not have a schedule_relationship
  • trip_id 2182539 does not have a schedule_relationship
  • trip_id 2182549 does not have a schedule_relationship
  • trip_id 2182540 does not have a schedule_relationship
  • trip_id 2182513 does not have a schedule_relationship
Validate this GTFS-RT now

Previous validations

Here is a recap of all the error types encountered over the last 30 days.

Error ID Description Errors count Number of occurences
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 1,610 12 times (100 % of validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 30,712 12 times (100 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 98 8 times (67 % of validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 98 8 times (67 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 98 8 times (67 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 98 8 times (67 % of validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 24 4 times (33 % of validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 19 2 times (17 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-12-28 at 18:14 Europe/Paris.

trip_updates (1,522) service_alerts (52) vehicle_positions (0)

Entities seen in the last 7 days.

service_alerts trip_updates

Service alerts

Here is a display of service alerts contained in this feed at 2025-12-28 at 18:14 Europe/Paris.

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Stop moved

Other effect

Other effect

Other effect

Stop moved

Stop moved

Detour

Detour

Detour

Detour

Detour

Detour

Other effect

Stop moved

Other effect

Other effect

Other effect

Other effect

Stop moved

Other effect

Other effect

Other effect

Detour

Other effect

Stop moved

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Other effect

Detour

Decoded GTFS-RT feed

See full payload

Here is the decoded GTFS-RT feed Protobuf at 2025-12-28 at 18:14 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "alert": { "cause": "HOLIDAY", "descriptionText": { "translation": [ { "language": "", "text": "<h1>⏰ Réseau Tisséo : horaires en vacances scolaires Noël</h1><p>Du lundi 22 décembre 2025 au vendredi 2 janvier 2026 :<br />\r\n&nbsp;<br />\r\n🚌🚋 <strong>Bus et Tram</strong><ul><li>la&nbsp;ligne T1&nbsp;du tram,&nbsp;la Navette Aéroport et les&nbsp;lignes de bus&nbsp;: circulent en horaires&nbsp;\"vacances scolaires\"&nbsp;</li><li>les&nbsp;lignes scolaires et les&nbsp;lignes de bus 107, 132&nbsp;et&nbsp;306&nbsp;: ne circulent pas.</li><li>Les&nbsp;Navettes Centre-Ville&nbsp;et&nbsp;Cimetières&nbsp;ainsi que&nbsp;les&nbsp;TAD 119, 170&nbsp;et&nbsp;171 : conservent leurs horaires habituels.</li></ul>\r\n&nbsp;⚠️&nbsp;Pour rappel, les jeudis 25 décembre 2025 et 1<sup>er</sup> janvier 2026<strong>,</strong> ce sont les horaires \"dimanche et jours fériés\" qui s'appliquent.<br />\r\n&nbsp;<br />\r\nProlongement des horaires la nuit du 31 décembre, plus d'info en cliquant <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">ici</a>.<br /><br />\r\nReprise des horaires habituels :&nbsp;le lundi 5 janvier 2026.<br />\r\n&nbsp;<br /><strong>&nbsp; 🚇&nbsp;&nbsp;&nbsp; </strong><strong>Métro</strong><ul><li>Les jeudis 25 décembre et 1<sup>er</sup> janvier&nbsp;: dernier départ à minuit.</li><li>Le mercredi 31 décembre&nbsp;: le métro circule toute la nuit. Plus d'info en cliquant <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">ici</a>.</li></ul><strong>📱🏢 Agences et AllôTisséo</strong><ul><li><strong>Agence</strong></li></ul>\r\nHoraires d'ouverture des agences commerciales en cliquant <a href=\"https://www.tisseo.fr/acheter/ou-acheter/nos-agences\">ici</a><ul><li><strong>Allô Tisséo</strong></li></ul><strong>Mercredi 24 décembre 2025,&nbsp;</strong>le service de relation clients par téléphone<strong> Allô Tisséo (05.61.41.70.70)</strong> &nbsp;ferme exceptionnellement <strong>à 19h00.</strong><br /><br />\r\nPour rappel, le service est fermé les jours fériés&nbsp;: 25/12 et 01/01/26.<br /><br />\r\nTisséo vous souhaite de belles fêtes de fin d’année.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "⏰ Réseau Tisséo : horaires en vacances scolaires Noël" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_43245" } ] } }, "id": "alert: info_43245" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🎉31/12 : réveillon du Nouvel An</h1><p>Déplacez-vous facilement et profitez de la soirée de la Saint-Sylvestre à Toulouse ! Tisséo vous accompagne en renforçant son offre en soirée.<br />\r\n&nbsp;<br />\r\n🚇 <strong><u>Métro</u> :</strong><br />\r\n&nbsp;<br />\r\nLes lignes <strong>A</strong> et <strong>B</strong> du métro fonctionnent <strong>toute la nuit</strong>.<br />\r\n&nbsp;<br />\r\n🚋 <strong><u>Tram</u> :</strong>&nbsp;\r\n<ul><li>Dernier départ de Palais de Justice à <strong>2h20</strong></li><li>Dernier départ de MEETT à <strong>1h23</strong>&nbsp;</li></ul><strong>🚍&nbsp;<u>Bus</u> :</strong><br />\r\n&nbsp;<br />\r\nLes lignes de soirée <strong><a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L1\">L1</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L2\">L2</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L3\">L3</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L4\">L4</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L5\">L5</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L6\">L6</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L7\">L7</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L8\">L8</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L9\">L9</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L10\">L10</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L11\">L11</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L12\">L12</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/L14\">L14</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/18\">18</a>,</strong><strong><a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/19\">19</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/39\">39</a>, <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/44\">44 </a></strong>et&nbsp;<strong><a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/79\">79</a>&nbsp;</strong>sont prolongées jusqu’aux alentours de 2 heures du matin.&nbsp;<br />\r\n&nbsp;<br /><strong>🚍</strong><strong><u>Transports à la demande (TAD)</u> :</strong>&nbsp;\r\n\r\n<ul><li>Dernier départ de la ligne<strong><a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/106\">106</a></strong><a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/106\"></a>à <strong>2h30</strong> de Balma-Gramont</li><li>Dernier départ du <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/119\"><strong>TAD 119</strong></a> à <strong>2h30</strong> de Ramonville</li><li>Dernier départ du <a href=\"https://www.tisseo.fr/se-deplacer/info-trafic/ligne/171\"><strong>TAD 171</strong></a> à <strong>3h05</strong> d'Aéroconstellation&nbsp;</li></ul>\r\n&nbsp;<br />\r\nA partir de&nbsp;<strong>22h00</strong>, pour les lignes Linéo et les lignes de bus en soirée, demandez à descendre entre 2 arrêts, au plus près de chez vous. Retrouvez&nbsp;<a href=\"https://www.tisseo.fr/tisseo-nocturne/descente-la-demande\" target=\"_blank\">ICI&nbsp;</a>comment utiliser ce service.<br />\r\n&nbsp;<br />\r\nFacilitez votre venue et stationnez votre véhicule dans les&nbsp;<a href=\"https://www.tisseo.fr/nos-mobilites/voiture/parc-relais\">Parcs Relais (P+R)</a>&nbsp;à votre disposition.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a><br />\r\n&nbsp;<br />\r\nTisséo vous souhaite de bonnes fêtes de fin d'année ! 🎆</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "🎉31/12 : réveillon du Nouvel An" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_44086" } ] } }, "id": "alert: info_44086" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Du 5/01 jusqu'à avril 2026 : remplacement des escaliers mécaniques à la station Rangueil</h1><p><strong>Du lundi 5 janvier jusqu'à avril 2026</strong>, les escaliers mécaniques de la station <strong>Rangueil</strong> de la ligne B du métro sont indisponibles.<br />\r\n&nbsp;<br /><strong>Du lundi 19 janvier au lundi 9 février 2026</strong>,\r\n<ul><li>la station <strong>Rangueil</strong> est fermée et non desservie.</li><li>le terminus <strong>Rangueil</strong> des lignes <strong>L12</strong> et <strong>80</strong> est reporté à la station Ramonville.</li></ul>\r\n&nbsp;<br />\r\n📎 <strong>Pièces jointes</strong><ul><li>Fermeture Rangueil</li><li>Dépliant travaux Rangueil</li></ul>\r\n&nbsp;<br /><strong>🚧</strong><a href=\"https://www.tisseo.fr/actualites/19010902-metro-rangueil-ferme\">Travaux de renouvellement des escaliers mécaniques de la ligne B</a>.<br />\r\nCes travaux peuvent engendrer des nuisances sonores, nous nous efforçons de minimiser la gêne occasionnée.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a></p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/aed3dfe437dc387720672baa6d47039c.pdf\">Depliant-travaux-station-Rangueil-REMLB.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/8afa411dae4c2c9095813091a54faf90.pdf\">Fermeture Rangueil.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "Du 5/01 jusqu'à avril 2026 : remplacement des escaliers mécaniques à la station Rangueil" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_43918" } ] } }, "id": "alert: info_43918" }, { "alert": { "cause": "OTHER_CAUSE", "descriptionText": { "translation": [ { "language": "", "text": "<h1>22/12/2025 : Réorganisation gare d'échanges Empalot</h1><p>A compter du <strong>lundi 22 décembre 2025</strong>, la ligne <strong>L4</strong>&nbsp;retrouve son terminus Cours Dillon et ne dessert plus Empalot.<br />\r\nUne nouvelle organisation des quais est mise en place sur la gare d'échanges.<br />\r\n&nbsp;<br />\r\nPour faciliter vos déplacements et connaître les nouveaux emplacements des quais de départ, nous vous invitons à vous reporter à la signalétique mise en place.<br />\r\n&nbsp;<br /><strong>📎</strong><strong> Pièces jointes&nbsp;</strong><ul><li>Plan&nbsp;gare d'échanges Empalot</li><li>Plan gare d'échanges Empalot jour de match au Stadium</li></ul></p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/f0985c9e2da9a6b833f4baa4af370ad7.pdf\">Gare Empalot jour de Match.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/04fd1c7c6cd6d23d7bcbfa485f87d326.pdf\">Plan Empalot au 22-12-2025.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "22/12/2025 : Réorganisation gare d'échanges Empalot" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_43860" } ] } }, "id": "alert: info_43860" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Infos grands travaux</h1><p><strong>Découvrez les travaux qui impactent le réseau</strong><br /><br />\r\nLa construction de la future ligne C du métro, le prolongement de la ligne B du métro, la nouvelle ligne Aéroport, les aménagements de voirie liés aux prochains Linéo, la ligne de bus express à Muret ainsi que les projets d’embellissement et de renouvellement urbain et les travaux de maintenance dans votre quartier ou commune génèrent des chantiers d’envergure qui nécessitent une adaptation du réseau Tisséo.<br /><br />\r\nNous sommes là pour vous accompagner&nbsp;!<br /><br />\r\nConsultez les solutions de déplacement suggérées pendant les travaux :\r\n<ul><li><a href=\"https://www.tisseo.fr/se-deplacer/navettes-thematiques\">Blagnac / Aéroport</a></li><li><a href=\"https://www.tisseo.fr/se-deplacer/travaux-labege\">Labège</a></li><li><a href=\"https://www.tisseo.fr/se-deplacer/travaux-toulouse\">Toulouse</a></li></ul></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "Infos grands travaux" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_29063" } ] } }, "id": "alert: info_29063" }, { "alert": { "cause": "HOLIDAY", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Fermeture agences Tisséo pour les vacances de Noël</h1><p>Pour les vacances de Noël, Tisséo adapte les horaires d'ouverture de ses agences commerciales.<br /><br />\r\nRetrouvez en pièce jointe de cette info, les horaires appliqués du <strong>samedi 20 décembre 2025 au dimanche 4 janvier 2026</strong>.<br /><br />\r\nNous vous invitons&nbsp;à utiliser nos services à distance : l'<a href=\"https://eboutique.tisseo.fr/fr/\">e-boutique</a> sur \"tisseo.fr\" ou l'appli Tisséo.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/d4469baa5efde76b250e0148a41728ce.pdf\">Ouverture agences fêtes de fin d&#039;année 2025-2026.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "Fermeture agences Tisséo pour les vacances de Noël" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/info_43964" } ] } }, "id": "alert: info_43964" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Déplacement d'arrêt : Catala - ligne VAUQ1</h1><p><strong>Jusqu'au samedi 31 janvier 2026</strong>, l'arrêt <strong>\"Catala\"</strong> de la ligne VAUQ1 <em>direction Casteret</em> est déplacé au <strong>n°102 chemin Ferro-Lebres à Tournefeuille.</strong><br /><br />\r\n🚧 Travaux avenue de Lardenne à Tournefeuille<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a></p><h1>Déplacement d'arrêt : Ardennes - ligne VAUQ1</h1><p><strong>A partir du lundi 5 janvier</strong>, l'arrêt <strong>\"Ardennes\"</strong> de la ligne VAUQ1 <em>direction Collège Vauquelin</em> est définitivement déplacé à hauteur du N°2 de la rue des Ardennes.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "VAUQ1 : Déplacement d'arrêt" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_VAUQ1" } ] } }, "id": "alert: line_VAUQ1" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 37 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne 3<strong>7</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/3760edb683fae46aa55d751830c87e92.pdf\">Fiche horaires ligne 37.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "37 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182532" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182535" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182550" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182528" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182541" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182547" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182531" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182539" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182522" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182524" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182519" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182515" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182552" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182542" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182511" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182549" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182526" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182530" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182540" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182538" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182512" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182533" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182517" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182523" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182556" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182546" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182525" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182520" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182536" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182544" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182516" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182548" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182513" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182534" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182518" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182537" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182555" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182529" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182551" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182553" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182543" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182554" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182514" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182545" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182527" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182521" } }, { "agencyId": "network:1", "routeId": "line:65", "trip": { "tripId": "2182510" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_37" } ] } }, "id": "alert: line_37" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 27 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>27</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/39c3ef02c679d7860dd2fac15ccaef05.pdf\">Fiche horaires ligne 27.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "27 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185446" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185437" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185438" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185436" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185454" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185435" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185433" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185431" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185420" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185430" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185424" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185453" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185444" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185458" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185426" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185465" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185460" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185452" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185462" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185448" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185459" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185439" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185443" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185427" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185434" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185442" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185441" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185432" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185457" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185461" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185423" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185440" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185456" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185421" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185447" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185455" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185451" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185464" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185428" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185463" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185429" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185425" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185445" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185449" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185422" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185450" } }, { "agencyId": "network:1", "routeId": "line:76", "trip": { "tripId": "2185419" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_27" } ] } }, "id": "alert: line_27" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 23 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>23</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/0b0896797604333da3c442885015da1b.pdf\">Fiche horaires ligne 23.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "23 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147124" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147102" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147112" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147133" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147096" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147106" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147108" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147104" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147132" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147121" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147111" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147099" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147113" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147127" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147123" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147116" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147129" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147115" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147101" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147117" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147098" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147114" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147119" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147107" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147128" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147125" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147136" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147120" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147105" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147130" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147135" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147122" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147134" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147110" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147103" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147139" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147118" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147131" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147097" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147109" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147126" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147100" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147137" } }, { "agencyId": "network:1", "routeId": "line:74", "trip": { "tripId": "2147138" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_23" } ] } }, "id": "alert: line_23" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L1 effectue ses derniers départs :</strong><ul><li>Depuis Fonsegrives Entiore / Gymnase de l'Hers à <strong>00h45, 01h15</strong> et <strong>01h45</strong>.</li><li>Depuis Sept Deniers-Salvador Dali à <strong>01h05,</strong><strong>01h35</strong> et <strong>02h05</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>Nouveaux horaires ligne L1 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>L1</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/8edba2dfcee732d19658bc2df64a8bdd.pdf\">Fiche horaires ligne L1.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L1 : Nouveaux horaires - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166120" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166046" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166112" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166126" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166074" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166083" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166129" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166041" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166146" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166118" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166128" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166138" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166079" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166068" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166134" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166131" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166154" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166140" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166042" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166049" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166145" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166078" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166086" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166137" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166135" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166057" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166097" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166102" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166160" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166071" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166133" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166152" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166119" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166084" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166109" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166150" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166073" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166048" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166059" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166063" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166104" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166095" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166103" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166051" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166155" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166099" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166148" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166130" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166045" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166056" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166093" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166075" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166090" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166113" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166123" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166040" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166149" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166067" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166157" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166072" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166115" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166139" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166066" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166153" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166085" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166060" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166156" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166043" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166054" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166081" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166100" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166105" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166098" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166144" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166061" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166096" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166158" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166087" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166089" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166052" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166111" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166047" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166136" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166121" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166082" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166101" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166076" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166114" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166122" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166151" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166125" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166077" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166132" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166080" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166091" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166124" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166106" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166159" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166110" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166050" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166117" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166141" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166062" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166064" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166143" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166069" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166065" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166088" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166107" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166127" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166044" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166053" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166039" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166108" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166147" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166092" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166094" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166058" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166116" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166055" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "T65" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "T64" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166070" } }, { "agencyId": "network:1", "routeId": "line:144", "trip": { "tripId": "2166142" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L1" } ] } }, "id": "alert: line_L1" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 312 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>312</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/c0bbaeb64d92b38992d07913145226fe.pdf\">Fiche horaires ligne 312.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "312 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_312" } ] } }, "id": "alert: line_312" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 117E dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>117E</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nEn particulier, 2 départs supplémentaires sont rajoutés depuis Basso Cambo à 16h36 et 18h28.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/1533f6597681b167d85b25a25a700846.pdf\">Fiche horaires ligne 117E.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "117 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_117" } ] } }, "id": "alert: line_117" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires ligne 103 dès le 05/01/2026</h1><p><strong>A compter du lundi 5 janvier 2026</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>103</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/c8965684b49b5c752795a0cf44ac9510.pdf\">Fiche horaires ligne 103.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "103 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_103" } ] } }, "id": "alert: line_103" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Ligne 53 : nouvelle fiche horaires au 22/12/2025</h1><p><strong>A compter du lundi 22 décembre 2025</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>53</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/31bd451287c928e6496b37bfa87fda63.pdf\">Fiche horaires ligne 53.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "53 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_53" } ] } }, "id": "alert: line_53" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Arrêt non desservi : Rond-point de la Méditerranée - ligne 402</h1><p>Du<strong> lundi 1<sup>er</sup> septembre 2025 </strong>au<strong> jeudi 15 janvier 2026</strong>, l'arrêt&nbsp;<strong>\"Rond-point de la Méditerranée\"</strong>&nbsp;de la <strong>ligne 402</strong> n'est pas desservi.<br /><br />\r\n✔️&nbsp;<strong>Solution de déplacement</strong><br />\r\nVous pouvez vous reporter aux arrêts \"<strong>la Commanderie\"</strong> ou <strong>\"Castelnouvel\"</strong>.<br /><br />\r\n🚧 Travaux Réseau Express Vélo à Léguevin<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a></p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "402 : Arrêt non desservi" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_402" } ] } }, "id": "alert: line_402" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Navette Stadium - Décembre 2025</h1><p>Tisséo met à votre disposition des <strong><a href=\"https://www.tisseo.fr/acceder-aux-evenements/acces-stadium\">navettes gratuites</a>&nbsp;</strong>pour les matchs suivants :\r\n<ul><li><strong>Dimanche 28 décembre 2025</strong>&nbsp;<strong>à 21h00</strong>&nbsp;: Stade Toulousain - La Rochelle</li></ul>\r\nDepuis <strong>Oncopole - Lise Enjalbert,</strong> la <strong>navette Stadium</strong> vous dépose et vous prend en charge sur le pont du Stadium<strong>,&nbsp;</strong>à 5 minutes à pied du Stadium.<br />\r\n&nbsp;\r\n<ul><li>Premier départ : 2h00&nbsp;avant le match.</li><li>Dernier départ : 5 minutes avant le match.</li><li>Après la fin du match, le retour vers Oncopole&nbsp;est assuré pendant 1 heure.</li></ul>\r\nPlusieurs solutions s'offrent à vous afin de rejoindre le Stadium de Toulouse dans les meilleures conditions. Vous pouvez par exemple :\r\n\r\n<ul><li>utiliser la <strong>ligne A du métro</strong>, descendre aux Arènes et prendre la <strong>ligne T1 du Tram</strong>, descendre à la station Croix de Pierre puis marcher 5 minutes environ,</li><li>utiliser la <strong>ligne B du métro</strong>, descendre aux stations Empalot ou St Michel - Marcel Langer&nbsp;puis&nbsp;marcher 10 minutes environ.</li></ul>\r\nPour votre voyage, pensez à la&nbsp;<strong><a href=\"https://www.tisseo.fr/acheter/tarifs/validation-avec-carte-bancaire\">validation par carte bancaire</a>.<br /><br />\r\nPensez au </strong><a href=\"https://www.tisseo.fr/les-tarifs/la-gamme\"><strong>Ticket Evènement</strong></a><strong> qui vous permet de réaliser 2 déplacements les jours de match au Stadium, à un tarif avantageux de 3€.&nbsp;</strong><br />\r\nLe&nbsp;<em><strong>Ticket Evènement</strong></em> est disponible sur smartphone ou sous forme de ticket rechargeable :\r\n\r\n<ul><li><u>Titre sur smartphone</u>&nbsp;: uniquement smartphone Androïd via l'application mobile Tisséo.</li><li><u>Ticket rechargeable</u>&nbsp;: disponible dans les distributeurs automatiques de tickets et en agence Tisséo.</li></ul><br />\r\nN'oubliez pas que des <strong><a href=\"https://www.tisseo.fr/nos-mobilites/voiture/parc-relais\">Parcs Relais (P+<span style=\"font-size:10px\">R</span>)</a></strong> sont à votre disposition pour stationner votre véhicule. Ils se situent entre autres :\r\n\r\n<ul><li>sur la&nbsp;<strong>ligne A du métro</strong>&nbsp;(stations Balma-Gramont, Argoulets, Arènes et Basso Cambo),</li><li>sur la&nbsp;<strong>ligne B du métro</strong>&nbsp;(stations Borderouge&nbsp;et Ramonville),</li><li>sur la&nbsp;<strong>ligne&nbsp;T1&nbsp;du tram</strong>&nbsp;(stations Aéroconstellation et Arènes),</li><li>sur la&nbsp;<strong>ligne Téléo</strong>&nbsp;(P+R&nbsp;Oncopole). &nbsp;</li></ul>\r\nEn combinant ces différentes possibilités, vous pouvez aller assister au match sans vous soucier des conditions de circulation !</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/531db298c94d6ac0ab049dafd0b2bddd.png\">Plan accès Stadium.png</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "STADIUM : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_STADIUM" } ] } }, "id": "alert: line_STADIUM" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 44 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Empalot à <strong>01h00, 01h35 </strong>et <strong>02h10</strong>.</li><li>Depuis Université Paul Sabatier à <strong>01h00,</strong><strong>01h35 </strong>et <strong>02h10</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>Ligne 44 : modification d'itinéraire du 09/09/2025 au 14/03/2026</h1><p><strong>Du mardi 9 septembre 2025 au samedi 14 mars 2026, </strong>l'itinéraire de la ligne <strong>44</strong> est modifié.<br />\r\nElle emprunte les avenues d'Italie et du Lauragais.<br /><br />\r\nL'arrêt<strong> \"Saouzelong\"</strong>&nbsp;est déplacé :\r\n<ul><li>au n°37 de l'avenue du Lauragais <em>direction Université Paul Sabatier</em></li><li>au n°54 de l'avenue Albert Bedouce <em>direction Empalot</em></li></ul>\r\nL'arrêt<strong> \"Provence\" </strong>est déplacé :\r\n\r\n<ul><li>en vis-à-vis au n°80/82 avenue du Lauragais&nbsp;<em>direction Université Paul Sabatier et Empalot</em></li></ul>\r\nL'arrêt<strong> \"Aristote\" </strong>est déplacé :\r\n\r\n<ul><li>au n°84 de l'avenue d'Italie&nbsp;<em>direction Université Paul Sabatier</em></li><li>au n°94 de l'avenue d'Italie&nbsp;<em>direction Empalot</em></li></ul><strong>📎</strong><strong> Pièce jointe</strong><br />\r\nPlan du nouvel itinéraire<br /><br />\r\n🚧 Travaux avenue Albert Bedouce à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/f59b28539851f1b2d3e15a473fe35e15.png\">Plan déviation ligne 44.png</a></li></ul><h1>Déplacement d'arrêt : Pélude - ligne 44 du 05/01 au 13/01/2025</h1><p><strong>Du lundi 5 janvier au mardi 13 janvier 2026 inclus, chaque jour entre 8h00 et 17h00, sauf le week-end,</strong> l'arrêt&nbsp;<strong>\"Pélude\"</strong>&nbsp;de la&nbsp;<strong>ligne 44&nbsp;</strong><em>direction Empalot,</em>&nbsp;est déplacé 40 mètres en aval, à hauteur du N°118 de l'avenue de Rangueil à Toulouse.<br /><br />\r\n🚧 Travaux avenue de Rangueil à Toulouse.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "44 : Nouvel itinéraire - Déplacement d'arrêt - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208775" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208804" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208746" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208776" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208778" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208796" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208779" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208740" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208770" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208801" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208782" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208758" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208751" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208773" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208795" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208765" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208789" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208747" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208798" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208755" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208761" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208771" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208749" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208777" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208745" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208764" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208743" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208757" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208781" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208754" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208800" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208742" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208786" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208788" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208759" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208780" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208766" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208756" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208774" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208750" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208791" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208752" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208785" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208783" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208794" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208760" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208793" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208767" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208762" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208769" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208748" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208797" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208803" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208753" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208741" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208744" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208790" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208772" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208763" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208792" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208787" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208802" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208784" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208768" } }, { "agencyId": "network:1", "routeId": "line:140", "trip": { "tripId": "2208799" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_44" } ] } }, "id": "alert: line_44" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Déplacement d'arrêt : Mallarmé - lignes 84 et 106 du 05/01 au 16/01/2026</h1><p><strong>Du lundi 5 janvier au vendredi 16 janvier 2026</strong>, l'arrêt <strong>\"Mallarmé\"</strong> de la <strong>ligne 84</strong><em>direction Fonsegrives Collège</em>&nbsp;et de la <strong>ligne 106,</strong> est déplacé 50 mètres en aval, à hauteur du N°10 de l'avenue du Calvel à Balma.<br /><br />\r\n🚧 Travaux avenues de Lagarde, du Calvel et Georges Pradel à Balma<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "84 : Déplacement d'arrêt" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153871" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153852" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153861" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153868" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153856" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153874" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153858" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153867" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153864" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153865" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153869" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153853" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153860" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153866" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153857" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153873" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153870" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153855" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153862" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153863" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153872" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153854" } }, { "agencyId": "network:1", "routeId": "line:105", "trip": { "tripId": "2153859" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_84" } ] } }, "id": "alert: line_84" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 106 </strong>effectue son dernier départ de<strong> Balma Gramont</strong> à <strong>2h30</strong><br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>Arrêt non desservi : Jasmin - lignes 72 et 106 du 05/01 au 16/01/2026</h1><p><strong>Du lundi 5 janvier au vendredi 16 janvier 2026</strong>,&nbsp;l'arrêt \"<strong>Jasmin</strong>\" de la&nbsp;<strong>ligne 72&nbsp;</strong><em>direction Balma-Gramont</em> et de la <strong>ligne 106</strong>&nbsp;n'est pas desservi.<br /><br /><strong>✔</strong><strong>️&nbsp;</strong>Vous pouvez vous reporter à l'arrêt&nbsp;<strong>\"Collège Jean Rostand\"</strong>.<br /><br />\r\n🚧Travaux avenues de Lagarde, du Calvel et Georges Pradel à Balma.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><h1>Déplacement d'arrêt : Mallarmé - lignes 84 et 106 du 05/01 au 16/01/2026</h1><p><strong>Du lundi 5 janvier au vendredi 16 janvier 2026</strong>, l'arrêt <strong>\"Mallarmé\"</strong> de la <strong>ligne 84</strong><em>direction Fonsegrives Collège</em>&nbsp;et de la <strong>ligne 106,</strong> est déplacé 50 mètres en aval, à hauteur du N°10 de l'avenue du Calvel à Balma.<br /><br />\r\n🚧 Travaux avenues de Lagarde, du Calvel et Georges Pradel à Balma<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "106 : Arrêt non desservi - Déplacement d'arrêt - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_106" } ] } }, "id": "alert: line_106" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Arrêt non desservi : Jasmin - lignes 72 et 106 du 05/01 au 16/01/2026</h1><p><strong>Du lundi 5 janvier au vendredi 16 janvier 2026</strong>,&nbsp;l'arrêt \"<strong>Jasmin</strong>\" de la&nbsp;<strong>ligne 72&nbsp;</strong><em>direction Balma-Gramont</em> et de la <strong>ligne 106</strong>&nbsp;n'est pas desservi.<br /><br /><strong>✔</strong><strong>️&nbsp;</strong>Vous pouvez vous reporter à l'arrêt&nbsp;<strong>\"Collège Jean Rostand\"</strong>.<br /><br />\r\n🚧Travaux avenues de Lagarde, du Calvel et Georges Pradel à Balma.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "72 : Arrêt non desservi" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152687" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152683" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152678" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152693" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152700" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152697" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152681" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152695" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152696" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152684" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152688" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152682" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152686" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152679" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152698" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152699" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152689" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152677" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152692" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152685" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152691" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152680" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152694" } }, { "agencyId": "network:1", "routeId": "line:44", "trip": { "tripId": "2152690" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_72" } ] } }, "id": "alert: line_72" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🟠 Déviation ligne 313 du 05/01 au 06/03/2026</h1><p><strong>Du lundi 5 janvier au vendredi 6 mars 2026</strong> : déviation ligne 313.<br /><br />\r\n❌ <strong>Arrêt non desservi :</strong><ul style=\"list-style-type:disc\"><li>Mairie St-Hilaire</li></ul>\r\n✔️ <strong>Solution de déplacement :</strong><ul><li>2 arrêts provisoires sont positionnés au niveau du N°4 de l'avenue su Mont Valier.</li></ul>\r\n🚧 Travaux avenue du Mont Valier à St-Hilaire<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "313 : Déviation" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_313" } ] } }, "id": "alert: line_313" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Ligne 45 : nouvelle fiche horaires au 22/12/2025</h1><p><strong>A compter du lundi 22 décembre 2025</strong>, l'arrêt \"<strong>Charleville</strong>\" de la ligne 45 est définitivement supprimé.<br /><br />\r\nUne nouvelle fiche horaires prenant en compte cette modification est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/ead388ed877035ab702e91cb36c437bd.pdf\">Fiche horaires ligne 45.pdf</a></li></ul><h1>🟠 Déviation ligne 45 - 05 au 31/01/2026</h1><p><strong>Du lundi 5 janvier au samedi 31 janvier 2026</strong> : déviation ligne 45.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><br /><em>Direction Jeanne d'Arc</em> :\r\n<ul style=\"list-style-type:disc\"><li>Cartoucherie</li><li>Zénith</li></ul><strong>📎 Pièce jointe</strong><br />\r\nPlan de la déviation<br /><br />\r\n🚧 Travaux avenue de Grande Bretagne à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/739c15f8ff84853ba215617a8e8ea35b.png\">Plan déviation ligne 45.png</a></li></ul>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "45 : Déviation - Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211175" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211162" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211135" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211166" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211171" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211134" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211144" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211174" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211169" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211160" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211170" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211147" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211142" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211141" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211167" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211155" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211151" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211165" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211140" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211173" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211177" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211159" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211145" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211146" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211152" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211156" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211139" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211158" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211163" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211164" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211149" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211138" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211168" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211148" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211154" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211133" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211172" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211157" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211132" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211137" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211176" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211153" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211150" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211143" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211161" } }, { "agencyId": "network:1", "routeId": "line:97", "trip": { "tripId": "2211136" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_45" } ] } }, "id": "alert: line_45" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🟠 Déviation ligne 301 - du 05 au 21/01/2026</h1><p><strong>Du lundi 5 janvier au mercredi 21 janvier 2026</strong> : déviation ligne 301.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><ul style=\"list-style-type:disc\"><li>Joffrery Sud</li><li>Porte Nord</li></ul>\r\n✔️ <strong>Solutions de déplacement</strong><br />\r\n2 arrêts provisoires en vis-à-vis du n°1 avenue de l'Europe<br /><br />\r\n🚧 Travaux boulevard Joffrery à Muret<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "301 : Déviation" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_301" } ] } }, "id": "alert: line_301" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🟠 Déviation ligne 34 : match de rugby au Stadium le 28/12/2025</h1><p><strong>Le dimanche 28 décembre 2025 à partir de 18 h 00 la</strong>&nbsp;ligne 34 est déviée.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><ul style=\"list-style-type:disc\"><li>Arènes</li><li>Déodat de Séverac</li><li>Lycée Déodat de Séverac</li><li>Croix de Pierre</li><li>Stadium Ouest</li><li>Stadium Est</li></ul><strong>Le terminus </strong><strong>Arènes</strong><strong> de la ligne 34 est reporté à </strong><strong>Empalot,</strong><strong>&nbsp;sur le quai de la ligne 152 :</strong> voir plan en pièce jointe.<br /><br />\r\n✔️ L'arrêt <strong>\"Récollets Daste\"</strong> direction Arènes est reporté à l'arrêt <strong>\"Récollets Daste\"</strong> de la ligne <strong>L5</strong>, situé avenue Jean Moulin.<br /><br />\r\n🏈 Match de rugby<br /><br /><strong>📎</strong><strong> Pièces jointes</strong><br />\r\n- Plan de la déviation<br />\r\n- Plan Gare Empalot<br /><br />\r\nFin de la déviation estimée à 00 h 00.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/d59d3d5e54687213ba51609496d49eba.jpeg\">Gare Empalot jour de match.jpg</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/6edcb40178a5c133865680f9d3c2efa2.jpeg\">Plan déviation L34 match Stadium.jpg</a></li></ul>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "34 : Déviation" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182504" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182451" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182488" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182474" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182469" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182462" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182495" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182452" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182473" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182497" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182465" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182470" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182478" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182456" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182461" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182460" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182509" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182450" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182487" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182480" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182477" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182493" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182476" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182494" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182486" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182464" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182475" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182485" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182482" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182499" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182503" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182458" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182498" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182501" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182496" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182453" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182457" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182500" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182468" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182502" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182484" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182489" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182471" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182472" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182479" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182454" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182490" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182492" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182459" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182466" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182455" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182467" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182491" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182463" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2283" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2279" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2309" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2313" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2281" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "T2311" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182508" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182506" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182483" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182481" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182507" } }, { "agencyId": "network:1", "routeId": "line:73", "trip": { "tripId": "2182505" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_34" } ] } }, "id": "alert: line_34" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L5 effectue ses derniers départs :</strong><ul><li>Depuis Empalot à <strong>00h55,</strong><strong>01h25</strong> et <strong>01h55</strong>.</li><li>Depuis Portet Gare SNCF à <strong>01h00,</strong><strong>01h30 </strong>et <strong>02h00</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>🟠Déviation ligne L5 : match de rugby au Stadium le 28/12/2025</h1><p>Le<strong> dimanche 28 décembre 2025</strong> à partir de<strong> 18 h 00&nbsp;&nbsp;</strong>la ligne&nbsp;L5 est déviée.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><ul style=\"list-style-type:disc\"><li>Langlade&nbsp;(uniquement direction Empalot)</li><li>Gallieni</li><li>Penent</li><li>Barrière de Muret</li><li>Roc</li><li>Croix de Pierre</li><li>Stadium Ouest</li><li>Stadium Est</li><li>Récollets Daste</li></ul>\r\n🏈 Match de rugby<br /><br /><strong>📎 Pièce jointe</strong><br />\r\nPlan de la déviation<br /><br />\r\nFin de la déviation estimée à 00 h 00.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/957a13580360e467bd79df72434fe8b5.png\">Plan déviation L5 match Stadium.PNG</a></li></ul>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "L5 : Déviation - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144143" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144144" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144134" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144107" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144089" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144108" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144133" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144117" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144084" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144110" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144113" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144125" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144124" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144088" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144159" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144090" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144086" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144112" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144147" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144096" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144106" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144150" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144111" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144105" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144114" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144085" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144095" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144098" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144092" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144099" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144145" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144148" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144139" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144149" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144132" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144121" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144138" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144154" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144151" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144091" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144130" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144157" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144137" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144103" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144115" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144097" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144142" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144153" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144094" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144101" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144152" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144123" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144158" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144129" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144131" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144146" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144102" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144087" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144141" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144119" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144122" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144136" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144093" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144135" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144127" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144109" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144104" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144140" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144118" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144126" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144156" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144120" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144116" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144155" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144128" } }, { "agencyId": "network:1", "routeId": "line:193", "trip": { "tripId": "2144100" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L5" } ] } }, "id": "alert: line_L5" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L4 effectue ses derniers départs :</strong><ul><li>Depuis Cours Dillon à <strong>01h00, 01h35 </strong>et <strong>02h10</strong>.</li><li>Depuis Basso Cambo à <strong>01h00,</strong><strong>01h30 </strong>et <strong>02h00</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>Déplacement d'arrêt : Place des Glières - ligne L4 du 22/12/2025 au 26/02/2026</h1><p>Du <strong>lundi 22 décembre 2025 au jeudi 26 février 2026</strong>, l'arrêt <strong>\"Place des Glières\" </strong>de la ligne <strong>L4</strong>&nbsp;&nbsp;<em>direction </em>Cours Dillon est déplacé au n° 208 route de Seysses.<br /><br />\r\n🚧 Travaux route de Seysses à Toulouse<br /><br />\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>22/12/2025 : ligne L4 retour à Cours Dillon</h1><p><strong>A compter du lundi 22 décembre 2025, </strong>la ligne<strong> L4 </strong>relie <strong>Basso Cambo à Cours Dillon </strong>et ne dessert plus Empalot.<br />\r\n&nbsp;<br /><strong>✔</strong><strong>️</strong><strong> Arrêts desservis sur le nouvel itinéraire :</strong><ul><li>Conseil Régional <em>(direction Basso Cambo)</em></li><li>Platanes&nbsp;<em>(direction Basso Cambo)</em></li><li>Récollets Daste <em>(direction Cours Dillon)</em></li><li>St-Michel – Marcel Langer&nbsp;<em>(direction Cours Dillon)</em></li><li>Notre Dame&nbsp;<em>(direction Cours Dillon)</em></li><li>Palais de Justice</li><li>Salin-Parlement</li><li>Carmes</li><li>Esquirol</li><li>Pont Neuf</li><li>Cours Dillon</li></ul>\r\n&nbsp;Sur son nouvel itinéraire, la ligne <strong>L4</strong> offre de nouvelles correspondances :\r\n\r\n<ul style=\"list-style-type:circle\"><li>Métro <strong>ligne A</strong> : à Esquirol</li><li>Métro <strong>ligne B</strong> : à St Michel - Marcel Langer <em>direction Cours Dillon&nbsp;</em>et à Palais de Justice et Carmes <em>dans les deux sens</em></li><li>Tram <strong>ligne T1</strong> : à Palais de Justice</li></ul>\r\n&nbsp;<strong>❌ </strong><strong>Arrêts qui ne sont plus desservis :</strong><ul><li>Daste</li><li>Passerelle A. Conti</li><li>Empalot Sud</li><li>Mouettes</li><li>Empalot&nbsp;</li></ul>\r\nCes arrêts restent desservis par la ligne 44.<br />\r\n&nbsp;<br /><strong>📎</strong><strong>&nbsp;Pièces jointes&nbsp;</strong><ul><li>Plan ligne L4</li><li>Fiche horaires</li></ul>\r\n⚠️ Horaires vacances scolaires du 22/12/2025 au 02/01/2026.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/8a76f8a0d31d9de625905a97d8612fb1.pdf\">Fiche horaires ligne L4 au 22-12-2025.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/9d660dbd064185868ad0cb2406a0a0e8.pdf\">Plan ligne L4 au 22-12-2025.pdf</a></li></ul><h1>🟠 Déviation ligne L4: match de rugby au Stadium le 28/12/2025</h1><p><strong>Le dimanche 28 décembre 2025 </strong>à partir de<strong> 18 h 00</strong>,&nbsp;<strong></strong>la ligne<strong> L4 </strong>est déviée.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><ul style=\"list-style-type:disc\"><li>Stadium Est</li><li>Stadium Ouest</li><li>Croix de Pierre</li><li>Roc</li><li>Barrière de Muret</li><li>Orbesson</li><li>Bernadette</li><li>Touraine</li><li>Bordelongue</li></ul>\r\n🏈 Match de rugby<br /><br /><strong>📎 Pièce jointe</strong><br />\r\nPlan de la déviation<br /><br />\r\nFin de la déviation estimée à 00 h 00.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/801cb8afb07399767d99c27cd41f4de3.png\">Plan déviation L4 match Stadium.png</a></li></ul>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "L4 : Déplacement d'arrêt - Déviation - Nouvel itinéraire - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209710" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209750" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209775" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209767" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209719" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209732" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209766" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209725" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209713" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209759" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209779" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209738" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209704" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209754" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209721" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209715" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209727" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209743" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209778" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209749" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209730" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209744" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209740" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209771" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209702" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209705" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209707" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209741" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209701" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209712" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209756" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209731" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209716" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209700" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209698" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209764" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209765" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209753" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209736" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209746" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209758" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209708" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209734" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209703" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209745" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209752" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209714" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209733" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209770" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209699" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209739" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209726" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209763" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209769" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209720" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209697" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209709" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209737" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209717" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209747" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209724" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209768" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209748" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209728" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209757" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209718" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209761" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209711" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209762" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209777" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209695" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209742" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209760" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209772" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209735" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209706" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209751" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209729" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209780" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209773" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209722" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209723" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209755" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209696" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209776" } }, { "agencyId": "network:1", "routeId": "line:187", "trip": { "tripId": "2209774" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L4" } ] } }, "id": "alert: line_L4" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires : ligne 63 - du 22/12 au 04/01</h1><p>Une nouvelle Fiche Horaires applicable <strong>du lundi 22 décembre 2025 au dimanche 4 janvier 2026</strong> est disponible en pièce-jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/231ced9934d90c194687b2fb2938f2ae.pdf\">FH_ligne_63 Vacances de Noël (du 22-12-25 au 04-01-26).pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "63 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_63" } ] } }, "id": "alert: line_63" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br />\r\n&nbsp;<br /><strong>La ligne L2 effectue ses derniers départs :</strong><ul><li>Depuis Arènes à <strong>01h00, 01h30</strong> et <strong>02h00</strong>.</li><li>Depuis Colomiers Lycée international à <strong>00h45, 01h15</strong> et <strong>01h45</strong>.&nbsp;</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>Arrêt non desservi : Cartoucherie - ligne L2 du 22/12/2025 au 31/01/2026</h1><p><strong>Du lundi 22 décembre 2025 au samedi 31 janvier 2026</strong> l'arrêt <strong>\"Cartoucherie\"</strong> de la ligne L2 en direction des Arènes n'est pas desservi.<br /><br />\r\n🚧Travaux avenue Grande Bretagne à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "L2 : Arrêt non desservi - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194765" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194792" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194750" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194771" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194747" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194763" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194746" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194752" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194748" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194738" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194754" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194782" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194751" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194732" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194730" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194795" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194760" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194757" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194734" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194735" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194745" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194741" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194739" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194744" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194776" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194789" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194784" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194743" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194759" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194769" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194790" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194766" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194758" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194779" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194787" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194753" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194731" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194785" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194791" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194794" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194770" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194729" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194737" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194777" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194772" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194778" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194793" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194781" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194749" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194773" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194768" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194755" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194756" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194783" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194762" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194736" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194764" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194733" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194740" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194780" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194767" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194775" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194774" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194761" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194742" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194788" } }, { "agencyId": "network:1", "routeId": "line:145", "trip": { "tripId": "2194786" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L2" } ] } }, "id": "alert: line_L2" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L3 effectue ses derniers départs :</strong><ul><li>Depuis Arènes à <strong>01h00,</strong><strong>01h30</strong> et <strong>02h00</strong>.</li><li>Depuis Plaisance Monestié à <strong>01h05,</strong><strong>01h35</strong> et <strong>02h10</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L3 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193385" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193402" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193356" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193379" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193378" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193350" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193387" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193415" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193418" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193344" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193400" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193353" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193407" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193416" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193346" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193393" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193411" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193367" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193409" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193369" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193403" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193357" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193355" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193347" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193370" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193352" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193376" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193413" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193371" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193373" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193383" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193398" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193414" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193359" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193408" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193386" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193399" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193394" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193401" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193375" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193360" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193362" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193363" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193405" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193397" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193388" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193404" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193382" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193368" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193349" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193396" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193361" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193377" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193351" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193406" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193410" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193412" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193391" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193348" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193372" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193392" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193345" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193354" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193417" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193366" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193358" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193364" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193395" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193389" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193374" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193380" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193384" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193381" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193390" } }, { "agencyId": "network:1", "routeId": "line:176", "trip": { "tripId": "2193365" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L3" } ] } }, "id": "alert: line_L3" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L6 effectue ses derniers départs :</strong><ul><li>Depuis Ramonville à <strong>01h00,</strong><strong>01h30 </strong>et <strong>02h00</strong>.</li><li>Depuis Castanet-Tolosan à <strong>01h00,</strong><strong>01h30 </strong>et <strong>02h00</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L6 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144633" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144677" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144638" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144626" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144642" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144639" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144670" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144678" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144672" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144618" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144666" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144648" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144607" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144628" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144615" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144662" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144660" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144669" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144620" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144647" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144644" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144625" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144630" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144645" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144616" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144623" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144667" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144658" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144627" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144640" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144613" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144619" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144674" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144608" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144646" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144637" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144650" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144661" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144656" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144606" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144676" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144609" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144673" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144659" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144671" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144681" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144643" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144641" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144665" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144635" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144653" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144624" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144621" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144657" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144614" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144636" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144675" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144622" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144680" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144634" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144610" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144611" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144631" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144663" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144652" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144649" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144668" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144617" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144655" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144679" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144612" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144629" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144632" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144651" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144654" } }, { "agencyId": "network:1", "routeId": "line:170", "trip": { "tripId": "2144664" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L6" } ] } }, "id": "alert: line_L6" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L8 effectue ses derniers départs :</strong><ul><li>Depuis Marengo-SNCF à <strong>01h00, 01h35 </strong>et <strong>02h10</strong>.</li><li>Depuis Gonin à <strong>01h00,</strong><strong>01h35 </strong>et <strong>02h10</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L8 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145407" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145345" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145356" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145373" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145419" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145340" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145335" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145339" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145415" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145410" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145337" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145352" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145424" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145412" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145400" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145372" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145426" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145401" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145344" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145331" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145411" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145394" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145428" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145390" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145338" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145362" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145398" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145420" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145375" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145370" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145332" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145418" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145355" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145350" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145333" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145346" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145388" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145360" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145377" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145406" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145336" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145430" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145383" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145347" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145405" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145393" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145359" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145413" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145369" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145334" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145402" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145395" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145384" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145376" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145342" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145391" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145329" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145386" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145385" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145348" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145351" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145414" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145409" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145387" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145343" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145371" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145382" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145425" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145354" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145379" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145417" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145328" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145399" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145422" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145368" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145327" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145374" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145365" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145416" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145392" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145421" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145397" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145396" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145367" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145330" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145423" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145364" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145361" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145363" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145380" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145381" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145341" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145349" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145357" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145404" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145429" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145358" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145353" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145378" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145366" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145427" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145403" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145389" } }, { "agencyId": "network:1", "routeId": "line:172", "trip": { "tripId": "2145408" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L8" } ] } }, "id": "alert: line_L8" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L7 effectue ses derniers départs :</strong><ul><li>Depuis Université Paul Sabatier à <strong>00h45,</strong><strong>01h15 </strong>et <strong>01h45</strong>.</li><li>Depuis Saint-Orens Piscine / Malepère à <strong>01h00,</strong><strong>01h30 </strong>et <strong>02h00</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L7 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186864" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186935" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186895" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186928" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186905" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186903" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186873" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186931" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186884" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186937" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186899" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186922" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186916" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186913" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186902" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186911" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186863" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186904" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186867" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186881" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186898" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186876" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186894" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186914" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186883" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186866" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186933" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186901" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186920" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186877" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186862" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186934" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186897" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186865" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186936" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186878" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186915" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186892" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186875" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186923" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186868" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186907" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186926" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186917" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186870" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186872" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186887" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186888" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186909" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186912" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186882" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186871" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186929" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186908" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186932" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186886" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186918" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186925" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186893" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186879" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186880" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186896" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186927" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186910" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186874" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186891" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186900" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186924" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186906" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186889" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186890" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186869" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186930" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186919" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186885" } }, { "agencyId": "network:1", "routeId": "line:171", "trip": { "tripId": "2186921" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L7" } ] } }, "id": "alert: line_L7" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br />\r\n&nbsp;<br /><strong>La ligne L9 effectue ses derniers départs :</strong><ul><li>Depuis L'Union Grande Halle à <strong>00h50 </strong>et <strong>01h23 </strong>et <strong>02h00</strong>.</li><li>Depuis Saint-Orens Centre Commercial à <strong>01h00, 01h30</strong> et <strong>02h00</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><h1>13/12/2025 : retour de l'itinéraire par la rue du Faubourg Bonnefoy</h1><p>A compter du <strong>samedi 13 décembre 2025</strong>, la ligne <strong>L9</strong> retrouve son itinéraire par la rue du Faubourg Bonnefoy.<br />\r\nDepuis Jean Jaurès, elle emprunte le boulevard de Strasbourg, la rue Matabiau et l'avenue de Lyon.<br /><br /><strong>✔️ Arrêts à nouveau desservis</strong> :\r\n<ul><li>Jeanne d'Arc <em>(correspondance <strong>ligne B</strong> du métro)</em></li><li>Place Roquelaine</li><li>Pont Matabiau</li><li>Matabiau-Raynal</li><li>Arago</li><li>Eglise Bonnefoy</li></ul>\r\nL'arrêt \"<strong>Hauts de Bonnefoy</strong>\" <em>direction Saint-Orens Centre Commercial </em>se fait désormais au niveau du n°133 rue du Faubourg Bonnefoy.<br /><br />\r\nLes arrêts \"<strong>Jean Jaurès</strong>\" se font désormais aux arrêts de la ligne <strong>L1</strong> :\r\n\r\n<ul><li>2 boulevard de Strasbourg <em>direction L'Union Grande Halle</em></li><li>62 boulevard Lazare Carnot <em>direction Saint-Orens Centre Commercial</em></li></ul>\r\n&nbsp;❌ <strong>Arrêts non desservis</strong> :\r\n\r\n<ul><li>Bachelier</li><li>Riquet</li><li>Marengo-SNCF</li><li>Jolimont</li><li>Yves Brunaud</li><li>Roseraie</li><li>Campardon</li><li>Le Brix</li></ul>\r\n&nbsp;L'avenue de Lavaur reste desservie par la ligne <strong>L12</strong>.<br />\r\n&nbsp;<br /><strong>📎</strong><strong> Pièces jointes&nbsp;</strong><ul><li>Plan ligne L9</li><li>Fiche horaires</li><li>Plan secteur Jean Jaurès</li><li>Plan gare d'échanges Jeanne d'Arc</li></ul><em>A noter</em> : la <strong>Navette Bonnefoy</strong> est supprimée à cette même date.<br /><br />\r\n🚧 Evolution des travaux ligne C sur le secteur Bonnefoy<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/8789e88b96e6ccd6b2e5c652ac77fc9f.pdf\">Fiche horaires ligne L9.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/37607bbbaeb55c2317da18ba46ddf4df.pdf\">Plan Gare d&#039;échange Jeanne d&#039;Arc au 13-12-2025.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/913844cc104085cc6dbe301d0e97fb55.pdf\">Plan ligne L9.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/9d2f2437e502c031a8a83ee024cf160f.pdf\">Plan secteur Jean Jaurès.pdf</a></li></ul><h1>Déplacement d'arrêt : Montaudran-La Rivière - ligne L9</h1><p><strong>Du vendredi 19 décembre 2025 à 8h00 au lundi 18 mai 2026</strong>, l'arrêt <strong>\"Montaudran-La Rivière\"</strong> de la ligne L9 <em>direction Saint-Orens Centre Commercial</em> est déplacé au droit du n° 164 route de Revel.<br /><br />\r\n🚧 Travaux route de Revel à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><h1>Arrêt non desservi : Route de Revel - ligne L9</h1><p><p><strong>Du vendredi 19 décembre 2025 à 8h00 au lundi 18 mai 2026</strong>, l'arrêt <strong>\"Route de Revel\"</strong> de la ligne L9 <em>direction Saint-Orens Centre Commercial</em> est non desservi.<br /><br />\r\n✔️ Reportez-vous à l'arrêt Malepère.<br /><br />\r\n🚧 Travaux route de Revel à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p></p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "L9 : Arrêt non desservi - Nouvel itinéraire - Déplacement d'arrêt - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204093" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204103" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204186" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204108" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204171" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204151" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204157" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204113" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204167" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204092" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204099" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204154" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204097" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204168" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204179" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204145" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204089" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204127" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204144" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204166" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204133" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204172" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204107" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204191" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204189" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204181" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204152" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204091" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204158" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204183" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204135" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204182" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204117" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204148" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204142" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204143" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204146" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204115" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204169" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204178" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204155" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204190" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204101" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204138" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204122" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204180" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204150" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204109" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204140" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204156" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204130" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204134" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204147" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204174" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204185" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204132" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204141" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204159" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204090" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204165" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204137" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204112" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204129" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204095" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204149" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204114" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204187" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204120" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204126" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204123" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204106" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204162" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204170" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204105" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204128" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204163" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204176" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204160" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204111" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204102" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204173" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204153" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204096" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204192" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204125" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204116" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204119" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204094" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204110" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204098" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204164" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204131" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204118" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204177" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204124" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204175" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204184" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204100" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204188" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204121" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204136" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204139" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204104" } }, { "agencyId": "network:1", "routeId": "line:174", "trip": { "tripId": "2204161" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L9" } ] } }, "id": "alert: line_L9" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L10 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis La Vache à <strong>01h00 </strong>et <strong>01h40</strong></li><li>Depuis Fenouillet Centre Commercial Entrée Nord à <strong>01h00 </strong>et <strong>01h40</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L10 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193102" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193079" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193084" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193100" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193122" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193139" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193114" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193076" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193125" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193127" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193090" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193085" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193093" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193080" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193088" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193130" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193120" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193077" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193113" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193086" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193128" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193111" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193103" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193116" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193083" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193101" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193098" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193131" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193118" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193144" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193082" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193138" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193074" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193087" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193094" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193112" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193105" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193129" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193091" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193136" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193142" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193107" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193099" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193137" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193075" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193121" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193145" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193096" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193097" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193106" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193140" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193117" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193108" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193134" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193123" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193132" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193073" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193115" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193126" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193135" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193124" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193110" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193078" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193109" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193104" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193143" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193089" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193081" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193092" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193119" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193141" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193133" } }, { "agencyId": "network:1", "routeId": "line:209", "trip": { "tripId": "2193095" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L10" } ] } }, "id": "alert: line_L10" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L11 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Basso Cambo à <strong>00h50</strong>, <strong>01h25 </strong>et <strong>02h00</strong>.</li><li>Depuis Frouzins Complexe Sportif à <strong>00h50,</strong><strong>01h25 </strong>et <strong>02h00</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L11 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168543" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168552" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168488" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168553" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168528" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168515" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168514" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168494" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168524" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168500" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168501" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168523" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168489" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168558" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168546" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168503" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168512" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168548" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168519" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168520" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168492" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168496" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168544" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168535" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168541" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168499" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168556" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168495" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168491" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168539" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168522" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168557" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168526" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168506" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168540" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168518" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168551" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168537" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168498" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168510" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168525" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168550" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168545" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168529" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168493" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168513" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168531" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168542" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168549" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168505" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168554" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168517" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168538" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168507" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168509" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168490" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168547" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168487" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168508" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168533" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168527" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168530" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168516" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168532" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168536" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168511" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168504" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168534" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168502" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168521" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168497" } }, { "agencyId": "network:1", "routeId": "line:216", "trip": { "tripId": "2168555" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L11" } ] } }, "id": "alert: line_L11" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L12 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Rangueil à <strong>00h50</strong>, <strong>01h25 </strong>et <strong>02h00</strong>.</li><li>Depuis Borderouge à <strong>00h50,</strong><strong>01h20 </strong>et <strong>01h50</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "L12 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187326" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187316" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187276" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187287" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187309" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187305" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187319" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187339" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187286" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187347" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187312" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187338" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187342" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187306" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187323" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187321" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187320" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187336" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187346" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187352" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187300" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187310" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187328" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187282" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187288" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187313" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187334" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187355" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187279" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187299" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187327" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187317" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187307" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187275" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187318" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187290" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187293" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187289" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187353" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187315" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187359" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187280" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187360" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187330" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187357" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187291" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187284" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187329" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187358" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187274" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187325" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187332" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187349" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187324" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187322" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187348" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187283" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187298" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187296" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187303" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187294" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187285" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187354" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187343" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187304" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187341" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187295" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187281" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187311" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187340" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187301" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187278" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187314" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187331" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187344" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187292" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187337" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187350" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187351" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187273" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187333" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187297" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187356" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187308" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187277" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187335" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187345" } }, { "agencyId": "network:1", "routeId": "line:269", "trip": { "tripId": "2187302" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L12" } ] } }, "id": "alert: line_L12" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🟠 DÉVIATION ligne L14 tous les vendredis</h1><p><strong>Tous les vendredis de 12h30 à 14h30, jusqu'au 31 janvier 2026</strong> :&nbsp;déviation ligne L14.<br /><br />\r\n❌ <strong>Arrêts non desservis</strong><ul><li>Babinet</li><li>Kiev</li><li>Cité du Parc</li><li>Le Lac Reynerie</li><li>Bellefontaine</li><li>Place Bouillière</li></ul><strong>📎</strong><strong> Pièce jointe&nbsp;</strong><br />\r\nPlan de la déviation.<br /><br />\r\n❓&nbsp;Difficultés de circulation&nbsp;rue du Doyen Lefebvre à Toulouse<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/7b59fab7f750e769edc626301242a770.png\">Plan déviation L14.png</a></li></ul><h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne L14 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Basso Cambo à <strong>01h00</strong>, <strong>01h35 </strong>et <strong>02h10</strong>.</li><li>Depuis Marengo SNCF à <strong>00h40,</strong><strong>01h15 </strong>et <strong>01h50</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "L14 : Déviation - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186110" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186089" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186123" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186104" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186102" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186151" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186115" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186122" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186145" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186093" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186138" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186135" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186130" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186121" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186140" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186141" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186124" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186099" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186091" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186114" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186128" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186113" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186094" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186105" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186090" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186146" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186126" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186095" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186156" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186100" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186106" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186136" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186155" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186139" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186112" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186116" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186131" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186152" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186096" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186092" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186108" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186103" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186142" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186133" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186148" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186117" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186150" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186144" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186125" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186149" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186158" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186147" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186132" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186134" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186111" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186129" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186119" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186109" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186137" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186107" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186097" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186143" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186118" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186098" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186153" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186088" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186127" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186154" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186157" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186101" } }, { "agencyId": "network:1", "routeId": "line:264", "trip": { "tripId": "2186120" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_L14" } ] } }, "id": "alert: line_L14" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 18 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Basso Cambo à <strong>01h00</strong> et <strong>01h40</strong>.</li><li>Depuis Arènes / Cité Scolaire Rive Gauche à <strong>00h45</strong> et <strong>01h20</strong>.</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "18 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167689" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167719" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167746" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167721" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167747" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167710" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167735" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167711" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167737" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167693" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167709" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167696" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167723" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167717" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167726" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167748" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167715" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167702" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167731" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167720" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167687" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167700" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167741" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167736" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167703" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167734" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167692" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167722" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167688" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167740" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167713" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167743" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167716" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167744" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167690" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167699" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167714" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167729" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167745" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167712" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167739" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167750" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167695" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167725" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167718" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167706" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167701" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167694" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167697" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167733" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167728" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167708" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167751" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167691" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167707" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167724" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167732" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167698" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167704" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167727" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167705" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167742" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167749" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167738" } }, { "agencyId": "network:1", "routeId": "line:143", "trip": { "tripId": "2167730" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_18" } ] } }, "id": "alert: line_18" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Arrêt non desservi : Doumergue - ligne 19</h1><p><strong>Du lundi 15 septembre au mercredi 31 décembre 2025</strong>, l'arrêt&nbsp;<strong>\"Doumergue\"&nbsp;</strong>de la&nbsp;ligne<strong>&nbsp;19 </strong><em>direction Roseraie</em><strong>&nbsp;</strong>n'est pas desservi.<br /><br /><strong>✔</strong><strong>️&nbsp;</strong>Vous pouvez vous reporter à l'arrêt&nbsp;<strong>\"Place Bet\" </strong>ou au terminus<strong> \"Roseraie\"</strong>.<br /><br />\r\n🚧 Travaux avenue du Président Doumergue à Toulouse.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 19 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Borderouge à <strong>01h00 </strong>et <strong>01h45</strong>.</li><li>Depuis Roseraie à <strong>00h35 </strong>et <strong>01h20</strong>.&nbsp;</li></ul>\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "STOP_MOVED", "headerText": { "translation": [ { "language": "", "text": "19 : Arrêt non desservi - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199499" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199550" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199506" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199549" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199502" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199541" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199543" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199519" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199487" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199546" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199507" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199491" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199537" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199525" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199514" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199500" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199544" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199512" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199489" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199498" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199552" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199485" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199494" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199547" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199521" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199535" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199518" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199531" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199529" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199528" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199501" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199497" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199482" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199490" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199557" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199488" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199530" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199495" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199534" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199526" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199542" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199513" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199558" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199484" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199520" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199508" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199554" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199553" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199483" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199486" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199517" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199511" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199505" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199504" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199516" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199556" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199515" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199532" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199493" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199551" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199523" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199545" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199527" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199555" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199509" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199492" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199522" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199548" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199536" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199538" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199503" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199496" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199539" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199524" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199540" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199533" } }, { "agencyId": "network:1", "routeId": "line:10", "trip": { "tripId": "2199510" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_19" } ] } }, "id": "alert: line_19" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 39 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Jeanne d'Arc à <strong>01h12 et 01h52</strong>.</li><li>Depuis Amouroux à <strong>00h48 et 01h28</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "39 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206737" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206746" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206762" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206753" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206760" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206748" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206751" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206767" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206750" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206745" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206766" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206736" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206725" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206739" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206720" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206742" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206733" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206724" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206744" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206743" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206732" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206752" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206758" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206768" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206741" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206754" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206735" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206764" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206747" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206729" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206759" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206772" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206721" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206727" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206761" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206719" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206723" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206726" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206771" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206738" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206722" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206770" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206769" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206755" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206763" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206731" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206765" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206730" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206757" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206728" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206756" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206740" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206734" } }, { "agencyId": "network:1", "routeId": "line:16", "trip": { "tripId": "2206749" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_39" } ] } }, "id": "alert: line_39" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne 79 effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Ramonville à <strong>01h00 et 01h50</strong>.</li><li>Depuis Saint-Orens Lycée&nbsp;à&nbsp;<strong>00h55 et 01h35</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "79 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195732" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195745" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195733" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195715" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195718" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195735" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195711" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195727" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195721" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195743" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195748" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195717" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195757" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195746" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195741" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195730" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195736" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195739" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195750" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195728" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195720" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195744" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195747" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195719" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195740" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195723" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195749" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195729" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195713" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195722" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195752" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195725" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195758" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195710" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195724" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195756" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195737" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195714" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195738" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195731" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195755" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195742" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195734" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195712" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195754" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195753" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195716" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195751" } }, { "agencyId": "network:1", "routeId": "line:51", "trip": { "tripId": "2195726" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_79" } ] } }, "id": "alert: line_79" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>Le TAD 119</strong> effectue son dernier départ de<strong> Ramonville</strong> à <strong>2h30</strong>.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "119 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_119" } ] } }, "id": "alert: line_119" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br />\r\n&nbsp;<br /><strong>Le TAD 171 </strong>effectue son dernier départ d'<strong>Aéroconstellation / Colomiers Gare SNCF</strong> à <strong>3h05.</strong><br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "171 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_171" } ] } }, "id": "alert: line_171" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Profitez de la soirée, <a href=\"https://www.tisseo.fr/actualites/3112-le-metro-toute-la-nuit\">Tisséo vous accompagne et prolonge ses horaires</a> !<br /><br /><strong>La ligne T1 du tram effectue ses derniers départs</strong> :\r\n<ul><li>Depuis Palais de Justice à <strong>01h08,</strong><strong>01h20,</strong><strong>01h40, 02h00 </strong>et <strong>02h20</strong>.</li><li>Depuis MEETT à<strong> 00h10, 00h23, 00h43, 01h03</strong> et <strong>01h23</strong>.</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "T1 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162434" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162544" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162609" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162617" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162483" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162573" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162616" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162432" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162508" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162605" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162577" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162581" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162642" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162494" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162647" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162534" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162462" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162633" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162649" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162527" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162561" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162456" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162455" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162652" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162518" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162523" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162553" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162653" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162465" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162598" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162531" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162433" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162547" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162470" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162556" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162519" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162644" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162449" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162562" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162601" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162460" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162632" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162457" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162604" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162481" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162505" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162635" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162529" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162618" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162559" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162594" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162451" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162461" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162452" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162517" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162515" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162471" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162615" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162597" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162571" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162560" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162608" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162488" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162454" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162453" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162565" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162493" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162502" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162588" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162536" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162491" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162566" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162444" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162441" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162524" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162540" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162600" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162475" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162610" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162614" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162495" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162520" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162535" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162613" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162448" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162557" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162442" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162546" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162501" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162437" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162651" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162516" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162440" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162611" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162438" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162435" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162637" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162489" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162582" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162603" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162497" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162586" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162550" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162548" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162498" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162467" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162463" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162492" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162513" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162528" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162592" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162612" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162627" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162526" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162431" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162606" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162602" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162584" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162459" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162466" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162570" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162486" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162575" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162541" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162641" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162628" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162473" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162585" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162590" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162468" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162499" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162567" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162634" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162625" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162522" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162532" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162480" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162607" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162533" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162646" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162587" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162621" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162552" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162629" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162638" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162624" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162509" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162436" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162496" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162645" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162458" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162476" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162490" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162450" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162514" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162572" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162599" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162477" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162525" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162478" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162650" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162630" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162538" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162555" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162511" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162583" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162446" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162472" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162563" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162439" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162469" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162530" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162487" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162595" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162558" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162568" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162551" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162589" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162507" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162596" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162445" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162521" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162636" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162482" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162464" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162619" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162579" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162479" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162512" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162640" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162654" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162539" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162626" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162620" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162510" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162549" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162474" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162537" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162623" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162564" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162574" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162506" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162648" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162545" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162622" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162580" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162591" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162447" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162503" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162504" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162554" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162639" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162643" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162578" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162484" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162500" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162593" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162542" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3054" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3033" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3034" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3030" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3032" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T1422" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3041" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3050" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3028" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3031" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T1483" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3055" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3049" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3026" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3042" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3056" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T1393" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3038" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "T3029" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162485" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162569" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162443" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162576" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162631" } }, { "agencyId": "network:1", "routeId": "line:68", "trip": { "tripId": "2162543" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_T1" } ] } }, "id": "alert: line_T1" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Pour la soirée du réveillon, les lignes <strong>A</strong> et <strong>B</strong> du métro fonctionnent <strong>toute la nuit</strong>.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "B : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_B" } ] } }, "id": "alert: line_B" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Mercredi 31 décembre 2025 : réveillon du Nouvel An 🎉</h1><p>Pour la soirée du réveillon, les lignes <strong>A</strong> et <strong>B</strong> du métro fonctionnent <strong>toute la nuit</strong>.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif.</a></p><h1>🟠 Accès station Marengo-SNCF modifié : du 02/06/2025 au 06/2026</h1><p><strong>Du lundi 2 juin 2025 à juin 2026</strong>, la correspondance entre la gare Matabiau et la ligne A du métro s’effectue via les espaces publics en surface. Le temps de parcours pour accéder à la gare Matabiau est rallongé.<br />\r\n&nbsp;<br />\r\n✔️ Vos solutions de déplacement :<br />\r\n&nbsp;\r\n<ul><li>En descendant à la station Marengo-SNCF de la ligne A, vous pouvez rejoindre la gare Matabiau par le boulevard Marengo, le pont Pompidou, le boulevard Pierre Semard jusqu'au parvis de la gare en 8 à 10 minutes.&nbsp;</li></ul>\r\n&nbsp;\r\n\r\n<ul><li>Si vous empruntez la ligne B, vous pouvez rejoindre la gare Matabiau par la rue de Bayard depuis la station Jeanne d'Arc en 10 à 15 minutes.</li></ul>\r\n&nbsp;\r\n\r\n<ul><li>Une navette Access gratuite est mise en place entre la station de métro Marengo-SNCF et la gare Matabiau prioritairement pour les personnes à mobilité réduite. Elle circule toutes les 15 minutes de 7h00 à 20h00 en semaine et 22h30 les vendredis et dimanches.</li></ul>\r\n&nbsp;<br /><strong>📎</strong><strong> Pièces jointes</strong><ul><li>Plan cheminement piéton</li><li>Flyer campagne fermeture PASO</li><li>FH Navette Access</li></ul>\r\n&nbsp;<br />\r\n🚧 Travaux ligne C et fermeture du passage souterrain qui relie la station de métro Marengo-SNCF à la gare Toulouse Matabiau.<br />\r\n&nbsp;<br />\r\nPlus d’info&nbsp;<a href=\"https://www.toulouse-grandmatabiau.fr/correspondance-marengo\">ICI</a>.<br />\r\n&nbsp;<br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/a2c311ce8c4c0e62121a5c0bb87d5086.pdf\">FH Navette Access.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/981e101d310f0a909648f1cfb2ac67c3.pdf\">FLYER CAMPAGNE FERMETURE PASO.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/ce7b32d70a25433002cdf19fa6e0d10e.jpeg\">Plan cheminement piéton Marengo fermé.jpg</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "A : Réseau perturbé - Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_A" } ] } }, "id": "alert: line_A" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>20/12/2025 : retour de l'itinéraire par les avenues de Toulouse, Gameville et Jean Bellières.</h1><p>A compter du <strong>samedi 20 décembre 2025</strong>, la ligne <strong>109</strong> retrouve son itinéraire par les avenues de Toulouse, Gameville et Jean Bellières.<br />\r\n&nbsp;<br />\r\nLes arrêts \"Avenue de Toulouse\", \"Sicard\", \"Lalande\", \"Moulin\", \"Altigone\" et \"Bellières\" sont à nouveau desservis.<br />\r\n&nbsp;<br />\r\nLes arrêts \"Galapagos\", \"Iles\", \"Saphirs\" et \"Chênaie\" ne sont plus desservis par la ligne 109 mais restent desservis par la ligne L7.<br />\r\n&nbsp;<br />\r\n📎&nbsp;<strong>Pièces jointes</strong><ul><li>Plan ligne 109</li><li>Fiche horaires ligne 109</li></ul>\r\n&nbsp;Pour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a><br />\r\n&nbsp;</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/c998dc599553d21a86a2412b96606663.pdf\">FH ligne 109 au 20-12-2025.pdf</a></li><li><a href=\"https://www.tisseo.fr/public-content/info/4f108e44711b6fb4648533da8634172e.pdf\">Plan ligne 109 au 20-12-2025.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "109 : Nouvelle offre" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_109" } ] } }, "id": "alert: line_109" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Déplacement d'arrêt : Cascade - ligne 67 du 17/12/2025 au 31/03/2026</h1><p><strong>Du mercredi 17 décembre au mardi 31 mars 2026</strong>, l'arrêt <strong>\"Cascade\"</strong> de la ligne 67 <em>direction Arènes</em> est déplacé face à l'arrêt opposé.<br /><br />\r\n🚧 Travaux avenue du Marquisat à Tournefeuille<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "67 : Déplacement d'arrêt" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_67" } ] } }, "id": "alert: line_67" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Nouveaux horaires : ligne 13</h1><p><strong>A compter du lundi 22 décembre 2025</strong>, une nouvelle fiche horaires est applicable sur la ligne <strong>13</strong>.<br />\r\nElle est disponible en pièce jointe de cette info.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p><ul><li><a href=\"https://www.tisseo.fr/public-content/info/2cb9b4a2eb6691ebee648db882fb30d7.pdf\">Fiche horaires ligne 13.pdf</a></li></ul>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "13 : Nouveaux horaires" } ] }, "informedEntity": [ { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204529" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204518" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204496" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204535" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204501" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204525" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204516" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204497" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204533" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204512" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204505" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204530" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204506" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204494" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204493" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204527" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204490" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204511" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204519" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204507" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204528" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204526" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204498" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204515" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204491" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204500" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204504" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204510" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204521" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204508" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204499" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204522" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204492" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204514" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204531" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204524" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204509" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204536" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204534" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204517" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204513" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204520" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204532" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204495" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204523" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204503" } }, { "agencyId": "network:1", "routeId": "line:142", "trip": { "tripId": "2204502" } } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_13" } ] } }, "id": "alert: line_13" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>Déplacement d'arrêt : Joffrery Nord - ligne 320</h1><p>Jusqu'au <strong>jeudi 30 avril 2026 inclus</strong>,&nbsp;l'arrêt <strong>\"Joffrery Nord\"</strong> n'est pas desservi par la ligne <strong>320.</strong><br /><br />\r\n✔️ Deux arrêts provisoires sont positionnés en vis-à-vis au n° 67 du chemin de Lagrange.<br /><br />\r\n🚧 Travaux&nbsp;rue des Périoles à Roques-sur-Garonne.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au&nbsp;<a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "OTHER_EFFECT", "headerText": { "translation": [ { "language": "", "text": "320 : Déplacement d'arrêt" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_320" } ] } }, "id": "alert: line_320" }, { "alert": { "cause": "CONSTRUCTION", "descriptionText": { "translation": [ { "language": "", "text": "<h1>🟠 Déviation Navette Centre Ville - du 27/11 au 27/12/2025</h1><p><strong>Du jeudi 27 novembre au samedi 27 décembre 2025 : </strong>déviation Navette Centre Ville.\r\n<ul><li><strong>Du lundi au vendredi à partir de 12h et les samedis toute la journée :</strong></li></ul>\r\n❌ <strong>Arrêt non desservi</strong><ul style=\"list-style-type:disc\"><li>Rémusat</li></ul>\r\nLa Navette Centre Ville est déviée depuis la rue Charles de Rémusat par la rue de Périgord et retrouve son itinéraire rue du Taur.<br />\r\nDe plus, depuis la place Saint-Pierre, elle emprunte le quai Lucien Lombard pour retrouver son itinéraire place de la Daurade.<br /><br />\r\n🎅 Marché de Noël place du Capitole à Toulouse.<br /><br />\r\nPour préparer votre déplacement ou consulter les prochains passages, pensez au <a href=\"https://www.tisseo.fr/plan-interactif\">plan interactif</a>.</p>" } ] }, "effect": "DETOUR", "headerText": { "translation": [ { "language": "", "text": "VILLE : Déviation" } ] }, "informedEntity": [ { "agencyId": "network:1" } ], "severityLevel": "INFO", "url": { "translation": [ { "language": "", "text": "https://www.tisseo.fr/se-deplacer/info-trafic/id/line_VILLE" } ] } }, "id": "alert: line_VILLE" }, { "id": "Teleo_cabin15_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947377" }, "departure": { "time": "1766947563" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947769" }, "departure": { "time": "1766947878" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948298" }, "departure": { "time": "1766948484" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_retour_dupF_2" } } }, { "id": "Teleo_cabin16", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942013" }, "departure": { "time": "1766942013" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942511" }, "departure": { "time": "1766942620" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942826" }, "departure": { "time": "1766943012" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16" } } }, { "id": "Teleo_cabin16_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942826" }, "departure": { "time": "1766943012" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943218" }, "departure": { "time": "1766943327" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943747" }, "departure": { "time": "1766943933" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_aller" } } }, { "id": "Teleo_cabin16_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943747" }, "departure": { "time": "1766943933" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944353" }, "departure": { "time": "1766944462" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944668" }, "departure": { "time": "1766944854" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_retour" } } }, { "id": "Teleo_cabin16_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944670" }, "departure": { "time": "1766944856" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945062" }, "departure": { "time": "1766945171" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945591" }, "departure": { "time": "1766945777" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_aller_dupF_1" } } }, { "id": "Teleo_cabin16_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946514" }, "departure": { "time": "1766946700" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946906" }, "departure": { "time": "1766947015" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947435" }, "departure": { "time": "1766947621" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_aller_dupF_2" } } }, { "id": "Teleo_cabin16_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948358" }, "departure": { "time": "1766948544" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948750" }, "departure": { "time": "1766948859" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766949279" }, "departure": { "time": "1766949465" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_aller_dupF_3" } } }, { "id": "Teleo_cabin16_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945591" }, "departure": { "time": "1766945777" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946197" }, "departure": { "time": "1766946306" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946512" }, "departure": { "time": "1766946698" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_retour_dupF_1" } } }, { "id": "Teleo_cabin16_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947435" }, "departure": { "time": "1766947621" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948041" }, "departure": { "time": "1766948150" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948356" }, "departure": { "time": "1766948542" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin16_retour_dupF_2" } } }, { "id": "Teleo_cabin8", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941373" }, "departure": { "time": "1766941373" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766941871" }, "departure": { "time": "1766941871" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942210" }, "departure": { "time": "1766942396" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8" } } }, { "id": "Teleo_cabin8_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942210" }, "departure": { "time": "1766942396" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942602" }, "departure": { "time": "1766942711" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943131" }, "departure": { "time": "1766943317" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_aller" } } }, { "id": "Teleo_cabin8_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943131" }, "departure": { "time": "1766943317" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943737" }, "departure": { "time": "1766943846" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944052" }, "departure": { "time": "1766944238" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_retour" } } }, { "id": "Teleo_cabin8_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944054" }, "departure": { "time": "1766944240" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944446" }, "departure": { "time": "1766944555" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944975" }, "departure": { "time": "1766945161" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_aller_dupF_1" } } }, { "id": "Teleo_cabin8_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945898" }, "departure": { "time": "1766946084" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946290" }, "departure": { "time": "1766946399" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946819" }, "departure": { "time": "1766947005" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_aller_dupF_2" } } }, { "id": "Teleo_cabin8_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947742" }, "departure": { "time": "1766947928" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948134" }, "departure": { "time": "1766948243" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948663" }, "departure": { "time": "1766948849" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_aller_dupF_3" } } }, { "id": "Teleo_cabin8_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944975" }, "departure": { "time": "1766945161" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945581" }, "departure": { "time": "1766945690" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945896" }, "departure": { "time": "1766946082" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_retour_dupF_1" } } }, { "id": "Teleo_cabin8_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946819" }, "departure": { "time": "1766947005" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947425" }, "departure": { "time": "1766947534" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947740" }, "departure": { "time": "1766947926" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin8_retour_dupF_2" } } }, { "id": "Teleo_cabin7", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941099" }, "departure": { "time": "1766941099" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766941597" }, "departure": { "time": "1766941597" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766941936" }, "departure": { "time": "1766942122" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7" } } }, { "id": "Teleo_cabin7_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941936" }, "departure": { "time": "1766942122" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942328" }, "departure": { "time": "1766942437" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942857" }, "departure": { "time": "1766943043" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_aller" } } }, { "id": "Teleo_cabin7_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942857" }, "departure": { "time": "1766943043" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943463" }, "departure": { "time": "1766943572" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943778" }, "departure": { "time": "1766943964" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_retour" } } }, { "id": "Teleo_cabin7_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943780" }, "departure": { "time": "1766943966" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944172" }, "departure": { "time": "1766944281" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944701" }, "departure": { "time": "1766944887" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_aller_dupF_1" } } }, { "id": "Teleo_cabin7_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945624" }, "departure": { "time": "1766945810" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946016" }, "departure": { "time": "1766946125" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946545" }, "departure": { "time": "1766946731" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_aller_dupF_2" } } }, { "id": "Teleo_cabin7_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947468" }, "departure": { "time": "1766947654" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947860" }, "departure": { "time": "1766947969" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948389" }, "departure": { "time": "1766948575" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_aller_dupF_3" } } }, { "id": "Teleo_cabin7_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944701" }, "departure": { "time": "1766944887" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945307" }, "departure": { "time": "1766945416" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945622" }, "departure": { "time": "1766945808" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_retour_dupF_1" } } }, { "id": "Teleo_cabin7_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946545" }, "departure": { "time": "1766946731" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947151" }, "departure": { "time": "1766947260" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947466" }, "departure": { "time": "1766947652" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin7_retour_dupF_2" } } }, { "id": "Teleo_cabin9", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941683" }, "departure": { "time": "1766941683" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766941967" }, "departure": { "time": "1766941967" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942520" }, "departure": { "time": "1766942706" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9" } } }, { "id": "Teleo_cabin9_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942520" }, "departure": { "time": "1766942706" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943126" }, "departure": { "time": "1766943235" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943441" }, "departure": { "time": "1766943627" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_aller" } } }, { "id": "Teleo_cabin9_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943441" }, "departure": { "time": "1766943627" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943833" }, "departure": { "time": "1766943942" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944362" }, "departure": { "time": "1766944548" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_retour" } } }, { "id": "Teleo_cabin9_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944364" }, "departure": { "time": "1766944550" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944970" }, "departure": { "time": "1766945079" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945285" }, "departure": { "time": "1766945471" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_aller_dupF_1" } } }, { "id": "Teleo_cabin9_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946208" }, "departure": { "time": "1766946394" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946814" }, "departure": { "time": "1766946923" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947129" }, "departure": { "time": "1766947315" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_aller_dupF_2" } } }, { "id": "Teleo_cabin9_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948052" }, "departure": { "time": "1766948238" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948658" }, "departure": { "time": "1766948767" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948973" }, "departure": { "time": "1766949159" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_aller_dupF_3" } } }, { "id": "Teleo_cabin9_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945285" }, "departure": { "time": "1766945471" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945677" }, "departure": { "time": "1766945786" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946206" }, "departure": { "time": "1766946392" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_retour_dupF_1" } } }, { "id": "Teleo_cabin9_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947129" }, "departure": { "time": "1766947315" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947521" }, "departure": { "time": "1766947630" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948050" }, "departure": { "time": "1766948236" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin9_retour_dupF_2" } } }, { "id": "Teleo_cabin1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941223" }, "departure": { "time": "1766941223" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766941721" }, "departure": { "time": "1766941721" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942060" }, "departure": { "time": "1766942246" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1" } } }, { "id": "Teleo_cabin1_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942060" }, "departure": { "time": "1766942246" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942452" }, "departure": { "time": "1766942561" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942981" }, "departure": { "time": "1766943167" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_aller" } } }, { "id": "Teleo_cabin1_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942981" }, "departure": { "time": "1766943167" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943587" }, "departure": { "time": "1766943696" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943902" }, "departure": { "time": "1766944088" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_retour" } } }, { "id": "Teleo_cabin1_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943904" }, "departure": { "time": "1766944090" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944296" }, "departure": { "time": "1766944405" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944825" }, "departure": { "time": "1766945011" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_aller_dupF_1" } } }, { "id": "Teleo_cabin1_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945748" }, "departure": { "time": "1766945934" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946140" }, "departure": { "time": "1766946249" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946669" }, "departure": { "time": "1766946855" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_aller_dupF_2" } } }, { "id": "Teleo_cabin1_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947592" }, "departure": { "time": "1766947778" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947984" }, "departure": { "time": "1766948093" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948513" }, "departure": { "time": "1766948699" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_aller_dupF_3" } } }, { "id": "Teleo_cabin1_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944825" }, "departure": { "time": "1766945011" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945431" }, "departure": { "time": "1766945540" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945746" }, "departure": { "time": "1766945932" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_retour_dupF_1" } } }, { "id": "Teleo_cabin1_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946669" }, "departure": { "time": "1766946855" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947275" }, "departure": { "time": "1766947384" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947590" }, "departure": { "time": "1766947776" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin1_retour_dupF_2" } } }, { "id": "Teleo_cabin3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941158" }, "departure": { "time": "1766941158" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766941442" }, "departure": { "time": "1766941442" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766941995" }, "departure": { "time": "1766942181" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3" } } }, { "id": "Teleo_cabin3_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941995" }, "departure": { "time": "1766942181" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942601" }, "departure": { "time": "1766942710" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942916" }, "departure": { "time": "1766943102" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_aller" } } }, { "id": "Teleo_cabin3_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942916" }, "departure": { "time": "1766943102" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943308" }, "departure": { "time": "1766943417" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943837" }, "departure": { "time": "1766944023" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_retour" } } }, { "id": "Teleo_cabin3_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943839" }, "departure": { "time": "1766944025" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944445" }, "departure": { "time": "1766944554" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944760" }, "departure": { "time": "1766944946" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_aller_dupF_1" } } }, { "id": "Teleo_cabin3_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945683" }, "departure": { "time": "1766945869" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946289" }, "departure": { "time": "1766946398" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946604" }, "departure": { "time": "1766946790" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_aller_dupF_2" } } }, { "id": "Teleo_cabin3_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947527" }, "departure": { "time": "1766947713" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948133" }, "departure": { "time": "1766948242" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948448" }, "departure": { "time": "1766948634" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_aller_dupF_3" } } }, { "id": "Teleo_cabin3_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944760" }, "departure": { "time": "1766944946" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945152" }, "departure": { "time": "1766945261" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945681" }, "departure": { "time": "1766945867" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_retour_dupF_1" } } }, { "id": "Teleo_cabin3_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946604" }, "departure": { "time": "1766946790" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946996" }, "departure": { "time": "1766947105" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947525" }, "departure": { "time": "1766947711" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin3_retour_dupF_2" } } }, { "id": "Teleo_cabin13", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941560" }, "departure": { "time": "1766941560" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766941844" }, "departure": { "time": "1766941844" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942397" }, "departure": { "time": "1766942583" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13" } } }, { "id": "Teleo_cabin13_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942397" }, "departure": { "time": "1766942583" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943003" }, "departure": { "time": "1766943112" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943318" }, "departure": { "time": "1766943504" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_aller" } } }, { "id": "Teleo_cabin13_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943318" }, "departure": { "time": "1766943504" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943710" }, "departure": { "time": "1766943819" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944239" }, "departure": { "time": "1766944425" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_retour" } } }, { "id": "Teleo_cabin13_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944241" }, "departure": { "time": "1766944427" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944847" }, "departure": { "time": "1766944956" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945162" }, "departure": { "time": "1766945348" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_aller_dupF_1" } } }, { "id": "Teleo_cabin13_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946085" }, "departure": { "time": "1766946271" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946691" }, "departure": { "time": "1766946800" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947006" }, "departure": { "time": "1766947192" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_aller_dupF_2" } } }, { "id": "Teleo_cabin13_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947929" }, "departure": { "time": "1766948115" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948535" }, "departure": { "time": "1766948644" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948850" }, "departure": { "time": "1766949036" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_aller_dupF_3" } } }, { "id": "Teleo_cabin13_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945162" }, "departure": { "time": "1766945348" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945554" }, "departure": { "time": "1766945663" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946083" }, "departure": { "time": "1766946269" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_retour_dupF_1" } } }, { "id": "Teleo_cabin13_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947006" }, "departure": { "time": "1766947192" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947398" }, "departure": { "time": "1766947507" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947927" }, "departure": { "time": "1766948113" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin13_retour_dupF_2" } } }, { "id": "Teleo_cabin4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941768" }, "departure": { "time": "1766941768" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942266" }, "departure": { "time": "1766942375" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942581" }, "departure": { "time": "1766942767" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4" } } }, { "id": "Teleo_cabin4_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942581" }, "departure": { "time": "1766942767" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942973" }, "departure": { "time": "1766943082" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943502" }, "departure": { "time": "1766943688" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_aller" } } }, { "id": "Teleo_cabin4_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943502" }, "departure": { "time": "1766943688" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944108" }, "departure": { "time": "1766944217" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944423" }, "departure": { "time": "1766944609" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_retour" } } }, { "id": "Teleo_cabin4_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944425" }, "departure": { "time": "1766944611" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944817" }, "departure": { "time": "1766944926" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945346" }, "departure": { "time": "1766945532" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_aller_dupF_1" } } }, { "id": "Teleo_cabin4_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946269" }, "departure": { "time": "1766946455" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946661" }, "departure": { "time": "1766946770" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947190" }, "departure": { "time": "1766947376" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_aller_dupF_2" } } }, { "id": "Teleo_cabin4_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948113" }, "departure": { "time": "1766948299" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948505" }, "departure": { "time": "1766948614" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766949034" }, "departure": { "time": "1766949220" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_aller_dupF_3" } } }, { "id": "Teleo_cabin4_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945346" }, "departure": { "time": "1766945532" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945952" }, "departure": { "time": "1766946061" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946267" }, "departure": { "time": "1766946453" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_retour_dupF_1" } } }, { "id": "Teleo_cabin4_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947190" }, "departure": { "time": "1766947376" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947796" }, "departure": { "time": "1766947905" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948111" }, "departure": { "time": "1766948297" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin4_retour_dupF_2" } } }, { "id": "Teleo_cabin5", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941494" }, "departure": { "time": "1766941494" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766941992" }, "departure": { "time": "1766942101" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942307" }, "departure": { "time": "1766942493" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5" } } }, { "id": "Teleo_cabin5_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942307" }, "departure": { "time": "1766942493" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942699" }, "departure": { "time": "1766942808" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943228" }, "departure": { "time": "1766943414" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_aller" } } }, { "id": "Teleo_cabin5_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943228" }, "departure": { "time": "1766943414" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943834" }, "departure": { "time": "1766943943" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944149" }, "departure": { "time": "1766944335" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_retour" } } }, { "id": "Teleo_cabin5_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944151" }, "departure": { "time": "1766944337" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944543" }, "departure": { "time": "1766944652" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945072" }, "departure": { "time": "1766945258" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_aller_dupF_1" } } }, { "id": "Teleo_cabin5_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945995" }, "departure": { "time": "1766946181" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946387" }, "departure": { "time": "1766946496" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946916" }, "departure": { "time": "1766947102" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_aller_dupF_2" } } }, { "id": "Teleo_cabin5_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947839" }, "departure": { "time": "1766948025" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948231" }, "departure": { "time": "1766948340" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948760" }, "departure": { "time": "1766948946" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_aller_dupF_3" } } }, { "id": "Teleo_cabin5_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945072" }, "departure": { "time": "1766945258" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945678" }, "departure": { "time": "1766945787" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945993" }, "departure": { "time": "1766946179" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_retour_dupF_1" } } }, { "id": "Teleo_cabin5_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946916" }, "departure": { "time": "1766947102" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947522" }, "departure": { "time": "1766947631" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947837" }, "departure": { "time": "1766948023" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin5_retour_dupF_2" } } }, { "id": "Teleo_cabin14", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941645" }, "departure": { "time": "1766941645" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942143" }, "departure": { "time": "1766942252" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942458" }, "departure": { "time": "1766942644" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14" } } }, { "id": "Teleo_cabin14_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942458" }, "departure": { "time": "1766942644" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942850" }, "departure": { "time": "1766942959" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943379" }, "departure": { "time": "1766943565" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_aller" } } }, { "id": "Teleo_cabin14_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943379" }, "departure": { "time": "1766943565" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943985" }, "departure": { "time": "1766944094" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944300" }, "departure": { "time": "1766944486" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_retour" } } }, { "id": "Teleo_cabin14_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944302" }, "departure": { "time": "1766944488" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944694" }, "departure": { "time": "1766944803" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945223" }, "departure": { "time": "1766945409" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_aller_dupF_1" } } }, { "id": "Teleo_cabin14_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946146" }, "departure": { "time": "1766946332" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946538" }, "departure": { "time": "1766946647" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947067" }, "departure": { "time": "1766947253" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_aller_dupF_2" } } }, { "id": "Teleo_cabin14_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947990" }, "departure": { "time": "1766948176" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948382" }, "departure": { "time": "1766948491" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948911" }, "departure": { "time": "1766949097" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_aller_dupF_3" } } }, { "id": "Teleo_cabin14_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945223" }, "departure": { "time": "1766945409" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945829" }, "departure": { "time": "1766945938" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946144" }, "departure": { "time": "1766946330" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_retour_dupF_1" } } }, { "id": "Teleo_cabin14_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947067" }, "departure": { "time": "1766947253" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947673" }, "departure": { "time": "1766947782" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947988" }, "departure": { "time": "1766948174" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin14_retour_dupF_2" } } }, { "id": "Teleo_cabin6", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941891" }, "departure": { "time": "1766941891" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942389" }, "departure": { "time": "1766942498" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766942704" }, "departure": { "time": "1766942890" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6" } } }, { "id": "Teleo_cabin6_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942704" }, "departure": { "time": "1766942890" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943096" }, "departure": { "time": "1766943205" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943625" }, "departure": { "time": "1766943811" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_aller" } } }, { "id": "Teleo_cabin6_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943625" }, "departure": { "time": "1766943811" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944231" }, "departure": { "time": "1766944340" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944546" }, "departure": { "time": "1766944732" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_retour" } } }, { "id": "Teleo_cabin6_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944548" }, "departure": { "time": "1766944734" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944940" }, "departure": { "time": "1766945049" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945469" }, "departure": { "time": "1766945655" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_aller_dupF_1" } } }, { "id": "Teleo_cabin6_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946392" }, "departure": { "time": "1766946578" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766946784" }, "departure": { "time": "1766946893" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947313" }, "departure": { "time": "1766947499" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_aller_dupF_2" } } }, { "id": "Teleo_cabin6_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948236" }, "departure": { "time": "1766948422" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766948628" }, "departure": { "time": "1766948737" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766949157" }, "departure": { "time": "1766949343" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_aller_dupF_3" } } }, { "id": "Teleo_cabin6_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945469" }, "departure": { "time": "1766945655" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946075" }, "departure": { "time": "1766946184" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946390" }, "departure": { "time": "1766946576" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_retour_dupF_1" } } }, { "id": "Teleo_cabin6_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947313" }, "departure": { "time": "1766947499" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947919" }, "departure": { "time": "1766948028" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948234" }, "departure": { "time": "1766948420" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin6_retour_dupF_2" } } }, { "id": "Teleo_cabin12", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941313" }, "departure": { "time": "1766941313" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766941597" }, "departure": { "time": "1766941597" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942150" }, "departure": { "time": "1766942336" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12" } } }, { "id": "Teleo_cabin12_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942150" }, "departure": { "time": "1766942336" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942756" }, "departure": { "time": "1766942865" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943071" }, "departure": { "time": "1766943257" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_aller" } } }, { "id": "Teleo_cabin12_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943071" }, "departure": { "time": "1766943257" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943463" }, "departure": { "time": "1766943572" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766943992" }, "departure": { "time": "1766944178" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_retour" } } }, { "id": "Teleo_cabin12_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943994" }, "departure": { "time": "1766944180" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944600" }, "departure": { "time": "1766944709" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766944915" }, "departure": { "time": "1766945101" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_aller_dupF_1" } } }, { "id": "Teleo_cabin12_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945838" }, "departure": { "time": "1766946024" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946444" }, "departure": { "time": "1766946553" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946759" }, "departure": { "time": "1766946945" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_aller_dupF_2" } } }, { "id": "Teleo_cabin12_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947682" }, "departure": { "time": "1766947868" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948288" }, "departure": { "time": "1766948397" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948603" }, "departure": { "time": "1766948789" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_aller_dupF_3" } } }, { "id": "Teleo_cabin12_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944915" }, "departure": { "time": "1766945101" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945307" }, "departure": { "time": "1766945416" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945836" }, "departure": { "time": "1766946022" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_retour_dupF_1" } } }, { "id": "Teleo_cabin12_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946759" }, "departure": { "time": "1766946945" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947151" }, "departure": { "time": "1766947260" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947680" }, "departure": { "time": "1766947866" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin12_retour_dupF_2" } } }, { "id": "Teleo_cabin11", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941436" }, "departure": { "time": "1766941436" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766941720" }, "departure": { "time": "1766941720" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942273" }, "departure": { "time": "1766942459" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11" } } }, { "id": "Teleo_cabin11_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942273" }, "departure": { "time": "1766942459" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766942879" }, "departure": { "time": "1766942988" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943194" }, "departure": { "time": "1766943380" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_aller" } } }, { "id": "Teleo_cabin11_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943194" }, "departure": { "time": "1766943380" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943586" }, "departure": { "time": "1766943695" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944115" }, "departure": { "time": "1766944301" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_retour" } } }, { "id": "Teleo_cabin11_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944117" }, "departure": { "time": "1766944303" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766944723" }, "departure": { "time": "1766944832" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945038" }, "departure": { "time": "1766945224" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_aller_dupF_1" } } }, { "id": "Teleo_cabin11_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945961" }, "departure": { "time": "1766946147" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946567" }, "departure": { "time": "1766946676" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766946882" }, "departure": { "time": "1766947068" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_aller_dupF_2" } } }, { "id": "Teleo_cabin11_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947805" }, "departure": { "time": "1766947991" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948411" }, "departure": { "time": "1766948520" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766948726" }, "departure": { "time": "1766948912" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_aller_dupF_3" } } }, { "id": "Teleo_cabin11_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945038" }, "departure": { "time": "1766945224" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945430" }, "departure": { "time": "1766945539" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766945959" }, "departure": { "time": "1766946145" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_retour_dupF_1" } } }, { "id": "Teleo_cabin11_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946882" }, "departure": { "time": "1766947068" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947274" }, "departure": { "time": "1766947383" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766947803" }, "departure": { "time": "1766947989" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin11_retour_dupF_2" } } }, { "id": "Teleo_cabin10", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941832" }, "departure": { "time": "1766941832" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942116" }, "departure": { "time": "1766942225" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942645" }, "departure": { "time": "1766942831" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10" } } }, { "id": "Teleo_cabin10_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942645" }, "departure": { "time": "1766942831" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943251" }, "departure": { "time": "1766943360" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943566" }, "departure": { "time": "1766943752" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_aller" } } }, { "id": "Teleo_cabin10_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943566" }, "departure": { "time": "1766943752" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766943958" }, "departure": { "time": "1766944067" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944487" }, "departure": { "time": "1766944673" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_retour" } } }, { "id": "Teleo_cabin10_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944489" }, "departure": { "time": "1766944675" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945095" }, "departure": { "time": "1766945204" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945410" }, "departure": { "time": "1766945596" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_aller_dupF_1" } } }, { "id": "Teleo_cabin10_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946333" }, "departure": { "time": "1766946519" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766946939" }, "departure": { "time": "1766947048" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947254" }, "departure": { "time": "1766947440" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_aller_dupF_2" } } }, { "id": "Teleo_cabin10_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948177" }, "departure": { "time": "1766948363" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948783" }, "departure": { "time": "1766948892" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766949098" }, "departure": { "time": "1766949284" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_aller_dupF_3" } } }, { "id": "Teleo_cabin10_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945410" }, "departure": { "time": "1766945596" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945802" }, "departure": { "time": "1766945911" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946331" }, "departure": { "time": "1766946517" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_retour_dupF_1" } } }, { "id": "Teleo_cabin10_retour_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766947254" }, "departure": { "time": "1766947440" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766947646" }, "departure": { "time": "1766947755" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766948175" }, "departure": { "time": "1766948361" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin10_retour_dupF_2" } } }, { "id": "Teleo_cabin15", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766941955" }, "departure": { "time": "1766941955" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766942239" }, "departure": { "time": "1766942348" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766942768" }, "departure": { "time": "1766942954" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15" } } }, { "id": "Teleo_cabin15_aller", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766942768" }, "departure": { "time": "1766942954" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766943374" }, "departure": { "time": "1766943483" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766943689" }, "departure": { "time": "1766943875" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_aller" } } }, { "id": "Teleo_cabin15_retour", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766943689" }, "departure": { "time": "1766943875" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766944081" }, "departure": { "time": "1766944190" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766944610" }, "departure": { "time": "1766944796" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_retour" } } }, { "id": "Teleo_cabin15_aller_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766944612" }, "departure": { "time": "1766944798" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766945218" }, "departure": { "time": "1766945327" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766945533" }, "departure": { "time": "1766945719" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_aller_dupF_1" } } }, { "id": "Teleo_cabin15_aller_dupF_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766946456" }, "departure": { "time": "1766946642" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766947062" }, "departure": { "time": "1766947171" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766947377" }, "departure": { "time": "1766947563" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_aller_dupF_2" } } }, { "id": "Teleo_cabin15_aller_dupF_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766948300" }, "departure": { "time": "1766948486" }, "stopId": "stop_point:SP_5126", "stopSequence": 1 }, { "arrival": { "time": "1766948906" }, "departure": { "time": "1766949015" }, "stopId": "stop_point:SP_5130", "stopSequence": 2 }, { "arrival": { "time": "1766949221" }, "departure": { "time": "1766949407" }, "stopId": "stop_point:SP_5128", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_aller_dupF_3" } } }, { "id": "Teleo_cabin15_retour_dupF_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1766945533" }, "departure": { "time": "1766945719" }, "stopId": "stop_point:SP_5129", "stopSequence": 1 }, { "arrival": { "time": "1766945925" }, "departure": { "time": "1766946034" }, "stopId": "stop_point:SP_5125", "stopSequence": 2 }, { "arrival": { "time": "1766946454" }, "departure": { "time": "1766946640" }, "stopId": "stop_point:SP_5127", "stopSequence": 3 } ], "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "cabin15_retour_dupF_1" } } }, { "id": "TripTeleoDelete:2188446", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188446" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188319", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188319" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188097", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188097" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188046", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188046" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188358", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188358" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188144", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188144" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188637", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188637" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188574", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188574" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188506", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188506" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188154", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188154" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188174", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188174" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188671", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188671" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188055", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188055" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188191", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188191" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188757", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188757" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188544", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188544" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188303", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188303" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187866", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187866" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187824", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187824" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188259", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188259" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187851", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187851" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188484", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188484" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188057", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188057" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188576", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188576" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188535", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188535" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187931", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187931" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188081", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188081" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188589", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188589" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188771", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188771" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188300", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188300" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188650", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188650" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188130", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188130" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187831", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187831" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188134", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188134" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188425", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188425" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187905", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187905" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188223", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188223" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188477", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188477" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188103", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188103" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188067", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188067" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187917", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187917" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188294", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188294" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188357", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188357" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188483", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188483" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188242", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188242" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188591", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188591" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188693", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188693" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188210", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188210" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188610", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188610" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187850", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187850" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188128", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188128" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188182", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188182" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188172", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188172" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188178", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188178" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188531", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188531" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187909", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187909" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188578", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188578" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188628", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188628" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188657", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188657" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187881", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187881" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188630", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188630" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188400", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188400" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187999", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187999" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188412", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188412" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188148", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188148" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187791", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187791" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188181", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188181" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188619", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188619" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188137", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188137" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188079", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188079" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187859", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187859" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188452", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188452" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188362", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188362" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187884", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187884" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188243", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188243" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188750", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188750" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188721", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188721" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187997", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187997" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188024", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188024" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188096", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188096" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188087", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188087" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188690", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188690" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188662", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188662" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188367", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188367" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188355", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188355" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188159", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188159" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188605", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188605" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188328", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188328" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188274", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188274" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188052", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188052" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188554", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188554" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188449", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188449" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188240", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188240" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187886", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187886" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188633", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188633" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187951", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187951" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188389", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188389" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188296", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188296" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187998", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187998" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188627", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188627" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187804", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187804" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188623", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188623" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187834", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187834" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188470", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188470" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187990", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187990" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188229", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188229" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188491", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188491" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188279", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188279" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188091", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188091" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188124", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188124" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188634", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188634" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188211", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188211" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187914", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187914" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188194", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188194" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188037", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188037" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188476", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188476" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188414", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188414" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188552", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188552" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188107", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188107" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188767", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188767" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188622", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188622" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188724", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188724" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188518", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188518" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187796", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187796" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187970", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187970" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188218", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188218" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188429", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188429" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188252", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188252" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188685", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188685" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188453", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188453" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188656", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188656" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188720", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188720" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187926", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187926" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188759", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188759" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188121", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188121" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187849", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187849" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188109", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188109" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188649", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188649" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188059", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188059" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188344", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188344" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187865", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187865" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188626", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188626" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188153", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188153" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187897", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187897" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188706", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188706" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188369", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188369" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188098", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188098" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188700", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188700" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188116", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188116" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188655", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188655" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188260", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188260" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188102", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188102" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187946", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187946" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188466", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188466" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188540", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188540" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188146", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188146" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187927", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187927" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188460", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188460" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187847", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187847" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187843", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187843" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188132", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188132" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188713", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188713" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188652", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188652" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188451", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188451" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188376", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188376" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188219", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188219" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188500", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188500" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188318", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188318" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187880", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187880" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188438", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188438" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188104", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188104" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188526", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188526" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188387", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188387" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188164", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188164" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188739", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188739" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187818", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187818" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188245", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188245" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188370", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188370" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188151", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188151" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187805", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187805" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187982", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187982" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188599", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188599" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188383", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188383" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188433", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188433" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188636", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188636" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188643", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188643" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188646", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188646" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188119", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188119" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188499", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188499" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188350", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188350" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188502", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188502" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188537", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188537" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187915", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187915" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188114", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188114" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188090", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188090" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187829", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187829" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188204", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188204" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188763", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188763" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188391", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188391" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188471", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188471" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187988", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187988" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188356", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188356" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188631", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188631" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188639", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188639" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188677", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188677" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188289", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188289" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187933", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187933" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187853", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187853" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188734", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188734" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187878", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187878" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187938", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187938" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188351", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188351" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188195", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188195" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188704", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188704" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187953", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187953" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188434", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188434" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188684", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188684" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188251", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188251" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188528", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188528" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187803", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187803" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188282", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188282" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188363", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188363" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188417", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188417" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188571", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188571" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187891", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187891" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187860", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187860" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188026", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188026" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188514", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188514" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188214", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188214" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188581", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188581" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188264", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188264" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188308", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188308" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188359", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188359" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187925", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187925" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188600", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188600" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188140", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188140" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188562", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188562" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188729", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188729" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188125", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188125" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187902", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187902" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188469", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188469" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188302", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188302" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188386", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188386" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188006", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188006" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188474", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188474" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187820", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187820" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187887", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187887" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188411", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188411" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187823", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187823" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188228", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188228" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188701", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188701" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188276", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188276" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188653", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188653" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188163", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188163" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188614", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188614" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188171", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188171" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188679", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188679" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187896", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187896" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188208", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188208" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187893", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187893" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188719", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188719" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188708", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188708" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188011", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188011" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188566", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188566" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188150", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188150" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188074", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188074" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188299", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188299" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188516", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188516" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188785", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188785" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188456", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188456" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188256", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188256" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187993", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187993" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188371", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188371" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188699", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188699" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188013", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188013" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188221", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188221" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187964", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187964" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187827", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187827" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187963", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187963" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187781", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187781" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188008", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188008" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188533", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188533" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188665", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188665" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188173", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188173" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187780", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187780" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188761", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188761" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187870", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187870" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188060", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188060" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188661", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188661" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188609", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188609" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188714", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188714" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188569", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188569" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188758", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188758" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188441", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188441" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188295", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188295" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188675", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188675" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188147", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188147" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188088", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188088" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188041", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188041" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188139", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188139" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188333", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188333" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187994", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187994" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187979", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187979" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188323", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188323" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187992", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187992" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188782", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188782" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188095", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188095" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187987", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187987" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188439", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188439" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188156", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188156" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188321", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188321" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187898", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187898" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188262", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188262" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188070", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188070" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187815", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187815" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188069", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188069" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188248", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188248" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188418", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188418" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188031", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188031" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188654", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188654" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188189", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188189" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188538", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188538" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187782", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187782" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187908", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187908" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187809", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187809" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187981", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187981" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188317", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188317" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188304", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188304" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187828", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187828" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188542", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188542" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188047", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188047" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188118", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188118" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188740", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188740" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188285", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188285" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188584", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188584" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188551", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188551" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187937", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187937" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187808", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187808" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187848", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187848" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188076", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188076" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188617", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188617" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188681", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188681" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188283", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188283" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188624", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188624" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188468", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188468" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188039", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188039" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187787", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187787" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188169", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188169" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187985", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187985" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187959", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187959" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188066", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188066" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188236", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188236" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188094", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188094" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188143", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188143" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188167", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188167" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187916", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187916" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188588", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188588" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188005", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188005" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187856", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187856" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188177", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188177" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187947", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187947" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188709", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188709" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188555", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188555" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188519", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188519" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188779", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188779" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188549", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188549" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188188", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188188" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188268", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188268" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188512", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188512" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187974", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187974" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188360", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188360" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188225", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188225" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188111", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188111" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187969", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187969" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188444", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188444" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187855", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187855" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187838", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187838" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188002", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188002" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188550", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188550" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188733", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188733" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188158", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188158" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188001", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188001" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188640", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188640" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188105", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188105" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188543", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188543" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188241", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188241" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188382", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188382" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187894", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187894" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187801", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187801" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188022", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188022" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188290", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188290" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188498", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188498" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188765", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188765" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188209", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188209" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188563", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188563" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188326", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188326" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188440", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188440" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188748", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188748" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188349", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188349" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188325", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188325" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187967", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187967" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188697", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188697" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187793", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187793" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188093", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188093" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187839", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187839" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188423", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188423" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188489", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188489" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188536", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188536" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188688", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188688" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187991", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187991" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188136", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188136" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188487", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188487" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188635", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188635" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188573", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188573" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188711", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188711" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188686", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188686" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187790", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187790" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187907", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187907" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188297", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188297" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188694", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188694" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188764", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188764" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188309", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188309" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187845", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187845" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187895", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187895" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188168", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188168" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188712", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188712" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188510", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188510" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187940", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187940" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188327", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188327" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188050", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188050" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187888", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187888" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188419", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188419" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188664", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188664" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188361", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188361" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187968", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187968" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188723", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188723" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188644", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188644" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188075", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188075" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187906", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187906" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188007", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188007" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188053", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188053" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188287", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188287" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188160", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188160" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188257", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188257" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188092", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188092" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188490", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188490" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188049", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188049" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188497", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188497" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187986", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187986" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187918", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187918" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188399", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188399" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188475", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188475" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188415", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188415" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188065", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188065" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188020", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188020" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188726", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188726" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187923", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187923" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188086", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188086" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187972", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187972" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188435", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188435" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188348", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188348" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188401", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188401" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187817", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187817" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188426", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188426" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188120", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188120" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188613", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188613" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188575", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188575" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188762", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188762" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188062", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188062" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188749", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188749" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187869", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187869" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188454", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188454" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187798", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187798" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188029", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188029" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188045", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188045" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188395", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188395" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187800", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187800" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188040", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188040" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187913", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187913" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188716", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188716" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188529", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188529" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188676", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188676" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188316", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188316" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188100", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188100" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188781", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188781" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188565", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188565" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187965", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187965" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187957", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187957" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188366", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188366" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188421", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188421" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188390", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188390" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188238", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188238" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188380", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188380" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188494", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188494" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188077", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188077" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188012", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188012" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188754", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188754" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188725", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188725" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188170", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188170" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188113", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188113" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188568", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188568" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188186", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188186" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188780", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188780" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187826", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187826" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187783", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187783" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187857", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187857" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188689", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188689" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188645", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188645" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188615", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188615" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188340", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188340" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188760", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188760" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187941", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187941" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188375", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188375" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188244", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188244" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187852", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187852" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188354", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188354" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188180", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188180" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188126", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188126" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188715", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188715" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188553", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188553" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188141", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188141" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188084", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188084" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187921", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187921" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188670", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188670" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188131", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188131" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188532", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188532" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188135", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188135" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188436", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188436" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188346", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188346" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187980", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187980" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187984", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187984" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187806", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187806" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188682", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188682" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187802", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187802" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188311", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188311" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188666", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188666" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187814", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187814" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188379", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188379" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188695", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188695" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187797", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187797" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188270", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188270" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188509", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188509" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188099", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188099" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188580", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188580" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188293", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188293" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188755", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188755" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187948", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187948" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187930", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187930" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188784", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188784" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188567", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188567" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187842", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187842" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188427", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188427" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188161", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188161" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188255", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188255" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188479", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188479" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187816", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187816" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188230", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188230" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187862", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187862" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188730", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188730" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188596", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188596" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188010", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188010" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188392", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188392" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188641", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188641" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188263", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188263" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188306", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188306" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187890", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187890" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187920", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187920" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188776", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188776" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187868", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187868" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188604", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188604" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188432", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188432" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188056", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188056" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188505", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188505" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187844", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187844" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188424", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188424" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188732", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188732" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188032", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188032" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188642", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188642" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188612", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188612" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188373", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188373" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188691", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188691" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188034", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188034" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188213", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188213" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187840", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187840" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188253", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188253" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188353", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188353" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187864", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187864" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188267", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188267" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188629", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188629" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187794", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187794" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188117", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188117" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188728", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188728" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188142", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188142" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188198", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188198" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188042", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188042" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188756", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188756" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188183", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188183" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188667", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188667" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187900", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187900" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188672", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188672" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187943", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187943" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188129", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188129" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187821", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187821" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188284", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188284" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187983", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187983" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188342", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188342" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188582", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188582" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188019", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188019" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188465", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188465" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188659", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188659" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187822", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187822" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188341", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188341" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187928", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187928" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187846", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187846" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187867", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187867" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188110", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188110" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188033", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188033" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188278", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188278" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188703", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188703" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188271", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188271" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187952", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187952" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188687", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188687" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188504", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188504" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188620", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188620" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188115", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188115" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188048", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188048" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188778", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188778" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187929", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187929" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188595", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188595" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188478", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188478" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188227", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188227" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188027", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188027" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188774", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188774" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188648", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188648" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187863", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187863" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187995", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187995" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187889", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187889" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188072", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188072" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188660", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188660" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188492", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188492" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187912", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187912" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188731", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188731" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187858", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187858" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188738", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188738" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188561", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188561" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188751", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188751" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187958", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187958" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188347", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188347" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188707", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188707" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188329", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188329" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188445", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188445" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188215", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188215" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188523", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188523" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188313", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188313" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188176", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188176" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188458", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188458" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187936", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187936" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188486", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188486" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187876", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187876" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188249", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188249" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187901", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187901" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188606", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188606" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188275", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188275" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188226", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188226" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187934", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187934" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187924", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187924" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187955", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187955" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188015", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188015" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188559", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188559" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188572", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188572" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188408", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188408" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187841", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187841" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188078", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188078" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188080", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188080" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188683", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188683" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188770", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188770" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187960", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187960" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188663", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188663" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188085", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188085" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188273", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188273" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188448", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188448" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188768", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188768" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188527", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188527" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187832", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187832" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188365", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188365" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188265", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188265" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188603", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188603" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188769", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188769" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188404", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188404" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188071", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188071" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188450", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188450" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188590", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188590" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188063", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188063" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188073", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188073" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188312", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188312" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188381", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188381" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188625", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188625" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187836", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187836" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187954", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187954" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188157", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188157" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188372", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188372" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188234", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188234" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188224", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188224" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188123", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188123" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188044", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188044" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188772", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188772" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188220", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188220" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188587", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188587" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188385", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188385" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188261", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188261" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188678", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188678" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188315", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188315" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187861", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187861" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188692", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188692" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187962", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187962" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188314", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188314" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187978", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187978" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188166", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188166" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188301", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188301" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188106", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188106" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188035", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188035" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188138", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188138" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187799", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187799" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188558", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188558" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188422", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188422" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187939", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187939" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188570", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188570" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188557", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188557" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187911", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187911" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188597", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188597" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187854", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187854" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188003", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188003" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188747", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188747" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187910", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187910" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187795", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187795" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188673", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188673" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188611", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188611" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187812", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187812" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188737", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188737" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188515", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188515" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188280", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188280" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188101", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188101" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188647", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188647" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188702", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188702" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188152", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188152" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188322", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188322" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187789", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187789" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188018", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188018" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188416", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188416" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188200", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188200" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188616", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188616" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188338", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188338" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188239", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188239" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187971", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187971" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188621", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188621" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187885", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187885" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187837", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187837" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188534", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188534" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187935", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187935" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188431", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188431" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188541", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188541" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188398", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188398" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188216", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188216" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188330", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188330" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188651", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188651" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188727", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188727" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188155", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188155" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188409", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188409" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188127", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188127" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188705", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188705" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188556", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188556" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187871", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187871" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188017", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188017" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188583", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188583" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188658", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188658" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188364", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188364" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188742", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188742" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188464", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188464" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188332", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188332" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188517", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188517" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188521", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188521" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188467", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188467" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188507", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188507" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187949", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187949" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188437", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188437" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188162", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188162" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188752", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188752" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188410", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188410" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188247", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188247" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188334", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188334" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188021", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188021" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188339", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188339" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188004", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188004" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188384", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188384" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188407", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188407" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188696", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188696" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188205", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188205" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188598", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188598" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187892", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187892" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188741", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188741" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188413", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188413" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188068", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188068" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187966", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187966" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188337", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188337" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188009", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188009" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188286", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188286" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188196", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188196" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188175", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188175" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188061", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188061" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188212", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188212" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187874", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187874" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188016", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188016" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188744", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188744" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188632", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188632" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188051", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188051" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188335", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188335" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188680", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188680" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188064", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188064" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188669", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188669" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188202", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188202" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188254", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188254" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187976", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187976" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188508", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188508" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188592", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188592" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188525", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188525" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188777", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188777" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188783", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188783" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188237", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188237" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187819", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187819" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188511", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188511" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187989", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187989" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187788", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187788" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188668", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188668" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188307", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188307" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188038", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188038" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187942", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187942" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188145", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188145" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187786", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187786" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188377", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188377" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187883", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187883" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188586", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188586" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188025", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188025" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188378", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188378" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188493", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188493" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188187", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188187" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188420", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188420" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188054", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188054" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187956", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187956" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188397", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188397" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188331", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188331" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188547", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188547" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187807", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187807" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188394", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188394" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187825", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187825" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188775", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188775" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188480", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188480" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188522", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188522" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188406", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188406" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188496", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188496" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188014", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188014" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188281", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188281" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188585", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188585" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188185", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188185" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188374", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188374" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188184", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188184" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188548", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188548" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188112", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188112" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188028", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188028" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187785", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187785" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188388", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188388" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188577", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188577" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188292", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188292" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188149", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188149" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188396", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188396" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188593", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188593" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188488", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188488" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188473", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188473" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188524", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188524" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188222", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188222" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187882", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187882" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187784", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187784" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188736", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188736" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188288", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188288" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188579", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188579" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188717", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188717" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187903", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187903" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188043", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188043" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188179", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188179" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188560", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188560" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187945", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187945" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188455", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188455" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188428", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188428" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188608", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188608" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188217", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188217" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188501", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188501" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188207", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188207" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188513", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188513" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188190", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188190" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187975", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187975" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188030", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188030" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188291", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188291" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188310", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188310" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188343", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188343" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188457", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188457" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188266", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188266" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188503", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188503" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188698", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188698" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187944", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187944" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188594", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188594" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188495", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188495" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188443", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188443" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188246", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188246" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187872", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187872" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188520", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188520" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188250", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188250" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188199", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188199" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187904", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187904" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188722", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188722" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188197", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188197" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188083", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188083" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187813", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187813" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187922", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187922" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188602", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188602" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188133", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188133" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188320", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188320" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187810", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187810" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187879", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187879" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188277", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188277" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188753", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188753" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188766", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188766" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188710", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188710" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188000", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188000" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187961", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187961" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188305", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188305" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188201", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188201" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188402", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188402" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188459", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188459" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188442", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188442" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188233", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188233" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188192", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188192" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187932", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187932" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188108", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188108" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188231", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188231" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188743", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188743" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187977", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187977" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188269", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188269" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188545", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188545" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188546", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188546" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187792", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187792" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188203", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188203" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188674", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188674" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188393", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188393" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188539", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188539" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187830", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187830" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188193", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188193" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188447", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188447" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187899", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187899" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188258", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188258" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188638", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188638" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188336", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188336" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188601", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188601" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188430", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188430" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188482", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188482" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187996", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187996" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187877", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187877" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188235", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188235" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187833", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187833" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188036", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188036" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187973", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187973" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188345", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188345" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188165", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188165" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188618", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188618" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188481", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188481" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188368", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188368" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188746", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188746" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188058", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188058" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188461", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188461" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188089", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188089" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187950", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187950" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188324", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188324" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188082", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188082" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188462", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188462" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188564", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188564" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187919", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187919" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188718", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188718" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187835", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187835" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187811", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187811" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188735", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188735" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188403", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188403" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188232", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188232" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188023", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188023" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187875", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187875" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188607", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188607" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188463", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188463" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188773", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188773" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188485", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188485" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188405", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188405" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188745", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188745" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188352", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188352" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188272", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188272" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188530", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188530" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188206", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188206" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188472", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188472" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2187873", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2187873" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188298", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188298" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripTeleoDelete:2188122", "tripUpdate": { "timestamp": "1766942093", "trip": { "routeId": "line:204", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2188122" }, "vehicle": { "id": "27_1437475" } } }, { "id": "TripUpdateDelete:2162543", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162543" }, "vehicle": { "id": "1430480" } } }, { "id": "TripUpdateDelete:2186921", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2186921" }, "vehicle": { "id": "27_1437035" } } }, { "id": "TripUpdateDelete:2197536", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2197536" }, "vehicle": { "id": "1452670" } } }, { "id": "TripUpdateDelete:2166070", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2166070" }, "vehicle": { "id": "1431997" } } }, { "id": "TripUpdateDelete:2182483", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182483" }, "vehicle": { "id": "27_1431245" } } }, { "id": "TripUpdateDelete:2195751", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2195751" }, "vehicle": { "id": "1449710" } } }, { "id": "TripUpdateDelete:2162485", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162485" }, "vehicle": { "id": "1430679" } } }, { "id": "TripUpdateDelete:2162569", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162569" }, "vehicle": { "id": "1430511" } } }, { "id": "TripUpdateDelete:2182481", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182481" }, "vehicle": { "id": "27_1431243" } } }, { "id": "TripUpdateDelete:2182508", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182508" }, "vehicle": { "id": "27_1431270" } } }, { "id": "TripUpdateDelete:2204104", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2204104" }, "vehicle": { "id": "1457928" } } }, { "id": "TripUpdateDelete:2197564", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2197564" }, "vehicle": { "id": "1452698" } } }, { "id": "TripUpdateDelete:2182506", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182506" }, "vehicle": { "id": "27_1431268" } } }, { "id": "TripUpdateDelete:2162631", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162631" }, "vehicle": { "id": "1430565" } } }, { "id": "TripUpdateDelete:2166142", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2166142" }, "vehicle": { "id": "1432053" } } }, { "id": "TripUpdateDelete:2204161", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2204161" }, "vehicle": { "id": "1457988" } } }, { "id": "TripUpdateDelete:2186885", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2186885" }, "vehicle": { "id": "27_1436999" } } }, { "id": "TripUpdateDelete:2162443", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162443" }, "vehicle": { "id": "1430656" } } }, { "id": "TripUpdateDelete:2162576", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2162576" }, "vehicle": { "id": "1430494" } } }, { "id": "TripUpdateDelete:2194786", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2194786" }, "vehicle": { "id": "1449787" } } }, { "id": "TripUpdateDelete:2195726", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2195726" }, "vehicle": { "id": "1449692" } } }, { "id": "TripUpdateDelete:2182507", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182507" }, "vehicle": { "id": "27_1431269" } } }, { "id": "TripUpdateDelete:2185419", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2185419" }, "vehicle": { "id": "27_1435533" } } }, { "id": "TripUpdateDelete:2182505", "tripUpdate": { "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "CANCELED", "startDate": "20251228", "tripId": "2182505" }, "vehicle": { "id": "27_1431267" } } }, { "id": "TripUpdateAdd:new_2279", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766943900" }, "departure": { "delay": 300, "time": "1766944920" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 1 }, { "arrival": { "delay": 57, "time": "1766945115" }, "departure": { "delay": 57, "time": "1766945115" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945259" }, "departure": { "delay": 0, "time": "1766945259" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945411" }, "departure": { "delay": 0, "time": "1766945411" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945455" }, "departure": { "delay": 0, "time": "1766945455" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945590" }, "departure": { "delay": 0, "time": "1766945590" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945651" }, "departure": { "delay": 0, "time": "1766945651" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_2279" } } }, { "id": "TripUpdateAdd:new_3030", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1268", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_4949", "stopSequence": 2 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_3030" } } }, { "id": "TripUpdateAdd:new_2309", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766942100" }, "departure": { "delay": 300, "time": "1766943060" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 1 }, { "arrival": { "delay": 57, "time": "1766943255" }, "departure": { "delay": 57, "time": "1766943255" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943431" }, "departure": { "delay": 0, "time": "1766943431" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943611" }, "departure": { "delay": 0, "time": "1766943611" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943655" }, "departure": { "delay": 0, "time": "1766943655" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943790" }, "departure": { "delay": 0, "time": "1766943790" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943851" }, "departure": { "delay": 0, "time": "1766943851" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_2309" } } }, { "id": "TripUpdateAdd:new_3026", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946309" }, "departure": { "delay": 0, "time": "1766946309" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946554" }, "departure": { "delay": 0, "time": "1766946554" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946643" }, "departure": { "delay": 0, "time": "1766946643" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766946972" }, "departure": { "delay": 0, "time": "1766946972" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947030" }, "departure": { "delay": 0, "time": "1766947030" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947107" }, "departure": { "delay": 0, "time": "1766947107" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947221" }, "departure": { "delay": 0, "time": "1766947221" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947384" }, "departure": { "delay": 0, "time": "1766947384" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947482" }, "departure": { "delay": 0, "time": "1766947482" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947784" }, "departure": { "delay": 0, "time": "1766947784" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947858" }, "departure": { "delay": 0, "time": "1766947858" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948263" }, "departure": { "delay": 0, "time": "1766948263" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766948528" }, "departure": { "delay": 0, "time": "1766948528" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948707" }, "departure": { "delay": 0, "time": "1766948707" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_3026" } } }, { "id": "TripUpdateAdd:new_3028", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_1268", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_4949", "stopSequence": 2 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_3028" } } }, { "id": "TripUpdateAdd:new_3031", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947449" }, "departure": { "delay": 0, "time": "1766947449" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947694" }, "departure": { "delay": 0, "time": "1766947694" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947783" }, "departure": { "delay": 0, "time": "1766947783" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948112" }, "departure": { "delay": 0, "time": "1766948112" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948170" }, "departure": { "delay": 0, "time": "1766948170" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948247" }, "departure": { "delay": 0, "time": "1766948247" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948361" }, "departure": { "delay": 0, "time": "1766948361" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766948524" }, "departure": { "delay": 0, "time": "1766948524" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948622" }, "departure": { "delay": 0, "time": "1766948622" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948924" }, "departure": { "delay": 0, "time": "1766948924" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948998" }, "departure": { "delay": 0, "time": "1766948998" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_3031" } } }, { "id": "TripUpdateAdd:new_2281", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 300, "time": "1766948700" }, "departure": { "delay": 300, "time": "1766948700" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 1 }, { "arrival": { "delay": 57, "time": "1766948846" }, "departure": { "delay": 57, "time": "1766948846" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948979" }, "departure": { "delay": 0, "time": "1766948979" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766949131" }, "departure": { "delay": 0, "time": "1766949131" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766949175" }, "departure": { "delay": 0, "time": "1766949175" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 8 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_2281" } } }, { "id": "TripUpdateAdd:new_2311", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 300, "time": "1766946720" }, "departure": { "delay": 300, "time": "1766946720" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 1 }, { "arrival": { "delay": 57, "time": "1766946915" }, "departure": { "delay": 57, "time": "1766946915" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947059" }, "departure": { "delay": 0, "time": "1766947059" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947211" }, "departure": { "delay": 0, "time": "1766947211" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947255" }, "departure": { "delay": 0, "time": "1766947255" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947390" }, "departure": { "delay": 0, "time": "1766947390" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947451" }, "departure": { "delay": 0, "time": "1766947451" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "scheduleRelationship": "UNSCHEDULED", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_2311" } } }, { "id": "TripUpdateAdd:new_3029", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946909" }, "departure": { "delay": 0, "time": "1766946909" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947154" }, "departure": { "delay": 0, "time": "1766947154" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947243" }, "departure": { "delay": 0, "time": "1766947243" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947572" }, "departure": { "delay": 0, "time": "1766947572" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947630" }, "departure": { "delay": 0, "time": "1766947630" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947707" }, "departure": { "delay": 0, "time": "1766947707" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947821" }, "departure": { "delay": 0, "time": "1766947821" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947984" }, "departure": { "delay": 0, "time": "1766947984" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948082" }, "departure": { "delay": 0, "time": "1766948082" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948384" }, "departure": { "delay": 0, "time": "1766948384" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948458" }, "departure": { "delay": 0, "time": "1766948458" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948863" }, "departure": { "delay": 0, "time": "1766948863" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766949128" }, "departure": { "delay": 0, "time": "1766949128" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "ADDED", "startDate": "20251228", "tripId": "new_3029" } } }, { "id": "TripUpdateJoin:2144633", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_2588", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766946719" }, "departure": { "delay": -1, "time": "1766946719" }, "stopId": "stop_point:SP_2006", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766946851" }, "departure": { "delay": 11, "time": "1766946851" }, "stopId": "stop_point:SP_2868", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3248", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3798", "stopSequence": 5 }, { "arrival": { "delay": -3, "time": "1766947017" }, "departure": { "delay": -3, "time": "1766947017" }, "stopId": "stop_point:SP_277", "stopSequence": 6 }, { "arrival": { "delay": -17, "time": "1766947063" }, "departure": { "delay": -17, "time": "1766947063" }, "stopId": "stop_point:SP_725", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_53", "stopSequence": 8 }, { "arrival": { "delay": 15, "time": "1766947215" }, "departure": { "delay": 15, "time": "1766947215" }, "stopId": "stop_point:SP_3097", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_679", "stopSequence": 10 }, { "arrival": { "delay": -5, "time": "1766947315" }, "departure": { "delay": -5, "time": "1766947315" }, "stopId": "stop_point:SP_3559", "stopSequence": 11 }, { "arrival": { "delay": -14, "time": "1766947366" }, "departure": { "delay": -14, "time": "1766947366" }, "stopId": "stop_point:SP_2023", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766947422" }, "departure": { "delay": -18, "time": "1766947422" }, "stopId": "stop_point:SP_423", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766947482" }, "departure": { "delay": -18, "time": "1766947482" }, "stopId": "stop_point:SP_66", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4745", "stopSequence": 15 }, { "arrival": { "delay": -4, "time": "1766947616" }, "departure": { "delay": -4, "time": "1766947616" }, "stopId": "stop_point:SP_4724", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_3424", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144633" }, "vehicle": { "id": "1432415" } } }, { "id": "TripUpdateJoin:2152687", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1020, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_221", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766943995" }, "departure": { "delay": -25, "time": "1766943995" }, "stopId": "stop_point:SP_3405", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766944059" }, "departure": { "delay": -21, "time": "1766944059" }, "stopId": "stop_point:SP_3672", "stopSequence": 3 }, { "arrival": { "delay": 16, "time": "1766944096" }, "departure": { "delay": 16, "time": "1766944096" }, "stopId": "stop_point:SP_1464", "stopSequence": 4 }, { "arrival": { "delay": 20, "time": "1766944160" }, "departure": { "delay": 20, "time": "1766944160" }, "stopId": "stop_point:SP_2460", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_977", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766944229" }, "departure": { "delay": 29, "time": "1766944229" }, "stopId": "stop_point:SP_1790", "stopSequence": 7 }, { "arrival": { "delay": -6, "time": "1766944254" }, "departure": { "delay": -6, "time": "1766944254" }, "stopId": "stop_point:SP_2369", "stopSequence": 8 }, { "arrival": { "delay": -2, "time": "1766944318" }, "departure": { "delay": -2, "time": "1766944318" }, "stopId": "stop_point:SP_3341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_3147", "stopSequence": 10 }, { "arrival": { "delay": 7, "time": "1766944447" }, "departure": { "delay": 7, "time": "1766944447" }, "stopId": "stop_point:SP_2015", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_1651", "stopSequence": 12 }, { "arrival": { "delay": -30, "time": "1766944530" }, "departure": { "delay": -30, "time": "1766944530" }, "stopId": "stop_point:SP_1971", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766944585" }, "departure": { "delay": 25, "time": "1766944585" }, "stopId": "stop_point:SP_872", "stopSequence": 14 }, { "arrival": { "delay": 4, "time": "1766944624" }, "departure": { "delay": 4, "time": "1766944624" }, "stopId": "stop_point:SP_698", "stopSequence": 15 }, { "arrival": { "delay": -11, "time": "1766944669" }, "departure": { "delay": -11, "time": "1766944669" }, "stopId": "stop_point:SP_3802", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_227", "stopSequence": 17 }, { "arrival": { "delay": 10, "time": "1766944810" }, "departure": { "delay": 10, "time": "1766944810" }, "stopId": "stop_point:SP_2268", "stopSequence": 18 }, { "arrival": { "delay": -4, "time": "1766944856" }, "departure": { "delay": -4, "time": "1766944856" }, "stopId": "stop_point:SP_606", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3340", "stopSequence": 20 }, { "arrival": { "delay": 1, "time": "1766944981" }, "departure": { "delay": 1, "time": "1766944981" }, "stopId": "stop_point:SP_907", "stopSequence": 21 }, { "arrival": { "delay": -12, "time": "1766945028" }, "departure": { "delay": -12, "time": "1766945028" }, "stopId": "stop_point:SP_2926", "stopSequence": 22 }, { "arrival": { "delay": 25, "time": "1766945065" }, "departure": { "delay": 25, "time": "1766945065" }, "stopId": "stop_point:SP_379", "stopSequence": 23 }, { "arrival": { "delay": -10, "time": "1766945150" }, "departure": { "delay": -10, "time": "1766945150" }, "stopId": "stop_point:SP_1295", "stopSequence": 24 }, { "arrival": { "delay": 23, "time": "1766945183" }, "departure": { "delay": 23, "time": "1766945183" }, "stopId": "stop_point:SP_1109", "stopSequence": 25 }, { "arrival": { "delay": 14, "time": "1766945234" }, "departure": { "delay": 14, "time": "1766945234" }, "stopId": "stop_point:SP_3170", "stopSequence": 26 }, { "arrival": { "delay": -16, "time": "1766945264" }, "departure": { "delay": -16, "time": "1766945264" }, "stopId": "stop_point:SP_1772", "stopSequence": 27 }, { "arrival": { "delay": 28, "time": "1766945308" }, "departure": { "delay": 28, "time": "1766945308" }, "stopId": "stop_point:SP_2609", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_1972", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:44", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152687" }, "vehicle": { "id": "1431760" } } }, { "id": "TripUpdateJoin:2211175", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_322", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766943449" }, "departure": { "delay": 29, "time": "1766943449" }, "stopId": "stop_point:SP_3273", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766943514" }, "departure": { "delay": -26, "time": "1766943514" }, "stopId": "stop_point:SP_1837", "stopSequence": 3 }, { "arrival": { "delay": 12, "time": "1766943612" }, "departure": { "delay": 12, "time": "1766943612" }, "stopId": "stop_point:SP_2084", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_2059", "stopSequence": 5 }, { "arrival": { "delay": -27, "time": "1766943753" }, "departure": { "delay": -27, "time": "1766943753" }, "stopId": "stop_point:SP_3209", "stopSequence": 6 }, { "arrival": { "delay": -9, "time": "1766943831" }, "departure": { "delay": -9, "time": "1766943831" }, "stopId": "stop_point:SP_2631", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_682", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766944023" }, "departure": { "delay": 3, "time": "1766944023" }, "stopId": "stop_point:SP_3573", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_3188", "stopSequence": 10 }, { "arrival": { "delay": 29, "time": "1766944169" }, "departure": { "delay": 29, "time": "1766944169" }, "stopId": "stop_point:SP_1926", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_786", "stopSequence": 12 }, { "arrival": { "delay": 25, "time": "1766944345" }, "departure": { "delay": 25, "time": "1766944345" }, "stopId": "stop_point:SP_1493", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766944397" }, "departure": { "delay": 17, "time": "1766944397" }, "stopId": "stop_point:SP_1516", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_386", "stopSequence": 15 }, { "arrival": { "delay": 11, "time": "1766944571" }, "departure": { "delay": 11, "time": "1766944571" }, "stopId": "stop_point:SP_2041", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766944651" }, "departure": { "delay": -29, "time": "1766944651" }, "stopId": "stop_point:SP_1595", "stopSequence": 17 }, { "arrival": { "delay": 18, "time": "1766944698" }, "departure": { "delay": 18, "time": "1766944698" }, "stopId": "stop_point:SP_39", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_1635", "stopSequence": 19 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211175" }, "vehicle": { "id": "27_1462843" } } }, { "id": "TripUpdateJoin:2206737", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1882", "stopSequence": 1 }, { "arrival": { "delay": 22, "time": "1766946082" }, "departure": { "delay": 22, "time": "1766946082" }, "stopId": "stop_point:SP_3762", "stopSequence": 2 }, { "arrival": { "delay": 7, "time": "1766946127" }, "departure": { "delay": 7, "time": "1766946127" }, "stopId": "stop_point:SP_3728", "stopSequence": 3 }, { "arrival": { "delay": -23, "time": "1766946157" }, "departure": { "delay": -23, "time": "1766946157" }, "stopId": "stop_point:SP_2713", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_1660", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766946298" }, "departure": { "delay": -2, "time": "1766946298" }, "stopId": "stop_point:SP_1685", "stopSequence": 6 }, { "arrival": { "delay": -20, "time": "1766946340" }, "departure": { "delay": -20, "time": "1766946340" }, "stopId": "stop_point:SP_2717", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766946377" }, "departure": { "delay": 17, "time": "1766946377" }, "stopId": "stop_point:SP_3535", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_1185", "stopSequence": 9 }, { "arrival": { "delay": -18, "time": "1766946462" }, "departure": { "delay": -18, "time": "1766946462" }, "stopId": "stop_point:SP_2616", "stopSequence": 10 }, { "arrival": { "delay": 15, "time": "1766946495" }, "departure": { "delay": 15, "time": "1766946495" }, "stopId": "stop_point:SP_975", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_1929", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206737" }, "vehicle": { "id": "27_1458192" } } }, { "id": "TripUpdateJoin:2182532", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3200", "stopSequence": 1 }, { "arrival": { "delay": 15, "time": "1766946735" }, "departure": { "delay": 15, "time": "1766946735" }, "stopId": "stop_point:SP_91", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766946764" }, "departure": { "delay": -16, "time": "1766946764" }, "stopId": "stop_point:SP_2865", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766946837" }, "departure": { "delay": -3, "time": "1766946837" }, "stopId": "stop_point:SP_1152", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766946909" }, "departure": { "delay": 9, "time": "1766946909" }, "stopId": "stop_point:SP_3402", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_2952", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766947045" }, "departure": { "delay": 25, "time": "1766947045" }, "stopId": "stop_point:SP_1352", "stopSequence": 7 }, { "arrival": { "delay": -17, "time": "1766947123" }, "departure": { "delay": -17, "time": "1766947123" }, "stopId": "stop_point:SP_109", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766947165" }, "departure": { "delay": 25, "time": "1766947165" }, "stopId": "stop_point:SP_2670", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1692", "stopSequence": 10 }, { "arrival": { "delay": 28, "time": "1766947228" }, "departure": { "delay": 28, "time": "1766947228" }, "stopId": "stop_point:SP_2496", "stopSequence": 11 }, { "arrival": { "delay": -9, "time": "1766947251" }, "departure": { "delay": -9, "time": "1766947251" }, "stopId": "stop_point:SP_2997", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766947278" }, "departure": { "delay": 18, "time": "1766947278" }, "stopId": "stop_point:SP_2665", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_407", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3653", "stopSequence": 15 }, { "arrival": { "delay": -8, "time": "1766947432" }, "departure": { "delay": -8, "time": "1766947432" }, "stopId": "stop_point:SP_1135", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1337", "stopSequence": 17 }, { "arrival": { "delay": -2, "time": "1766947558" }, "departure": { "delay": -2, "time": "1766947558" }, "stopId": "stop_point:SP_487", "stopSequence": 18 }, { "arrival": { "delay": -3, "time": "1766947677" }, "departure": { "delay": -3, "time": "1766947677" }, "stopId": "stop_point:SP_1385", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766947762" }, "departure": { "delay": 22, "time": "1766947762" }, "stopId": "stop_point:SP_1759", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766947848" }, "departure": { "delay": -12, "time": "1766947848" }, "stopId": "stop_point:SP_882", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766947898" }, "departure": { "delay": -22, "time": "1766947898" }, "stopId": "stop_point:SP_3083", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_5276", "stopSequence": 23 }, { "arrival": { "delay": -7, "time": "1766948033" }, "departure": { "delay": -7, "time": "1766948033" }, "stopId": "stop_point:SP_4963", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766948164" }, "departure": { "delay": 4, "time": "1766948164" }, "stopId": "stop_point:SP_3890", "stopSequence": 25 }, { "arrival": { "delay": 8, "time": "1766948228" }, "departure": { "delay": 8, "time": "1766948228" }, "stopId": "stop_point:SP_2545", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766948315" }, "departure": { "delay": -25, "time": "1766948315" }, "stopId": "stop_point:SP_2730", "stopSequence": 27 }, { "arrival": { "delay": -18, "time": "1766948502" }, "departure": { "delay": -18, "time": "1766948502" }, "stopId": "stop_point:SP_2661", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3799", "stopSequence": 29 }, { "arrival": { "delay": 9, "time": "1766948649" }, "departure": { "delay": 9, "time": "1766948649" }, "stopId": "stop_point:SP_2792", "stopSequence": 30 }, { "arrival": { "delay": -21, "time": "1766948739" }, "departure": { "delay": -21, "time": "1766948739" }, "stopId": "stop_point:SP_2607", "stopSequence": 31 }, { "arrival": { "delay": -9, "time": "1766948811" }, "departure": { "delay": -9, "time": "1766948811" }, "stopId": "stop_point:SP_474", "stopSequence": 32 }, { "arrival": { "delay": -12, "time": "1766948868" }, "departure": { "delay": -12, "time": "1766948868" }, "stopId": "stop_point:SP_1854", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_548", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182532" }, "vehicle": { "id": "27_1431294" } } }, { "id": "TripUpdateJoin:2169179", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766945195" }, "departure": { "delay": -25, "time": "1766945195" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766945422" }, "departure": { "delay": 22, "time": "1766945422" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169179" }, "vehicle": { "id": "1431036" } } }, { "id": "TripUpdateJoin:2206762", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_1929", "stopSequence": 1 }, { "arrival": { "delay": -18, "time": "1766947062" }, "departure": { "delay": -18, "time": "1766947062" }, "stopId": "stop_point:SP_3954", "stopSequence": 2 }, { "arrival": { "delay": 13, "time": "1766947093" }, "departure": { "delay": 13, "time": "1766947093" }, "stopId": "stop_point:SP_904", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_439", "stopSequence": 4 }, { "arrival": { "delay": 29, "time": "1766947169" }, "departure": { "delay": 29, "time": "1766947169" }, "stopId": "stop_point:SP_3807", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766947199" }, "departure": { "delay": -1, "time": "1766947199" }, "stopId": "stop_point:SP_3156", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766947229" }, "departure": { "delay": 29, "time": "1766947229" }, "stopId": "stop_point:SP_3696", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1873", "stopSequence": 8 }, { "arrival": { "delay": 19, "time": "1766947399" }, "departure": { "delay": 19, "time": "1766947399" }, "stopId": "stop_point:SP_2801", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766947468" }, "departure": { "delay": 28, "time": "1766947468" }, "stopId": "stop_point:SP_2745", "stopSequence": 10 }, { "arrival": { "delay": -18, "time": "1766947542" }, "departure": { "delay": -18, "time": "1766947542" }, "stopId": "stop_point:SP_667", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766947655" }, "departure": { "delay": -25, "time": "1766947655" }, "stopId": "stop_point:SP_201", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1882", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206762" }, "vehicle": { "id": "27_1458217" } } }, { "id": "TripUpdateJoin:2170644", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_4517", "stopSequence": 1 }, { "arrival": { "delay": 13, "time": "1766944573" }, "departure": { "delay": 13, "time": "1766944573" }, "stopId": "stop_point:SP_140", "stopSequence": 2 }, { "arrival": { "delay": -29, "time": "1766944651" }, "departure": { "delay": -29, "time": "1766944651" }, "stopId": "stop_point:SP_503", "stopSequence": 3 }, { "arrival": { "delay": 21, "time": "1766944701" }, "departure": { "delay": 21, "time": "1766944701" }, "stopId": "stop_point:SP_3044", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_1303", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_2827", "stopSequence": 6 }, { "arrival": { "delay": -11, "time": "1766944909" }, "departure": { "delay": -11, "time": "1766944909" }, "stopId": "stop_point:SP_3593", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_1100", "stopSequence": 8 }, { "arrival": { "delay": 5, "time": "1766945105" }, "departure": { "delay": 5, "time": "1766945105" }, "stopId": "stop_point:SP_3517", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766945158" }, "departure": { "delay": -2, "time": "1766945158" }, "stopId": "stop_point:SP_168", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766945190" }, "departure": { "delay": -30, "time": "1766945190" }, "stopId": "stop_point:SP_770", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766945226" }, "departure": { "delay": 6, "time": "1766945226" }, "stopId": "stop_point:SP_1640", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766945258" }, "departure": { "delay": -22, "time": "1766945258" }, "stopId": "stop_point:SP_4441", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766945295" }, "departure": { "delay": 15, "time": "1766945295" }, "stopId": "stop_point:SP_262", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_111", "stopSequence": 15 }, { "arrival": { "delay": -28, "time": "1766945372" }, "departure": { "delay": -28, "time": "1766945372" }, "stopId": "stop_point:SP_2771", "stopSequence": 16 }, { "arrival": { "delay": 11, "time": "1766945411" }, "departure": { "delay": 11, "time": "1766945411" }, "stopId": "stop_point:SP_1069", "stopSequence": 17 }, { "arrival": { "delay": -12, "time": "1766945448" }, "departure": { "delay": -12, "time": "1766945448" }, "stopId": "stop_point:SP_3582", "stopSequence": 18 }, { "arrival": { "delay": -22, "time": "1766945498" }, "departure": { "delay": -22, "time": "1766945498" }, "stopId": "stop_point:SP_3194", "stopSequence": 19 }, { "arrival": { "delay": 23, "time": "1766945543" }, "departure": { "delay": 23, "time": "1766945543" }, "stopId": "stop_point:SP_3463", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1442", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:45", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170644" }, "vehicle": { "id": "1431785" } } }, { "id": "TripUpdateJoin:2186895", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -328, "time": "1766942672" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_5037", "stopSequence": 1 }, { "arrival": { "delay": -23, "time": "1766943097" }, "departure": { "delay": -23, "time": "1766943097" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766943220" }, "departure": { "delay": -20, "time": "1766943220" }, "stopId": "stop_point:SP_822", "stopSequence": 4 }, { "arrival": { "delay": -21, "time": "1766943279" }, "departure": { "delay": -21, "time": "1766943279" }, "stopId": "stop_point:SP_2647", "stopSequence": 5 }, { "arrival": { "delay": 6, "time": "1766943366" }, "departure": { "delay": 6, "time": "1766943366" }, "stopId": "stop_point:SP_1412", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_3860", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766943476" }, "departure": { "delay": -4, "time": "1766943476" }, "stopId": "stop_point:SP_3735", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766943611" }, "departure": { "delay": 11, "time": "1766943611" }, "stopId": "stop_point:SP_1844", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766943691" }, "departure": { "delay": -29, "time": "1766943691" }, "stopId": "stop_point:SP_475", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766943750" }, "departure": { "delay": -30, "time": "1766943750" }, "stopId": "stop_point:SP_426", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_2161", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766943882" }, "departure": { "delay": -18, "time": "1766943882" }, "stopId": "stop_point:SP_2151", "stopSequence": 13 }, { "arrival": { "delay": -21, "time": "1766943939" }, "departure": { "delay": -21, "time": "1766943939" }, "stopId": "stop_point:SP_3187", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766943986" }, "departure": { "delay": 26, "time": "1766943986" }, "stopId": "stop_point:SP_3864", "stopSequence": 15 }, { "arrival": { "delay": 20, "time": "1766944040" }, "departure": { "delay": 20, "time": "1766944040" }, "stopId": "stop_point:SP_1379", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_997", "stopSequence": 17 }, { "arrival": { "delay": -16, "time": "1766944124" }, "departure": { "delay": -16, "time": "1766944124" }, "stopId": "stop_point:SP_3066", "stopSequence": 18 }, { "arrival": { "delay": 25, "time": "1766944225" }, "departure": { "delay": 25, "time": "1766944225" }, "stopId": "stop_point:SP_2814", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766944265" }, "departure": { "delay": 5, "time": "1766944265" }, "stopId": "stop_point:SP_274", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766944319" }, "departure": { "delay": -1, "time": "1766944319" }, "stopId": "stop_point:SP_3023", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_2951", "stopSequence": 22 }, { "arrival": { "delay": -2, "time": "1766944438" }, "departure": { "delay": -2, "time": "1766944438" }, "stopId": "stop_point:SP_1221", "stopSequence": 23 }, { "arrival": { "delay": -19, "time": "1766944481" }, "departure": { "delay": -19, "time": "1766944481" }, "stopId": "stop_point:SP_196", "stopSequence": 24 }, { "arrival": { "delay": 26, "time": "1766944526" }, "departure": { "delay": 26, "time": "1766944526" }, "stopId": "stop_point:SP_1130", "stopSequence": 25 }, { "arrival": { "delay": 19, "time": "1766944579" }, "departure": { "delay": 19, "time": "1766944579" }, "stopId": "stop_point:SP_454", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_1558", "stopSequence": 27 }, { "arrival": { "delay": 5, "time": "1766944685" }, "departure": { "delay": 5, "time": "1766944685" }, "stopId": "stop_point:SP_1095", "stopSequence": 28 }, { "arrival": { "delay": -10, "time": "1766944730" }, "departure": { "delay": -10, "time": "1766944730" }, "stopId": "stop_point:SP_2970", "stopSequence": 29 }, { "arrival": { "delay": 25, "time": "1766944765" }, "departure": { "delay": 25, "time": "1766944765" }, "stopId": "stop_point:SP_3766", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_5618", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_5601", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186895" }, "vehicle": { "id": "27_1437009" } } }, { "id": "TripUpdateJoin:2162508", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766943112" }, "departure": { "delay": -8, "time": "1766943112" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766943294" }, "departure": { "delay": -6, "time": "1766943294" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766943557" }, "departure": { "delay": 17, "time": "1766943557" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766943809" }, "departure": { "delay": 29, "time": "1766943809" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766943922" }, "departure": { "delay": 22, "time": "1766943922" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766943990" }, "departure": { "delay": -30, "time": "1766943990" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766944302" }, "departure": { "delay": -18, "time": "1766944302" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766944416" }, "departure": { "delay": -24, "time": "1766944416" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766944605" }, "departure": { "delay": -15, "time": "1766944605" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766944738" }, "departure": { "delay": -2, "time": "1766944738" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766944814" }, "departure": { "delay": 14, "time": "1766944814" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766944896" }, "departure": { "delay": -24, "time": "1766944896" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766945225" }, "departure": { "delay": 5, "time": "1766945225" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766945318" }, "departure": { "delay": -22, "time": "1766945318" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": -9, "time": "1766945571" }, "departure": { "delay": -9, "time": "1766945571" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162508" }, "vehicle": { "id": "1430630" } } }, { "id": "TripUpdateJoin:2206460", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_2030", "stopSequence": 1 }, { "arrival": { "delay": -15, "time": "1766944185" }, "departure": { "delay": -15, "time": "1766944185" }, "stopId": "stop_point:SP_2668", "stopSequence": 2 }, { "arrival": { "delay": 21, "time": "1766944221" }, "departure": { "delay": 21, "time": "1766944221" }, "stopId": "stop_point:SP_1235", "stopSequence": 3 }, { "arrival": { "delay": -8, "time": "1766944252" }, "departure": { "delay": -8, "time": "1766944252" }, "stopId": "stop_point:SP_1459", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766944275" }, "departure": { "delay": 15, "time": "1766944275" }, "stopId": "stop_point:SP_3888", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_3638", "stopSequence": 6 }, { "arrival": { "delay": 5, "time": "1766944385" }, "departure": { "delay": 5, "time": "1766944385" }, "stopId": "stop_point:SP_1218", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766944469" }, "departure": { "delay": 29, "time": "1766944469" }, "stopId": "stop_point:SP_3410", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766944534" }, "departure": { "delay": -26, "time": "1766944534" }, "stopId": "stop_point:SP_1203", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_3843", "stopSequence": 10 }, { "arrival": { "delay": -11, "time": "1766944729" }, "departure": { "delay": -11, "time": "1766944729" }, "stopId": "stop_point:SP_1445", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766944757" }, "departure": { "delay": 17, "time": "1766944757" }, "stopId": "stop_point:SP_3081", "stopSequence": 12 }, { "arrival": { "delay": -21, "time": "1766944839" }, "departure": { "delay": -21, "time": "1766944839" }, "stopId": "stop_point:SP_1961", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766944870" }, "departure": { "delay": 10, "time": "1766944870" }, "stopId": "stop_point:SP_2266", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3266", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766944984" }, "departure": { "delay": 4, "time": "1766944984" }, "stopId": "stop_point:SP_1424", "stopSequence": 16 }, { "arrival": { "delay": -16, "time": "1766945024" }, "departure": { "delay": -16, "time": "1766945024" }, "stopId": "stop_point:SP_290", "stopSequence": 17 }, { "arrival": { "delay": 17, "time": "1766945057" }, "departure": { "delay": 17, "time": "1766945057" }, "stopId": "stop_point:SP_4747", "stopSequence": 18 }, { "arrival": { "delay": -2, "time": "1766945098" }, "departure": { "delay": -2, "time": "1766945098" }, "stopId": "stop_point:SP_1913", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_1021", "stopSequence": 20 }, { "arrival": { "delay": 12, "time": "1766945232" }, "departure": { "delay": 12, "time": "1766945232" }, "stopId": "stop_point:SP_709", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766945314" }, "departure": { "delay": -26, "time": "1766945314" }, "stopId": "stop_point:SP_2731", "stopSequence": 22 }, { "arrival": { "delay": 11, "time": "1766945351" }, "departure": { "delay": 11, "time": "1766945351" }, "stopId": "stop_point:SP_3327", "stopSequence": 23 }, { "arrival": { "delay": -16, "time": "1766945444" }, "departure": { "delay": -16, "time": "1766945444" }, "stopId": "stop_point:SP_1529", "stopSequence": 24 }, { "arrival": { "delay": -6, "time": "1766945514" }, "departure": { "delay": -6, "time": "1766945514" }, "stopId": "stop_point:SP_1321", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_5380", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206460" }, "vehicle": { "id": "27_1457811" } } }, { "id": "TripUpdateJoin:2194750", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 46, "time": "1766942146" }, "departure": { "delay": 46, "time": "1766942146" }, "stopId": "stop_point:SP_3564", "stopSequence": 5 }, { "arrival": { "delay": 41, "time": "1766942201" }, "departure": { "delay": 41, "time": "1766942201" }, "stopId": "stop_point:SP_3090", "stopSequence": 6 }, { "arrival": { "delay": -28, "time": "1766942252" }, "departure": { "delay": -28, "time": "1766942252" }, "stopId": "stop_point:SP_2581", "stopSequence": 7 }, { "arrival": { "delay": 30, "time": "1766942370" }, "departure": { "delay": 30, "time": "1766942370" }, "stopId": "stop_point:SP_3921", "stopSequence": 8 }, { "arrival": { "delay": -28, "time": "1766942372" }, "departure": { "delay": -28, "time": "1766942372" }, "stopId": "stop_point:SP_2242", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766942432" }, "departure": { "delay": -28, "time": "1766942432" }, "stopId": "stop_point:SP_3732", "stopSequence": 10 }, { "arrival": { "delay": 33, "time": "1766942553" }, "departure": { "delay": 33, "time": "1766942553" }, "stopId": "stop_point:SP_2604", "stopSequence": 11 }, { "arrival": { "delay": 42, "time": "1766942562" }, "departure": { "delay": 42, "time": "1766942562" }, "stopId": "stop_point:SP_3544", "stopSequence": 12 }, { "arrival": { "delay": 35, "time": "1766942675" }, "departure": { "delay": 35, "time": "1766942675" }, "stopId": "stop_point:SP_511", "stopSequence": 13 }, { "arrival": { "delay": 39, "time": "1766942739" }, "departure": { "delay": 39, "time": "1766942739" }, "stopId": "stop_point:SP_2131", "stopSequence": 14 }, { "arrival": { "delay": 44, "time": "1766942804" }, "departure": { "delay": 44, "time": "1766942804" }, "stopId": "stop_point:SP_1497", "stopSequence": 15 }, { "arrival": { "delay": -11, "time": "1766942869" }, "departure": { "delay": -11, "time": "1766942869" }, "stopId": "stop_point:SP_1401", "stopSequence": 16 }, { "arrival": { "delay": 42, "time": "1766942922" }, "departure": { "delay": 42, "time": "1766942922" }, "stopId": "stop_point:SP_357", "stopSequence": 17 }, { "arrival": { "delay": 37, "time": "1766942977" }, "departure": { "delay": 37, "time": "1766942977" }, "stopId": "stop_point:SP_654", "stopSequence": 18 }, { "arrival": { "delay": 38, "time": "1766943038" }, "departure": { "delay": 38, "time": "1766943038" }, "stopId": "stop_point:SP_3038", "stopSequence": 19 }, { "arrival": { "delay": 6, "uncertainty": 100 }, "departure": { "delay": 35, "uncertainty": 100 }, "stopId": "stop_point:SP_1896", "stopSequence": 20 }, { "arrival": { "delay": 33, "time": "1766943153" }, "departure": { "delay": 33, "time": "1766943153" }, "stopId": "stop_point:SP_4889", "stopSequence": 21 }, { "arrival": { "delay": -23, "time": "1766943157" }, "departure": { "delay": -23, "time": "1766943157" }, "stopId": "stop_point:SP_4888", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766943289" }, "departure": { "delay": -11, "time": "1766943289" }, "stopId": "stop_point:SP_4458", "stopSequence": 23 }, { "arrival": { "delay": 43, "time": "1766943343" }, "departure": { "delay": 43, "time": "1766943343" }, "stopId": "stop_point:SP_3247", "stopSequence": 24 }, { "arrival": { "delay": -27, "time": "1766943393" }, "departure": { "delay": -27, "time": "1766943393" }, "stopId": "stop_point:SP_2943", "stopSequence": 25 }, { "arrival": { "delay": -15, "time": "1766943465" }, "departure": { "delay": -15, "time": "1766943465" }, "stopId": "stop_point:SP_4452", "stopSequence": 26 }, { "arrival": { "delay": 33, "time": "1766943633" }, "departure": { "delay": 33, "time": "1766943633" }, "stopId": "stop_point:SP_2640", "stopSequence": 27 }, { "arrival": { "delay": -14, "time": "1766943766" }, "departure": { "delay": -14, "time": "1766943766" }, "stopId": "stop_point:SP_2592", "stopSequence": 28 }, { "arrival": { "delay": -14, "time": "1766943826" }, "departure": { "delay": -14, "time": "1766943826" }, "stopId": "stop_point:SP_156", "stopSequence": 29 }, { "arrival": { "delay": 32, "time": "1766943872" }, "departure": { "delay": 32, "time": "1766943872" }, "stopId": "stop_point:SP_2595", "stopSequence": 30 }, { "arrival": { "delay": -14, "time": "1766943886" }, "departure": { "delay": -14, "time": "1766943886" }, "stopId": "stop_point:SP_2812", "stopSequence": 31 }, { "arrival": { "delay": 37, "time": "1766943997" }, "departure": { "delay": 37, "time": "1766943997" }, "stopId": "stop_point:SP_3292", "stopSequence": 32 }, { "arrival": { "delay": 44, "time": "1766944064" }, "departure": { "delay": 44, "time": "1766944064" }, "stopId": "stop_point:SP_3722", "stopSequence": 33 }, { "arrival": { "delay": -29, "time": "1766944111" }, "departure": { "delay": -29, "time": "1766944111" }, "stopId": "stop_point:SP_1663", "stopSequence": 34 }, { "arrival": { "delay": 40, "time": "1766944240" }, "departure": { "delay": 40, "time": "1766944240" }, "stopId": "stop_point:SP_3353", "stopSequence": 35 }, { "arrival": { "delay": 33, "time": "1766944293" }, "departure": { "delay": 33, "time": "1766944293" }, "stopId": "stop_point:SP_2175", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194750" }, "vehicle": { "id": "1449738" } } }, { "id": "TripUpdateJoin:2208746", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2664", "stopSequence": 1 }, { "arrival": { "delay": -9, "time": "1766946471" }, "departure": { "delay": -9, "time": "1766946471" }, "stopId": "stop_point:SP_296", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_514", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766946581" }, "departure": { "delay": -19, "time": "1766946581" }, "stopId": "stop_point:SP_5378", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766946614" }, "departure": { "delay": 14, "time": "1766946614" }, "stopId": "stop_point:SP_3506", "stopSequence": 5 }, { "arrival": { "delay": 25, "time": "1766946685" }, "departure": { "delay": 25, "time": "1766946685" }, "stopId": "stop_point:SP_3487", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_578", "stopSequence": 7 }, { "arrival": { "delay": -19, "time": "1766946821" }, "departure": { "delay": -19, "time": "1766946821" }, "stopId": "stop_point:SP_467", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766946870" }, "departure": { "delay": -30, "time": "1766946870" }, "stopId": "stop_point:SP_532", "stopSequence": 9 }, { "arrival": { "delay": 7, "time": "1766946907" }, "departure": { "delay": 7, "time": "1766946907" }, "stopId": "stop_point:SP_947", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_50", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_3318", "stopSequence": 12 }, { "arrival": { "delay": -28, "time": "1766947112" }, "departure": { "delay": -28, "time": "1766947112" }, "stopId": "stop_point:SP_1704", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766947203" }, "departure": { "delay": 3, "time": "1766947203" }, "stopId": "stop_point:SP_5235", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_280", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3917", "stopSequence": 16 }, { "arrival": { "delay": -18, "time": "1766947362" }, "departure": { "delay": -18, "time": "1766947362" }, "stopId": "stop_point:SP_1999", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1766947402" }, "departure": { "delay": 22, "time": "1766947402" }, "stopId": "stop_point:SP_3152", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_2576", "stopSequence": 19 }, { "arrival": { "delay": 12, "time": "1766947512" }, "departure": { "delay": 12, "time": "1766947512" }, "stopId": "stop_point:SP_1361", "stopSequence": 20 }, { "arrival": { "delay": -21, "time": "1766947539" }, "departure": { "delay": -21, "time": "1766947539" }, "stopId": "stop_point:SP_2968", "stopSequence": 21 }, { "arrival": { "delay": -5, "time": "1766947615" }, "departure": { "delay": -5, "time": "1766947615" }, "stopId": "stop_point:SP_5639", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766947690" }, "departure": { "delay": 10, "time": "1766947690" }, "stopId": "stop_point:SP_5643", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_5644", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1035", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766947849" }, "departure": { "delay": -11, "time": "1766947849" }, "stopId": "stop_point:SP_2584", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766947895" }, "departure": { "delay": -25, "time": "1766947895" }, "stopId": "stop_point:SP_2614", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2909", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766948023" }, "departure": { "delay": -17, "time": "1766948023" }, "stopId": "stop_point:SP_1755", "stopSequence": 29 }, { "arrival": { "delay": 19, "time": "1766948059" }, "departure": { "delay": 19, "time": "1766948059" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -10, "time": "1766948210" }, "departure": { "delay": -10, "time": "1766948210" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_326", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208746" }, "vehicle": { "id": "27_1460172" } } }, { "id": "TripUpdateJoin:2145419", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 11, "time": "1766948111" }, "departure": { "delay": 11, "time": "1766948111" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766948139" }, "departure": { "delay": -21, "time": "1766948139" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": 19, "time": "1766948179" }, "departure": { "delay": 19, "time": "1766948179" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766948213" }, "departure": { "delay": -7, "time": "1766948213" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": -27, "time": "1766948253" }, "departure": { "delay": -27, "time": "1766948253" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": 7, "time": "1766948287" }, "departure": { "delay": 7, "time": "1766948287" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -14, "time": "1766948386" }, "departure": { "delay": -14, "time": "1766948386" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": -9, "time": "1766948451" }, "departure": { "delay": -9, "time": "1766948451" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766948500" }, "departure": { "delay": -20, "time": "1766948500" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766948551" }, "departure": { "delay": -29, "time": "1766948551" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766948631" }, "departure": { "delay": -9, "time": "1766948631" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766948707" }, "departure": { "delay": 7, "time": "1766948707" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766948761" }, "departure": { "delay": 1, "time": "1766948761" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766948994" }, "departure": { "delay": -6, "time": "1766948994" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766949152" }, "departure": { "delay": -28, "time": "1766949152" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145419" }, "vehicle": { "id": "1432629" } } }, { "id": "TripUpdateJoin:2162642", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766945472" }, "departure": { "delay": 12, "time": "1766945472" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766945530" }, "departure": { "delay": 10, "time": "1766945530" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766945607" }, "departure": { "delay": 27, "time": "1766945607" }, "stopId": "stop_point:SP_412", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766945721" }, "departure": { "delay": 21, "time": "1766945721" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766945884" }, "departure": { "delay": 4, "time": "1766945884" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": -18, "time": "1766945982" }, "departure": { "delay": -18, "time": "1766945982" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": -16, "time": "1766946284" }, "departure": { "delay": -16, "time": "1766946284" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766946358" }, "departure": { "delay": -2, "time": "1766946358" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766946763" }, "departure": { "delay": -17, "time": "1766946763" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 8, "time": "1766947028" }, "departure": { "delay": 8, "time": "1766947028" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766947207" }, "departure": { "delay": 7, "time": "1766947207" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162642" }, "vehicle": { "id": "1430580" } } }, { "id": "TripUpdateJoin:2144108", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -11, "time": "1766942149" }, "departure": { "delay": -11, "time": "1766942149" }, "stopId": "stop_point:SP_265", "stopSequence": 22 }, { "arrival": { "delay": -22, "time": "1766942198" }, "departure": { "delay": -22, "time": "1766942198" }, "stopId": "stop_point:SP_1374", "stopSequence": 23 }, { "arrival": { "delay": -77, "uncertainty": 100 }, "departure": { "delay": -72, "uncertainty": 100 }, "stopId": "stop_point:SP_4000", "stopSequence": 25 }, { "arrival": { "delay": -130, "uncertainty": 100 }, "departure": { "delay": -127, "uncertainty": 100 }, "stopId": "stop_point:SP_4916", "stopSequence": 26 }, { "arrival": { "delay": -181, "time": "1766942219" }, "departure": { "delay": -181, "time": "1766942219" }, "stopId": "stop_point:SP_2008", "stopSequence": 27 }, { "arrival": { "delay": -184, "time": "1766942276" }, "departure": { "delay": -184, "time": "1766942276" }, "stopId": "stop_point:SP_741", "stopSequence": 28 }, { "arrival": { "delay": -198, "time": "1766942322" }, "departure": { "delay": -198, "time": "1766942322" }, "stopId": "stop_point:SP_311", "stopSequence": 29 }, { "arrival": { "delay": -159, "time": "1766942361" }, "departure": { "delay": -159, "time": "1766942361" }, "stopId": "stop_point:SP_2882", "stopSequence": 30 }, { "arrival": { "delay": -163, "time": "1766942417" }, "departure": { "delay": -163, "time": "1766942417" }, "stopId": "stop_point:SP_3831", "stopSequence": 31 }, { "arrival": { "delay": -188, "time": "1766942452" }, "departure": { "delay": -188, "time": "1766942452" }, "stopId": "stop_point:SP_1947", "stopSequence": 32 }, { "arrival": { "delay": -196, "time": "1766942504" }, "departure": { "delay": -196, "time": "1766942504" }, "stopId": "stop_point:SP_1897", "stopSequence": 33 }, { "arrival": { "delay": -181, "time": "1766942579" }, "departure": { "delay": -181, "time": "1766942579" }, "stopId": "stop_point:SP_4522", "stopSequence": 34 }, { "arrival": { "delay": -181, "time": "1766942699" }, "departure": { "delay": -181, "time": "1766942699" }, "stopId": "stop_point:SP_4521", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144108" }, "vehicle": { "id": "1432335" } } }, { "id": "TripUpdateJoin:2197531", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 204, "time": "1766942124" }, "departure": { "delay": 204, "time": "1766942124" }, "stopId": "stop_point:SP_3417", "stopSequence": 21 }, { "arrival": { "delay": 163, "time": "1766942143" }, "departure": { "delay": 163, "time": "1766942143" }, "stopId": "stop_point:SP_2170", "stopSequence": 22 }, { "arrival": { "delay": 201, "time": "1766942181" }, "departure": { "delay": 201, "time": "1766942181" }, "stopId": "stop_point:SP_236", "stopSequence": 23 }, { "arrival": { "delay": 210, "time": "1766942190" }, "departure": { "delay": 210, "time": "1766942190" }, "stopId": "stop_point:SP_1686", "stopSequence": 24 }, { "arrival": { "delay": 200, "time": "1766942240" }, "departure": { "delay": 200, "time": "1766942240" }, "stopId": "stop_point:SP_1461", "stopSequence": 25 }, { "arrival": { "delay": 157, "time": "1766942257" }, "departure": { "delay": 157, "time": "1766942257" }, "stopId": "stop_point:SP_4962", "stopSequence": 26 }, { "arrival": { "delay": 204, "time": "1766942364" }, "departure": { "delay": 204, "time": "1766942364" }, "stopId": "stop_point:SP_3628", "stopSequence": 27 }, { "arrival": { "delay": 207, "time": "1766942427" }, "departure": { "delay": 207, "time": "1766942427" }, "stopId": "stop_point:SP_3169", "stopSequence": 28 }, { "arrival": { "delay": 165, "time": "1766942505" }, "departure": { "delay": 165, "time": "1766942505" }, "stopId": "stop_point:SP_649", "stopSequence": 29 }, { "arrival": { "delay": 208, "time": "1766942548" }, "departure": { "delay": 208, "time": "1766942548" }, "stopId": "stop_point:SP_2673", "stopSequence": 30 }, { "arrival": { "delay": 199, "time": "1766942599" }, "departure": { "delay": 199, "time": "1766942599" }, "stopId": "stop_point:SP_3640", "stopSequence": 31 }, { "arrival": { "delay": 205, "time": "1766942665" }, "departure": { "delay": 205, "time": "1766942665" }, "stopId": "stop_point:SP_3692", "stopSequence": 32 }, { "arrival": { "delay": 201, "time": "1766942721" }, "departure": { "delay": 201, "time": "1766942721" }, "stopId": "stop_point:SP_317", "stopSequence": 33 }, { "arrival": { "delay": 204, "time": "1766942784" }, "departure": { "delay": 204, "time": "1766942784" }, "stopId": "stop_point:SP_1870", "stopSequence": 34 }, { "arrival": { "delay": 208, "time": "1766942788" }, "departure": { "delay": 208, "time": "1766942788" }, "stopId": "stop_point:SP_1530", "stopSequence": 35 }, { "arrival": { "delay": 207, "time": "1766942847" }, "departure": { "delay": 207, "time": "1766942847" }, "stopId": "stop_point:SP_1083", "stopSequence": 36 }, { "arrival": { "delay": 209, "time": "1766942849" }, "departure": { "delay": 209, "time": "1766942849" }, "stopId": "stop_point:SP_2421", "stopSequence": 37 }, { "arrival": { "delay": 153, "time": "1766942853" }, "departure": { "delay": 153, "time": "1766942853" }, "stopId": "stop_point:SP_3095", "stopSequence": 38 }, { "arrival": { "delay": 204, "time": "1766942904" }, "departure": { "delay": 204, "time": "1766942904" }, "stopId": "stop_point:SP_3512", "stopSequence": 39 }, { "arrival": { "delay": 204, "time": "1766943024" }, "departure": { "delay": 204, "time": "1766943024" }, "stopId": "stop_point:SP_4097", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197531" }, "vehicle": { "id": "1452666" } } }, { "id": "TripUpdateJoin:2186123", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 150, "time": "1766942130" }, "departure": { "delay": 150, "time": "1766942130" }, "stopId": "stop_point:SP_3573", "stopSequence": 20 }, { "arrival": { "delay": 167, "time": "1766942267" }, "departure": { "delay": 167, "time": "1766942267" }, "stopId": "stop_point:SP_3188", "stopSequence": 21 }, { "arrival": { "delay": 157, "time": "1766942317" }, "departure": { "delay": 157, "time": "1766942317" }, "stopId": "stop_point:SP_1926", "stopSequence": 22 }, { "arrival": { "delay": 151, "time": "1766942431" }, "departure": { "delay": 151, "time": "1766942431" }, "stopId": "stop_point:SP_786", "stopSequence": 23 }, { "arrival": { "delay": 167, "time": "1766942507" }, "departure": { "delay": 167, "time": "1766942507" }, "stopId": "stop_point:SP_1493", "stopSequence": 24 }, { "arrival": { "delay": 159, "time": "1766942559" }, "departure": { "delay": 159, "time": "1766942559" }, "stopId": "stop_point:SP_1516", "stopSequence": 25 }, { "arrival": { "delay": 151, "time": "1766942671" }, "departure": { "delay": 151, "time": "1766942671" }, "stopId": "stop_point:SP_386", "stopSequence": 26 }, { "arrival": { "delay": 168, "time": "1766942748" }, "departure": { "delay": 168, "time": "1766942748" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 163, "time": "1766942863" }, "departure": { "delay": 163, "time": "1766942863" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 151, "time": "1766942911" }, "departure": { "delay": 151, "time": "1766942911" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 151, "time": "1766943031" }, "departure": { "delay": 151, "time": "1766943031" }, "stopId": "stop_point:SP_2574", "stopSequence": 30 }, { "arrival": { "delay": 122, "time": "1766943062" }, "departure": { "delay": 122, "time": "1766943062" }, "stopId": "stop_point:SP_2212", "stopSequence": 31 }, { "arrival": { "delay": 158, "time": "1766943098" }, "departure": { "delay": 158, "time": "1766943098" }, "stopId": "stop_point:SP_3359", "stopSequence": 32 }, { "arrival": { "delay": 151, "time": "1766943211" }, "departure": { "delay": 151, "time": "1766943211" }, "stopId": "stop_point:SP_1602", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186123" }, "vehicle": { "id": "27_1436237" } } }, { "id": "TripUpdateJoin:2209767", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -15, "time": "1766942145" }, "departure": { "delay": -15, "time": "1766942145" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766942247" }, "departure": { "delay": 27, "time": "1766942247" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -28, "time": "1766942312" }, "departure": { "delay": -28, "time": "1766942312" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766942470" }, "departure": { "delay": 10, "time": "1766942470" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 }, { "arrival": { "delay": -6, "time": "1766942574" }, "departure": { "delay": -6, "time": "1766942574" }, "stopId": "stop_point:SP_3104", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766942647" }, "departure": { "delay": 7, "time": "1766942647" }, "stopId": "stop_point:SP_523", "stopSequence": 25 }, { "arrival": { "delay": -1, "time": "1766942699" }, "departure": { "delay": -1, "time": "1766942699" }, "stopId": "stop_point:SP_3836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_3546", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209767" }, "vehicle": { "id": "27_1461193" } } }, { "id": "TripUpdateJoin:2145415", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -414, "time": "1766942886" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766943314" }, "departure": { "delay": 14, "time": "1766943314" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766943348" }, "departure": { "delay": -12, "time": "1766943348" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766943399" }, "departure": { "delay": -21, "time": "1766943399" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766943441" }, "departure": { "delay": 21, "time": "1766943441" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766943491" }, "departure": { "delay": 11, "time": "1766943491" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766943534" }, "departure": { "delay": -6, "time": "1766943534" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -14, "time": "1766943646" }, "departure": { "delay": -14, "time": "1766943646" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": -9, "time": "1766943711" }, "departure": { "delay": -9, "time": "1766943711" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766943760" }, "departure": { "delay": -20, "time": "1766943760" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766943811" }, "departure": { "delay": -29, "time": "1766943811" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766943891" }, "departure": { "delay": -9, "time": "1766943891" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766943967" }, "departure": { "delay": 7, "time": "1766943967" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766944021" }, "departure": { "delay": 1, "time": "1766944021" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766944254" }, "departure": { "delay": -6, "time": "1766944254" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766944412" }, "departure": { "delay": -28, "time": "1766944412" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": -14, "time": "1766944606" }, "departure": { "delay": -14, "time": "1766944606" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 19, "time": "1766944699" }, "departure": { "delay": 19, "time": "1766944699" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145415" }, "vehicle": { "id": "1432619" } } }, { "id": "TripUpdateJoin:2167710", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -900, "time": "1766942100" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_4009", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766943090" }, "departure": { "delay": -30, "time": "1766943090" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766943170" }, "departure": { "delay": -10, "time": "1766943170" }, "stopId": "stop_point:SP_83", "stopSequence": 3 }, { "arrival": { "delay": -23, "time": "1766943217" }, "departure": { "delay": -23, "time": "1766943217" }, "stopId": "stop_point:SP_1323", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766943309" }, "departure": { "delay": 9, "time": "1766943309" }, "stopId": "stop_point:SP_1819", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_176", "stopSequence": 6 }, { "arrival": { "delay": -10, "time": "1766943410" }, "departure": { "delay": -10, "time": "1766943410" }, "stopId": "stop_point:SP_1057", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766943467" }, "departure": { "delay": -13, "time": "1766943467" }, "stopId": "stop_point:SP_2703", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766943505" }, "departure": { "delay": 25, "time": "1766943505" }, "stopId": "stop_point:SP_3103", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_418", "stopSequence": 10 }, { "arrival": { "delay": -9, "time": "1766943591" }, "departure": { "delay": -9, "time": "1766943591" }, "stopId": "stop_point:SP_2683", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766943677" }, "departure": { "delay": 17, "time": "1766943677" }, "stopId": "stop_point:SP_886", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_3624", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766943891" }, "departure": { "delay": -9, "time": "1766943891" }, "stopId": "stop_point:SP_981", "stopSequence": 14 }, { "arrival": { "delay": -13, "time": "1766943947" }, "departure": { "delay": -13, "time": "1766943947" }, "stopId": "stop_point:SP_1823", "stopSequence": 15 }, { "arrival": { "delay": -22, "time": "1766943998" }, "departure": { "delay": -22, "time": "1766943998" }, "stopId": "stop_point:SP_2998", "stopSequence": 16 }, { "arrival": { "delay": -19, "time": "1766944061" }, "departure": { "delay": -19, "time": "1766944061" }, "stopId": "stop_point:SP_2040", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_3290", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167710" }, "vehicle": { "id": "1430827" } } }, { "id": "TripUpdateJoin:2166083", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766942699" }, "departure": { "delay": -1, "time": "1766942699" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766942734" }, "departure": { "delay": -26, "time": "1766942734" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766942780" }, "departure": { "delay": 20, "time": "1766942780" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -4, "time": "1766942876" }, "departure": { "delay": -4, "time": "1766942876" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766942938" }, "departure": { "delay": -2, "time": "1766942938" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766943131" }, "departure": { "delay": 11, "time": "1766943131" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766943296" }, "departure": { "delay": -4, "time": "1766943296" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766943555" }, "departure": { "delay": 15, "time": "1766943555" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766943778" }, "departure": { "delay": -2, "time": "1766943778" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766943870" }, "departure": { "delay": -30, "time": "1766943870" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": -6, "time": "1766944014" }, "departure": { "delay": -6, "time": "1766944014" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": -2, "time": "1766944138" }, "departure": { "delay": -2, "time": "1766944138" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 26, "time": "1766944226" }, "departure": { "delay": 26, "time": "1766944226" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 17, "time": "1766944277" }, "departure": { "delay": 17, "time": "1766944277" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766944334" }, "departure": { "delay": 14, "time": "1766944334" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766944518" }, "departure": { "delay": 18, "time": "1766944518" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766944603" }, "departure": { "delay": -17, "time": "1766944603" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 10, "time": "1766944690" }, "departure": { "delay": 10, "time": "1766944690" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766944758" }, "departure": { "delay": 18, "time": "1766944758" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766944843" }, "departure": { "delay": -17, "time": "1766944843" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 22, "time": "1766944882" }, "departure": { "delay": 22, "time": "1766944882" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766944987" }, "departure": { "delay": 7, "time": "1766944987" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166083" }, "vehicle": { "id": "1432010" } } }, { "id": "TripUpdateJoin:2206456", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 92, "time": "1766942132" }, "departure": { "delay": 92, "time": "1766942132" }, "stopId": "stop_point:SP_3638", "stopSequence": 6 }, { "arrival": { "delay": 97, "time": "1766942197" }, "departure": { "delay": 97, "time": "1766942197" }, "stopId": "stop_point:SP_1218", "stopSequence": 7 }, { "arrival": { "delay": 94, "time": "1766942254" }, "departure": { "delay": 94, "time": "1766942254" }, "stopId": "stop_point:SP_3410", "stopSequence": 8 }, { "arrival": { "delay": 92, "time": "1766942372" }, "departure": { "delay": 92, "time": "1766942372" }, "stopId": "stop_point:SP_1203", "stopSequence": 9 }, { "arrival": { "delay": 92, "time": "1766942492" }, "departure": { "delay": 92, "time": "1766942492" }, "stopId": "stop_point:SP_3843", "stopSequence": 10 }, { "arrival": { "delay": 90, "time": "1766942550" }, "departure": { "delay": 90, "time": "1766942550" }, "stopId": "stop_point:SP_1445", "stopSequence": 11 }, { "arrival": { "delay": 97, "time": "1766942557" }, "departure": { "delay": 97, "time": "1766942557" }, "stopId": "stop_point:SP_3081", "stopSequence": 12 }, { "arrival": { "delay": 95, "time": "1766942675" }, "departure": { "delay": 95, "time": "1766942675" }, "stopId": "stop_point:SP_1961", "stopSequence": 13 }, { "arrival": { "delay": 109, "uncertainty": 100 }, "departure": { "delay": 123, "uncertainty": 100 }, "stopId": "stop_point:SP_2266", "stopSequence": 14 }, { "arrival": { "delay": 92, "time": "1766942732" }, "departure": { "delay": 92, "time": "1766942732" }, "stopId": "stop_point:SP_3266", "stopSequence": 15 }, { "arrival": { "delay": 90, "time": "1766942790" }, "departure": { "delay": 90, "time": "1766942790" }, "stopId": "stop_point:SP_1424", "stopSequence": 16 }, { "arrival": { "delay": 101, "time": "1766942861" }, "departure": { "delay": 101, "time": "1766942861" }, "stopId": "stop_point:SP_290", "stopSequence": 17 }, { "arrival": { "delay": 91, "time": "1766942911" }, "departure": { "delay": 91, "time": "1766942911" }, "stopId": "stop_point:SP_4747", "stopSequence": 18 }, { "arrival": { "delay": 96, "time": "1766942976" }, "departure": { "delay": 96, "time": "1766942976" }, "stopId": "stop_point:SP_1913", "stopSequence": 19 }, { "arrival": { "delay": 90, "time": "1766943030" }, "departure": { "delay": 90, "time": "1766943030" }, "stopId": "stop_point:SP_1021", "stopSequence": 20 }, { "arrival": { "delay": 90, "time": "1766943090" }, "departure": { "delay": 90, "time": "1766943090" }, "stopId": "stop_point:SP_709", "stopSequence": 21 }, { "arrival": { "delay": 37, "time": "1766943157" }, "departure": { "delay": 37, "time": "1766943157" }, "stopId": "stop_point:SP_2731", "stopSequence": 22 }, { "arrival": { "delay": 101, "time": "1766943221" }, "departure": { "delay": 101, "time": "1766943221" }, "stopId": "stop_point:SP_3327", "stopSequence": 23 }, { "arrival": { "delay": 97, "time": "1766943337" }, "departure": { "delay": 97, "time": "1766943337" }, "stopId": "stop_point:SP_1529", "stopSequence": 24 }, { "arrival": { "delay": 92, "time": "1766943392" }, "departure": { "delay": 92, "time": "1766943392" }, "stopId": "stop_point:SP_1321", "stopSequence": 25 }, { "arrival": { "delay": 90, "time": "1766943450" }, "departure": { "delay": 90, "time": "1766943450" }, "stopId": "stop_point:SP_5380", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206456" }, "vehicle": { "id": "27_1457807" } } }, { "id": "TripUpdateJoin:2193100", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1440, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766946079" }, "departure": { "delay": 19, "time": "1766946079" }, "stopId": "stop_point:SP_327", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766946104" }, "departure": { "delay": -16, "time": "1766946104" }, "stopId": "stop_point:SP_3826", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766946174" }, "departure": { "delay": -6, "time": "1766946174" }, "stopId": "stop_point:SP_3721", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_753", "stopSequence": 5 }, { "arrival": { "delay": -30, "time": "1766946330" }, "departure": { "delay": -30, "time": "1766946330" }, "stopId": "stop_point:SP_1880", "stopSequence": 6 }, { "arrival": { "delay": 28, "time": "1766946388" }, "departure": { "delay": 28, "time": "1766946388" }, "stopId": "stop_point:SP_1995", "stopSequence": 7 }, { "arrival": { "delay": 7, "time": "1766946427" }, "departure": { "delay": 7, "time": "1766946427" }, "stopId": "stop_point:SP_1993", "stopSequence": 8 }, { "arrival": { "delay": 23, "time": "1766946503" }, "departure": { "delay": 23, "time": "1766946503" }, "stopId": "stop_point:SP_2419", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766946570" }, "departure": { "delay": -30, "time": "1766946570" }, "stopId": "stop_point:SP_1499", "stopSequence": 10 }, { "arrival": { "delay": 6, "time": "1766946606" }, "departure": { "delay": 6, "time": "1766946606" }, "stopId": "stop_point:SP_445", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_3252", "stopSequence": 12 }, { "arrival": { "delay": 5, "time": "1766946725" }, "departure": { "delay": 5, "time": "1766946725" }, "stopId": "stop_point:SP_1128", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766946790" }, "departure": { "delay": 10, "time": "1766946790" }, "stopId": "stop_point:SP_619", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766946835" }, "departure": { "delay": -5, "time": "1766946835" }, "stopId": "stop_point:SP_2651", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_455", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766946952" }, "departure": { "delay": -8, "time": "1766946952" }, "stopId": "stop_point:SP_1577", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_1718", "stopSequence": 18 }, { "arrival": { "delay": -4, "time": "1766947076" }, "departure": { "delay": -4, "time": "1766947076" }, "stopId": "stop_point:SP_3784", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766947105" }, "departure": { "delay": 25, "time": "1766947105" }, "stopId": "stop_point:SP_1557", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_641", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766947213" }, "departure": { "delay": 13, "time": "1766947213" }, "stopId": "stop_point:SP_2759", "stopSequence": 22 }, { "arrival": { "delay": -33, "time": "1766947227" }, "departure": { "delay": -33, "time": "1766947227" }, "stopId": "stop_point:SP_2178", "stopSequence": 23 }, { "arrival": { "delay": -25, "time": "1766947295" }, "departure": { "delay": -25, "time": "1766947295" }, "stopId": "stop_point:SP_3651", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_5169", "stopSequence": 25 }, { "arrival": { "delay": -23, "time": "1766947417" }, "departure": { "delay": -23, "time": "1766947417" }, "stopId": "stop_point:SP_5248", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_5247", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193100" }, "vehicle": { "id": "1449887" } } }, { "id": "TripUpdateJoin:2204535", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_3140", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766944552" }, "departure": { "delay": -8, "time": "1766944552" }, "stopId": "stop_point:SP_5097", "stopSequence": 2 }, { "arrival": { "delay": 4, "time": "1766944564" }, "departure": { "delay": 4, "time": "1766944564" }, "stopId": "stop_point:SP_3604", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766944600" }, "departure": { "delay": -20, "time": "1766944600" }, "stopId": "stop_point:SP_2125", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766944641" }, "departure": { "delay": 21, "time": "1766944641" }, "stopId": "stop_point:SP_1973", "stopSequence": 5 }, { "arrival": { "delay": 20, "time": "1766944700" }, "departure": { "delay": 20, "time": "1766944700" }, "stopId": "stop_point:SP_3988", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_3430", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766944815" }, "departure": { "delay": 15, "time": "1766944815" }, "stopId": "stop_point:SP_2376", "stopSequence": 8 }, { "arrival": { "delay": -15, "time": "1766944845" }, "departure": { "delay": -15, "time": "1766944845" }, "stopId": "stop_point:SP_405", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_135", "stopSequence": 10 }, { "arrival": { "delay": 12, "time": "1766944992" }, "departure": { "delay": 12, "time": "1766944992" }, "stopId": "stop_point:SP_2824", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766945075" }, "departure": { "delay": -25, "time": "1766945075" }, "stopId": "stop_point:SP_313", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766945107" }, "departure": { "delay": 7, "time": "1766945107" }, "stopId": "stop_point:SP_255", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766945163" }, "departure": { "delay": 3, "time": "1766945163" }, "stopId": "stop_point:SP_818", "stopSequence": 14 }, { "arrival": { "delay": -6, "time": "1766945214" }, "departure": { "delay": -6, "time": "1766945214" }, "stopId": "stop_point:SP_3930", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3669", "stopSequence": 16 }, { "arrival": { "delay": -20, "time": "1766945380" }, "departure": { "delay": -20, "time": "1766945380" }, "stopId": "stop_point:SP_573", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766945409" }, "departure": { "delay": 9, "time": "1766945409" }, "stopId": "stop_point:SP_895", "stopSequence": 18 }, { "arrival": { "delay": -20, "time": "1766945440" }, "departure": { "delay": -20, "time": "1766945440" }, "stopId": "stop_point:SP_1143", "stopSequence": 19 }, { "arrival": { "delay": -13, "time": "1766945507" }, "departure": { "delay": -13, "time": "1766945507" }, "stopId": "stop_point:SP_2124", "stopSequence": 20 }, { "arrival": { "delay": 17, "time": "1766945537" }, "departure": { "delay": 17, "time": "1766945537" }, "stopId": "stop_point:SP_1406", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_2913", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766945686" }, "departure": { "delay": -14, "time": "1766945686" }, "stopId": "stop_point:SP_2856", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766945711" }, "departure": { "delay": 11, "time": "1766945711" }, "stopId": "stop_point:SP_1207", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_1523", "stopSequence": 25 }, { "arrival": { "delay": -17, "time": "1766945803" }, "departure": { "delay": -17, "time": "1766945803" }, "stopId": "stop_point:SP_2789", "stopSequence": 26 }, { "arrival": { "delay": 29, "time": "1766945849" }, "departure": { "delay": 29, "time": "1766945849" }, "stopId": "stop_point:SP_240", "stopSequence": 27 }, { "arrival": { "delay": 15, "time": "1766945895" }, "departure": { "delay": 15, "time": "1766945895" }, "stopId": "stop_point:SP_2244", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766945963" }, "departure": { "delay": 23, "time": "1766945963" }, "stopId": "stop_point:SP_2452", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2162", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204535" }, "vehicle": { "id": "1457715" } } }, { "id": "TripUpdateJoin:2197637", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 38, "time": "1766942138" }, "departure": { "delay": 38, "time": "1766942138" }, "stopId": "stop_point:SP_1307", "stopSequence": 16 }, { "arrival": { "delay": 46, "time": "1766942206" }, "departure": { "delay": 46, "time": "1766942206" }, "stopId": "stop_point:SP_4952", "stopSequence": 17 }, { "arrival": { "delay": 38, "time": "1766942258" }, "departure": { "delay": 38, "time": "1766942258" }, "stopId": "stop_point:SP_2511", "stopSequence": 18 }, { "arrival": { "delay": -7, "time": "1766942273" }, "departure": { "delay": -7, "time": "1766942273" }, "stopId": "stop_point:SP_4724", "stopSequence": 19 }, { "arrival": { "delay": 38, "time": "1766942378" }, "departure": { "delay": 38, "time": "1766942378" }, "stopId": "stop_point:SP_143", "stopSequence": 20 } ], "timestamp": "1766942094", "trip": { "routeId": "line:58", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197637" }, "vehicle": { "id": "27_1450413" } } }, { "id": "TripUpdateJoin:2168515", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_319", "stopSequence": 1 }, { "arrival": { "delay": 24, "time": "1766949084" }, "departure": { "delay": 24, "time": "1766949084" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766949132" }, "departure": { "delay": 12, "time": "1766949132" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766949215" }, "departure": { "delay": -25, "time": "1766949215" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168515" }, "vehicle": { "id": "1432844" } } }, { "id": "TripUpdateJoin:2168514", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_319", "stopSequence": 1 }, { "arrival": { "delay": 24, "time": "1766947164" }, "departure": { "delay": 24, "time": "1766947164" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766947212" }, "departure": { "delay": 12, "time": "1766947212" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766947295" }, "departure": { "delay": -25, "time": "1766947295" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_2194", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766947439" }, "departure": { "delay": -1, "time": "1766947439" }, "stopId": "stop_point:SP_3022", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766947512" }, "departure": { "delay": 12, "time": "1766947512" }, "stopId": "stop_point:SP_4854", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_2948", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766947654" }, "departure": { "delay": -26, "time": "1766947654" }, "stopId": "stop_point:SP_2300", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1803", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766947797" }, "departure": { "delay": -3, "time": "1766947797" }, "stopId": "stop_point:SP_864", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_2777", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766947908" }, "departure": { "delay": -12, "time": "1766947908" }, "stopId": "stop_point:SP_655", "stopSequence": 13 }, { "arrival": { "delay": 26, "time": "1766947946" }, "departure": { "delay": 26, "time": "1766947946" }, "stopId": "stop_point:SP_3867", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": 10, "time": "1766948110" }, "departure": { "delay": 10, "time": "1766948110" }, "stopId": "stop_point:SP_5176", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_5058", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766948272" }, "departure": { "delay": -8, "time": "1766948272" }, "stopId": "stop_point:SP_5060", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_5041", "stopSequence": 19 }, { "arrival": { "delay": -8, "time": "1766948392" }, "departure": { "delay": -8, "time": "1766948392" }, "stopId": "stop_point:SP_5057", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766948448" }, "departure": { "delay": -12, "time": "1766948448" }, "stopId": "stop_point:SP_5040", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766948498" }, "departure": { "delay": -22, "time": "1766948498" }, "stopId": "stop_point:SP_5055", "stopSequence": 22 }, { "arrival": { "delay": 13, "time": "1766948533" }, "departure": { "delay": 13, "time": "1766948533" }, "stopId": "stop_point:SP_5047", "stopSequence": 23 }, { "arrival": { "delay": 18, "time": "1766948598" }, "departure": { "delay": 18, "time": "1766948598" }, "stopId": "stop_point:SP_5059", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_5043", "stopSequence": 25 }, { "arrival": { "delay": -8, "time": "1766948692" }, "departure": { "delay": -8, "time": "1766948692" }, "stopId": "stop_point:SP_3028", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766948726" }, "departure": { "delay": 26, "time": "1766948726" }, "stopId": "stop_point:SP_3124", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_5062", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168514" }, "vehicle": { "id": "1432843" } } }, { "id": "TripUpdateJoin:2169241", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1740, "time": "1766942160" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766944576" }, "departure": { "delay": 16, "time": "1766944576" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766945072" }, "departure": { "delay": -28, "time": "1766945072" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766945235" }, "departure": { "delay": 15, "time": "1766945235" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169241" }, "vehicle": { "id": "1431098" } } }, { "id": "TripUpdateJoin:2182528", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -56, "time": "1766942104" }, "departure": { "delay": -56, "time": "1766942104" }, "stopId": "stop_point:SP_3890", "stopSequence": 25 }, { "arrival": { "delay": -105, "time": "1766942175" }, "departure": { "delay": -105, "time": "1766942175" }, "stopId": "stop_point:SP_2545", "stopSequence": 26 }, { "arrival": { "delay": -69, "time": "1766942271" }, "departure": { "delay": -69, "time": "1766942271" }, "stopId": "stop_point:SP_2730", "stopSequence": 27 }, { "arrival": { "delay": -104, "time": "1766942476" }, "departure": { "delay": -104, "time": "1766942476" }, "stopId": "stop_point:SP_2661", "stopSequence": 28 }, { "arrival": { "delay": -73, "time": "1766942567" }, "departure": { "delay": -73, "time": "1766942567" }, "stopId": "stop_point:SP_3799", "stopSequence": 29 }, { "arrival": { "delay": -69, "time": "1766942631" }, "departure": { "delay": -69, "time": "1766942631" }, "stopId": "stop_point:SP_2792", "stopSequence": 30 }, { "arrival": { "delay": -99, "time": "1766942721" }, "departure": { "delay": -99, "time": "1766942721" }, "stopId": "stop_point:SP_2607", "stopSequence": 31 }, { "arrival": { "delay": -90, "time": "1766942790" }, "departure": { "delay": -90, "time": "1766942790" }, "stopId": "stop_point:SP_474", "stopSequence": 32 }, { "arrival": { "delay": -99, "time": "1766942841" }, "departure": { "delay": -99, "time": "1766942841" }, "stopId": "stop_point:SP_1854", "stopSequence": 33 }, { "arrival": { "delay": -73, "time": "1766942927" }, "departure": { "delay": -73, "time": "1766942927" }, "stopId": "stop_point:SP_548", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182528" }, "vehicle": { "id": "27_1431290" } } }, { "id": "TripUpdateJoin:2162518", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766949172" }, "departure": { "delay": -8, "time": "1766949172" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162518" }, "vehicle": { "id": "1430645" } } }, { "id": "TripUpdateJoin:2186931", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_5601", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_5620", "stopSequence": 2 }, { "arrival": { "delay": -14, "time": "1766944126" }, "departure": { "delay": -14, "time": "1766944126" }, "stopId": "stop_point:SP_1954", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766944142" }, "departure": { "delay": 2, "time": "1766944142" }, "stopId": "stop_point:SP_3744", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766944175" }, "departure": { "delay": -25, "time": "1766944175" }, "stopId": "stop_point:SP_3110", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_5602", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_2603", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766944279" }, "departure": { "delay": 19, "time": "1766944279" }, "stopId": "stop_point:SP_1875", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766944317" }, "departure": { "delay": -3, "time": "1766944317" }, "stopId": "stop_point:SP_1002", "stopSequence": 9 }, { "arrival": { "delay": 29, "time": "1766944349" }, "departure": { "delay": 29, "time": "1766944349" }, "stopId": "stop_point:SP_2189", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_1797", "stopSequence": 11 }, { "arrival": { "delay": -1, "time": "1766944439" }, "departure": { "delay": -1, "time": "1766944439" }, "stopId": "stop_point:SP_942", "stopSequence": 12 }, { "arrival": { "delay": -8, "time": "1766944492" }, "departure": { "delay": -8, "time": "1766944492" }, "stopId": "stop_point:SP_1508", "stopSequence": 13 }, { "arrival": { "delay": -26, "time": "1766944534" }, "departure": { "delay": -26, "time": "1766944534" }, "stopId": "stop_point:SP_1448", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766944636" }, "departure": { "delay": 16, "time": "1766944636" }, "stopId": "stop_point:SP_2648", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_118", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766944729" }, "departure": { "delay": -11, "time": "1766944729" }, "stopId": "stop_point:SP_2489", "stopSequence": 17 }, { "arrival": { "delay": -20, "time": "1766944780" }, "departure": { "delay": -20, "time": "1766944780" }, "stopId": "stop_point:SP_2558", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766944817" }, "departure": { "delay": 17, "time": "1766944817" }, "stopId": "stop_point:SP_1301", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766944880" }, "departure": { "delay": 20, "time": "1766944880" }, "stopId": "stop_point:SP_2464", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1905", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766944996" }, "departure": { "delay": 16, "time": "1766944996" }, "stopId": "stop_point:SP_2896", "stopSequence": 22 }, { "arrival": { "delay": 8, "time": "1766945048" }, "departure": { "delay": 8, "time": "1766945048" }, "stopId": "stop_point:SP_3998", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766945117" }, "departure": { "delay": 17, "time": "1766945117" }, "stopId": "stop_point:SP_2730", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766945232" }, "departure": { "delay": 12, "time": "1766945232" }, "stopId": "stop_point:SP_2661", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_3799", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766945348" }, "departure": { "delay": 8, "time": "1766945348" }, "stopId": "stop_point:SP_2792", "stopSequence": 27 }, { "arrival": { "delay": -7, "time": "1766945453" }, "departure": { "delay": -7, "time": "1766945453" }, "stopId": "stop_point:SP_24", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766945524" }, "departure": { "delay": 4, "time": "1766945524" }, "stopId": "stop_point:SP_460", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766945671" }, "departure": { "delay": -29, "time": "1766945671" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -14, "time": "1766945746" }, "departure": { "delay": -14, "time": "1766945746" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_5037", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186931" }, "vehicle": { "id": "27_1437045" } } }, { "id": "TripUpdateJoin:2144110", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_461", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1256", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3822", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3148", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_519", "stopSequence": 9 }, { "arrival": { "delay": -27, "time": "1766945073" }, "departure": { "delay": -27, "time": "1766945073" }, "stopId": "stop_point:SP_1436", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766945145" }, "departure": { "delay": -15, "time": "1766945145" }, "stopId": "stop_point:SP_3779", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766945191" }, "departure": { "delay": -29, "time": "1766945191" }, "stopId": "stop_point:SP_3025", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766945258" }, "departure": { "delay": -22, "time": "1766945258" }, "stopId": "stop_point:SP_931", "stopSequence": 13 }, { "arrival": { "delay": -41, "time": "1766945299" }, "departure": { "delay": -41, "time": "1766945299" }, "stopId": "stop_point:SP_2330", "stopSequence": 14 }, { "arrival": { "delay": -7, "time": "1766945333" }, "departure": { "delay": -7, "time": "1766945333" }, "stopId": "stop_point:SP_324", "stopSequence": 15 }, { "arrival": { "delay": 23, "time": "1766945423" }, "departure": { "delay": 23, "time": "1766945423" }, "stopId": "stop_point:SP_2491", "stopSequence": 16 }, { "arrival": { "delay": -14, "time": "1766945446" }, "departure": { "delay": -14, "time": "1766945446" }, "stopId": "stop_point:SP_5097", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3604", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766945540" }, "departure": { "delay": 20, "time": "1766945540" }, "stopId": "stop_point:SP_3185", "stopSequence": 19 }, { "arrival": { "delay": 9, "time": "1766945589" }, "departure": { "delay": 9, "time": "1766945589" }, "stopId": "stop_point:SP_4907", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3258", "stopSequence": 21 }, { "arrival": { "delay": -11, "time": "1766945749" }, "departure": { "delay": -11, "time": "1766945749" }, "stopId": "stop_point:SP_265", "stopSequence": 22 }, { "arrival": { "delay": -22, "time": "1766945798" }, "departure": { "delay": -22, "time": "1766945798" }, "stopId": "stop_point:SP_1374", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766945851" }, "departure": { "delay": -29, "time": "1766945851" }, "stopId": "stop_point:SP_2247", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_4000", "stopSequence": 25 }, { "arrival": { "delay": 3, "time": "1766945943" }, "departure": { "delay": 3, "time": "1766945943" }, "stopId": "stop_point:SP_4916", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2008", "stopSequence": 27 }, { "arrival": { "delay": -3, "time": "1766946057" }, "departure": { "delay": -3, "time": "1766946057" }, "stopId": "stop_point:SP_741", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766946103" }, "departure": { "delay": -17, "time": "1766946103" }, "stopId": "stop_point:SP_311", "stopSequence": 29 }, { "arrival": { "delay": 22, "time": "1766946142" }, "departure": { "delay": 22, "time": "1766946142" }, "stopId": "stop_point:SP_2882", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766946198" }, "departure": { "delay": 18, "time": "1766946198" }, "stopId": "stop_point:SP_3831", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766946233" }, "departure": { "delay": -7, "time": "1766946233" }, "stopId": "stop_point:SP_1947", "stopSequence": 32 }, { "arrival": { "delay": -15, "time": "1766946285" }, "departure": { "delay": -15, "time": "1766946285" }, "stopId": "stop_point:SP_1897", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_4522", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_4521", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144110" }, "vehicle": { "id": "1432337" } } }, { "id": "TripUpdateJoin:2187309", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -472, "time": "1766942168" }, "departure": { "delay": -472, "time": "1766942168" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": -465, "time": "1766942235" }, "departure": { "delay": -465, "time": "1766942235" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": -445, "time": "1766942375" }, "departure": { "delay": -445, "time": "1766942375" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": -467, "time": "1766942413" }, "departure": { "delay": -467, "time": "1766942413" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187309" }, "vehicle": { "id": "27_1437423" } } }, { "id": "TripUpdateJoin:2151414", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_31", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766944863" }, "departure": { "delay": 3, "time": "1766944863" }, "stopId": "stop_point:SP_1355", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766944932" }, "departure": { "delay": 12, "time": "1766944932" }, "stopId": "stop_point:SP_4003", "stopSequence": 3 }, { "arrival": { "delay": -26, "time": "1766945014" }, "departure": { "delay": -26, "time": "1766945014" }, "stopId": "stop_point:SP_3516", "stopSequence": 4 }, { "arrival": { "delay": 29, "time": "1766945069" }, "departure": { "delay": 29, "time": "1766945069" }, "stopId": "stop_point:SP_1879", "stopSequence": 5 }, { "arrival": { "delay": -5, "time": "1766945155" }, "departure": { "delay": -5, "time": "1766945155" }, "stopId": "stop_point:SP_175", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_1760", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766945267" }, "departure": { "delay": -13, "time": "1766945267" }, "stopId": "stop_point:SP_2311", "stopSequence": 8 }, { "arrival": { "delay": -18, "time": "1766945322" }, "departure": { "delay": -18, "time": "1766945322" }, "stopId": "stop_point:SP_802", "stopSequence": 9 }, { "arrival": { "delay": -17, "time": "1766945383" }, "departure": { "delay": -17, "time": "1766945383" }, "stopId": "stop_point:SP_2114", "stopSequence": 10 }, { "arrival": { "delay": -5, "time": "1766945455" }, "departure": { "delay": -5, "time": "1766945455" }, "stopId": "stop_point:SP_3810", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766945532" }, "departure": { "delay": 12, "time": "1766945532" }, "stopId": "stop_point:SP_507", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766945595" }, "departure": { "delay": 15, "time": "1766945595" }, "stopId": "stop_point:SP_3354", "stopSequence": 13 }, { "arrival": { "delay": -25, "time": "1766945675" }, "departure": { "delay": -25, "time": "1766945675" }, "stopId": "stop_point:SP_2207", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_2270", "stopSequence": 15 }, { "arrival": { "delay": 24, "time": "1766945844" }, "departure": { "delay": 24, "time": "1766945844" }, "stopId": "stop_point:SP_1526", "stopSequence": 16 }, { "arrival": { "delay": 9, "time": "1766945889" }, "departure": { "delay": 9, "time": "1766945889" }, "stopId": "stop_point:SP_2028", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1233", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766945969" }, "departure": { "delay": 29, "time": "1766945969" }, "stopId": "stop_point:SP_350", "stopSequence": 19 }, { "arrival": { "delay": 6, "time": "1766946006" }, "departure": { "delay": 6, "time": "1766946006" }, "stopId": "stop_point:SP_583", "stopSequence": 20 }, { "arrival": { "delay": -14, "time": "1766946046" }, "departure": { "delay": -14, "time": "1766946046" }, "stopId": "stop_point:SP_1101", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_918", "stopSequence": 22 }, { "arrival": { "delay": 5, "time": "1766946185" }, "departure": { "delay": 5, "time": "1766946185" }, "stopId": "stop_point:SP_434", "stopSequence": 23 }, { "arrival": { "delay": 13, "time": "1766946253" }, "departure": { "delay": 13, "time": "1766946253" }, "stopId": "stop_point:SP_3613", "stopSequence": 24 }, { "arrival": { "delay": 8, "time": "1766946308" }, "departure": { "delay": 8, "time": "1766946308" }, "stopId": "stop_point:SP_1228", "stopSequence": 25 }, { "arrival": { "delay": 12, "time": "1766946372" }, "departure": { "delay": 12, "time": "1766946372" }, "stopId": "stop_point:SP_2031", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 27, "time": "1766946567" }, "departure": { "delay": 27, "time": "1766946567" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 18, "time": "1766946618" }, "departure": { "delay": 18, "time": "1766946618" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_1778", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:84", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2151414" }, "vehicle": { "id": "1431191" } } }, { "id": "TripUpdateJoin:2186151", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1602", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766948443" }, "departure": { "delay": -17, "time": "1766948443" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766948475" }, "departure": { "delay": 15, "time": "1766948475" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_2373", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766948698" }, "departure": { "delay": -2, "time": "1766948698" }, "stopId": "stop_point:SP_2833", "stopSequence": 6 }, { "arrival": { "delay": 11, "time": "1766948771" }, "departure": { "delay": 11, "time": "1766948771" }, "stopId": "stop_point:SP_127", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_1313", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766948910" }, "departure": { "delay": -30, "time": "1766948910" }, "stopId": "stop_point:SP_2805", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766948971" }, "departure": { "delay": -29, "time": "1766948971" }, "stopId": "stop_point:SP_3157", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1289", "stopSequence": 11 }, { "arrival": { "delay": 5, "time": "1766949185" }, "departure": { "delay": 5, "time": "1766949185" }, "stopId": "stop_point:SP_1907", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_1010", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186151" }, "vehicle": { "id": "27_1436265" } } }, { "id": "TripUpdateJoin:2167711", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1200, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_4009", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766945190" }, "departure": { "delay": -30, "time": "1766945190" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766945270" }, "departure": { "delay": -10, "time": "1766945270" }, "stopId": "stop_point:SP_83", "stopSequence": 3 }, { "arrival": { "delay": -23, "time": "1766945317" }, "departure": { "delay": -23, "time": "1766945317" }, "stopId": "stop_point:SP_1323", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766945409" }, "departure": { "delay": 9, "time": "1766945409" }, "stopId": "stop_point:SP_1819", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_176", "stopSequence": 6 }, { "arrival": { "delay": -10, "time": "1766945510" }, "departure": { "delay": -10, "time": "1766945510" }, "stopId": "stop_point:SP_1057", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766945567" }, "departure": { "delay": -13, "time": "1766945567" }, "stopId": "stop_point:SP_2703", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766945605" }, "departure": { "delay": 25, "time": "1766945605" }, "stopId": "stop_point:SP_3103", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_418", "stopSequence": 10 }, { "arrival": { "delay": -9, "time": "1766945691" }, "departure": { "delay": -9, "time": "1766945691" }, "stopId": "stop_point:SP_2683", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766945777" }, "departure": { "delay": 17, "time": "1766945777" }, "stopId": "stop_point:SP_886", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_3624", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766945991" }, "departure": { "delay": -9, "time": "1766945991" }, "stopId": "stop_point:SP_981", "stopSequence": 14 }, { "arrival": { "delay": -13, "time": "1766946047" }, "departure": { "delay": -13, "time": "1766946047" }, "stopId": "stop_point:SP_1823", "stopSequence": 15 }, { "arrival": { "delay": -22, "time": "1766946098" }, "departure": { "delay": -22, "time": "1766946098" }, "stopId": "stop_point:SP_2998", "stopSequence": 16 }, { "arrival": { "delay": -19, "time": "1766946161" }, "departure": { "delay": -19, "time": "1766946161" }, "stopId": "stop_point:SP_2040", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_3290", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167711" }, "vehicle": { "id": "1430828" } } }, { "id": "TripUpdateJoin:2169246", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169246" }, "vehicle": { "id": "1431105" } } }, { "id": "TripUpdateJoin:2211174", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 146, "time": "1766942186" }, "departure": { "delay": 146, "time": "1766942186" }, "stopId": "stop_point:SP_3188", "stopSequence": 10 }, { "arrival": { "delay": 148, "time": "1766942248" }, "departure": { "delay": 148, "time": "1766942248" }, "stopId": "stop_point:SP_1926", "stopSequence": 11 }, { "arrival": { "delay": 142, "time": "1766942362" }, "departure": { "delay": 142, "time": "1766942362" }, "stopId": "stop_point:SP_786", "stopSequence": 12 }, { "arrival": { "delay": 186, "time": "1766942466" }, "departure": { "delay": 186, "time": "1766942466" }, "stopId": "stop_point:SP_1493", "stopSequence": 13 }, { "arrival": { "delay": 178, "time": "1766942518" }, "departure": { "delay": 178, "time": "1766942518" }, "stopId": "stop_point:SP_1516", "stopSequence": 14 }, { "arrival": { "delay": 142, "time": "1766942602" }, "departure": { "delay": 142, "time": "1766942602" }, "stopId": "stop_point:SP_386", "stopSequence": 15 }, { "arrival": { "delay": 161, "time": "1766942681" }, "departure": { "delay": 161, "time": "1766942681" }, "stopId": "stop_point:SP_2041", "stopSequence": 16 }, { "arrival": { "delay": 132, "time": "1766942772" }, "departure": { "delay": 132, "time": "1766942772" }, "stopId": "stop_point:SP_1595", "stopSequence": 17 }, { "arrival": { "delay": 179, "time": "1766942819" }, "departure": { "delay": 179, "time": "1766942819" }, "stopId": "stop_point:SP_39", "stopSequence": 18 }, { "arrival": { "delay": 142, "time": "1766942842" }, "departure": { "delay": 142, "time": "1766942842" }, "stopId": "stop_point:SP_1635", "stopSequence": 19 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211174" }, "vehicle": { "id": "27_1462842" } } }, { "id": "TripUpdateJoin:2194752", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2251", "stopSequence": 1 }, { "arrival": { "delay": 13, "time": "1766946133" }, "departure": { "delay": 13, "time": "1766946133" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766946183" }, "departure": { "delay": 3, "time": "1766946183" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766946248" }, "departure": { "delay": 8, "time": "1766946248" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 13, "time": "1766946313" }, "departure": { "delay": 13, "time": "1766946313" }, "stopId": "stop_point:SP_3564", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1766946387" }, "departure": { "delay": 27, "time": "1766946387" }, "stopId": "stop_point:SP_3090", "stopSequence": 6 }, { "arrival": { "delay": -9, "time": "1766946471" }, "departure": { "delay": -9, "time": "1766946471" }, "stopId": "stop_point:SP_2581", "stopSequence": 7 }, { "arrival": { "delay": -3, "time": "1766946537" }, "departure": { "delay": -3, "time": "1766946537" }, "stopId": "stop_point:SP_3921", "stopSequence": 8 }, { "arrival": { "delay": -9, "time": "1766946591" }, "departure": { "delay": -9, "time": "1766946591" }, "stopId": "stop_point:SP_2242", "stopSequence": 9 }, { "arrival": { "delay": -21, "time": "1766946639" }, "departure": { "delay": -21, "time": "1766946639" }, "stopId": "stop_point:SP_3732", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_2604", "stopSequence": 11 }, { "arrival": { "delay": 28, "time": "1766946748" }, "departure": { "delay": 28, "time": "1766946748" }, "stopId": "stop_point:SP_3544", "stopSequence": 12 }, { "arrival": { "delay": 21, "time": "1766946861" }, "departure": { "delay": 21, "time": "1766946861" }, "stopId": "stop_point:SP_511", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766946925" }, "departure": { "delay": 25, "time": "1766946925" }, "stopId": "stop_point:SP_2131", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1766946971" }, "departure": { "delay": 11, "time": "1766946971" }, "stopId": "stop_point:SP_1497", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766947055" }, "departure": { "delay": -25, "time": "1766947055" }, "stopId": "stop_point:SP_1401", "stopSequence": 16 }, { "arrival": { "delay": 28, "time": "1766947108" }, "departure": { "delay": 28, "time": "1766947108" }, "stopId": "stop_point:SP_357", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766947163" }, "departure": { "delay": 23, "time": "1766947163" }, "stopId": "stop_point:SP_654", "stopSequence": 18 }, { "arrival": { "delay": 5, "time": "1766947205" }, "departure": { "delay": 5, "time": "1766947205" }, "stopId": "stop_point:SP_3038", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766947254" }, "departure": { "delay": -6, "time": "1766947254" }, "stopId": "stop_point:SP_1896", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_4889", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766947358" }, "departure": { "delay": -22, "time": "1766947358" }, "stopId": "stop_point:SP_4888", "stopSequence": 22 }, { "arrival": { "delay": 16, "time": "1766947456" }, "departure": { "delay": 16, "time": "1766947456" }, "stopId": "stop_point:SP_4458", "stopSequence": 23 }, { "arrival": { "delay": 3, "time": "1766947503" }, "departure": { "delay": 3, "time": "1766947503" }, "stopId": "stop_point:SP_3247", "stopSequence": 24 }, { "arrival": { "delay": 5, "time": "1766947565" }, "departure": { "delay": 5, "time": "1766947565" }, "stopId": "stop_point:SP_2943", "stopSequence": 25 }, { "arrival": { "delay": 4, "time": "1766947624" }, "departure": { "delay": 4, "time": "1766947624" }, "stopId": "stop_point:SP_4452", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_2640", "stopSequence": 27 }, { "arrival": { "delay": -12, "time": "1766947908" }, "departure": { "delay": -12, "time": "1766947908" }, "stopId": "stop_point:SP_2592", "stopSequence": 28 }, { "arrival": { "delay": -28, "time": "1766947952" }, "departure": { "delay": -28, "time": "1766947952" }, "stopId": "stop_point:SP_156", "stopSequence": 29 }, { "arrival": { "delay": -1, "time": "1766947979" }, "departure": { "delay": -1, "time": "1766947979" }, "stopId": "stop_point:SP_2595", "stopSequence": 30 }, { "arrival": { "delay": -12, "time": "1766948028" }, "departure": { "delay": -12, "time": "1766948028" }, "stopId": "stop_point:SP_2812", "stopSequence": 31 }, { "arrival": { "delay": 4, "time": "1766948104" }, "departure": { "delay": 4, "time": "1766948104" }, "stopId": "stop_point:SP_3292", "stopSequence": 32 }, { "arrival": { "delay": 11, "time": "1766948171" }, "departure": { "delay": 11, "time": "1766948171" }, "stopId": "stop_point:SP_3722", "stopSequence": 33 }, { "arrival": { "delay": -22, "time": "1766948258" }, "departure": { "delay": -22, "time": "1766948258" }, "stopId": "stop_point:SP_1663", "stopSequence": 34 }, { "arrival": { "delay": 26, "time": "1766948366" }, "departure": { "delay": 26, "time": "1766948366" }, "stopId": "stop_point:SP_3353", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_2175", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194752" }, "vehicle": { "id": "1449744" } } }, { "id": "TripUpdateJoin:2206443", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_5380", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766946745" }, "departure": { "delay": 25, "time": "1766946745" }, "stopId": "stop_point:SP_728", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766946783" }, "departure": { "delay": 3, "time": "1766946783" }, "stopId": "stop_point:SP_1575", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766946867" }, "departure": { "delay": 27, "time": "1766946867" }, "stopId": "stop_point:SP_3000", "stopSequence": 4 }, { "arrival": { "delay": 7, "time": "1766946907" }, "departure": { "delay": 7, "time": "1766946907" }, "stopId": "stop_point:SP_2945", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766946963" }, "departure": { "delay": 3, "time": "1766946963" }, "stopId": "stop_point:SP_1654", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_1225", "stopSequence": 7 }, { "arrival": { "delay": 26, "time": "1766947106" }, "departure": { "delay": 26, "time": "1766947106" }, "stopId": "stop_point:SP_2734", "stopSequence": 8 }, { "arrival": { "delay": 8, "time": "1766947148" }, "departure": { "delay": 8, "time": "1766947148" }, "stopId": "stop_point:SP_4746", "stopSequence": 9 }, { "arrival": { "delay": 6, "time": "1766947206" }, "departure": { "delay": 6, "time": "1766947206" }, "stopId": "stop_point:SP_1961", "stopSequence": 10 }, { "arrival": { "delay": -10, "time": "1766947250" }, "departure": { "delay": -10, "time": "1766947250" }, "stopId": "stop_point:SP_2266", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3266", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1766947402" }, "departure": { "delay": 22, "time": "1766947402" }, "stopId": "stop_point:SP_1424", "stopSequence": 13 }, { "arrival": { "delay": 13, "time": "1766947453" }, "departure": { "delay": 13, "time": "1766947453" }, "stopId": "stop_point:SP_290", "stopSequence": 14 }, { "arrival": { "delay": -28, "time": "1766947592" }, "departure": { "delay": -28, "time": "1766947592" }, "stopId": "stop_point:SP_1088", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_3843", "stopSequence": 16 }, { "arrival": { "delay": 23, "time": "1766947763" }, "departure": { "delay": 23, "time": "1766947763" }, "stopId": "stop_point:SP_3448", "stopSequence": 17 }, { "arrival": { "delay": -13, "time": "1766947787" }, "departure": { "delay": -13, "time": "1766947787" }, "stopId": "stop_point:SP_2619", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766947820" }, "departure": { "delay": 20, "time": "1766947820" }, "stopId": "stop_point:SP_745", "stopSequence": 19 }, { "arrival": { "delay": 10, "time": "1766947870" }, "departure": { "delay": 10, "time": "1766947870" }, "stopId": "stop_point:SP_1438", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1568", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766947971" }, "departure": { "delay": -9, "time": "1766947971" }, "stopId": "stop_point:SP_1857", "stopSequence": 22 }, { "arrival": { "delay": 23, "time": "1766948003" }, "departure": { "delay": 23, "time": "1766948003" }, "stopId": "stop_point:SP_2254", "stopSequence": 23 }, { "arrival": { "delay": -14, "time": "1766948026" }, "departure": { "delay": -14, "time": "1766948026" }, "stopId": "stop_point:SP_955", "stopSequence": 24 }, { "arrival": { "delay": 25, "time": "1766948065" }, "departure": { "delay": 25, "time": "1766948065" }, "stopId": "stop_point:SP_132", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2030", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206443" }, "vehicle": { "id": "27_1457794" } } }, { "id": "TripUpdateJoin:2144670", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_3424", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766944684" }, "departure": { "delay": 4, "time": "1766944684" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766944841" }, "departure": { "delay": -19, "time": "1766944841" }, "stopId": "stop_point:SP_2077", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766944888" }, "departure": { "delay": 28, "time": "1766944888" }, "stopId": "stop_point:SP_833", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766944923" }, "departure": { "delay": 3, "time": "1766944923" }, "stopId": "stop_point:SP_3922", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766944996" }, "departure": { "delay": 16, "time": "1766944996" }, "stopId": "stop_point:SP_3231", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_2540", "stopSequence": 8 }, { "arrival": { "delay": -18, "time": "1766945082" }, "departure": { "delay": -18, "time": "1766945082" }, "stopId": "stop_point:SP_3441", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_3525", "stopSequence": 10 }, { "arrival": { "delay": 18, "time": "1766945238" }, "departure": { "delay": 18, "time": "1766945238" }, "stopId": "stop_point:SP_675", "stopSequence": 11 }, { "arrival": { "delay": 3, "time": "1766945283" }, "departure": { "delay": 3, "time": "1766945283" }, "stopId": "stop_point:SP_3951", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_1752", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1423", "stopSequence": 14 }, { "arrival": { "delay": -6, "time": "1766945454" }, "departure": { "delay": -6, "time": "1766945454" }, "stopId": "stop_point:SP_924", "stopSequence": 15 }, { "arrival": { "delay": 19, "time": "1766945599" }, "departure": { "delay": 19, "time": "1766945599" }, "stopId": "stop_point:SP_1230", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_2588", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144670" }, "vehicle": { "id": "1432438" } } }, { "id": "TripUpdateJoin:2182541", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_548", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766946703" }, "departure": { "delay": -17, "time": "1766946703" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766946754" }, "departure": { "delay": -26, "time": "1766946754" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766946819" }, "departure": { "delay": -21, "time": "1766946819" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766946898" }, "departure": { "delay": -2, "time": "1766946898" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": 14, "time": "1766947034" }, "departure": { "delay": 14, "time": "1766947034" }, "stopId": "stop_point:SP_3735", "stopSequence": 7 }, { "arrival": { "delay": 12, "time": "1766947212" }, "departure": { "delay": 12, "time": "1766947212" }, "stopId": "stop_point:SP_1844", "stopSequence": 8 }, { "arrival": { "delay": -2, "time": "1766947318" }, "departure": { "delay": -2, "time": "1766947318" }, "stopId": "stop_point:SP_737", "stopSequence": 9 }, { "arrival": { "delay": -13, "time": "1766947367" }, "departure": { "delay": -13, "time": "1766947367" }, "stopId": "stop_point:SP_875", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766947485" }, "departure": { "delay": -15, "time": "1766947485" }, "stopId": "stop_point:SP_4961", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4720", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766947621" }, "departure": { "delay": 1, "time": "1766947621" }, "stopId": "stop_point:SP_603", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766947682" }, "departure": { "delay": 2, "time": "1766947682" }, "stopId": "stop_point:SP_340", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766947756" }, "departure": { "delay": 16, "time": "1766947756" }, "stopId": "stop_point:SP_2304", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766947843" }, "departure": { "delay": -17, "time": "1766947843" }, "stopId": "stop_point:SP_2562", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2590", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766948025" }, "departure": { "delay": -15, "time": "1766948025" }, "stopId": "stop_point:SP_3494", "stopSequence": 18 }, { "arrival": { "delay": -16, "time": "1766948084" }, "departure": { "delay": -16, "time": "1766948084" }, "stopId": "stop_point:SP_1206", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_1860", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766948194" }, "departure": { "delay": -26, "time": "1766948194" }, "stopId": "stop_point:SP_2799", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766948224" }, "departure": { "delay": 4, "time": "1766948224" }, "stopId": "stop_point:SP_718", "stopSequence": 22 }, { "arrival": { "delay": -23, "time": "1766948257" }, "departure": { "delay": -23, "time": "1766948257" }, "stopId": "stop_point:SP_2225", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_3505", "stopSequence": 24 }, { "arrival": { "delay": -21, "time": "1766948319" }, "departure": { "delay": -21, "time": "1766948319" }, "stopId": "stop_point:SP_258", "stopSequence": 25 }, { "arrival": { "delay": 26, "time": "1766948366" }, "departure": { "delay": 26, "time": "1766948366" }, "stopId": "stop_point:SP_3381", "stopSequence": 26 }, { "arrival": { "delay": -29, "time": "1766948431" }, "departure": { "delay": -29, "time": "1766948431" }, "stopId": "stop_point:SP_993", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3477", "stopSequence": 28 }, { "arrival": { "delay": -4, "time": "1766948576" }, "departure": { "delay": -4, "time": "1766948576" }, "stopId": "stop_point:SP_2259", "stopSequence": 29 }, { "arrival": { "delay": -15, "time": "1766948625" }, "departure": { "delay": -15, "time": "1766948625" }, "stopId": "stop_point:SP_3648", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766948687" }, "departure": { "delay": -13, "time": "1766948687" }, "stopId": "stop_point:SP_3569", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1766948723" }, "departure": { "delay": 23, "time": "1766948723" }, "stopId": "stop_point:SP_1024", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_3200", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182541" }, "vehicle": { "id": "27_1431303" } } }, { "id": "TripUpdateJoin:2186122", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_1249", "stopSequence": 1 }, { "arrival": { "delay": 8, "time": "1766942468" }, "departure": { "delay": 8, "time": "1766942468" }, "stopId": "stop_point:SP_1298", "stopSequence": 2 }, { "arrival": { "delay": -3, "time": "1766942637" }, "departure": { "delay": -3, "time": "1766942637" }, "stopId": "stop_point:SP_5373", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_3251", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_1731", "stopSequence": 5 }, { "arrival": { "delay": -20, "time": "1766942800" }, "departure": { "delay": -20, "time": "1766942800" }, "stopId": "stop_point:SP_2199", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766942845" }, "departure": { "delay": 25, "time": "1766942845" }, "stopId": "stop_point:SP_674", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_1576", "stopSequence": 8 }, { "arrival": { "delay": -5, "time": "1766942995" }, "departure": { "delay": -5, "time": "1766942995" }, "stopId": "stop_point:SP_1086", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766943040" }, "departure": { "delay": -20, "time": "1766943040" }, "stopId": "stop_point:SP_2306", "stopSequence": 10 }, { "arrival": { "delay": -24, "time": "1766943096" }, "departure": { "delay": -24, "time": "1766943096" }, "stopId": "stop_point:SP_886", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_3624", "stopSequence": 12 }, { "arrival": { "delay": -2, "time": "1766943298" }, "departure": { "delay": -2, "time": "1766943298" }, "stopId": "stop_point:SP_981", "stopSequence": 13 }, { "arrival": { "delay": -2, "time": "1766943358" }, "departure": { "delay": -2, "time": "1766943358" }, "stopId": "stop_point:SP_1823", "stopSequence": 14 }, { "arrival": { "delay": -8, "time": "1766943412" }, "departure": { "delay": -8, "time": "1766943412" }, "stopId": "stop_point:SP_2998", "stopSequence": 15 }, { "arrival": { "delay": -1, "time": "1766943479" }, "departure": { "delay": -1, "time": "1766943479" }, "stopId": "stop_point:SP_2040", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2599", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766943669" }, "departure": { "delay": 9, "time": "1766943669" }, "stopId": "stop_point:SP_3302", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_682", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766943783" }, "departure": { "delay": 3, "time": "1766943783" }, "stopId": "stop_point:SP_3573", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_3188", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766943929" }, "departure": { "delay": 29, "time": "1766943929" }, "stopId": "stop_point:SP_1926", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_786", "stopSequence": 23 }, { "arrival": { "delay": 25, "time": "1766944105" }, "departure": { "delay": 25, "time": "1766944105" }, "stopId": "stop_point:SP_1493", "stopSequence": 24 }, { "arrival": { "delay": 17, "time": "1766944157" }, "departure": { "delay": 17, "time": "1766944157" }, "stopId": "stop_point:SP_1516", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_386", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766944346" }, "departure": { "delay": 26, "time": "1766944346" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 2, "time": "1766944442" }, "departure": { "delay": 2, "time": "1766944442" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_2574", "stopSequence": 30 }, { "arrival": { "delay": -27, "time": "1766944653" }, "departure": { "delay": -27, "time": "1766944653" }, "stopId": "stop_point:SP_2212", "stopSequence": 31 }, { "arrival": { "delay": 16, "time": "1766944696" }, "departure": { "delay": 16, "time": "1766944696" }, "stopId": "stop_point:SP_3359", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1602", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186122" }, "vehicle": { "id": "27_1436236" } } }, { "id": "TripUpdateJoin:2196300", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_2653", "stopSequence": 1 }, { "arrival": { "delay": -7, "time": "1766943953" }, "departure": { "delay": -7, "time": "1766943953" }, "stopId": "stop_point:SP_3662", "stopSequence": 2 }, { "arrival": { "delay": -4, "time": "1766944016" }, "departure": { "delay": -4, "time": "1766944016" }, "stopId": "stop_point:SP_1416", "stopSequence": 3 }, { "arrival": { "delay": -26, "time": "1766944054" }, "departure": { "delay": -26, "time": "1766944054" }, "stopId": "stop_point:SP_1176", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766944108" }, "departure": { "delay": 28, "time": "1766944108" }, "stopId": "stop_point:SP_1004", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766944149" }, "departure": { "delay": 9, "time": "1766944149" }, "stopId": "stop_point:SP_302", "stopSequence": 6 }, { "arrival": { "delay": 30, "time": "1766944170" }, "departure": { "delay": 30, "time": "1766944170" }, "stopId": "stop_point:SP_2977", "stopSequence": 7 }, { "arrival": { "delay": 2, "time": "1766944202" }, "departure": { "delay": 2, "time": "1766944202" }, "stopId": "stop_point:SP_3348", "stopSequence": 8 }, { "arrival": { "delay": -28, "time": "1766944232" }, "departure": { "delay": -28, "time": "1766944232" }, "stopId": "stop_point:SP_1850", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_2912", "stopSequence": 10 }, { "arrival": { "delay": -16, "time": "1766944304" }, "departure": { "delay": -16, "time": "1766944304" }, "stopId": "stop_point:SP_2803", "stopSequence": 11 }, { "arrival": { "delay": -16, "time": "1766944364" }, "departure": { "delay": -16, "time": "1766944364" }, "stopId": "stop_point:SP_1881", "stopSequence": 12 }, { "arrival": { "delay": 24, "time": "1766944404" }, "departure": { "delay": 24, "time": "1766944404" }, "stopId": "stop_point:SP_2919", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1394", "stopSequence": 14 }, { "arrival": { "delay": -15, "time": "1766944485" }, "departure": { "delay": -15, "time": "1766944485" }, "stopId": "stop_point:SP_3581", "stopSequence": 15 }, { "arrival": { "delay": -24, "time": "1766944536" }, "departure": { "delay": -24, "time": "1766944536" }, "stopId": "stop_point:SP_3143", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_1525", "stopSequence": 17 }, { "arrival": { "delay": -18, "time": "1766944662" }, "departure": { "delay": -18, "time": "1766944662" }, "stopId": "stop_point:SP_3985", "stopSequence": 18 }, { "arrival": { "delay": -26, "time": "1766944714" }, "departure": { "delay": -26, "time": "1766944714" }, "stopId": "stop_point:SP_3751", "stopSequence": 19 }, { "arrival": { "delay": 26, "time": "1766944766" }, "departure": { "delay": 26, "time": "1766944766" }, "stopId": "stop_point:SP_84", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_591", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766944993" }, "departure": { "delay": 13, "time": "1766944993" }, "stopId": "stop_point:SP_1489", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_1186", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766945071" }, "departure": { "delay": -29, "time": "1766945071" }, "stopId": "stop_point:SP_449", "stopSequence": 24 }, { "arrival": { "delay": 26, "time": "1766945126" }, "departure": { "delay": 26, "time": "1766945126" }, "stopId": "stop_point:SP_2620", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766945149" }, "departure": { "delay": -11, "time": "1766945149" }, "stopId": "stop_point:SP_1028", "stopSequence": 26 }, { "arrival": { "delay": -5, "time": "1766945215" }, "departure": { "delay": -5, "time": "1766945215" }, "stopId": "stop_point:SP_2385", "stopSequence": 27 }, { "arrival": { "delay": 26, "time": "1766945246" }, "departure": { "delay": 26, "time": "1766945246" }, "stopId": "stop_point:SP_3029", "stopSequence": 28 }, { "arrival": { "delay": 20, "time": "1766945300" }, "departure": { "delay": 20, "time": "1766945300" }, "stopId": "stop_point:SP_3399", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3300", "stopSequence": 30 }, { "arrival": { "delay": -22, "time": "1766945378" }, "departure": { "delay": -22, "time": "1766945378" }, "stopId": "stop_point:SP_3821", "stopSequence": 31 }, { "arrival": { "delay": 13, "time": "1766945413" }, "departure": { "delay": 13, "time": "1766945413" }, "stopId": "stop_point:SP_1403", "stopSequence": 32 }, { "arrival": { "delay": 14, "time": "1766945474" }, "departure": { "delay": 14, "time": "1766945474" }, "stopId": "stop_point:SP_1458", "stopSequence": 33 }, { "arrival": { "delay": -4, "time": "1766945576" }, "departure": { "delay": -4, "time": "1766945576" }, "stopId": "stop_point:SP_2122", "stopSequence": 34 }, { "arrival": { "delay": -4, "time": "1766945636" }, "departure": { "delay": -4, "time": "1766945636" }, "stopId": "stop_point:SP_1867", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4007", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196300" }, "vehicle": { "id": "1449652" } } }, { "id": "TripUpdateJoin:2169245", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 24, "time": "1766948424" }, "departure": { "delay": 24, "time": "1766948424" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766948852" }, "departure": { "delay": -28, "time": "1766948852" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766949015" }, "departure": { "delay": 15, "time": "1766949015" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169245" }, "vehicle": { "id": "1431104" } } }, { "id": "TripUpdateJoin:2144672", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_3424", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766947984" }, "departure": { "delay": 4, "time": "1766947984" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766948141" }, "departure": { "delay": -19, "time": "1766948141" }, "stopId": "stop_point:SP_2077", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766948188" }, "departure": { "delay": 28, "time": "1766948188" }, "stopId": "stop_point:SP_833", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766948223" }, "departure": { "delay": 3, "time": "1766948223" }, "stopId": "stop_point:SP_3922", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766948296" }, "departure": { "delay": 16, "time": "1766948296" }, "stopId": "stop_point:SP_3231", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_2540", "stopSequence": 8 }, { "arrival": { "delay": -18, "time": "1766948382" }, "departure": { "delay": -18, "time": "1766948382" }, "stopId": "stop_point:SP_3441", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3525", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766948512" }, "departure": { "delay": -8, "time": "1766948512" }, "stopId": "stop_point:SP_675", "stopSequence": 11 }, { "arrival": { "delay": 22, "time": "1766948542" }, "departure": { "delay": 22, "time": "1766948542" }, "stopId": "stop_point:SP_3951", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_1752", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_1423", "stopSequence": 14 }, { "arrival": { "delay": -15, "time": "1766948685" }, "departure": { "delay": -15, "time": "1766948685" }, "stopId": "stop_point:SP_924", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766948806" }, "departure": { "delay": -14, "time": "1766948806" }, "stopId": "stop_point:SP_1230", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_2588", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144672" }, "vehicle": { "id": "1432450" } } }, { "id": "TripUpdateJoin:2204179", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766944360" }, "departure": { "delay": -20, "time": "1766944360" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766944448" }, "departure": { "delay": 8, "time": "1766944448" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766944525" }, "departure": { "delay": 25, "time": "1766944525" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766944586" }, "departure": { "delay": 26, "time": "1766944586" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 10, "time": "1766944810" }, "departure": { "delay": 10, "time": "1766944810" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766944883" }, "departure": { "delay": 23, "time": "1766944883" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766944951" }, "departure": { "delay": -29, "time": "1766944951" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766945020" }, "departure": { "delay": -20, "time": "1766945020" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 4, "time": "1766945164" }, "departure": { "delay": 4, "time": "1766945164" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766945289" }, "departure": { "delay": 9, "time": "1766945289" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766945345" }, "departure": { "delay": 5, "time": "1766945345" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766945418" }, "departure": { "delay": 18, "time": "1766945418" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766945516" }, "departure": { "delay": -4, "time": "1766945516" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766945607" }, "departure": { "delay": 27, "time": "1766945607" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766945655" }, "departure": { "delay": 15, "time": "1766945655" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": 21, "time": "1766945841" }, "departure": { "delay": 21, "time": "1766945841" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766945922" }, "departure": { "delay": -18, "time": "1766945922" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766946124" }, "departure": { "delay": 4, "time": "1766946124" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 19, "time": "1766946259" }, "departure": { "delay": 19, "time": "1766946259" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": -30, "time": "1766946330" }, "departure": { "delay": -30, "time": "1766946330" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": 17, "time": "1766946377" }, "departure": { "delay": 17, "time": "1766946377" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 28, "time": "1766946508" }, "departure": { "delay": 28, "time": "1766946508" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 14, "time": "1766946614" }, "departure": { "delay": 14, "time": "1766946614" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": -28, "time": "1766946692" }, "departure": { "delay": -28, "time": "1766946692" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766946761" }, "departure": { "delay": -19, "time": "1766946761" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": -25, "time": "1766946875" }, "departure": { "delay": -25, "time": "1766946875" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766946915" }, "departure": { "delay": 15, "time": "1766946915" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": -9, "time": "1766946951" }, "departure": { "delay": -9, "time": "1766946951" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 11, "time": "1766947031" }, "departure": { "delay": 11, "time": "1766947031" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": -18, "time": "1766947122" }, "departure": { "delay": -18, "time": "1766947122" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 10, "time": "1766947210" }, "departure": { "delay": 10, "time": "1766947210" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": -18, "time": "1766947362" }, "departure": { "delay": -18, "time": "1766947362" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": -26, "time": "1766947414" }, "departure": { "delay": -26, "time": "1766947414" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": -4, "time": "1766947556" }, "departure": { "delay": -4, "time": "1766947556" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": -17, "time": "1766947603" }, "departure": { "delay": -17, "time": "1766947603" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204179" }, "vehicle": { "id": "1458005" } } }, { "id": "TripUpdateJoin:2144112", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_461", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1256", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3822", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3148", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_519", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_1436", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_3779", "stopSequence": 11 }, { "arrival": { "delay": -23, "time": "1766948737" }, "departure": { "delay": -23, "time": "1766948737" }, "stopId": "stop_point:SP_3025", "stopSequence": 12 }, { "arrival": { "delay": -29, "time": "1766948791" }, "departure": { "delay": -29, "time": "1766948791" }, "stopId": "stop_point:SP_931", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766948823" }, "departure": { "delay": 3, "time": "1766948823" }, "stopId": "stop_point:SP_2330", "stopSequence": 14 }, { "arrival": { "delay": -30, "time": "1766948850" }, "departure": { "delay": -30, "time": "1766948850" }, "stopId": "stop_point:SP_324", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766948911" }, "departure": { "delay": -29, "time": "1766948911" }, "stopId": "stop_point:SP_2491", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766948929" }, "departure": { "delay": -11, "time": "1766948929" }, "stopId": "stop_point:SP_5097", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_3604", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766949020" }, "departure": { "delay": 20, "time": "1766949020" }, "stopId": "stop_point:SP_3185", "stopSequence": 19 }, { "arrival": { "delay": 9, "time": "1766949069" }, "departure": { "delay": 9, "time": "1766949069" }, "stopId": "stop_point:SP_4907", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_3258", "stopSequence": 21 }, { "arrival": { "delay": -11, "time": "1766949229" }, "departure": { "delay": -11, "time": "1766949229" }, "stopId": "stop_point:SP_265", "stopSequence": 22 }, { "arrival": { "delay": -22, "time": "1766949278" }, "departure": { "delay": -22, "time": "1766949278" }, "stopId": "stop_point:SP_1374", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144112" }, "vehicle": { "id": "1432339" } } }, { "id": "TripUpdateJoin:2193407", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1027", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766945469" }, "departure": { "delay": 9, "time": "1766945469" }, "stopId": "stop_point:SP_4802", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766945535" }, "departure": { "delay": 15, "time": "1766945535" }, "stopId": "stop_point:SP_4805", "stopSequence": 3 }, { "arrival": { "delay": -11, "time": "1766945569" }, "departure": { "delay": -11, "time": "1766945569" }, "stopId": "stop_point:SP_4808", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766945635" }, "departure": { "delay": -5, "time": "1766945635" }, "stopId": "stop_point:SP_4804", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4807", "stopSequence": 6 }, { "arrival": { "delay": 4, "time": "1766945824" }, "departure": { "delay": 4, "time": "1766945824" }, "stopId": "stop_point:SP_4841", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766945895" }, "departure": { "delay": 15, "time": "1766945895" }, "stopId": "stop_point:SP_3834", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1724", "stopSequence": 9 }, { "arrival": { "delay": 4, "time": "1766946004" }, "departure": { "delay": 4, "time": "1766946004" }, "stopId": "stop_point:SP_2531", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766946063" }, "departure": { "delay": 3, "time": "1766946063" }, "stopId": "stop_point:SP_1488", "stopSequence": 11 }, { "arrival": { "delay": -17, "time": "1766946103" }, "departure": { "delay": -17, "time": "1766946103" }, "stopId": "stop_point:SP_1091", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766946187" }, "departure": { "delay": 7, "time": "1766946187" }, "stopId": "stop_point:SP_1551", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_1439", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766946313" }, "departure": { "delay": 13, "time": "1766946313" }, "stopId": "stop_point:SP_2889", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_4809", "stopSequence": 16 }, { "arrival": { "delay": -3, "time": "1766946417" }, "departure": { "delay": -3, "time": "1766946417" }, "stopId": "stop_point:SP_2196", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_473", "stopSequence": 18 }, { "arrival": { "delay": -22, "time": "1766946518" }, "departure": { "delay": -22, "time": "1766946518" }, "stopId": "stop_point:SP_2216", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1474", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766946685" }, "departure": { "delay": 25, "time": "1766946685" }, "stopId": "stop_point:SP_668", "stopSequence": 21 }, { "arrival": { "delay": -12, "time": "1766946768" }, "departure": { "delay": -12, "time": "1766946768" }, "stopId": "stop_point:SP_3700", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766946823" }, "departure": { "delay": -17, "time": "1766946823" }, "stopId": "stop_point:SP_1171", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1460", "stopSequence": 24 }, { "arrival": { "delay": 1, "time": "1766946961" }, "departure": { "delay": 1, "time": "1766946961" }, "stopId": "stop_point:SP_1149", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766947009" }, "departure": { "delay": -11, "time": "1766947009" }, "stopId": "stop_point:SP_3407", "stopSequence": 26 }, { "arrival": { "delay": -10, "time": "1766947070" }, "departure": { "delay": -10, "time": "1766947070" }, "stopId": "stop_point:SP_639", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1754", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193407" }, "vehicle": { "id": "1449833" } } }, { "id": "TripUpdateJoin:2206736", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1882", "stopSequence": 1 }, { "arrival": { "delay": 22, "time": "1766943682" }, "departure": { "delay": 22, "time": "1766943682" }, "stopId": "stop_point:SP_3762", "stopSequence": 2 }, { "arrival": { "delay": 7, "time": "1766943727" }, "departure": { "delay": 7, "time": "1766943727" }, "stopId": "stop_point:SP_3728", "stopSequence": 3 }, { "arrival": { "delay": -23, "time": "1766943757" }, "departure": { "delay": -23, "time": "1766943757" }, "stopId": "stop_point:SP_2713", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_1660", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766943898" }, "departure": { "delay": -2, "time": "1766943898" }, "stopId": "stop_point:SP_1685", "stopSequence": 6 }, { "arrival": { "delay": -20, "time": "1766943940" }, "departure": { "delay": -20, "time": "1766943940" }, "stopId": "stop_point:SP_2717", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766943977" }, "departure": { "delay": 17, "time": "1766943977" }, "stopId": "stop_point:SP_3535", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_1185", "stopSequence": 9 }, { "arrival": { "delay": -18, "time": "1766944062" }, "departure": { "delay": -18, "time": "1766944062" }, "stopId": "stop_point:SP_2616", "stopSequence": 10 }, { "arrival": { "delay": 15, "time": "1766944095" }, "departure": { "delay": 15, "time": "1766944095" }, "stopId": "stop_point:SP_975", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_1929", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206736" }, "vehicle": { "id": "27_1458191" } } }, { "id": "TripUpdateJoin:2169239", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -922, "time": "1766941178" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766942776" }, "departure": { "delay": 16, "time": "1766942776" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766943272" }, "departure": { "delay": -28, "time": "1766943272" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766943435" }, "departure": { "delay": 15, "time": "1766943435" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169239" }, "vehicle": { "id": "1431096" } } }, { "id": "TripUpdateJoin:2196277", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 143, "time": "1766942123" }, "departure": { "delay": 143, "time": "1766942123" }, "stopId": "stop_point:SP_2223", "stopSequence": 18 }, { "arrival": { "delay": 176, "time": "1766942156" }, "departure": { "delay": 176, "time": "1766942156" }, "stopId": "stop_point:SP_1956", "stopSequence": 19 }, { "arrival": { "delay": 162, "time": "1766942202" }, "departure": { "delay": 162, "time": "1766942202" }, "stopId": "stop_point:SP_978", "stopSequence": 20 }, { "arrival": { "delay": 150, "time": "1766942250" }, "departure": { "delay": 150, "time": "1766942250" }, "stopId": "stop_point:SP_2844", "stopSequence": 21 }, { "arrival": { "delay": 96, "time": "1766942316" }, "departure": { "delay": 96, "time": "1766942316" }, "stopId": "stop_point:SP_3307", "stopSequence": 22 }, { "arrival": { "delay": 162, "time": "1766942382" }, "departure": { "delay": 162, "time": "1766942382" }, "stopId": "stop_point:SP_404", "stopSequence": 23 }, { "arrival": { "delay": 143, "time": "1766942423" }, "departure": { "delay": 143, "time": "1766942423" }, "stopId": "stop_point:SP_1506", "stopSequence": 24 }, { "arrival": { "delay": 155, "time": "1766942435" }, "departure": { "delay": 155, "time": "1766942435" }, "stopId": "stop_point:SP_3817", "stopSequence": 25 }, { "arrival": { "delay": 150, "time": "1766942490" }, "departure": { "delay": 150, "time": "1766942490" }, "stopId": "stop_point:SP_944", "stopSequence": 26 }, { "arrival": { "delay": 151, "time": "1766942491" }, "departure": { "delay": 151, "time": "1766942491" }, "stopId": "stop_point:SP_51", "stopSequence": 27 }, { "arrival": { "delay": 162, "time": "1766942562" }, "departure": { "delay": 162, "time": "1766942562" }, "stopId": "stop_point:SP_2004", "stopSequence": 28 }, { "arrival": { "delay": 174, "uncertainty": 100 }, "departure": { "delay": 186, "uncertainty": 100 }, "stopId": "stop_point:SP_417", "stopSequence": 29 }, { "arrival": { "delay": 151, "time": "1766942611" }, "departure": { "delay": 151, "time": "1766942611" }, "stopId": "stop_point:SP_1168", "stopSequence": 30 }, { "arrival": { "delay": 168, "time": "1766942688" }, "departure": { "delay": 168, "time": "1766942688" }, "stopId": "stop_point:SP_2401", "stopSequence": 31 }, { "arrival": { "delay": 151, "time": "1766942731" }, "departure": { "delay": 151, "time": "1766942731" }, "stopId": "stop_point:SP_1072", "stopSequence": 32 }, { "arrival": { "delay": 140, "time": "1766942780" }, "departure": { "delay": 140, "time": "1766942780" }, "stopId": "stop_point:SP_1658", "stopSequence": 33 }, { "arrival": { "delay": 129, "time": "1766942829" }, "departure": { "delay": 129, "time": "1766942829" }, "stopId": "stop_point:SP_959", "stopSequence": 34 }, { "arrival": { "delay": 139, "time": "1766942899" }, "departure": { "delay": 139, "time": "1766942899" }, "stopId": "stop_point:SP_2214", "stopSequence": 35 }, { "arrival": { "delay": 171, "time": "1766942991" }, "departure": { "delay": 171, "time": "1766942991" }, "stopId": "stop_point:SP_199", "stopSequence": 36 }, { "arrival": { "delay": 139, "time": "1766943019" }, "departure": { "delay": 139, "time": "1766943019" }, "stopId": "stop_point:SP_859", "stopSequence": 37 }, { "arrival": { "delay": 178, "time": "1766943058" }, "departure": { "delay": 178, "time": "1766943058" }, "stopId": "stop_point:SP_916", "stopSequence": 38 }, { "arrival": { "delay": 162, "time": "1766943102" }, "departure": { "delay": 162, "time": "1766943102" }, "stopId": "stop_point:SP_2653", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196277" }, "vehicle": { "id": "1449638" } } }, { "id": "TripUpdateJoin:2168546", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 225, "time": "1766942145" }, "departure": { "delay": 225, "time": "1766942145" }, "stopId": "stop_point:SP_2122", "stopSequence": 26 }, { "arrival": { "delay": 228, "time": "1766942148" }, "departure": { "delay": 228, "time": "1766942148" }, "stopId": "stop_point:SP_1867", "stopSequence": 27 }, { "arrival": { "delay": 215, "time": "1766942255" }, "departure": { "delay": 215, "time": "1766942255" }, "stopId": "stop_point:SP_319", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168546" }, "vehicle": { "id": "1432876" } } }, { "id": "TripUpdateJoin:2162644", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766947872" }, "departure": { "delay": 12, "time": "1766947872" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766947930" }, "departure": { "delay": 10, "time": "1766947930" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766948007" }, "departure": { "delay": 27, "time": "1766948007" }, "stopId": "stop_point:SP_412", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766948121" }, "departure": { "delay": 21, "time": "1766948121" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766948284" }, "departure": { "delay": 4, "time": "1766948284" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": -18, "time": "1766948382" }, "departure": { "delay": -18, "time": "1766948382" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": -16, "time": "1766948684" }, "departure": { "delay": -16, "time": "1766948684" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766948758" }, "departure": { "delay": -2, "time": "1766948758" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766949163" }, "departure": { "delay": -17, "time": "1766949163" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162644" }, "vehicle": { "id": "1430582" } } }, { "id": "TripUpdateJoin:2206461", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_2030", "stopSequence": 1 }, { "arrival": { "delay": -15, "time": "1766948685" }, "departure": { "delay": -15, "time": "1766948685" }, "stopId": "stop_point:SP_2668", "stopSequence": 2 }, { "arrival": { "delay": 21, "time": "1766948721" }, "departure": { "delay": 21, "time": "1766948721" }, "stopId": "stop_point:SP_1235", "stopSequence": 3 }, { "arrival": { "delay": -8, "time": "1766948752" }, "departure": { "delay": -8, "time": "1766948752" }, "stopId": "stop_point:SP_1459", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766948775" }, "departure": { "delay": 15, "time": "1766948775" }, "stopId": "stop_point:SP_3888", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_3638", "stopSequence": 6 }, { "arrival": { "delay": 5, "time": "1766948885" }, "departure": { "delay": 5, "time": "1766948885" }, "stopId": "stop_point:SP_1218", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766948969" }, "departure": { "delay": 29, "time": "1766948969" }, "stopId": "stop_point:SP_3410", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766949034" }, "departure": { "delay": -26, "time": "1766949034" }, "stopId": "stop_point:SP_1203", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_3843", "stopSequence": 10 }, { "arrival": { "delay": -11, "time": "1766949229" }, "departure": { "delay": -11, "time": "1766949229" }, "stopId": "stop_point:SP_1445", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766949257" }, "departure": { "delay": 17, "time": "1766949257" }, "stopId": "stop_point:SP_3081", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206461" }, "vehicle": { "id": "27_1457812" } } }, { "id": "TripUpdateJoin:2144147", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -901, "time": "1766942699" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_4521", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_4529", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766943792" }, "departure": { "delay": 12, "time": "1766943792" }, "stopId": "stop_point:SP_4773", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766943848" }, "departure": { "delay": 8, "time": "1766943848" }, "stopId": "stop_point:SP_70", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766943895" }, "departure": { "delay": -5, "time": "1766943895" }, "stopId": "stop_point:SP_1427", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766943915" }, "departure": { "delay": 15, "time": "1766943915" }, "stopId": "stop_point:SP_1451", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766943982" }, "departure": { "delay": 22, "time": "1766943982" }, "stopId": "stop_point:SP_2980", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766944035" }, "departure": { "delay": 15, "time": "1766944035" }, "stopId": "stop_point:SP_3234", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2173", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_1454", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766944185" }, "departure": { "delay": -15, "time": "1766944185" }, "stopId": "stop_point:SP_4410", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_2564", "stopSequence": 12 }, { "arrival": { "delay": 27, "time": "1766944287" }, "departure": { "delay": 27, "time": "1766944287" }, "stopId": "stop_point:SP_795", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766944335" }, "departure": { "delay": 15, "time": "1766944335" }, "stopId": "stop_point:SP_415", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766944392" }, "departure": { "delay": 12, "time": "1766944392" }, "stopId": "stop_point:SP_4940", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_320", "stopSequence": 16 }, { "arrival": { "delay": -26, "time": "1766944534" }, "departure": { "delay": -26, "time": "1766944534" }, "stopId": "stop_point:SP_4906", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766944566" }, "departure": { "delay": 6, "time": "1766944566" }, "stopId": "stop_point:SP_3681", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_2892", "stopSequence": 19 }, { "arrival": { "delay": 16, "time": "1766944636" }, "departure": { "delay": 16, "time": "1766944636" }, "stopId": "stop_point:SP_5096", "stopSequence": 20 }, { "arrival": { "delay": 6, "time": "1766944686" }, "departure": { "delay": 6, "time": "1766944686" }, "stopId": "stop_point:SP_2663", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766944731" }, "departure": { "delay": -9, "time": "1766944731" }, "stopId": "stop_point:SP_116", "stopSequence": 22 }, { "arrival": { "delay": 28, "time": "1766944768" }, "departure": { "delay": 28, "time": "1766944768" }, "stopId": "stop_point:SP_1334", "stopSequence": 23 }, { "arrival": { "delay": 8, "time": "1766944808" }, "departure": { "delay": 8, "time": "1766944808" }, "stopId": "stop_point:SP_1973", "stopSequence": 24 }, { "arrival": { "delay": 15, "time": "1766944875" }, "departure": { "delay": 15, "time": "1766944875" }, "stopId": "stop_point:SP_3988", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3430", "stopSequence": 26 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_657", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1579", "stopSequence": 28 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1859", "stopSequence": 29 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3122", "stopSequence": 30 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 31 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 32 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 33 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 34 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1104", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_461", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144147" }, "vehicle": { "id": "1432377" } } }, { "id": "TripUpdateJoin:2209725", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -646, "time": "1766941754" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_3546", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766942654" }, "departure": { "delay": 14, "time": "1766942654" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1228, "time": "1766943868" }, "departure": { "delay": 1228, "time": "1766943868" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1175, "uncertainty": 100 }, "departure": { "delay": 1182, "uncertainty": 100 }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1196, "time": "1766943896" }, "departure": { "delay": 1196, "time": "1766943896" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1137, "time": "1766943957" }, "departure": { "delay": 1137, "time": "1766943957" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1155, "uncertainty": 100 }, "departure": { "delay": 1174, "uncertainty": 100 }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1063, "uncertainty": 100 }, "departure": { "delay": 1072, "uncertainty": 100 }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1091, "time": "1766944031" }, "departure": { "delay": 1091, "time": "1766944031" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1035, "uncertainty": 100 }, "departure": { "delay": 1039, "uncertainty": 100 }, "stopId": "stop_point:SP_2042", "stopSequence": 6 }, { "arrival": { "delay": 981, "uncertainty": 100 }, "departure": { "delay": 983, "uncertainty": 100 }, "stopId": "stop_point:SP_2517", "stopSequence": 7 }, { "arrival": { "delay": 864, "uncertainty": 100 }, "departure": { "delay": 865, "uncertainty": 100 }, "stopId": "stop_point:SP_1487", "stopSequence": 8 }, { "arrival": { "delay": 805, "uncertainty": 100 }, "departure": { "delay": 806, "uncertainty": 100 }, "stopId": "stop_point:SP_3528", "stopSequence": 9 }, { "arrival": { "delay": 777, "uncertainty": 100 }, "departure": { "delay": 809, "uncertainty": 100 }, "stopId": "stop_point:SP_3671", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2996", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1377", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2420", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 18 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766944047" }, "departure": { "delay": 27, "time": "1766944047" }, "stopId": "stop_point:SP_1121", "stopSequence": 20 }, { "arrival": { "delay": 33, "time": "1766944173" }, "departure": { "delay": 33, "time": "1766944173" }, "stopId": "stop_point:SP_2967", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_3972", "stopSequence": 22 }, { "arrival": { "delay": 27, "time": "1766944347" }, "departure": { "delay": 27, "time": "1766944347" }, "stopId": "stop_point:SP_5628", "stopSequence": 23 }, { "arrival": { "delay": 50, "time": "1766944430" }, "departure": { "delay": 50, "time": "1766944430" }, "stopId": "stop_point:SP_958", "stopSequence": 24 }, { "arrival": { "delay": 22, "time": "1766944522" }, "departure": { "delay": 22, "time": "1766944522" }, "stopId": "stop_point:SP_3010", "stopSequence": 25 }, { "arrival": { "delay": 27, "time": "1766944587" }, "departure": { "delay": 27, "time": "1766944587" }, "stopId": "stop_point:SP_3702", "stopSequence": 26 }, { "arrival": { "delay": 15, "time": "1766944635" }, "departure": { "delay": 15, "time": "1766944635" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": 27, "time": "1766944767" }, "departure": { "delay": 27, "time": "1766944767" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209725" }, "vehicle": { "id": "27_1461151" } } }, { "id": "TripUpdateJoin:2166154", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1985, "time": "1766943295" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766945309" }, "departure": { "delay": 29, "time": "1766945309" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766945356" }, "departure": { "delay": 16, "time": "1766945356" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766945482" }, "departure": { "delay": 22, "time": "1766945482" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766945554" }, "departure": { "delay": -26, "time": "1766945554" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766945633" }, "departure": { "delay": -7, "time": "1766945633" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766945716" }, "departure": { "delay": 16, "time": "1766945716" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766945839" }, "departure": { "delay": 19, "time": "1766945839" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766945924" }, "departure": { "delay": -16, "time": "1766945924" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766945979" }, "departure": { "delay": -21, "time": "1766945979" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766946108" }, "departure": { "delay": -12, "time": "1766946108" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766946189" }, "departure": { "delay": 9, "time": "1766946189" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766946235" }, "departure": { "delay": -5, "time": "1766946235" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766946351" }, "departure": { "delay": -9, "time": "1766946351" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766946426" }, "departure": { "delay": 6, "time": "1766946426" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766946555" }, "departure": { "delay": 15, "time": "1766946555" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766946663" }, "departure": { "delay": 3, "time": "1766946663" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766946860" }, "departure": { "delay": 20, "time": "1766946860" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766947114" }, "departure": { "delay": -26, "time": "1766947114" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -7, "time": "1766947253" }, "departure": { "delay": -7, "time": "1766947253" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766947416" }, "departure": { "delay": -24, "time": "1766947416" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766947531" }, "departure": { "delay": -29, "time": "1766947531" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 17, "time": "1766947577" }, "departure": { "delay": 17, "time": "1766947577" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -8, "time": "1766947672" }, "departure": { "delay": -8, "time": "1766947672" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766947716" }, "departure": { "delay": -24, "time": "1766947716" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 21, "time": "1766947761" }, "departure": { "delay": 21, "time": "1766947761" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166154" }, "vehicle": { "id": "1432064" } } }, { "id": "TripUpdateJoin:2151396", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1778", "stopSequence": 1 }, { "arrival": { "delay": 11, "time": "1766947271" }, "departure": { "delay": 11, "time": "1766947271" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 18, "time": "1766947398" }, "departure": { "delay": 18, "time": "1766947398" }, "stopId": "stop_point:SP_2820", "stopSequence": 4 }, { "arrival": { "delay": 16, "time": "1766947456" }, "departure": { "delay": 16, "time": "1766947456" }, "stopId": "stop_point:SP_1808", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766947503" }, "departure": { "delay": 3, "time": "1766947503" }, "stopId": "stop_point:SP_705", "stopSequence": 6 }, { "arrival": { "delay": 7, "time": "1766947567" }, "departure": { "delay": 7, "time": "1766947567" }, "stopId": "stop_point:SP_1056", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_722", "stopSequence": 8 }, { "arrival": { "delay": -1, "time": "1766947679" }, "departure": { "delay": -1, "time": "1766947679" }, "stopId": "stop_point:SP_275", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766947734" }, "departure": { "delay": -6, "time": "1766947734" }, "stopId": "stop_point:SP_3314", "stopSequence": 10 }, { "arrival": { "delay": 24, "time": "1766947764" }, "departure": { "delay": 24, "time": "1766947764" }, "stopId": "stop_point:SP_1391", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_3989", "stopSequence": 12 }, { "arrival": { "delay": 9, "time": "1766947869" }, "departure": { "delay": 9, "time": "1766947869" }, "stopId": "stop_point:SP_327", "stopSequence": 13 }, { "arrival": { "delay": -22, "time": "1766947898" }, "departure": { "delay": -22, "time": "1766947898" }, "stopId": "stop_point:SP_3826", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_3721", "stopSequence": 15 }, { "arrival": { "delay": 27, "time": "1766948067" }, "departure": { "delay": 27, "time": "1766948067" }, "stopId": "stop_point:SP_753", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766948152" }, "departure": { "delay": -8, "time": "1766948152" }, "stopId": "stop_point:SP_1880", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766948205" }, "departure": { "delay": -15, "time": "1766948205" }, "stopId": "stop_point:SP_1995", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766948242" }, "departure": { "delay": 22, "time": "1766948242" }, "stopId": "stop_point:SP_1993", "stopSequence": 19 }, { "arrival": { "delay": -27, "time": "1766948313" }, "departure": { "delay": -27, "time": "1766948313" }, "stopId": "stop_point:SP_2419", "stopSequence": 20 }, { "arrival": { "delay": -24, "time": "1766948376" }, "departure": { "delay": -24, "time": "1766948376" }, "stopId": "stop_point:SP_1499", "stopSequence": 21 }, { "arrival": { "delay": 9, "time": "1766948409" }, "departure": { "delay": 9, "time": "1766948409" }, "stopId": "stop_point:SP_445", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3252", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766948531" }, "departure": { "delay": 11, "time": "1766948531" }, "stopId": "stop_point:SP_1128", "stopSequence": 24 }, { "arrival": { "delay": 21, "time": "1766948601" }, "departure": { "delay": 21, "time": "1766948601" }, "stopId": "stop_point:SP_619", "stopSequence": 25 }, { "arrival": { "delay": 10, "time": "1766948650" }, "departure": { "delay": 10, "time": "1766948650" }, "stopId": "stop_point:SP_2651", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766948718" }, "departure": { "delay": 18, "time": "1766948718" }, "stopId": "stop_point:SP_477", "stopSequence": 27 }, { "arrival": { "delay": 19, "time": "1766948779" }, "departure": { "delay": 19, "time": "1766948779" }, "stopId": "stop_point:SP_422", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_31", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:84", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2151396" }, "vehicle": { "id": "1431178" } } }, { "id": "TripUpdateJoin:2170645", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_4517", "stopSequence": 1 }, { "arrival": { "delay": 13, "time": "1766948473" }, "departure": { "delay": 13, "time": "1766948473" }, "stopId": "stop_point:SP_140", "stopSequence": 2 }, { "arrival": { "delay": -29, "time": "1766948551" }, "departure": { "delay": -29, "time": "1766948551" }, "stopId": "stop_point:SP_503", "stopSequence": 3 }, { "arrival": { "delay": 21, "time": "1766948601" }, "departure": { "delay": 21, "time": "1766948601" }, "stopId": "stop_point:SP_3044", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_1303", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_2827", "stopSequence": 6 }, { "arrival": { "delay": -28, "time": "1766948792" }, "departure": { "delay": -28, "time": "1766948792" }, "stopId": "stop_point:SP_3593", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_1100", "stopSequence": 8 }, { "arrival": { "delay": 5, "time": "1766948945" }, "departure": { "delay": 5, "time": "1766948945" }, "stopId": "stop_point:SP_3517", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766948998" }, "departure": { "delay": -2, "time": "1766948998" }, "stopId": "stop_point:SP_168", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766949030" }, "departure": { "delay": -30, "time": "1766949030" }, "stopId": "stop_point:SP_770", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766949066" }, "departure": { "delay": 6, "time": "1766949066" }, "stopId": "stop_point:SP_1640", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766949098" }, "departure": { "delay": -22, "time": "1766949098" }, "stopId": "stop_point:SP_4441", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766949135" }, "departure": { "delay": 15, "time": "1766949135" }, "stopId": "stop_point:SP_262", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_111", "stopSequence": 15 }, { "arrival": { "delay": -28, "time": "1766949212" }, "departure": { "delay": -28, "time": "1766949212" }, "stopId": "stop_point:SP_2771", "stopSequence": 16 }, { "arrival": { "delay": 11, "time": "1766949251" }, "departure": { "delay": 11, "time": "1766949251" }, "stopId": "stop_point:SP_1069", "stopSequence": 17 }, { "arrival": { "delay": -12, "time": "1766949288" }, "departure": { "delay": -12, "time": "1766949288" }, "stopId": "stop_point:SP_3582", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:45", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170645" }, "vehicle": { "id": "1431786" } } }, { "id": "TripUpdateJoin:2168512", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_319", "stopSequence": 1 }, { "arrival": { "delay": 24, "time": "1766943564" }, "departure": { "delay": 24, "time": "1766943564" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766943612" }, "departure": { "delay": 12, "time": "1766943612" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766943695" }, "departure": { "delay": -25, "time": "1766943695" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_2194", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766943839" }, "departure": { "delay": -1, "time": "1766943839" }, "stopId": "stop_point:SP_3022", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766943912" }, "departure": { "delay": 12, "time": "1766943912" }, "stopId": "stop_point:SP_4854", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_2948", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766944054" }, "departure": { "delay": -26, "time": "1766944054" }, "stopId": "stop_point:SP_2300", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_1803", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766944197" }, "departure": { "delay": -3, "time": "1766944197" }, "stopId": "stop_point:SP_864", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_2777", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766944308" }, "departure": { "delay": -12, "time": "1766944308" }, "stopId": "stop_point:SP_655", "stopSequence": 13 }, { "arrival": { "delay": 26, "time": "1766944346" }, "departure": { "delay": 26, "time": "1766944346" }, "stopId": "stop_point:SP_3867", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": 10, "time": "1766944510" }, "departure": { "delay": 10, "time": "1766944510" }, "stopId": "stop_point:SP_5176", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_5058", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766944672" }, "departure": { "delay": -8, "time": "1766944672" }, "stopId": "stop_point:SP_5060", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_5041", "stopSequence": 19 }, { "arrival": { "delay": -8, "time": "1766944792" }, "departure": { "delay": -8, "time": "1766944792" }, "stopId": "stop_point:SP_5057", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766944848" }, "departure": { "delay": -12, "time": "1766944848" }, "stopId": "stop_point:SP_5040", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766944898" }, "departure": { "delay": -22, "time": "1766944898" }, "stopId": "stop_point:SP_5055", "stopSequence": 22 }, { "arrival": { "delay": 13, "time": "1766944933" }, "departure": { "delay": 13, "time": "1766944933" }, "stopId": "stop_point:SP_5047", "stopSequence": 23 }, { "arrival": { "delay": 18, "time": "1766944998" }, "departure": { "delay": 18, "time": "1766944998" }, "stopId": "stop_point:SP_5059", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_5043", "stopSequence": 25 }, { "arrival": { "delay": -8, "time": "1766945092" }, "departure": { "delay": -8, "time": "1766945092" }, "stopId": "stop_point:SP_3028", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766945126" }, "departure": { "delay": 26, "time": "1766945126" }, "stopId": "stop_point:SP_3124", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_5062", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168512" }, "vehicle": { "id": "1432841" } } }, { "id": "TripUpdateJoin:2204127", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1829, "time": "1766943211" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -16, "time": "1766945084" }, "departure": { "delay": -16, "time": "1766945084" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": -20, "time": "1766945140" }, "departure": { "delay": -20, "time": "1766945140" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": -13, "time": "1766945327" }, "departure": { "delay": -13, "time": "1766945327" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": 22, "time": "1766945362" }, "departure": { "delay": 22, "time": "1766945362" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": -16, "time": "1766945564" }, "departure": { "delay": -16, "time": "1766945564" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": -8, "time": "1766945632" }, "departure": { "delay": -8, "time": "1766945632" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766945754" }, "departure": { "delay": -6, "time": "1766945754" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766945812" }, "departure": { "delay": -8, "time": "1766945812" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766945873" }, "departure": { "delay": -7, "time": "1766945873" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766945895" }, "departure": { "delay": 15, "time": "1766945895" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766946016" }, "departure": { "delay": 16, "time": "1766946016" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766946095" }, "departure": { "delay": -25, "time": "1766946095" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": -5, "time": "1766946175" }, "departure": { "delay": -5, "time": "1766946175" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766946256" }, "departure": { "delay": 16, "time": "1766946256" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766946389" }, "departure": { "delay": 29, "time": "1766946389" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": -25, "time": "1766946455" }, "departure": { "delay": -25, "time": "1766946455" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": -14, "time": "1766946526" }, "departure": { "delay": -14, "time": "1766946526" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766946634" }, "departure": { "delay": -26, "time": "1766946634" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 22, "time": "1766946922" }, "departure": { "delay": 22, "time": "1766946922" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": 29, "time": "1766947049" }, "departure": { "delay": 29, "time": "1766947049" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 3, "time": "1766947323" }, "departure": { "delay": 3, "time": "1766947323" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 24, "time": "1766947404" }, "departure": { "delay": 24, "time": "1766947404" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": -2, "time": "1766947498" }, "departure": { "delay": -2, "time": "1766947498" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766947607" }, "departure": { "delay": -13, "time": "1766947607" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766947673" }, "departure": { "delay": -7, "time": "1766947673" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": -6, "time": "1766947734" }, "departure": { "delay": -6, "time": "1766947734" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": -4, "time": "1766947796" }, "departure": { "delay": -4, "time": "1766947796" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": -12, "time": "1766947848" }, "departure": { "delay": -12, "time": "1766947848" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 12, "time": "1766947992" }, "departure": { "delay": 12, "time": "1766947992" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 16, "time": "1766948056" }, "departure": { "delay": 16, "time": "1766948056" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 26, "time": "1766948126" }, "departure": { "delay": 26, "time": "1766948126" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 23, "time": "1766948183" }, "departure": { "delay": 23, "time": "1766948183" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 1, "time": "1766948401" }, "departure": { "delay": 1, "time": "1766948401" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 28, "time": "1766948428" }, "departure": { "delay": 28, "time": "1766948428" }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": -11, "time": "1766948509" }, "departure": { "delay": -11, "time": "1766948509" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": -10, "time": "1766948570" }, "departure": { "delay": -10, "time": "1766948570" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204127" }, "vehicle": { "id": "1457950" } } }, { "id": "TripUpdateJoin:2168548", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -360, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_5062", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_2597", "stopSequence": 2 }, { "arrival": { "delay": -24, "time": "1766943996" }, "departure": { "delay": -24, "time": "1766943996" }, "stopId": "stop_point:SP_321", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_1267", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766944078" }, "departure": { "delay": -2, "time": "1766944078" }, "stopId": "stop_point:SP_5056", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_5061", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766944169" }, "departure": { "delay": 29, "time": "1766944169" }, "stopId": "stop_point:SP_5053", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766944218" }, "departure": { "delay": 18, "time": "1766944218" }, "stopId": "stop_point:SP_5044", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766944263" }, "departure": { "delay": 3, "time": "1766944263" }, "stopId": "stop_point:SP_5051", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_5042", "stopSequence": 10 }, { "arrival": { "delay": 19, "time": "1766944399" }, "departure": { "delay": 19, "time": "1766944399" }, "stopId": "stop_point:SP_5046", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_5049", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766944518" }, "departure": { "delay": 18, "time": "1766944518" }, "stopId": "stop_point:SP_5177", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_5180", "stopSequence": 14 }, { "arrival": { "delay": -28, "time": "1766944652" }, "departure": { "delay": -28, "time": "1766944652" }, "stopId": "stop_point:SP_145", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766944684" }, "departure": { "delay": 4, "time": "1766944684" }, "stopId": "stop_point:SP_1591", "stopSequence": 16 }, { "arrival": { "delay": -9, "time": "1766944731" }, "departure": { "delay": -9, "time": "1766944731" }, "stopId": "stop_point:SP_3191", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766944792" }, "departure": { "delay": -8, "time": "1766944792" }, "stopId": "stop_point:SP_54", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766944974" }, "departure": { "delay": -6, "time": "1766944974" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_3106", "stopSequence": 21 }, { "arrival": { "delay": -3, "time": "1766945157" }, "departure": { "delay": -3, "time": "1766945157" }, "stopId": "stop_point:SP_4853", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766945263" }, "departure": { "delay": -17, "time": "1766945263" }, "stopId": "stop_point:SP_1672", "stopSequence": 23 }, { "arrival": { "delay": 1, "time": "1766945341" }, "departure": { "delay": 1, "time": "1766945341" }, "stopId": "stop_point:SP_2104", "stopSequence": 24 }, { "arrival": { "delay": 17, "time": "1766945417" }, "departure": { "delay": 17, "time": "1766945417" }, "stopId": "stop_point:SP_1458", "stopSequence": 25 }, { "arrival": { "delay": -29, "time": "1766945491" }, "departure": { "delay": -29, "time": "1766945491" }, "stopId": "stop_point:SP_2122", "stopSequence": 26 }, { "arrival": { "delay": 14, "time": "1766945534" }, "departure": { "delay": 14, "time": "1766945534" }, "stopId": "stop_point:SP_1867", "stopSequence": 27 }, { "arrival": { "delay": 1, "time": "1766945641" }, "departure": { "delay": 1, "time": "1766945641" }, "stopId": "stop_point:SP_319", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168548" }, "vehicle": { "id": "1432878" } } }, { "id": "TripUpdateJoin:2204512", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_2162", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766946663" }, "departure": { "delay": 3, "time": "1766946663" }, "stopId": "stop_point:SP_212", "stopSequence": 2 }, { "arrival": { "delay": -18, "time": "1766946702" }, "departure": { "delay": -18, "time": "1766946702" }, "stopId": "stop_point:SP_3541", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766946797" }, "departure": { "delay": 17, "time": "1766946797" }, "stopId": "stop_point:SP_2931", "stopSequence": 4 }, { "arrival": { "delay": -13, "time": "1766946887" }, "departure": { "delay": -13, "time": "1766946887" }, "stopId": "stop_point:SP_2883", "stopSequence": 5 }, { "arrival": { "delay": -22, "time": "1766946938" }, "departure": { "delay": -22, "time": "1766946938" }, "stopId": "stop_point:SP_424", "stopSequence": 6 }, { "arrival": { "delay": 15, "time": "1766946975" }, "departure": { "delay": 15, "time": "1766946975" }, "stopId": "stop_point:SP_2802", "stopSequence": 7 }, { "arrival": { "delay": -5, "time": "1766947015" }, "departure": { "delay": -5, "time": "1766947015" }, "stopId": "stop_point:SP_3511", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_4483", "stopSequence": 9 }, { "arrival": { "delay": 18, "time": "1766947158" }, "departure": { "delay": 18, "time": "1766947158" }, "stopId": "stop_point:SP_4672", "stopSequence": 10 }, { "arrival": { "delay": 22, "time": "1766947222" }, "departure": { "delay": 22, "time": "1766947222" }, "stopId": "stop_point:SP_4482", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3418", "stopSequence": 12 }, { "arrival": { "delay": -29, "time": "1766947411" }, "departure": { "delay": -29, "time": "1766947411" }, "stopId": "stop_point:SP_2939", "stopSequence": 13 }, { "arrival": { "delay": 4, "time": "1766947444" }, "departure": { "delay": 4, "time": "1766947444" }, "stopId": "stop_point:SP_1546", "stopSequence": 14 }, { "arrival": { "delay": 28, "time": "1766947468" }, "departure": { "delay": 28, "time": "1766947468" }, "stopId": "stop_point:SP_3074", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766947501" }, "departure": { "delay": 1, "time": "1766947501" }, "stopId": "stop_point:SP_3197", "stopSequence": 16 }, { "arrival": { "delay": 2, "time": "1766947562" }, "departure": { "delay": 2, "time": "1766947562" }, "stopId": "stop_point:SP_110", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_3839", "stopSequence": 18 }, { "arrival": { "delay": 7, "time": "1766947687" }, "departure": { "delay": 7, "time": "1766947687" }, "stopId": "stop_point:SP_3058", "stopSequence": 19 }, { "arrival": { "delay": -15, "time": "1766947725" }, "departure": { "delay": -15, "time": "1766947725" }, "stopId": "stop_point:SP_1398", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_3779", "stopSequence": 21 }, { "arrival": { "delay": -27, "time": "1766947833" }, "departure": { "delay": -27, "time": "1766947833" }, "stopId": "stop_point:SP_3025", "stopSequence": 22 }, { "arrival": { "delay": 21, "time": "1766947881" }, "departure": { "delay": 21, "time": "1766947881" }, "stopId": "stop_point:SP_931", "stopSequence": 23 }, { "arrival": { "delay": -3, "time": "1766947917" }, "departure": { "delay": -3, "time": "1766947917" }, "stopId": "stop_point:SP_3898", "stopSequence": 24 }, { "arrival": { "delay": -20, "time": "1766947960" }, "departure": { "delay": -20, "time": "1766947960" }, "stopId": "stop_point:SP_2892", "stopSequence": 25 }, { "arrival": { "delay": -9, "time": "1766947971" }, "departure": { "delay": -9, "time": "1766947971" }, "stopId": "stop_point:SP_5096", "stopSequence": 26 }, { "arrival": { "delay": 27, "time": "1766948007" }, "departure": { "delay": 27, "time": "1766948007" }, "stopId": "stop_point:SP_2663", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3140", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204512" }, "vehicle": { "id": "1457693" } } }, { "id": "TripUpdateJoin:2182473", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1775", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_282", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1639", "stopSequence": 3 }, { "arrival": { "delay": 9, "time": "1766944989" }, "departure": { "delay": 9, "time": "1766944989" }, "stopId": "stop_point:SP_432", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766945055" }, "departure": { "delay": 15, "time": "1766945055" }, "stopId": "stop_point:SP_2995", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_570", "stopSequence": 6 }, { "arrival": { "delay": -8, "time": "1766945212" }, "departure": { "delay": -8, "time": "1766945212" }, "stopId": "stop_point:SP_3447", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766945248" }, "departure": { "delay": 28, "time": "1766945248" }, "stopId": "stop_point:SP_315", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_1917", "stopSequence": 9 }, { "arrival": { "delay": 14, "time": "1766945414" }, "departure": { "delay": 14, "time": "1766945414" }, "stopId": "stop_point:SP_74", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766945516" }, "departure": { "delay": -4, "time": "1766945516" }, "stopId": "stop_point:SP_2843", "stopSequence": 11 }, { "arrival": { "delay": 60, "time": "1766945640" }, "departure": { "delay": 60, "time": "1766945640" }, "stopId": "stop_point:SP_806", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182473" }, "vehicle": { "id": "27_1431235" } } }, { "id": "TripUpdateJoin:2167709", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 286, "time": "1766942146" }, "departure": { "delay": 286, "time": "1766942146" }, "stopId": "stop_point:SP_886", "stopSequence": 12 }, { "arrival": { "delay": 293, "time": "1766942273" }, "departure": { "delay": 293, "time": "1766942273" }, "stopId": "stop_point:SP_3624", "stopSequence": 13 }, { "arrival": { "delay": 276, "time": "1766942376" }, "departure": { "delay": 276, "time": "1766942376" }, "stopId": "stop_point:SP_981", "stopSequence": 14 }, { "arrival": { "delay": 272, "time": "1766942432" }, "departure": { "delay": 272, "time": "1766942432" }, "stopId": "stop_point:SP_1823", "stopSequence": 15 }, { "arrival": { "delay": 271, "time": "1766942491" }, "departure": { "delay": 271, "time": "1766942491" }, "stopId": "stop_point:SP_2998", "stopSequence": 16 }, { "arrival": { "delay": 274, "time": "1766942554" }, "departure": { "delay": 274, "time": "1766942554" }, "stopId": "stop_point:SP_2040", "stopSequence": 17 }, { "arrival": { "delay": 293, "time": "1766942693" }, "departure": { "delay": 293, "time": "1766942693" }, "stopId": "stop_point:SP_3290", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167709" }, "vehicle": { "id": "1430826" } } }, { "id": "TripUpdateJoin:2166086", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1140, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766945459" }, "departure": { "delay": -1, "time": "1766945459" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766945494" }, "departure": { "delay": -26, "time": "1766945494" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766945540" }, "departure": { "delay": 20, "time": "1766945540" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -4, "time": "1766945636" }, "departure": { "delay": -4, "time": "1766945636" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766945698" }, "departure": { "delay": -2, "time": "1766945698" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766945891" }, "departure": { "delay": 11, "time": "1766945891" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766946056" }, "departure": { "delay": -4, "time": "1766946056" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766946255" }, "departure": { "delay": 15, "time": "1766946255" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766946478" }, "departure": { "delay": -2, "time": "1766946478" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766946570" }, "departure": { "delay": -30, "time": "1766946570" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766946722" }, "departure": { "delay": 2, "time": "1766946722" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766946797" }, "departure": { "delay": 17, "time": "1766946797" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": 24, "time": "1766946864" }, "departure": { "delay": 24, "time": "1766946864" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766946964" }, "departure": { "delay": 4, "time": "1766946964" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 3, "time": "1766947023" }, "departure": { "delay": 3, "time": "1766947023" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766947087" }, "departure": { "delay": 7, "time": "1766947087" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766947278" }, "departure": { "delay": 18, "time": "1766947278" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766947363" }, "departure": { "delay": -17, "time": "1766947363" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 10, "time": "1766947450" }, "departure": { "delay": 10, "time": "1766947450" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766947518" }, "departure": { "delay": 18, "time": "1766947518" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766947603" }, "departure": { "delay": -17, "time": "1766947603" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 22, "time": "1766947642" }, "departure": { "delay": 22, "time": "1766947642" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766947747" }, "departure": { "delay": 7, "time": "1766947747" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166086" }, "vehicle": { "id": "1432013" } } }, { "id": "TripUpdateJoin:2162505", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 34, "time": "1766942194" }, "departure": { "delay": 34, "time": "1766942194" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -26, "time": "1766942254" }, "departure": { "delay": -26, "time": "1766942254" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 20, "time": "1766942420" }, "departure": { "delay": 20, "time": "1766942420" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -14, "time": "1766942566" }, "departure": { "delay": -14, "time": "1766942566" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766942680" }, "departure": { "delay": -20, "time": "1766942680" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -29, "time": "1766942851" }, "departure": { "delay": -29, "time": "1766942851" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": 18, "time": "1766943018" }, "departure": { "delay": 18, "time": "1766943018" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 30, "time": "1766943090" }, "departure": { "delay": 30, "time": "1766943090" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -20, "time": "1766943160" }, "departure": { "delay": -20, "time": "1766943160" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 20, "time": "1766943260" }, "departure": { "delay": 20, "time": "1766943260" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162505" }, "vehicle": { "id": "1430688" } } }, { "id": "TripUpdateJoin:2187312", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -319, "time": "1766942981" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_906", "stopSequence": 1 }, { "arrival": { "delay": 33, "time": "1766943453" }, "departure": { "delay": 33, "time": "1766943453" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766943496" }, "departure": { "delay": 16, "time": "1766943496" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766943594" }, "departure": { "delay": -6, "time": "1766943594" }, "stopId": "stop_point:SP_764", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3369", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766943731" }, "departure": { "delay": 11, "time": "1766943731" }, "stopId": "stop_point:SP_3739", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766943813" }, "departure": { "delay": -27, "time": "1766943813" }, "stopId": "stop_point:SP_3645", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_4742", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766943978" }, "departure": { "delay": 18, "time": "1766943978" }, "stopId": "stop_point:SP_1976", "stopSequence": 9 }, { "arrival": { "delay": -10, "time": "1766944010" }, "departure": { "delay": -10, "time": "1766944010" }, "stopId": "stop_point:SP_1721", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2317", "stopSequence": 11 }, { "arrival": { "delay": -10, "time": "1766944190" }, "departure": { "delay": -10, "time": "1766944190" }, "stopId": "stop_point:SP_3591", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766944242" }, "departure": { "delay": -18, "time": "1766944242" }, "stopId": "stop_point:SP_3087", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766944292" }, "departure": { "delay": -28, "time": "1766944292" }, "stopId": "stop_point:SP_1129", "stopSequence": 14 }, { "arrival": { "delay": -24, "time": "1766944356" }, "departure": { "delay": -24, "time": "1766944356" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766944411" }, "departure": { "delay": -29, "time": "1766944411" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": -9, "time": "1766944491" }, "departure": { "delay": -9, "time": "1766944491" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 }, { "arrival": { "delay": -15, "time": "1766944545" }, "departure": { "delay": -15, "time": "1766944545" }, "stopId": "stop_point:SP_2406", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766944582" }, "departure": { "delay": 22, "time": "1766944582" }, "stopId": "stop_point:SP_1291", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766944611" }, "departure": { "delay": -9, "time": "1766944611" }, "stopId": "stop_point:SP_1633", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_4899", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766944909" }, "departure": { "delay": -11, "time": "1766944909" }, "stopId": "stop_point:SP_5326", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_2600", "stopSequence": 24 }, { "arrival": { "delay": 3, "time": "1766945163" }, "departure": { "delay": 3, "time": "1766945163" }, "stopId": "stop_point:SP_835", "stopSequence": 25 }, { "arrival": { "delay": -10, "time": "1766945210" }, "departure": { "delay": -10, "time": "1766945210" }, "stopId": "stop_point:SP_3589", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766945246" }, "departure": { "delay": 26, "time": "1766945246" }, "stopId": "stop_point:SP_2659", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_2022", "stopSequence": 28 }, { "arrival": { "delay": -13, "time": "1766945387" }, "departure": { "delay": -13, "time": "1766945387" }, "stopId": "stop_point:SP_3501", "stopSequence": 29 }, { "arrival": { "delay": 17, "time": "1766945477" }, "departure": { "delay": 17, "time": "1766945477" }, "stopId": "stop_point:SP_469", "stopSequence": 30 }, { "arrival": { "delay": -6, "time": "1766945514" }, "departure": { "delay": -6, "time": "1766945514" }, "stopId": "stop_point:SP_731", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766945683" }, "departure": { "delay": -17, "time": "1766945683" }, "stopId": "stop_point:SP_5526", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_5522", "stopSequence": 33 }, { "arrival": { "delay": 29, "time": "1766945849" }, "departure": { "delay": 29, "time": "1766945849" }, "stopId": "stop_point:SP_5520", "stopSequence": 34 }, { "arrival": { "delay": 30, "time": "1766945910" }, "departure": { "delay": 30, "time": "1766945910" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": 39, "time": "1766945979" }, "departure": { "delay": 39, "time": "1766945979" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": 50, "time": "1766946110" }, "departure": { "delay": 50, "time": "1766946110" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187312" }, "vehicle": { "id": "27_1437426" } } }, { "id": "TripUpdateJoin:2169178", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1200, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766943995" }, "departure": { "delay": -25, "time": "1766943995" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766944222" }, "departure": { "delay": 22, "time": "1766944222" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169178" }, "vehicle": { "id": "1431035" } } }, { "id": "TripUpdateJoin:2194751", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_2251", "stopSequence": 1 }, { "arrival": { "delay": 13, "time": "1766944033" }, "departure": { "delay": 13, "time": "1766944033" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766944083" }, "departure": { "delay": 3, "time": "1766944083" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766944148" }, "departure": { "delay": 8, "time": "1766944148" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 13, "time": "1766944213" }, "departure": { "delay": 13, "time": "1766944213" }, "stopId": "stop_point:SP_3564", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1766944287" }, "departure": { "delay": 27, "time": "1766944287" }, "stopId": "stop_point:SP_3090", "stopSequence": 6 }, { "arrival": { "delay": -9, "time": "1766944371" }, "departure": { "delay": -9, "time": "1766944371" }, "stopId": "stop_point:SP_2581", "stopSequence": 7 }, { "arrival": { "delay": -3, "time": "1766944437" }, "departure": { "delay": -3, "time": "1766944437" }, "stopId": "stop_point:SP_3921", "stopSequence": 8 }, { "arrival": { "delay": -9, "time": "1766944491" }, "departure": { "delay": -9, "time": "1766944491" }, "stopId": "stop_point:SP_2242", "stopSequence": 9 }, { "arrival": { "delay": -21, "time": "1766944539" }, "departure": { "delay": -21, "time": "1766944539" }, "stopId": "stop_point:SP_3732", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_2604", "stopSequence": 11 }, { "arrival": { "delay": 28, "time": "1766944648" }, "departure": { "delay": 28, "time": "1766944648" }, "stopId": "stop_point:SP_3544", "stopSequence": 12 }, { "arrival": { "delay": 21, "time": "1766944761" }, "departure": { "delay": 21, "time": "1766944761" }, "stopId": "stop_point:SP_511", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766944825" }, "departure": { "delay": 25, "time": "1766944825" }, "stopId": "stop_point:SP_2131", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1766944871" }, "departure": { "delay": 11, "time": "1766944871" }, "stopId": "stop_point:SP_1497", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766944955" }, "departure": { "delay": -25, "time": "1766944955" }, "stopId": "stop_point:SP_1401", "stopSequence": 16 }, { "arrival": { "delay": 28, "time": "1766945008" }, "departure": { "delay": 28, "time": "1766945008" }, "stopId": "stop_point:SP_357", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766945063" }, "departure": { "delay": 23, "time": "1766945063" }, "stopId": "stop_point:SP_654", "stopSequence": 18 }, { "arrival": { "delay": 5, "time": "1766945105" }, "departure": { "delay": 5, "time": "1766945105" }, "stopId": "stop_point:SP_3038", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766945154" }, "departure": { "delay": -6, "time": "1766945154" }, "stopId": "stop_point:SP_1896", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_4889", "stopSequence": 21 }, { "arrival": { "delay": -16, "time": "1766945264" }, "departure": { "delay": -16, "time": "1766945264" }, "stopId": "stop_point:SP_4888", "stopSequence": 22 }, { "arrival": { "delay": -25, "time": "1766945375" }, "departure": { "delay": -25, "time": "1766945375" }, "stopId": "stop_point:SP_4458", "stopSequence": 23 }, { "arrival": { "delay": 29, "time": "1766945429" }, "departure": { "delay": 29, "time": "1766945429" }, "stopId": "stop_point:SP_3247", "stopSequence": 24 }, { "arrival": { "delay": -20, "time": "1766945500" }, "departure": { "delay": -20, "time": "1766945500" }, "stopId": "stop_point:SP_2943", "stopSequence": 25 }, { "arrival": { "delay": -13, "time": "1766945567" }, "departure": { "delay": -13, "time": "1766945567" }, "stopId": "stop_point:SP_4452", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_2640", "stopSequence": 27 }, { "arrival": { "delay": -12, "time": "1766945868" }, "departure": { "delay": -12, "time": "1766945868" }, "stopId": "stop_point:SP_2592", "stopSequence": 28 }, { "arrival": { "delay": -28, "time": "1766945912" }, "departure": { "delay": -28, "time": "1766945912" }, "stopId": "stop_point:SP_156", "stopSequence": 29 }, { "arrival": { "delay": -1, "time": "1766945939" }, "departure": { "delay": -1, "time": "1766945939" }, "stopId": "stop_point:SP_2595", "stopSequence": 30 }, { "arrival": { "delay": -12, "time": "1766945988" }, "departure": { "delay": -12, "time": "1766945988" }, "stopId": "stop_point:SP_2812", "stopSequence": 31 }, { "arrival": { "delay": 4, "time": "1766946064" }, "departure": { "delay": 4, "time": "1766946064" }, "stopId": "stop_point:SP_3292", "stopSequence": 32 }, { "arrival": { "delay": 11, "time": "1766946131" }, "departure": { "delay": 11, "time": "1766946131" }, "stopId": "stop_point:SP_3722", "stopSequence": 33 }, { "arrival": { "delay": -22, "time": "1766946218" }, "departure": { "delay": -22, "time": "1766946218" }, "stopId": "stop_point:SP_1663", "stopSequence": 34 }, { "arrival": { "delay": 26, "time": "1766946326" }, "departure": { "delay": 26, "time": "1766946326" }, "stopId": "stop_point:SP_3353", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2175", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194751" }, "vehicle": { "id": "1449739" } } }, { "id": "TripUpdateJoin:2195727", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1800, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_884", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766945174" }, "departure": { "delay": 14, "time": "1766945174" }, "stopId": "stop_point:SP_129", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766945215" }, "departure": { "delay": -5, "time": "1766945215" }, "stopId": "stop_point:SP_1997", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766945222" }, "departure": { "delay": 2, "time": "1766945222" }, "stopId": "stop_point:SP_784", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_215", "stopSequence": 5 }, { "arrival": { "delay": -14, "time": "1766945326" }, "departure": { "delay": -14, "time": "1766945326" }, "stopId": "stop_point:SP_1276", "stopSequence": 6 }, { "arrival": { "delay": -24, "time": "1766945376" }, "departure": { "delay": -24, "time": "1766945376" }, "stopId": "stop_point:SP_3202", "stopSequence": 7 }, { "arrival": { "delay": 3, "time": "1766945403" }, "departure": { "delay": 3, "time": "1766945403" }, "stopId": "stop_point:SP_1142", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3835", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766945492" }, "departure": { "delay": -28, "time": "1766945492" }, "stopId": "stop_point:SP_1311", "stopSequence": 10 }, { "arrival": { "delay": -6, "time": "1766945574" }, "departure": { "delay": -6, "time": "1766945574" }, "stopId": "stop_point:SP_203", "stopSequence": 11 }, { "arrival": { "delay": -20, "time": "1766945620" }, "departure": { "delay": -20, "time": "1766945620" }, "stopId": "stop_point:SP_3631", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766945647" }, "departure": { "delay": 7, "time": "1766945647" }, "stopId": "stop_point:SP_3901", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_3421", "stopSequence": 14 }, { "arrival": { "delay": -21, "time": "1766945739" }, "departure": { "delay": -21, "time": "1766945739" }, "stopId": "stop_point:SP_1392", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766945803" }, "departure": { "delay": -17, "time": "1766945803" }, "stopId": "stop_point:SP_3914", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_76", "stopSequence": 17 }, { "arrival": { "delay": -21, "time": "1766945919" }, "departure": { "delay": -21, "time": "1766945919" }, "stopId": "stop_point:SP_3094", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766946029" }, "departure": { "delay": 29, "time": "1766946029" }, "stopId": "stop_point:SP_3622", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_1356", "stopSequence": 20 }, { "arrival": { "delay": -23, "time": "1766946097" }, "departure": { "delay": -23, "time": "1766946097" }, "stopId": "stop_point:SP_3394", "stopSequence": 21 }, { "arrival": { "delay": 23, "time": "1766946143" }, "departure": { "delay": 23, "time": "1766946143" }, "stopId": "stop_point:SP_3661", "stopSequence": 22 }, { "arrival": { "delay": 4, "time": "1766946184" }, "departure": { "delay": 4, "time": "1766946184" }, "stopId": "stop_point:SP_2685", "stopSequence": 23 }, { "arrival": { "delay": -28, "time": "1766946272" }, "departure": { "delay": -28, "time": "1766946272" }, "stopId": "stop_point:SP_4953", "stopSequence": 24 }, { "arrival": { "delay": 26, "time": "1766946326" }, "departure": { "delay": 26, "time": "1766946326" }, "stopId": "stop_point:SP_694", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2132", "stopSequence": 26 }, { "arrival": { "delay": -16, "time": "1766946404" }, "departure": { "delay": -16, "time": "1766946404" }, "stopId": "stop_point:SP_3293", "stopSequence": 27 }, { "arrival": { "delay": -26, "time": "1766946454" }, "departure": { "delay": -26, "time": "1766946454" }, "stopId": "stop_point:SP_2049", "stopSequence": 28 }, { "arrival": { "delay": 8, "time": "1766946488" }, "departure": { "delay": 8, "time": "1766946488" }, "stopId": "stop_point:SP_2394", "stopSequence": 29 }, { "arrival": { "delay": 27, "time": "1766946507" }, "departure": { "delay": 27, "time": "1766946507" }, "stopId": "stop_point:SP_355", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_3695", "stopSequence": 31 }, { "arrival": { "delay": 28, "time": "1766946568" }, "departure": { "delay": 28, "time": "1766946568" }, "stopId": "stop_point:SP_5123", "stopSequence": 32 }, { "arrival": { "delay": 19, "time": "1766946619" }, "departure": { "delay": 19, "time": "1766946619" }, "stopId": "stop_point:SP_1113", "stopSequence": 33 }, { "arrival": { "delay": -5, "time": "1766946655" }, "departure": { "delay": -5, "time": "1766946655" }, "stopId": "stop_point:SP_2092", "stopSequence": 34 }, { "arrival": { "delay": 27, "time": "1766946747" }, "departure": { "delay": 27, "time": "1766946747" }, "stopId": "stop_point:SP_2315", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_451", "stopSequence": 36 }, { "arrival": { "delay": -25, "time": "1766946815" }, "departure": { "delay": -25, "time": "1766946815" }, "stopId": "stop_point:SP_2089", "stopSequence": 37 }, { "arrival": { "delay": -26, "time": "1766946934" }, "departure": { "delay": -26, "time": "1766946934" }, "stopId": "stop_point:SP_5620", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3665", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2195727" }, "vehicle": { "id": "1449675" } } }, { "id": "TripUpdateJoin:2205240", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_5142", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_1014", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766944059" }, "departure": { "delay": -21, "time": "1766944059" }, "stopId": "stop_point:SP_1562", "stopSequence": 3 }, { "arrival": { "delay": 10, "time": "1766944090" }, "departure": { "delay": 10, "time": "1766944090" }, "stopId": "stop_point:SP_2958", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766944133" }, "departure": { "delay": -7, "time": "1766944133" }, "stopId": "stop_point:SP_5239", "stopSequence": 5 }, { "arrival": { "delay": -23, "time": "1766944177" }, "departure": { "delay": -23, "time": "1766944177" }, "stopId": "stop_point:SP_1396", "stopSequence": 6 }, { "arrival": { "delay": 9, "time": "1766944209" }, "departure": { "delay": 9, "time": "1766944209" }, "stopId": "stop_point:SP_249", "stopSequence": 7 }, { "arrival": { "delay": -15, "time": "1766944245" }, "departure": { "delay": -15, "time": "1766944245" }, "stopId": "stop_point:SP_2468", "stopSequence": 8 }, { "arrival": { "delay": 20, "time": "1766944280" }, "departure": { "delay": 20, "time": "1766944280" }, "stopId": "stop_point:SP_341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1542", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766944377" }, "departure": { "delay": -3, "time": "1766944377" }, "stopId": "stop_point:SP_3774", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_4783", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766944483" }, "departure": { "delay": -17, "time": "1766944483" }, "stopId": "stop_point:SP_851", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766944515" }, "departure": { "delay": 15, "time": "1766944515" }, "stopId": "stop_point:SP_529", "stopSequence": 14 }, { "arrival": { "delay": -3, "time": "1766944557" }, "departure": { "delay": -3, "time": "1766944557" }, "stopId": "stop_point:SP_2835", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_1192", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766944659" }, "departure": { "delay": -21, "time": "1766944659" }, "stopId": "stop_point:SP_1047", "stopSequence": 17 }, { "arrival": { "delay": 11, "time": "1766944691" }, "departure": { "delay": 11, "time": "1766944691" }, "stopId": "stop_point:SP_160", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_2305", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_3216", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766944938" }, "departure": { "delay": 18, "time": "1766944938" }, "stopId": "stop_point:SP_656", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766945002" }, "departure": { "delay": 22, "time": "1766945002" }, "stopId": "stop_point:SP_2289", "stopSequence": 22 }, { "arrival": { "delay": -16, "time": "1766945084" }, "departure": { "delay": -16, "time": "1766945084" }, "stopId": "stop_point:SP_983", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766945159" }, "departure": { "delay": -1, "time": "1766945159" }, "stopId": "stop_point:SP_2427", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_702", "stopSequence": 25 }, { "arrival": { "delay": -15, "time": "1766945265" }, "departure": { "delay": -15, "time": "1766945265" }, "stopId": "stop_point:SP_259", "stopSequence": 26 }, { "arrival": { "delay": 23, "time": "1766945303" }, "departure": { "delay": 23, "time": "1766945303" }, "stopId": "stop_point:SP_113", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3853", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_1140", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205240" }, "vehicle": { "id": "27_1455330" } } }, { "id": "TripUpdateJoin:2144150", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_4521", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_4529", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766949192" }, "departure": { "delay": 12, "time": "1766949192" }, "stopId": "stop_point:SP_4773", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766949248" }, "departure": { "delay": 8, "time": "1766949248" }, "stopId": "stop_point:SP_70", "stopSequence": 4 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144150" }, "vehicle": { "id": "1432379" } } }, { "id": "TripUpdateJoin:2199514", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 37, "time": "1766942137" }, "departure": { "delay": 37, "time": "1766942137" }, "stopId": "stop_point:SP_832", "stopSequence": 5 }, { "arrival": { "delay": 85, "time": "1766942245" }, "departure": { "delay": 85, "time": "1766942245" }, "stopId": "stop_point:SP_3947", "stopSequence": 6 }, { "arrival": { "delay": 31, "time": "1766942251" }, "departure": { "delay": 31, "time": "1766942251" }, "stopId": "stop_point:SP_112", "stopSequence": 7 }, { "arrival": { "delay": 41, "time": "1766942321" }, "departure": { "delay": 41, "time": "1766942321" }, "stopId": "stop_point:SP_710", "stopSequence": 8 }, { "arrival": { "delay": 32, "time": "1766942372" }, "departure": { "delay": 32, "time": "1766942372" }, "stopId": "stop_point:SP_1887", "stopSequence": 9 }, { "arrival": { "delay": 32, "time": "1766942432" }, "departure": { "delay": 32, "time": "1766942432" }, "stopId": "stop_point:SP_3130", "stopSequence": 10 }, { "arrival": { "delay": 30, "time": "1766942490" }, "departure": { "delay": 30, "time": "1766942490" }, "stopId": "stop_point:SP_2906", "stopSequence": 11 }, { "arrival": { "delay": 27, "time": "1766942607" }, "departure": { "delay": 27, "time": "1766942607" }, "stopId": "stop_point:SP_1866", "stopSequence": 12 }, { "arrival": { "delay": 31, "time": "1766942671" }, "departure": { "delay": 31, "time": "1766942671" }, "stopId": "stop_point:SP_2819", "stopSequence": 13 }, { "arrival": { "delay": 42, "time": "1766942742" }, "departure": { "delay": 42, "time": "1766942742" }, "stopId": "stop_point:SP_3462", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3510", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_5259", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199514" }, "vehicle": { "id": "27_1452543" } } }, { "id": "TripUpdateJoin:2153874", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_1707", "stopSequence": 1 }, { "arrival": { "delay": 8, "time": "1766943368" }, "departure": { "delay": 8, "time": "1766943368" }, "stopId": "stop_point:SP_1500", "stopSequence": 2 }, { "arrival": { "delay": -25, "time": "1766943395" }, "departure": { "delay": -25, "time": "1766943395" }, "stopId": "stop_point:SP_3483", "stopSequence": 3 }, { "arrival": { "delay": -2, "time": "1766943418" }, "departure": { "delay": -2, "time": "1766943418" }, "stopId": "stop_point:SP_3481", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_288", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766943538" }, "departure": { "delay": -2, "time": "1766943538" }, "stopId": "stop_point:SP_1281", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_425", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766943628" }, "departure": { "delay": 28, "time": "1766943628" }, "stopId": "stop_point:SP_2610", "stopSequence": 8 }, { "arrival": { "delay": 23, "time": "1766943683" }, "departure": { "delay": 23, "time": "1766943683" }, "stopId": "stop_point:SP_2605", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_727", "stopSequence": 10 }, { "arrival": { "delay": 9, "time": "1766943789" }, "departure": { "delay": 9, "time": "1766943789" }, "stopId": "stop_point:SP_3509", "stopSequence": 11 }, { "arrival": { "delay": 23, "time": "1766943863" }, "departure": { "delay": 23, "time": "1766943863" }, "stopId": "stop_point:SP_4902", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_4903", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766943932" }, "departure": { "delay": -28, "time": "1766943932" }, "stopId": "stop_point:SP_1839", "stopSequence": 14 }, { "arrival": { "delay": 17, "time": "1766943977" }, "departure": { "delay": 17, "time": "1766943977" }, "stopId": "stop_point:SP_1623", "stopSequence": 15 }, { "arrival": { "delay": 28, "time": "1766944048" }, "departure": { "delay": 28, "time": "1766944048" }, "stopId": "stop_point:SP_387", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2594", "stopSequence": 17 }, { "arrival": { "delay": 1, "time": "1766944141" }, "departure": { "delay": 1, "time": "1766944141" }, "stopId": "stop_point:SP_957", "stopSequence": 18 }, { "arrival": { "delay": -28, "time": "1766944172" }, "departure": { "delay": -28, "time": "1766944172" }, "stopId": "stop_point:SP_1110", "stopSequence": 19 }, { "arrival": { "delay": 29, "time": "1766944229" }, "departure": { "delay": 29, "time": "1766944229" }, "stopId": "stop_point:SP_1467", "stopSequence": 20 }, { "arrival": { "delay": 10, "time": "1766944270" }, "departure": { "delay": 10, "time": "1766944270" }, "stopId": "stop_point:SP_67", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1858", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_3357", "stopSequence": 23 }, { "arrival": { "delay": 4, "time": "1766944444" }, "departure": { "delay": 4, "time": "1766944444" }, "stopId": "stop_point:SP_3667", "stopSequence": 24 }, { "arrival": { "delay": -18, "time": "1766944602" }, "departure": { "delay": -18, "time": "1766944602" }, "stopId": "stop_point:SP_569", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_32", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:105", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2153874" }, "vehicle": { "id": "1431921" } } }, { "id": "TripUpdateJoin:2162594", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 60, "time": "1766947620" }, "departure": { "delay": 60, "time": "1766947620" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 60, "time": "1766947680" }, "departure": { "delay": 60, "time": "1766947680" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 69, "time": "1766947809" }, "departure": { "delay": 69, "time": "1766947809" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 60, "time": "1766947920" }, "departure": { "delay": 60, "time": "1766947920" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 74, "time": "1766948054" }, "departure": { "delay": 74, "time": "1766948054" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 43, "time": "1766948143" }, "departure": { "delay": 43, "time": "1766948143" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 60, "time": "1766948280" }, "departure": { "delay": 60, "time": "1766948280" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 60, "time": "1766948400" }, "departure": { "delay": 60, "time": "1766948400" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 72, "time": "1766948472" }, "departure": { "delay": 72, "time": "1766948472" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 70, "time": "1766948530" }, "departure": { "delay": 70, "time": "1766948530" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 87, "time": "1766948607" }, "departure": { "delay": 87, "time": "1766948607" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 81, "time": "1766948721" }, "departure": { "delay": 81, "time": "1766948721" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 64, "time": "1766948884" }, "departure": { "delay": 64, "time": "1766948884" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": 42, "time": "1766948982" }, "departure": { "delay": 42, "time": "1766948982" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 60, "time": "1766949120" }, "departure": { "delay": 60, "time": "1766949120" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": 44, "time": "1766949284" }, "departure": { "delay": 44, "time": "1766949284" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162594" }, "vehicle": { "id": "1430529" } } }, { "id": "TripUpdateJoin:2208747", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_2664", "stopSequence": 1 }, { "arrival": { "delay": -9, "time": "1766948451" }, "departure": { "delay": -9, "time": "1766948451" }, "stopId": "stop_point:SP_296", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_514", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766948547" }, "departure": { "delay": 27, "time": "1766948547" }, "stopId": "stop_point:SP_5378", "stopSequence": 4 }, { "arrival": { "delay": -10, "time": "1766948570" }, "departure": { "delay": -10, "time": "1766948570" }, "stopId": "stop_point:SP_3506", "stopSequence": 5 }, { "arrival": { "delay": -23, "time": "1766948617" }, "departure": { "delay": -23, "time": "1766948617" }, "stopId": "stop_point:SP_3487", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_578", "stopSequence": 7 }, { "arrival": { "delay": -19, "time": "1766948741" }, "departure": { "delay": -19, "time": "1766948741" }, "stopId": "stop_point:SP_467", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766948790" }, "departure": { "delay": -30, "time": "1766948790" }, "stopId": "stop_point:SP_532", "stopSequence": 9 }, { "arrival": { "delay": 7, "time": "1766948827" }, "departure": { "delay": 7, "time": "1766948827" }, "stopId": "stop_point:SP_947", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_50", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_3318", "stopSequence": 12 }, { "arrival": { "delay": -28, "time": "1766949032" }, "departure": { "delay": -28, "time": "1766949032" }, "stopId": "stop_point:SP_1704", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766949123" }, "departure": { "delay": 3, "time": "1766949123" }, "stopId": "stop_point:SP_5235", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_280", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_3917", "stopSequence": 16 }, { "arrival": { "delay": -18, "time": "1766949282" }, "departure": { "delay": -18, "time": "1766949282" }, "stopId": "stop_point:SP_1999", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208747" }, "vehicle": { "id": "27_1460173" } } }, { "id": "TripUpdateJoin:2182531", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_3200", "stopSequence": 1 }, { "arrival": { "delay": 15, "time": "1766945235" }, "departure": { "delay": 15, "time": "1766945235" }, "stopId": "stop_point:SP_91", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766945264" }, "departure": { "delay": -16, "time": "1766945264" }, "stopId": "stop_point:SP_2865", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766945337" }, "departure": { "delay": -3, "time": "1766945337" }, "stopId": "stop_point:SP_1152", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766945409" }, "departure": { "delay": 9, "time": "1766945409" }, "stopId": "stop_point:SP_3402", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_2952", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766945545" }, "departure": { "delay": 25, "time": "1766945545" }, "stopId": "stop_point:SP_1352", "stopSequence": 7 }, { "arrival": { "delay": -17, "time": "1766945623" }, "departure": { "delay": -17, "time": "1766945623" }, "stopId": "stop_point:SP_109", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766945665" }, "departure": { "delay": 25, "time": "1766945665" }, "stopId": "stop_point:SP_2670", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1692", "stopSequence": 10 }, { "arrival": { "delay": 28, "time": "1766945728" }, "departure": { "delay": 28, "time": "1766945728" }, "stopId": "stop_point:SP_2496", "stopSequence": 11 }, { "arrival": { "delay": -9, "time": "1766945751" }, "departure": { "delay": -9, "time": "1766945751" }, "stopId": "stop_point:SP_2997", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766945778" }, "departure": { "delay": 18, "time": "1766945778" }, "stopId": "stop_point:SP_2665", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_407", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_3653", "stopSequence": 15 }, { "arrival": { "delay": -8, "time": "1766945932" }, "departure": { "delay": -8, "time": "1766945932" }, "stopId": "stop_point:SP_1135", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1337", "stopSequence": 17 }, { "arrival": { "delay": -2, "time": "1766946058" }, "departure": { "delay": -2, "time": "1766946058" }, "stopId": "stop_point:SP_487", "stopSequence": 18 }, { "arrival": { "delay": -3, "time": "1766946177" }, "departure": { "delay": -3, "time": "1766946177" }, "stopId": "stop_point:SP_1385", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766946262" }, "departure": { "delay": 22, "time": "1766946262" }, "stopId": "stop_point:SP_1759", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766946348" }, "departure": { "delay": -12, "time": "1766946348" }, "stopId": "stop_point:SP_882", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766946398" }, "departure": { "delay": -22, "time": "1766946398" }, "stopId": "stop_point:SP_3083", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_5276", "stopSequence": 23 }, { "arrival": { "delay": -7, "time": "1766946533" }, "departure": { "delay": -7, "time": "1766946533" }, "stopId": "stop_point:SP_4963", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766946664" }, "departure": { "delay": 4, "time": "1766946664" }, "stopId": "stop_point:SP_3890", "stopSequence": 25 }, { "arrival": { "delay": 8, "time": "1766946728" }, "departure": { "delay": 8, "time": "1766946728" }, "stopId": "stop_point:SP_2545", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766946815" }, "departure": { "delay": -25, "time": "1766946815" }, "stopId": "stop_point:SP_2730", "stopSequence": 27 }, { "arrival": { "delay": -18, "time": "1766947002" }, "departure": { "delay": -18, "time": "1766947002" }, "stopId": "stop_point:SP_2661", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_3799", "stopSequence": 29 }, { "arrival": { "delay": 9, "time": "1766947149" }, "departure": { "delay": 9, "time": "1766947149" }, "stopId": "stop_point:SP_2792", "stopSequence": 30 }, { "arrival": { "delay": -21, "time": "1766947239" }, "departure": { "delay": -21, "time": "1766947239" }, "stopId": "stop_point:SP_2607", "stopSequence": 31 }, { "arrival": { "delay": -9, "time": "1766947311" }, "departure": { "delay": -9, "time": "1766947311" }, "stopId": "stop_point:SP_474", "stopSequence": 32 }, { "arrival": { "delay": -12, "time": "1766947368" }, "departure": { "delay": -12, "time": "1766947368" }, "stopId": "stop_point:SP_1854", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_548", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182531" }, "vehicle": { "id": "27_1431293" } } }, { "id": "TripUpdateJoin:2152700", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_1972", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766945903" }, "departure": { "delay": 23, "time": "1766945903" }, "stopId": "stop_point:SP_1839", "stopSequence": 2 }, { "arrival": { "delay": -2, "time": "1766945938" }, "departure": { "delay": -2, "time": "1766945938" }, "stopId": "stop_point:SP_1316", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766945963" }, "departure": { "delay": 23, "time": "1766945963" }, "stopId": "stop_point:SP_3927", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766946019" }, "departure": { "delay": 19, "time": "1766946019" }, "stopId": "stop_point:SP_2160", "stopSequence": 5 }, { "arrival": { "delay": -12, "time": "1766946048" }, "departure": { "delay": -12, "time": "1766946048" }, "stopId": "stop_point:SP_844", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766946082" }, "departure": { "delay": 22, "time": "1766946082" }, "stopId": "stop_point:SP_207", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1496", "stopSequence": 8 }, { "arrival": { "delay": 4, "time": "1766946184" }, "departure": { "delay": 4, "time": "1766946184" }, "stopId": "stop_point:SP_380", "stopSequence": 9 }, { "arrival": { "delay": 6, "time": "1766946246" }, "departure": { "delay": 6, "time": "1766946246" }, "stopId": "stop_point:SP_1811", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_227", "stopSequence": 11 }, { "arrival": { "delay": 15, "time": "1766946375" }, "departure": { "delay": 15, "time": "1766946375" }, "stopId": "stop_point:SP_3012", "stopSequence": 12 }, { "arrival": { "delay": -8, "time": "1766946412" }, "departure": { "delay": -8, "time": "1766946412" }, "stopId": "stop_point:SP_3093", "stopSequence": 13 }, { "arrival": { "delay": 30, "time": "1766946450" }, "departure": { "delay": 30, "time": "1766946450" }, "stopId": "stop_point:SP_541", "stopSequence": 14 }, { "arrival": { "delay": 3, "time": "1766946483" }, "departure": { "delay": 3, "time": "1766946483" }, "stopId": "stop_point:SP_1467", "stopSequence": 15 }, { "arrival": { "delay": 29, "time": "1766946509" }, "departure": { "delay": 29, "time": "1766946509" }, "stopId": "stop_point:SP_67", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_1858", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3357", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766946677" }, "departure": { "delay": 17, "time": "1766946677" }, "stopId": "stop_point:SP_3667", "stopSequence": 19 }, { "arrival": { "delay": -13, "time": "1766946767" }, "departure": { "delay": -13, "time": "1766946767" }, "stopId": "stop_point:SP_3518", "stopSequence": 20 }, { "arrival": { "delay": 24, "time": "1766946804" }, "departure": { "delay": 24, "time": "1766946804" }, "stopId": "stop_point:SP_413", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1302", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766946889" }, "departure": { "delay": -11, "time": "1766946889" }, "stopId": "stop_point:SP_767", "stopSequence": 23 }, { "arrival": { "delay": -8, "time": "1766946952" }, "departure": { "delay": -8, "time": "1766946952" }, "stopId": "stop_point:SP_2480", "stopSequence": 24 }, { "arrival": { "delay": -15, "time": "1766947005" }, "departure": { "delay": -15, "time": "1766947005" }, "stopId": "stop_point:SP_3874", "stopSequence": 25 }, { "arrival": { "delay": -4, "time": "1766947076" }, "departure": { "delay": -4, "time": "1766947076" }, "stopId": "stop_point:SP_883", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_221", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:44", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152700" }, "vehicle": { "id": "1431772" } } }, { "id": "TripUpdateJoin:2144669", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_3424", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766942884" }, "departure": { "delay": 4, "time": "1766942884" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766943041" }, "departure": { "delay": -19, "time": "1766943041" }, "stopId": "stop_point:SP_2077", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766943088" }, "departure": { "delay": 28, "time": "1766943088" }, "stopId": "stop_point:SP_833", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766943123" }, "departure": { "delay": 3, "time": "1766943123" }, "stopId": "stop_point:SP_3922", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766943196" }, "departure": { "delay": 16, "time": "1766943196" }, "stopId": "stop_point:SP_3231", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_2540", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766943303" }, "departure": { "delay": 3, "time": "1766943303" }, "stopId": "stop_point:SP_3441", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_3525", "stopSequence": 10 }, { "arrival": { "delay": 18, "time": "1766943498" }, "departure": { "delay": 18, "time": "1766943498" }, "stopId": "stop_point:SP_675", "stopSequence": 11 }, { "arrival": { "delay": 3, "time": "1766943543" }, "departure": { "delay": 3, "time": "1766943543" }, "stopId": "stop_point:SP_3951", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1752", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_1423", "stopSequence": 14 }, { "arrival": { "delay": -6, "time": "1766943714" }, "departure": { "delay": -6, "time": "1766943714" }, "stopId": "stop_point:SP_924", "stopSequence": 15 }, { "arrival": { "delay": 19, "time": "1766943859" }, "departure": { "delay": 19, "time": "1766943859" }, "stopId": "stop_point:SP_1230", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_2588", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144669" }, "vehicle": { "id": "1432437" } } }, { "id": "TripUpdateJoin:2145362", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 384, "time": "1766942184" }, "departure": { "delay": 384, "time": "1766942184" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 385, "time": "1766942245" }, "departure": { "delay": 385, "time": "1766942245" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": 344, "time": "1766942264" }, "departure": { "delay": 344, "time": "1766942264" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": 383, "time": "1766942363" }, "departure": { "delay": 383, "time": "1766942363" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 384, "time": "1766942424" }, "departure": { "delay": 384, "time": "1766942424" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": 335, "time": "1766942435" }, "departure": { "delay": 335, "time": "1766942435" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": 340, "time": "1766942500" }, "departure": { "delay": 340, "time": "1766942500" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": 330, "time": "1766942550" }, "departure": { "delay": 330, "time": "1766942550" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 388, "time": "1766942668" }, "departure": { "delay": 388, "time": "1766942668" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 384, "time": "1766942724" }, "departure": { "delay": 384, "time": "1766942724" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": 338, "time": "1766942798" }, "departure": { "delay": 338, "time": "1766942798" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": 383, "time": "1766942903" }, "departure": { "delay": 383, "time": "1766942903" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 394, "time": "1766942974" }, "departure": { "delay": 394, "time": "1766942974" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 393, "time": "1766943033" }, "departure": { "delay": 393, "time": "1766943033" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": 335, "time": "1766943095" }, "departure": { "delay": 335, "time": "1766943095" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 384, "time": "1766943204" }, "departure": { "delay": 384, "time": "1766943204" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145362" }, "vehicle": { "id": "1432572" } } }, { "id": "TripUpdateJoin:2193101", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_1175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766948179" }, "departure": { "delay": 19, "time": "1766948179" }, "stopId": "stop_point:SP_327", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766948204" }, "departure": { "delay": -16, "time": "1766948204" }, "stopId": "stop_point:SP_3826", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766948274" }, "departure": { "delay": -6, "time": "1766948274" }, "stopId": "stop_point:SP_3721", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_753", "stopSequence": 5 }, { "arrival": { "delay": -30, "time": "1766948430" }, "departure": { "delay": -30, "time": "1766948430" }, "stopId": "stop_point:SP_1880", "stopSequence": 6 }, { "arrival": { "delay": 28, "time": "1766948488" }, "departure": { "delay": 28, "time": "1766948488" }, "stopId": "stop_point:SP_1995", "stopSequence": 7 }, { "arrival": { "delay": 7, "time": "1766948527" }, "departure": { "delay": 7, "time": "1766948527" }, "stopId": "stop_point:SP_1993", "stopSequence": 8 }, { "arrival": { "delay": 23, "time": "1766948603" }, "departure": { "delay": 23, "time": "1766948603" }, "stopId": "stop_point:SP_2419", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766948670" }, "departure": { "delay": -30, "time": "1766948670" }, "stopId": "stop_point:SP_1499", "stopSequence": 10 }, { "arrival": { "delay": 6, "time": "1766948706" }, "departure": { "delay": 6, "time": "1766948706" }, "stopId": "stop_point:SP_445", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3252", "stopSequence": 12 }, { "arrival": { "delay": 5, "time": "1766948825" }, "departure": { "delay": 5, "time": "1766948825" }, "stopId": "stop_point:SP_1128", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766948890" }, "departure": { "delay": 10, "time": "1766948890" }, "stopId": "stop_point:SP_619", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766948935" }, "departure": { "delay": -5, "time": "1766948935" }, "stopId": "stop_point:SP_2651", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_455", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766949052" }, "departure": { "delay": -8, "time": "1766949052" }, "stopId": "stop_point:SP_1577", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_1718", "stopSequence": 18 }, { "arrival": { "delay": -4, "time": "1766949176" }, "departure": { "delay": -4, "time": "1766949176" }, "stopId": "stop_point:SP_3784", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766949205" }, "departure": { "delay": 25, "time": "1766949205" }, "stopId": "stop_point:SP_1557", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_641", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193101" }, "vehicle": { "id": "1449891" } } }, { "id": "TripUpdateJoin:2144111", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_461", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1256", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3822", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3148", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_519", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1436", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3779", "stopSequence": 11 }, { "arrival": { "delay": -23, "time": "1766946937" }, "departure": { "delay": -23, "time": "1766946937" }, "stopId": "stop_point:SP_3025", "stopSequence": 12 }, { "arrival": { "delay": -29, "time": "1766946991" }, "departure": { "delay": -29, "time": "1766946991" }, "stopId": "stop_point:SP_931", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766947023" }, "departure": { "delay": 3, "time": "1766947023" }, "stopId": "stop_point:SP_2330", "stopSequence": 14 }, { "arrival": { "delay": -30, "time": "1766947050" }, "departure": { "delay": -30, "time": "1766947050" }, "stopId": "stop_point:SP_324", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766947111" }, "departure": { "delay": -29, "time": "1766947111" }, "stopId": "stop_point:SP_2491", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766947129" }, "departure": { "delay": -11, "time": "1766947129" }, "stopId": "stop_point:SP_5097", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3604", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766947220" }, "departure": { "delay": 20, "time": "1766947220" }, "stopId": "stop_point:SP_3185", "stopSequence": 19 }, { "arrival": { "delay": 9, "time": "1766947269" }, "departure": { "delay": 9, "time": "1766947269" }, "stopId": "stop_point:SP_4907", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3258", "stopSequence": 21 }, { "arrival": { "delay": -11, "time": "1766947429" }, "departure": { "delay": -11, "time": "1766947429" }, "stopId": "stop_point:SP_265", "stopSequence": 22 }, { "arrival": { "delay": -22, "time": "1766947478" }, "departure": { "delay": -22, "time": "1766947478" }, "stopId": "stop_point:SP_1374", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766947531" }, "departure": { "delay": -29, "time": "1766947531" }, "stopId": "stop_point:SP_2247", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4000", "stopSequence": 25 }, { "arrival": { "delay": 3, "time": "1766947623" }, "departure": { "delay": 3, "time": "1766947623" }, "stopId": "stop_point:SP_4916", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_2008", "stopSequence": 27 }, { "arrival": { "delay": -3, "time": "1766947737" }, "departure": { "delay": -3, "time": "1766947737" }, "stopId": "stop_point:SP_741", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766947783" }, "departure": { "delay": -17, "time": "1766947783" }, "stopId": "stop_point:SP_311", "stopSequence": 29 }, { "arrival": { "delay": 22, "time": "1766947822" }, "departure": { "delay": 22, "time": "1766947822" }, "stopId": "stop_point:SP_2882", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766947878" }, "departure": { "delay": 18, "time": "1766947878" }, "stopId": "stop_point:SP_3831", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766947913" }, "departure": { "delay": -7, "time": "1766947913" }, "stopId": "stop_point:SP_1947", "stopSequence": 32 }, { "arrival": { "delay": -15, "time": "1766947965" }, "departure": { "delay": -15, "time": "1766947965" }, "stopId": "stop_point:SP_1897", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_4522", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_4521", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144111" }, "vehicle": { "id": "1432338" } } }, { "id": "TripUpdateJoin:2162517", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766948572" }, "departure": { "delay": -8, "time": "1766948572" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766948754" }, "departure": { "delay": -6, "time": "1766948754" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766949017" }, "departure": { "delay": 17, "time": "1766949017" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766949269" }, "departure": { "delay": 29, "time": "1766949269" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162517" }, "vehicle": { "id": "1430693" } } }, { "id": "TripUpdateJoin:2162515", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766947372" }, "departure": { "delay": -8, "time": "1766947372" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766947554" }, "departure": { "delay": -6, "time": "1766947554" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766947817" }, "departure": { "delay": 17, "time": "1766947817" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766948069" }, "departure": { "delay": 29, "time": "1766948069" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766948182" }, "departure": { "delay": 22, "time": "1766948182" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766948250" }, "departure": { "delay": -30, "time": "1766948250" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766948562" }, "departure": { "delay": -18, "time": "1766948562" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766948676" }, "departure": { "delay": -24, "time": "1766948676" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766948865" }, "departure": { "delay": -15, "time": "1766948865" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766948998" }, "departure": { "delay": -2, "time": "1766948998" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766949074" }, "departure": { "delay": 14, "time": "1766949074" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766949156" }, "departure": { "delay": -24, "time": "1766949156" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162515" }, "vehicle": { "id": "1430692" } } }, { "id": "TripUpdateJoin:2166152", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1687, "time": "1766941793" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766943509" }, "departure": { "delay": 29, "time": "1766943509" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766943556" }, "departure": { "delay": 16, "time": "1766943556" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766943682" }, "departure": { "delay": 22, "time": "1766943682" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766943754" }, "departure": { "delay": -26, "time": "1766943754" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766943833" }, "departure": { "delay": -7, "time": "1766943833" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766943916" }, "departure": { "delay": 16, "time": "1766943916" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766944039" }, "departure": { "delay": 19, "time": "1766944039" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766944124" }, "departure": { "delay": -16, "time": "1766944124" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766944179" }, "departure": { "delay": -21, "time": "1766944179" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766944308" }, "departure": { "delay": -12, "time": "1766944308" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766944389" }, "departure": { "delay": 9, "time": "1766944389" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766944435" }, "departure": { "delay": -5, "time": "1766944435" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766944551" }, "departure": { "delay": -9, "time": "1766944551" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766944626" }, "departure": { "delay": 6, "time": "1766944626" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766944755" }, "departure": { "delay": 15, "time": "1766944755" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766944863" }, "departure": { "delay": 3, "time": "1766944863" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766945060" }, "departure": { "delay": 20, "time": "1766945060" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766945314" }, "departure": { "delay": -26, "time": "1766945314" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -7, "time": "1766945453" }, "departure": { "delay": -7, "time": "1766945453" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766945616" }, "departure": { "delay": -24, "time": "1766945616" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766945731" }, "departure": { "delay": -29, "time": "1766945731" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 17, "time": "1766945777" }, "departure": { "delay": 17, "time": "1766945777" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -8, "time": "1766945872" }, "departure": { "delay": -8, "time": "1766945872" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766945916" }, "departure": { "delay": -24, "time": "1766945916" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 21, "time": "1766945961" }, "departure": { "delay": 21, "time": "1766945961" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166152" }, "vehicle": { "id": "1432063" } } }, { "id": "TripUpdateJoin:2169238", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 30, "time": "1766942250" }, "departure": { "delay": 30, "time": "1766942250" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": 31, "time": "1766942431" }, "departure": { "delay": 31, "time": "1766942431" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 88, "time": "1766942608" }, "departure": { "delay": 88, "time": "1766942608" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 30, "time": "1766942730" }, "departure": { "delay": 30, "time": "1766942730" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169238" }, "vehicle": { "id": "1431095" } } }, { "id": "TripUpdateJoin:2168511", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 71, "time": "1766942111" }, "departure": { "delay": 71, "time": "1766942111" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 88, "time": "1766942188" }, "departure": { "delay": 88, "time": "1766942188" }, "stopId": "stop_point:SP_2194", "stopSequence": 5 }, { "arrival": { "delay": 87, "time": "1766942247" }, "departure": { "delay": 87, "time": "1766942247" }, "stopId": "stop_point:SP_3022", "stopSequence": 6 }, { "arrival": { "delay": 100, "time": "1766942320" }, "departure": { "delay": 100, "time": "1766942320" }, "stopId": "stop_point:SP_4854", "stopSequence": 7 }, { "arrival": { "delay": 88, "time": "1766942368" }, "departure": { "delay": 88, "time": "1766942368" }, "stopId": "stop_point:SP_2948", "stopSequence": 8 }, { "arrival": { "delay": 70, "time": "1766942470" }, "departure": { "delay": 70, "time": "1766942470" }, "stopId": "stop_point:SP_2300", "stopSequence": 9 }, { "arrival": { "delay": 88, "time": "1766942548" }, "departure": { "delay": 88, "time": "1766942548" }, "stopId": "stop_point:SP_1803", "stopSequence": 10 }, { "arrival": { "delay": 85, "time": "1766942605" }, "departure": { "delay": 85, "time": "1766942605" }, "stopId": "stop_point:SP_864", "stopSequence": 11 }, { "arrival": { "delay": 88, "time": "1766942668" }, "departure": { "delay": 88, "time": "1766942668" }, "stopId": "stop_point:SP_2777", "stopSequence": 12 }, { "arrival": { "delay": 84, "time": "1766942724" }, "departure": { "delay": 84, "time": "1766942724" }, "stopId": "stop_point:SP_655", "stopSequence": 13 }, { "arrival": { "delay": 122, "time": "1766942762" }, "departure": { "delay": 122, "time": "1766942762" }, "stopId": "stop_point:SP_3867", "stopSequence": 14 }, { "arrival": { "delay": 88, "time": "1766942848" }, "departure": { "delay": 88, "time": "1766942848" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": 110, "time": "1766942930" }, "departure": { "delay": 110, "time": "1766942930" }, "stopId": "stop_point:SP_5176", "stopSequence": 16 }, { "arrival": { "delay": 88, "time": "1766943028" }, "departure": { "delay": 88, "time": "1766943028" }, "stopId": "stop_point:SP_5058", "stopSequence": 17 }, { "arrival": { "delay": 88, "time": "1766943088" }, "departure": { "delay": 88, "time": "1766943088" }, "stopId": "stop_point:SP_5060", "stopSequence": 18 }, { "arrival": { "delay": 88, "time": "1766943148" }, "departure": { "delay": 88, "time": "1766943148" }, "stopId": "stop_point:SP_5041", "stopSequence": 19 }, { "arrival": { "delay": 88, "time": "1766943208" }, "departure": { "delay": 88, "time": "1766943208" }, "stopId": "stop_point:SP_5057", "stopSequence": 20 }, { "arrival": { "delay": 84, "time": "1766943264" }, "departure": { "delay": 84, "time": "1766943264" }, "stopId": "stop_point:SP_5040", "stopSequence": 21 }, { "arrival": { "delay": 74, "time": "1766943314" }, "departure": { "delay": 74, "time": "1766943314" }, "stopId": "stop_point:SP_5055", "stopSequence": 22 }, { "arrival": { "delay": 101, "time": "1766943341" }, "departure": { "delay": 101, "time": "1766943341" }, "stopId": "stop_point:SP_5047", "stopSequence": 23 }, { "arrival": { "delay": 106, "time": "1766943406" }, "departure": { "delay": 106, "time": "1766943406" }, "stopId": "stop_point:SP_5059", "stopSequence": 24 }, { "arrival": { "delay": 88, "time": "1766943448" }, "departure": { "delay": 88, "time": "1766943448" }, "stopId": "stop_point:SP_5043", "stopSequence": 25 }, { "arrival": { "delay": 88, "time": "1766943508" }, "departure": { "delay": 88, "time": "1766943508" }, "stopId": "stop_point:SP_3028", "stopSequence": 26 }, { "arrival": { "delay": 122, "time": "1766943542" }, "departure": { "delay": 122, "time": "1766943542" }, "stopId": "stop_point:SP_3124", "stopSequence": 27 }, { "arrival": { "delay": 88, "time": "1766943628" }, "departure": { "delay": 88, "time": "1766943628" }, "stopId": "stop_point:SP_5062", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168511" }, "vehicle": { "id": "1432846" } } }, { "id": "TripUpdateJoin:2145363", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942100" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766942463" }, "departure": { "delay": 3, "time": "1766942463" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766942513" }, "departure": { "delay": -7, "time": "1766942513" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766942724" }, "departure": { "delay": 24, "time": "1766942724" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766942899" }, "departure": { "delay": 19, "time": "1766942899" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766943069" }, "departure": { "delay": 9, "time": "1766943069" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766943109" }, "departure": { "delay": -11, "time": "1766943109" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766943179" }, "departure": { "delay": -1, "time": "1766943179" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766943280" }, "departure": { "delay": -20, "time": "1766943280" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766943345" }, "departure": { "delay": -15, "time": "1766943345" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766943395" }, "departure": { "delay": -25, "time": "1766943395" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 12, "time": "1766943492" }, "departure": { "delay": 12, "time": "1766943492" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766943643" }, "departure": { "delay": -17, "time": "1766943643" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766943719" }, "departure": { "delay": -1, "time": "1766943719" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 19, "time": "1766943799" }, "departure": { "delay": 19, "time": "1766943799" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766943858" }, "departure": { "delay": 18, "time": "1766943858" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": -20, "time": "1766943940" }, "departure": { "delay": -20, "time": "1766943940" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145363" }, "vehicle": { "id": "1432573" } } }, { "id": "TripUpdateJoin:2162510", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766944312" }, "departure": { "delay": -8, "time": "1766944312" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766944494" }, "departure": { "delay": -6, "time": "1766944494" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766944757" }, "departure": { "delay": 17, "time": "1766944757" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766945009" }, "departure": { "delay": 29, "time": "1766945009" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766945122" }, "departure": { "delay": 22, "time": "1766945122" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766945190" }, "departure": { "delay": -30, "time": "1766945190" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766945502" }, "departure": { "delay": -18, "time": "1766945502" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766945616" }, "departure": { "delay": -24, "time": "1766945616" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766945805" }, "departure": { "delay": -15, "time": "1766945805" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766945938" }, "departure": { "delay": -2, "time": "1766945938" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766946014" }, "departure": { "delay": 14, "time": "1766946014" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766946096" }, "departure": { "delay": -24, "time": "1766946096" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766946425" }, "departure": { "delay": 5, "time": "1766946425" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766946518" }, "departure": { "delay": -22, "time": "1766946518" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": -9, "time": "1766946771" }, "departure": { "delay": -9, "time": "1766946771" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162510" }, "vehicle": { "id": "1430649" } } }, { "id": "TripUpdateJoin:2193367", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 148, "time": "1766942188" }, "departure": { "delay": 148, "time": "1766942188" }, "stopId": "stop_point:SP_1532", "stopSequence": 8 }, { "arrival": { "delay": 147, "time": "1766942247" }, "departure": { "delay": 147, "time": "1766942247" }, "stopId": "stop_point:SP_1846", "stopSequence": 9 }, { "arrival": { "delay": 153, "time": "1766942313" }, "departure": { "delay": 153, "time": "1766942313" }, "stopId": "stop_point:SP_3237", "stopSequence": 10 }, { "arrival": { "delay": 147, "time": "1766942367" }, "departure": { "delay": 147, "time": "1766942367" }, "stopId": "stop_point:SP_3657", "stopSequence": 11 }, { "arrival": { "delay": 143, "time": "1766942423" }, "departure": { "delay": 143, "time": "1766942423" }, "stopId": "stop_point:SP_396", "stopSequence": 12 }, { "arrival": { "delay": 147, "time": "1766942487" }, "departure": { "delay": 147, "time": "1766942487" }, "stopId": "stop_point:SP_3872", "stopSequence": 13 }, { "arrival": { "delay": 148, "time": "1766942548" }, "departure": { "delay": 148, "time": "1766942548" }, "stopId": "stop_point:SP_2193", "stopSequence": 14 }, { "arrival": { "delay": 147, "time": "1766942607" }, "departure": { "delay": 147, "time": "1766942607" }, "stopId": "stop_point:SP_414", "stopSequence": 15 }, { "arrival": { "delay": 149, "time": "1766942669" }, "departure": { "delay": 149, "time": "1766942669" }, "stopId": "stop_point:SP_2921", "stopSequence": 16 }, { "arrival": { "delay": 150, "time": "1766942730" }, "departure": { "delay": 150, "time": "1766942730" }, "stopId": "stop_point:SP_1531", "stopSequence": 17 }, { "arrival": { "delay": 157, "time": "1766942797" }, "departure": { "delay": 157, "time": "1766942797" }, "stopId": "stop_point:SP_2627", "stopSequence": 18 }, { "arrival": { "delay": 149, "time": "1766942849" }, "departure": { "delay": 149, "time": "1766942849" }, "stopId": "stop_point:SP_3433", "stopSequence": 19 }, { "arrival": { "delay": 147, "time": "1766942907" }, "departure": { "delay": 147, "time": "1766942907" }, "stopId": "stop_point:SP_2379", "stopSequence": 20 }, { "arrival": { "delay": 90, "time": "1766942910" }, "departure": { "delay": 90, "time": "1766942910" }, "stopId": "stop_point:SP_3740", "stopSequence": 21 }, { "arrival": { "delay": 145, "time": "1766943025" }, "departure": { "delay": 145, "time": "1766943025" }, "stopId": "stop_point:SP_4840", "stopSequence": 22 }, { "arrival": { "delay": 147, "time": "1766943087" }, "departure": { "delay": 147, "time": "1766943087" }, "stopId": "stop_point:SP_4093", "stopSequence": 23 }, { "arrival": { "delay": 146, "time": "1766943206" }, "departure": { "delay": 146, "time": "1766943206" }, "stopId": "stop_point:SP_4800", "stopSequence": 24 }, { "arrival": { "delay": 146, "time": "1766943266" }, "departure": { "delay": 146, "time": "1766943266" }, "stopId": "stop_point:SP_4806", "stopSequence": 25 }, { "arrival": { "delay": 109, "time": "1766943289" }, "departure": { "delay": 109, "time": "1766943289" }, "stopId": "stop_point:SP_4801", "stopSequence": 26 }, { "arrival": { "delay": 104, "time": "1766943344" }, "departure": { "delay": 104, "time": "1766943344" }, "stopId": "stop_point:SP_4803", "stopSequence": 27 }, { "arrival": { "delay": 147, "time": "1766943447" }, "departure": { "delay": 147, "time": "1766943447" }, "stopId": "stop_point:SP_1027", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193367" }, "vehicle": { "id": "1449818" } } }, { "id": "TripUpdateJoin:2166084", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1761, "time": "1766941779" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766943599" }, "departure": { "delay": -1, "time": "1766943599" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766943634" }, "departure": { "delay": -26, "time": "1766943634" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766943680" }, "departure": { "delay": 20, "time": "1766943680" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -4, "time": "1766943776" }, "departure": { "delay": -4, "time": "1766943776" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766943838" }, "departure": { "delay": -2, "time": "1766943838" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766944031" }, "departure": { "delay": 11, "time": "1766944031" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766944196" }, "departure": { "delay": -4, "time": "1766944196" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766944455" }, "departure": { "delay": 15, "time": "1766944455" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766944678" }, "departure": { "delay": -2, "time": "1766944678" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766944770" }, "departure": { "delay": -30, "time": "1766944770" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": -6, "time": "1766944914" }, "departure": { "delay": -6, "time": "1766944914" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": -2, "time": "1766945038" }, "departure": { "delay": -2, "time": "1766945038" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 26, "time": "1766945126" }, "departure": { "delay": 26, "time": "1766945126" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 17, "time": "1766945177" }, "departure": { "delay": 17, "time": "1766945177" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766945234" }, "departure": { "delay": 14, "time": "1766945234" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766945418" }, "departure": { "delay": 18, "time": "1766945418" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766945503" }, "departure": { "delay": -17, "time": "1766945503" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 10, "time": "1766945590" }, "departure": { "delay": 10, "time": "1766945590" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766945658" }, "departure": { "delay": 18, "time": "1766945658" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766945743" }, "departure": { "delay": -17, "time": "1766945743" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 22, "time": "1766945782" }, "departure": { "delay": 22, "time": "1766945782" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766945887" }, "departure": { "delay": 7, "time": "1766945887" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166084" }, "vehicle": { "id": "1432011" } } }, { "id": "TripUpdateJoin:2204124", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 30, "time": "1766942190" }, "departure": { "delay": 30, "time": "1766942190" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": 38, "time": "1766942258" }, "departure": { "delay": 38, "time": "1766942258" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 46, "time": "1766942326" }, "departure": { "delay": 46, "time": "1766942326" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": 40, "time": "1766942380" }, "departure": { "delay": 40, "time": "1766942380" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": 38, "time": "1766942438" }, "departure": { "delay": 38, "time": "1766942438" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": 39, "time": "1766942499" }, "departure": { "delay": 39, "time": "1766942499" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 55, "uncertainty": 100 }, "departure": { "delay": 72, "uncertainty": 100 }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 46, "time": "1766942566" }, "departure": { "delay": 46, "time": "1766942566" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 40, "time": "1766942620" }, "departure": { "delay": 40, "time": "1766942620" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": -21, "time": "1766942679" }, "departure": { "delay": -21, "time": "1766942679" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": 41, "time": "1766942801" }, "departure": { "delay": 41, "time": "1766942801" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": 40, "time": "1766942860" }, "departure": { "delay": 40, "time": "1766942860" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": 33, "time": "1766942973" }, "departure": { "delay": 33, "time": "1766942973" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": -21, "time": "1766943039" }, "departure": { "delay": -21, "time": "1766943039" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": 32, "time": "1766943152" }, "departure": { "delay": 32, "time": "1766943152" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766943218" }, "departure": { "delay": -22, "time": "1766943218" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 46, "time": "1766943466" }, "departure": { "delay": 46, "time": "1766943466" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 46, "time": "1766943526" }, "departure": { "delay": 46, "time": "1766943526" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": 33, "time": "1766943633" }, "departure": { "delay": 33, "time": "1766943633" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 46, "time": "1766943886" }, "departure": { "delay": 46, "time": "1766943886" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 49, "time": "1766943949" }, "departure": { "delay": 49, "time": "1766943949" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 48, "time": "1766944008" }, "departure": { "delay": 48, "time": "1766944008" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": 44, "time": "1766944124" }, "departure": { "delay": 44, "time": "1766944124" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 46, "time": "1766944186" }, "departure": { "delay": 46, "time": "1766944186" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": 33, "time": "1766944233" }, "departure": { "delay": 33, "time": "1766944233" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": 39, "time": "1766944299" }, "departure": { "delay": 39, "time": "1766944299" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": 40, "time": "1766944360" }, "departure": { "delay": 40, "time": "1766944360" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": 42, "time": "1766944422" }, "departure": { "delay": 42, "time": "1766944422" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": 34, "time": "1766944474" }, "departure": { "delay": 34, "time": "1766944474" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 46, "time": "1766944546" }, "departure": { "delay": 46, "time": "1766944546" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 38, "time": "1766944598" }, "departure": { "delay": 38, "time": "1766944598" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 40, "time": "1766944660" }, "departure": { "delay": 40, "time": "1766944660" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 30, "time": "1766944710" }, "departure": { "delay": 30, "time": "1766944710" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 47, "time": "1766944787" }, "departure": { "delay": 47, "time": "1766944787" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 46, "time": "1766944966" }, "departure": { "delay": 46, "time": "1766944966" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 47, "time": "1766945027" }, "departure": { "delay": 47, "time": "1766945027" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 74, "uncertainty": 100 }, "departure": { "delay": 101, "uncertainty": 100 }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": 35, "time": "1766945135" }, "departure": { "delay": 35, "time": "1766945135" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": 36, "time": "1766945196" }, "departure": { "delay": 36, "time": "1766945196" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 46, "time": "1766945266" }, "departure": { "delay": 46, "time": "1766945266" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204124" }, "vehicle": { "id": "1457912" } } }, { "id": "TripUpdateJoin:2166150", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -14, "time": "1766942206" }, "departure": { "delay": -14, "time": "1766942206" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": -22, "time": "1766942258" }, "departure": { "delay": -22, "time": "1766942258" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -65, "uncertainty": 100 }, "departure": { "delay": -48, "uncertainty": 100 }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -73, "time": "1766942327" }, "departure": { "delay": -73, "time": "1766942327" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": -22, "time": "1766942438" }, "departure": { "delay": -22, "time": "1766942438" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -53, "uncertainty": 100 }, "departure": { "delay": -23, "uncertainty": 100 }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": -24, "time": "1766942556" }, "departure": { "delay": -24, "time": "1766942556" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -27, "time": "1766942613" }, "departure": { "delay": -27, "time": "1766942613" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -79, "time": "1766942681" }, "departure": { "delay": -79, "time": "1766942681" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": -27, "time": "1766942793" }, "departure": { "delay": -27, "time": "1766942793" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": -22, "time": "1766942858" }, "departure": { "delay": -22, "time": "1766942858" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": -18, "time": "1766942922" }, "departure": { "delay": -18, "time": "1766942922" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": -30, "time": "1766943030" }, "departure": { "delay": -30, "time": "1766943030" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766943158" }, "departure": { "delay": -22, "time": "1766943158" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": -13, "time": "1766943227" }, "departure": { "delay": -13, "time": "1766943227" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": -22, "time": "1766943338" }, "departure": { "delay": -22, "time": "1766943338" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": -22, "time": "1766943398" }, "departure": { "delay": -22, "time": "1766943398" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -78, "time": "1766943462" }, "departure": { "delay": -78, "time": "1766943462" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": -22, "time": "1766943578" }, "departure": { "delay": -22, "time": "1766943578" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -29, "time": "1766943631" }, "departure": { "delay": -29, "time": "1766943631" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": -22, "time": "1766943698" }, "departure": { "delay": -22, "time": "1766943698" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": -22, "time": "1766943758" }, "departure": { "delay": -22, "time": "1766943758" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -76, "time": "1766943764" }, "departure": { "delay": -76, "time": "1766943764" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -81, "time": "1766943879" }, "departure": { "delay": -81, "time": "1766943879" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": -16, "time": "1766943944" }, "departure": { "delay": -16, "time": "1766943944" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": -22, "time": "1766943998" }, "departure": { "delay": -22, "time": "1766943998" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -30, "time": "1766944050" }, "departure": { "delay": -30, "time": "1766944050" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -76, "time": "1766944064" }, "departure": { "delay": -76, "time": "1766944064" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": -12, "time": "1766944128" }, "departure": { "delay": -12, "time": "1766944128" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": -22, "time": "1766944238" }, "departure": { "delay": -22, "time": "1766944238" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166150" }, "vehicle": { "id": "1432061" } } }, { "id": "TripUpdateJoin:2205214", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1140", "stopSequence": 1 }, { "arrival": { "delay": 27, "time": "1766947887" }, "departure": { "delay": 27, "time": "1766947887" }, "stopId": "stop_point:SP_3016", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_3852", "stopSequence": 3 }, { "arrival": { "delay": -5, "time": "1766948035" }, "departure": { "delay": -5, "time": "1766948035" }, "stopId": "stop_point:SP_610", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766948091" }, "departure": { "delay": -9, "time": "1766948091" }, "stopId": "stop_point:SP_3491", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_452", "stopSequence": 6 }, { "arrival": { "delay": -7, "time": "1766948213" }, "departure": { "delay": -7, "time": "1766948213" }, "stopId": "stop_point:SP_1610", "stopSequence": 7 }, { "arrival": { "delay": -28, "time": "1766948252" }, "departure": { "delay": -28, "time": "1766948252" }, "stopId": "stop_point:SP_2537", "stopSequence": 8 }, { "arrival": { "delay": -27, "time": "1766948313" }, "departure": { "delay": -27, "time": "1766948313" }, "stopId": "stop_point:SP_664", "stopSequence": 9 }, { "arrival": { "delay": -19, "time": "1766948381" }, "departure": { "delay": -19, "time": "1766948381" }, "stopId": "stop_point:SP_6", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_1653", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_2758", "stopSequence": 12 }, { "arrival": { "delay": 28, "time": "1766948608" }, "departure": { "delay": 28, "time": "1766948608" }, "stopId": "stop_point:SP_1485", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766948642" }, "departure": { "delay": 2, "time": "1766948642" }, "stopId": "stop_point:SP_1115", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_3833", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766948746" }, "departure": { "delay": -14, "time": "1766948746" }, "stopId": "stop_point:SP_3287", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766948812" }, "departure": { "delay": -8, "time": "1766948812" }, "stopId": "stop_point:SP_3390", "stopSequence": 17 }, { "arrival": { "delay": 27, "time": "1766948847" }, "departure": { "delay": 27, "time": "1766948847" }, "stopId": "stop_point:SP_3330", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_4784", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766948943" }, "departure": { "delay": 3, "time": "1766948943" }, "stopId": "stop_point:SP_521", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_922", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766949051" }, "departure": { "delay": -9, "time": "1766949051" }, "stopId": "stop_point:SP_2389", "stopSequence": 22 }, { "arrival": { "delay": 29, "time": "1766949089" }, "departure": { "delay": 29, "time": "1766949089" }, "stopId": "stop_point:SP_838", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766949131" }, "departure": { "delay": 11, "time": "1766949131" }, "stopId": "stop_point:SP_440", "stopSequence": 24 }, { "arrival": { "delay": 2, "time": "1766949182" }, "departure": { "delay": 2, "time": "1766949182" }, "stopId": "stop_point:SP_742", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766949229" }, "departure": { "delay": -11, "time": "1766949229" }, "stopId": "stop_point:SP_5246", "stopSequence": 26 }, { "arrival": { "delay": -18, "time": "1766949282" }, "departure": { "delay": -18, "time": "1766949282" }, "stopId": "stop_point:SP_749", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205214" }, "vehicle": { "id": "27_1455304" } } }, { "id": "TripUpdateJoin:2193409", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1027", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766949069" }, "departure": { "delay": 9, "time": "1766949069" }, "stopId": "stop_point:SP_4802", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766949135" }, "departure": { "delay": 15, "time": "1766949135" }, "stopId": "stop_point:SP_4805", "stopSequence": 3 }, { "arrival": { "delay": -11, "time": "1766949169" }, "departure": { "delay": -11, "time": "1766949169" }, "stopId": "stop_point:SP_4808", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766949235" }, "departure": { "delay": -5, "time": "1766949235" }, "stopId": "stop_point:SP_4804", "stopSequence": 5 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193409" }, "vehicle": { "id": "1449838" } } }, { "id": "TripUpdateJoin:2204175", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 201, "time": "1766942121" }, "departure": { "delay": 201, "time": "1766942121" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 179, "time": "1766942219" }, "departure": { "delay": 179, "time": "1766942219" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 198, "time": "1766942358" }, "departure": { "delay": 198, "time": "1766942358" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": 123, "time": "1766942403" }, "departure": { "delay": 123, "time": "1766942403" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": 153, "time": "1766942493" }, "departure": { "delay": 153, "time": "1766942493" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 180, "time": "1766942580" }, "departure": { "delay": 180, "time": "1766942580" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": 126, "time": "1766942586" }, "departure": { "delay": 126, "time": "1766942586" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 199, "time": "1766942659" }, "departure": { "delay": 199, "time": "1766942659" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": 163, "time": "1766942683" }, "departure": { "delay": 163, "time": "1766942683" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 191, "time": "1766942771" }, "departure": { "delay": 191, "time": "1766942771" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 180, "time": "1766942820" }, "departure": { "delay": 180, "time": "1766942820" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": 154, "time": "1766942854" }, "departure": { "delay": 154, "time": "1766942854" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 190, "time": "1766942950" }, "departure": { "delay": 190, "time": "1766942950" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 180, "time": "1766943000" }, "departure": { "delay": 180, "time": "1766943000" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": 154, "time": "1766943094" }, "departure": { "delay": 154, "time": "1766943094" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": 125, "time": "1766943125" }, "departure": { "delay": 125, "time": "1766943125" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": 168, "time": "1766943288" }, "departure": { "delay": 168, "time": "1766943288" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": 155, "time": "1766943335" }, "departure": { "delay": 155, "time": "1766943335" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 180, "time": "1766943360" }, "departure": { "delay": 180, "time": "1766943360" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204175" }, "vehicle": { "id": "1458001" } } }, { "id": "TripUpdateJoin:2182730", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_3870", "stopSequence": 1 }, { "arrival": { "delay": 5, "time": "1766947565" }, "departure": { "delay": 5, "time": "1766947565" }, "stopId": "stop_point:SP_2288", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766947688" }, "departure": { "delay": 8, "time": "1766947688" }, "stopId": "stop_point:SP_3341", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_3147", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1690", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766947864" }, "departure": { "delay": 4, "time": "1766947864" }, "stopId": "stop_point:SP_3614", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766947942" }, "departure": { "delay": 22, "time": "1766947942" }, "stopId": "stop_point:SP_779", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766947997" }, "departure": { "delay": 17, "time": "1766947997" }, "stopId": "stop_point:SP_1644", "stopSequence": 8 }, { "arrival": { "delay": 28, "time": "1766948068" }, "departure": { "delay": 28, "time": "1766948068" }, "stopId": "stop_point:SP_484", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2514", "stopSequence": 10 }, { "arrival": { "delay": -29, "time": "1766948191" }, "departure": { "delay": -29, "time": "1766948191" }, "stopId": "stop_point:SP_3552", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_130", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766948277" }, "departure": { "delay": -3, "time": "1766948277" }, "stopId": "stop_point:SP_4954", "stopSequence": 13 }, { "arrival": { "delay": -20, "time": "1766948320" }, "departure": { "delay": -20, "time": "1766948320" }, "stopId": "stop_point:SP_4956", "stopSequence": 14 }, { "arrival": { "delay": 24, "time": "1766948424" }, "departure": { "delay": 24, "time": "1766948424" }, "stopId": "stop_point:SP_4676", "stopSequence": 15 }, { "arrival": { "delay": -13, "time": "1766948507" }, "departure": { "delay": -13, "time": "1766948507" }, "stopId": "stop_point:SP_3187", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766948551" }, "departure": { "delay": -29, "time": "1766948551" }, "stopId": "stop_point:SP_3864", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766948603" }, "departure": { "delay": 23, "time": "1766948603" }, "stopId": "stop_point:SP_1379", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_997", "stopSequence": 19 }, { "arrival": { "delay": -25, "time": "1766948675" }, "departure": { "delay": -25, "time": "1766948675" }, "stopId": "stop_point:SP_3066", "stopSequence": 20 }, { "arrival": { "delay": -23, "time": "1766948737" }, "departure": { "delay": -23, "time": "1766948737" }, "stopId": "stop_point:SP_1102", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766948773" }, "departure": { "delay": 13, "time": "1766948773" }, "stopId": "stop_point:SP_1909", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766948806" }, "departure": { "delay": -14, "time": "1766948806" }, "stopId": "stop_point:SP_2120", "stopSequence": 23 }, { "arrival": { "delay": 19, "time": "1766948839" }, "departure": { "delay": 19, "time": "1766948839" }, "stopId": "stop_point:SP_1324", "stopSequence": 24 }, { "arrival": { "delay": 13, "time": "1766948893" }, "departure": { "delay": 13, "time": "1766948893" }, "stopId": "stop_point:SP_2712", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_633", "stopSequence": 26 }, { "arrival": { "delay": -4, "time": "1766948996" }, "departure": { "delay": -4, "time": "1766948996" }, "stopId": "stop_point:SP_888", "stopSequence": 27 }, { "arrival": { "delay": -5, "time": "1766949055" }, "departure": { "delay": -5, "time": "1766949055" }, "stopId": "stop_point:SP_556", "stopSequence": 28 }, { "arrival": { "delay": 24, "time": "1766949084" }, "departure": { "delay": 24, "time": "1766949084" }, "stopId": "stop_point:SP_3574", "stopSequence": 29 }, { "arrival": { "delay": 18, "time": "1766949138" }, "departure": { "delay": 18, "time": "1766949138" }, "stopId": "stop_point:SP_30", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_5605", "stopSequence": 31 }, { "arrival": { "delay": -24, "time": "1766949216" }, "departure": { "delay": -24, "time": "1766949216" }, "stopId": "stop_point:SP_1095", "stopSequence": 32 }, { "arrival": { "delay": 20, "time": "1766949260" }, "departure": { "delay": 20, "time": "1766949260" }, "stopId": "stop_point:SP_2970", "stopSequence": 33 }, { "arrival": { "delay": -6, "time": "1766949294" }, "departure": { "delay": -6, "time": "1766949294" }, "stopId": "stop_point:SP_3766", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:60", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182730" }, "vehicle": { "id": "27_1431889" } } }, { "id": "TripUpdateJoin:2204181", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766946640" }, "departure": { "delay": -20, "time": "1766946640" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766946728" }, "departure": { "delay": 8, "time": "1766946728" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766946805" }, "departure": { "delay": 25, "time": "1766946805" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766946866" }, "departure": { "delay": 26, "time": "1766946866" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 10, "time": "1766947090" }, "departure": { "delay": 10, "time": "1766947090" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766947163" }, "departure": { "delay": 23, "time": "1766947163" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766947231" }, "departure": { "delay": -29, "time": "1766947231" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766947300" }, "departure": { "delay": -20, "time": "1766947300" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 4, "time": "1766947444" }, "departure": { "delay": 4, "time": "1766947444" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766947569" }, "departure": { "delay": 9, "time": "1766947569" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766947625" }, "departure": { "delay": 5, "time": "1766947625" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766947698" }, "departure": { "delay": 18, "time": "1766947698" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766947796" }, "departure": { "delay": -4, "time": "1766947796" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766947887" }, "departure": { "delay": 27, "time": "1766947887" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": 21, "time": "1766948121" }, "departure": { "delay": 21, "time": "1766948121" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766948202" }, "departure": { "delay": -18, "time": "1766948202" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": -5, "time": "1766948395" }, "departure": { "delay": -5, "time": "1766948395" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": 7, "time": "1766948587" }, "departure": { "delay": 7, "time": "1766948587" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": -10, "time": "1766948630" }, "departure": { "delay": -10, "time": "1766948630" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": -8, "time": "1766948752" }, "departure": { "delay": -8, "time": "1766948752" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": -29, "time": "1766948851" }, "departure": { "delay": -29, "time": "1766948851" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": -17, "time": "1766948923" }, "departure": { "delay": -17, "time": "1766948923" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": -13, "time": "1766948987" }, "departure": { "delay": -13, "time": "1766948987" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": -25, "time": "1766949095" }, "departure": { "delay": -25, "time": "1766949095" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766949135" }, "departure": { "delay": 15, "time": "1766949135" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": -9, "time": "1766949171" }, "departure": { "delay": -9, "time": "1766949171" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 11, "time": "1766949251" }, "departure": { "delay": 11, "time": "1766949251" }, "stopId": "stop_point:SP_390", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204181" }, "vehicle": { "id": "1457964" } } }, { "id": "TripUpdateJoin:2162506", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 25, "time": "1766942125" }, "departure": { "delay": 25, "time": "1766942125" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 36, "time": "1766942256" }, "departure": { "delay": 36, "time": "1766942256" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 31, "time": "1766942371" }, "departure": { "delay": 31, "time": "1766942371" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 36, "time": "1766942496" }, "departure": { "delay": 36, "time": "1766942496" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 35, "time": "1766942615" }, "departure": { "delay": 35, "time": "1766942615" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 36, "time": "1766942736" }, "departure": { "delay": 36, "time": "1766942736" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766942790" }, "departure": { "delay": -30, "time": "1766942790" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 36, "time": "1766942976" }, "departure": { "delay": 36, "time": "1766942976" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": 25, "time": "1766943145" }, "departure": { "delay": 25, "time": "1766943145" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766943216" }, "departure": { "delay": -24, "time": "1766943216" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": 24, "time": "1766943444" }, "departure": { "delay": 24, "time": "1766943444" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": 29, "time": "1766943569" }, "departure": { "delay": 29, "time": "1766943569" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 50, "time": "1766943650" }, "departure": { "delay": 50, "time": "1766943650" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766943696" }, "departure": { "delay": -24, "time": "1766943696" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 36, "time": "1766943816" }, "departure": { "delay": 36, "time": "1766943816" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 36, "time": "1766943936" }, "departure": { "delay": 36, "time": "1766943936" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 41, "time": "1766944061" }, "departure": { "delay": 41, "time": "1766944061" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766944118" }, "departure": { "delay": -22, "time": "1766944118" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 36, "time": "1766944296" }, "departure": { "delay": 36, "time": "1766944296" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1766944402" }, "departure": { "delay": 22, "time": "1766944402" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 }, { "arrival": { "delay": 36, "time": "1766944536" }, "departure": { "delay": 36, "time": "1766944536" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 36, "time": "1766944596" }, "departure": { "delay": 36, "time": "1766944596" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162506" }, "vehicle": { "id": "1430626" } } }, { "id": "TripUpdateJoin:2204182", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766947840" }, "departure": { "delay": -20, "time": "1766947840" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766947928" }, "departure": { "delay": 8, "time": "1766947928" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766948005" }, "departure": { "delay": 25, "time": "1766948005" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766948066" }, "departure": { "delay": 26, "time": "1766948066" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 10, "time": "1766948290" }, "departure": { "delay": 10, "time": "1766948290" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766948363" }, "departure": { "delay": 23, "time": "1766948363" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766948431" }, "departure": { "delay": -29, "time": "1766948431" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766948500" }, "departure": { "delay": -20, "time": "1766948500" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 4, "time": "1766948644" }, "departure": { "delay": 4, "time": "1766948644" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766948769" }, "departure": { "delay": 9, "time": "1766948769" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766948825" }, "departure": { "delay": 5, "time": "1766948825" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766948898" }, "departure": { "delay": 18, "time": "1766948898" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766948996" }, "departure": { "delay": -4, "time": "1766948996" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766949087" }, "departure": { "delay": 27, "time": "1766949087" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766949135" }, "departure": { "delay": 15, "time": "1766949135" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204182" }, "vehicle": { "id": "1457962" } } }, { "id": "TripUpdateJoin:2209722", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -81, "time": "1766942139" }, "departure": { "delay": -81, "time": "1766942139" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": -89, "time": "1766942251" }, "departure": { "delay": -89, "time": "1766942251" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209722" }, "vehicle": { "id": "27_1461148" } } }, { "id": "TripUpdateJoin:2169180", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766946395" }, "departure": { "delay": -25, "time": "1766946395" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766946622" }, "departure": { "delay": 22, "time": "1766946622" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169180" }, "vehicle": { "id": "1431037" } } }, { "id": "TripUpdateJoin:2193098", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1262, "time": "1766941138" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_1175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766942479" }, "departure": { "delay": 19, "time": "1766942479" }, "stopId": "stop_point:SP_327", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766942504" }, "departure": { "delay": -16, "time": "1766942504" }, "stopId": "stop_point:SP_3826", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766942574" }, "departure": { "delay": -6, "time": "1766942574" }, "stopId": "stop_point:SP_3721", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_753", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766942743" }, "departure": { "delay": -17, "time": "1766942743" }, "stopId": "stop_point:SP_1880", "stopSequence": 6 }, { "arrival": { "delay": -11, "time": "1766942809" }, "departure": { "delay": -11, "time": "1766942809" }, "stopId": "stop_point:SP_1995", "stopSequence": 7 }, { "arrival": { "delay": -27, "time": "1766942853" }, "departure": { "delay": -27, "time": "1766942853" }, "stopId": "stop_point:SP_1993", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_2419", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766943017" }, "departure": { "delay": 17, "time": "1766943017" }, "stopId": "stop_point:SP_1499", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766943058" }, "departure": { "delay": -2, "time": "1766943058" }, "stopId": "stop_point:SP_445", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_3252", "stopSequence": 12 }, { "arrival": { "delay": 5, "time": "1766943185" }, "departure": { "delay": 5, "time": "1766943185" }, "stopId": "stop_point:SP_1128", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766943250" }, "departure": { "delay": 10, "time": "1766943250" }, "stopId": "stop_point:SP_619", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766943295" }, "departure": { "delay": -5, "time": "1766943295" }, "stopId": "stop_point:SP_2651", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_455", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766943412" }, "departure": { "delay": -8, "time": "1766943412" }, "stopId": "stop_point:SP_1577", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_1718", "stopSequence": 18 }, { "arrival": { "delay": -4, "time": "1766943536" }, "departure": { "delay": -4, "time": "1766943536" }, "stopId": "stop_point:SP_3784", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766943565" }, "departure": { "delay": 25, "time": "1766943565" }, "stopId": "stop_point:SP_1557", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_641", "stopSequence": 21 }, { "arrival": { "delay": 31, "time": "1766943691" }, "departure": { "delay": 31, "time": "1766943691" }, "stopId": "stop_point:SP_2759", "stopSequence": 22 }, { "arrival": { "delay": -12, "time": "1766943708" }, "departure": { "delay": -12, "time": "1766943708" }, "stopId": "stop_point:SP_2178", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766943794" }, "departure": { "delay": 14, "time": "1766943794" }, "stopId": "stop_point:SP_3651", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_5169", "stopSequence": 25 }, { "arrival": { "delay": -23, "time": "1766943937" }, "departure": { "delay": -23, "time": "1766943937" }, "stopId": "stop_point:SP_5248", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_5247", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193098" }, "vehicle": { "id": "1449889" } } }, { "id": "TripUpdateJoin:2144630", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 105, "time": "1766942145" }, "departure": { "delay": 105, "time": "1766942145" }, "stopId": "stop_point:SP_423", "stopSequence": 13 }, { "arrival": { "delay": 145, "time": "1766942245" }, "departure": { "delay": 145, "time": "1766942245" }, "stopId": "stop_point:SP_66", "stopSequence": 14 }, { "arrival": { "delay": 101, "time": "1766942321" }, "departure": { "delay": 101, "time": "1766942321" }, "stopId": "stop_point:SP_4745", "stopSequence": 15 }, { "arrival": { "delay": 97, "time": "1766942377" }, "departure": { "delay": 97, "time": "1766942377" }, "stopId": "stop_point:SP_4724", "stopSequence": 16 }, { "arrival": { "delay": 101, "time": "1766942441" }, "departure": { "delay": 101, "time": "1766942441" }, "stopId": "stop_point:SP_3424", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144630" }, "vehicle": { "id": "1432397" } } }, { "id": "TripUpdateJoin:2187356", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1104, "time": "1766942136" }, "departure": { "delay": -1104, "time": "1766942136" }, "stopId": "stop_point:SP_353", "stopSequence": 3 }, { "arrival": { "delay": -1106, "time": "1766942254" }, "departure": { "delay": -1106, "time": "1766942254" }, "stopId": "stop_point:SP_5521", "stopSequence": 4 }, { "arrival": { "delay": -1110, "time": "1766942310" }, "departure": { "delay": -1110, "time": "1766942310" }, "stopId": "stop_point:SP_5525", "stopSequence": 5 }, { "arrival": { "delay": -1110, "time": "1766942370" }, "departure": { "delay": -1110, "time": "1766942370" }, "stopId": "stop_point:SP_5519", "stopSequence": 6 }, { "arrival": { "delay": -1101, "time": "1766942499" }, "departure": { "delay": -1101, "time": "1766942499" }, "stopId": "stop_point:SP_5528", "stopSequence": 7 }, { "arrival": { "delay": -1110, "time": "1766942550" }, "departure": { "delay": -1110, "time": "1766942550" }, "stopId": "stop_point:SP_5527", "stopSequence": 8 }, { "arrival": { "delay": -1099, "time": "1766942801" }, "departure": { "delay": -1099, "time": "1766942801" }, "stopId": "stop_point:SP_1214", "stopSequence": 9 }, { "arrival": { "delay": -1035, "time": "1766942865" }, "departure": { "delay": -1035, "time": "1766942865" }, "stopId": "stop_point:SP_3747", "stopSequence": 10 }, { "arrival": { "delay": -1096, "time": "1766942924" }, "departure": { "delay": -1096, "time": "1766942924" }, "stopId": "stop_point:SP_152", "stopSequence": 11 }, { "arrival": { "delay": -1046, "time": "1766943034" }, "departure": { "delay": -1046, "time": "1766943034" }, "stopId": "stop_point:SP_2140", "stopSequence": 12 }, { "arrival": { "delay": -1037, "time": "1766943103" }, "departure": { "delay": -1037, "time": "1766943103" }, "stopId": "stop_point:SP_2422", "stopSequence": 13 }, { "arrival": { "delay": -1041, "time": "1766943159" }, "departure": { "delay": -1041, "time": "1766943159" }, "stopId": "stop_point:SP_2456", "stopSequence": 14 }, { "arrival": { "delay": -1028, "time": "1766943172" }, "departure": { "delay": -1028, "time": "1766943172" }, "stopId": "stop_point:SP_397", "stopSequence": 15 }, { "arrival": { "delay": -1027, "time": "1766943233" }, "departure": { "delay": -1027, "time": "1766943233" }, "stopId": "stop_point:SP_1670", "stopSequence": 16 }, { "arrival": { "delay": -977, "time": "1766943343" }, "departure": { "delay": -977, "time": "1766943343" }, "stopId": "stop_point:SP_5327", "stopSequence": 17 }, { "arrival": { "delay": -1027, "time": "1766943473" }, "departure": { "delay": -1027, "time": "1766943473" }, "stopId": "stop_point:SP_1668", "stopSequence": 18 }, { "arrival": { "delay": -981, "time": "1766943579" }, "departure": { "delay": -981, "time": "1766943579" }, "stopId": "stop_point:SP_402", "stopSequence": 19 }, { "arrival": { "delay": -982, "time": "1766943638" }, "departure": { "delay": -982, "time": "1766943638" }, "stopId": "stop_point:SP_370", "stopSequence": 20 }, { "arrival": { "delay": -1045, "time": "1766943695" }, "departure": { "delay": -1045, "time": "1766943695" }, "stopId": "stop_point:SP_204", "stopSequence": 21 }, { "arrival": { "delay": -1037, "time": "1766943823" }, "departure": { "delay": -1037, "time": "1766943823" }, "stopId": "stop_point:SP_3958", "stopSequence": 22 }, { "arrival": { "delay": -1027, "time": "1766943893" }, "departure": { "delay": -1027, "time": "1766943893" }, "stopId": "stop_point:SP_293", "stopSequence": 23 }, { "arrival": { "delay": -1035, "time": "1766943945" }, "departure": { "delay": -1035, "time": "1766943945" }, "stopId": "stop_point:SP_2241", "stopSequence": 24 }, { "arrival": { "delay": -984, "time": "1766944056" }, "departure": { "delay": -984, "time": "1766944056" }, "stopId": "stop_point:SP_887", "stopSequence": 25 }, { "arrival": { "delay": -989, "time": "1766944111" }, "departure": { "delay": -989, "time": "1766944111" }, "stopId": "stop_point:SP_1053", "stopSequence": 26 }, { "arrival": { "delay": -984, "time": "1766944176" }, "departure": { "delay": -984, "time": "1766944176" }, "stopId": "stop_point:SP_3149", "stopSequence": 27 }, { "arrival": { "delay": -975, "time": "1766944245" }, "departure": { "delay": -975, "time": "1766944245" }, "stopId": "stop_point:SP_747", "stopSequence": 28 }, { "arrival": { "delay": -970, "time": "1766944370" }, "departure": { "delay": -970, "time": "1766944370" }, "stopId": "stop_point:SP_3772", "stopSequence": 29 }, { "arrival": { "delay": -929, "time": "1766944471" }, "departure": { "delay": -929, "time": "1766944471" }, "stopId": "stop_point:SP_1312", "stopSequence": 30 }, { "arrival": { "delay": -983, "time": "1766944477" }, "departure": { "delay": -983, "time": "1766944477" }, "stopId": "stop_point:SP_1676", "stopSequence": 31 }, { "arrival": { "delay": -970, "time": "1766944550" }, "departure": { "delay": -970, "time": "1766944550" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": -927, "time": "1766944653" }, "departure": { "delay": -927, "time": "1766944653" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": -930, "time": "1766944710" }, "departure": { "delay": -930, "time": "1766944710" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": -970, "time": "1766944730" }, "departure": { "delay": -970, "time": "1766944730" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": -927, "time": "1766944833" }, "departure": { "delay": -927, "time": "1766944833" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": -989, "time": "1766944891" }, "departure": { "delay": -989, "time": "1766944891" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": -977, "time": "1766944903" }, "departure": { "delay": -977, "time": "1766944903" }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": -970, "time": "1766945030" }, "departure": { "delay": -970, "time": "1766945030" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187356" }, "vehicle": { "id": "27_1437470" } } }, { "id": "TripUpdateJoin:2147116", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_631", "stopSequence": 1 }, { "arrival": { "delay": -27, "time": "1766945853" }, "departure": { "delay": -27, "time": "1766945853" }, "stopId": "stop_point:SP_2574", "stopSequence": 2 }, { "arrival": { "delay": -29, "time": "1766945911" }, "departure": { "delay": -29, "time": "1766945911" }, "stopId": "stop_point:SP_2212", "stopSequence": 3 }, { "arrival": { "delay": -10, "time": "1766945990" }, "departure": { "delay": -10, "time": "1766945990" }, "stopId": "stop_point:SP_3359", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_736", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766946163" }, "departure": { "delay": -17, "time": "1766946163" }, "stopId": "stop_point:SP_1349", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766946239" }, "departure": { "delay": -1, "time": "1766946239" }, "stopId": "stop_point:SP_869", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766946305" }, "departure": { "delay": 5, "time": "1766946305" }, "stopId": "stop_point:SP_139", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766946363" }, "departure": { "delay": 3, "time": "1766946363" }, "stopId": "stop_point:SP_3015", "stopSequence": 9 }, { "arrival": { "delay": -17, "time": "1766946403" }, "departure": { "delay": -17, "time": "1766946403" }, "stopId": "stop_point:SP_1646", "stopSequence": 10 }, { "arrival": { "delay": 9, "time": "1766946429" }, "departure": { "delay": 9, "time": "1766946429" }, "stopId": "stop_point:SP_3402", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1766946491" }, "departure": { "delay": 11, "time": "1766946491" }, "stopId": "stop_point:SP_2952", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1352", "stopSequence": 13 }, { "arrival": { "delay": 14, "time": "1766946674" }, "departure": { "delay": 14, "time": "1766946674" }, "stopId": "stop_point:SP_109", "stopSequence": 14 }, { "arrival": { "delay": -7, "time": "1766946713" }, "departure": { "delay": -7, "time": "1766946713" }, "stopId": "stop_point:SP_2670", "stopSequence": 15 }, { "arrival": { "delay": 26, "time": "1766946746" }, "departure": { "delay": 26, "time": "1766946746" }, "stopId": "stop_point:SP_1692", "stopSequence": 16 }, { "arrival": { "delay": -4, "time": "1766946776" }, "departure": { "delay": -4, "time": "1766946776" }, "stopId": "stop_point:SP_2496", "stopSequence": 17 }, { "arrival": { "delay": 20, "time": "1766946800" }, "departure": { "delay": 20, "time": "1766946800" }, "stopId": "stop_point:SP_2997", "stopSequence": 18 }, { "arrival": { "delay": -12, "time": "1766946828" }, "departure": { "delay": -12, "time": "1766946828" }, "stopId": "stop_point:SP_2665", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766946872" }, "departure": { "delay": -28, "time": "1766946872" }, "stopId": "stop_point:SP_407", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766946918" }, "departure": { "delay": 18, "time": "1766946918" }, "stopId": "stop_point:SP_3653", "stopSequence": 21 }, { "arrival": { "delay": -3, "time": "1766946957" }, "departure": { "delay": -3, "time": "1766946957" }, "stopId": "stop_point:SP_1135", "stopSequence": 22 }, { "arrival": { "delay": -12, "time": "1766947008" }, "departure": { "delay": -12, "time": "1766947008" }, "stopId": "stop_point:SP_1337", "stopSequence": 23 }, { "arrival": { "delay": 27, "time": "1766947047" }, "departure": { "delay": 27, "time": "1766947047" }, "stopId": "stop_point:SP_487", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_71", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147116" }, "vehicle": { "id": "1430960" } } }, { "id": "TripUpdateJoin:2186113", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1249", "stopSequence": 1 }, { "arrival": { "delay": 8, "time": "1766947568" }, "departure": { "delay": 8, "time": "1766947568" }, "stopId": "stop_point:SP_1298", "stopSequence": 2 }, { "arrival": { "delay": -3, "time": "1766947737" }, "departure": { "delay": -3, "time": "1766947737" }, "stopId": "stop_point:SP_5373", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_3251", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_1731", "stopSequence": 5 }, { "arrival": { "delay": -20, "time": "1766947900" }, "departure": { "delay": -20, "time": "1766947900" }, "stopId": "stop_point:SP_2199", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766947945" }, "departure": { "delay": 25, "time": "1766947945" }, "stopId": "stop_point:SP_674", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1576", "stopSequence": 8 }, { "arrival": { "delay": -5, "time": "1766948095" }, "departure": { "delay": -5, "time": "1766948095" }, "stopId": "stop_point:SP_1086", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766948140" }, "departure": { "delay": -20, "time": "1766948140" }, "stopId": "stop_point:SP_2306", "stopSequence": 10 }, { "arrival": { "delay": -24, "time": "1766948196" }, "departure": { "delay": -24, "time": "1766948196" }, "stopId": "stop_point:SP_886", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_3624", "stopSequence": 12 }, { "arrival": { "delay": -19, "time": "1766948381" }, "departure": { "delay": -19, "time": "1766948381" }, "stopId": "stop_point:SP_981", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766948432" }, "departure": { "delay": -28, "time": "1766948432" }, "stopId": "stop_point:SP_1823", "stopSequence": 14 }, { "arrival": { "delay": 19, "time": "1766948479" }, "departure": { "delay": 19, "time": "1766948479" }, "stopId": "stop_point:SP_2998", "stopSequence": 15 }, { "arrival": { "delay": 16, "time": "1766948536" }, "departure": { "delay": 16, "time": "1766948536" }, "stopId": "stop_point:SP_2040", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_2599", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766948709" }, "departure": { "delay": 9, "time": "1766948709" }, "stopId": "stop_point:SP_3302", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_682", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766948823" }, "departure": { "delay": 3, "time": "1766948823" }, "stopId": "stop_point:SP_3573", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_3188", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766948969" }, "departure": { "delay": 29, "time": "1766948969" }, "stopId": "stop_point:SP_1926", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_786", "stopSequence": 23 }, { "arrival": { "delay": 4, "time": "1766949124" }, "departure": { "delay": 4, "time": "1766949124" }, "stopId": "stop_point:SP_1493", "stopSequence": 24 }, { "arrival": { "delay": -17, "time": "1766949163" }, "departure": { "delay": -17, "time": "1766949163" }, "stopId": "stop_point:SP_1516", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_386", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186113" }, "vehicle": { "id": "27_1436227" } } }, { "id": "TripUpdateJoin:2162591", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1766944149" }, "departure": { "delay": 9, "time": "1766944149" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": -23, "time": "1766944417" }, "departure": { "delay": -23, "time": "1766944417" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 21, "time": "1766944521" }, "departure": { "delay": 21, "time": "1766944521" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 12, "time": "1766944872" }, "departure": { "delay": 12, "time": "1766944872" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 10, "time": "1766944930" }, "departure": { "delay": 10, "time": "1766944930" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1766945007" }, "departure": { "delay": 27, "time": "1766945007" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 21, "time": "1766945121" }, "departure": { "delay": 21, "time": "1766945121" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 4, "time": "1766945284" }, "departure": { "delay": 4, "time": "1766945284" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766945382" }, "departure": { "delay": -18, "time": "1766945382" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": -16, "time": "1766945684" }, "departure": { "delay": -16, "time": "1766945684" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": -2, "time": "1766945758" }, "departure": { "delay": -2, "time": "1766945758" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 8, "time": "1766946188" }, "departure": { "delay": 8, "time": "1766946188" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 8, "time": "1766946488" }, "departure": { "delay": 8, "time": "1766946488" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766946667" }, "departure": { "delay": 7, "time": "1766946667" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162591" }, "vehicle": { "id": "1430504" } } }, { "id": "TripUpdateJoin:2162502", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 83, "time": "1766942183" }, "departure": { "delay": 83, "time": "1766942183" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 83, "time": "1766942243" }, "departure": { "delay": 83, "time": "1766942243" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162502" }, "vehicle": { "id": "1430608" } } }, { "id": "TripUpdateJoin:2193369", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1754", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766945230" }, "departure": { "delay": 10, "time": "1766945230" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 4, "time": "1766945344" }, "departure": { "delay": 4, "time": "1766945344" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_2467", "stopSequence": 5 }, { "arrival": { "delay": -25, "time": "1766945495" }, "departure": { "delay": -25, "time": "1766945495" }, "stopId": "stop_point:SP_2210", "stopSequence": 6 }, { "arrival": { "delay": -19, "time": "1766945561" }, "departure": { "delay": -19, "time": "1766945561" }, "stopId": "stop_point:SP_3729", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766945627" }, "departure": { "delay": -13, "time": "1766945627" }, "stopId": "stop_point:SP_1532", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1846", "stopSequence": 9 }, { "arrival": { "delay": 23, "time": "1766945783" }, "departure": { "delay": 23, "time": "1766945783" }, "stopId": "stop_point:SP_3237", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_3657", "stopSequence": 11 }, { "arrival": { "delay": -4, "time": "1766945876" }, "departure": { "delay": -4, "time": "1766945876" }, "stopId": "stop_point:SP_396", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_3872", "stopSequence": 13 }, { "arrival": { "delay": -13, "time": "1766945987" }, "departure": { "delay": -13, "time": "1766945987" }, "stopId": "stop_point:SP_2193", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_414", "stopSequence": 15 }, { "arrival": { "delay": -12, "time": "1766946108" }, "departure": { "delay": -12, "time": "1766946108" }, "stopId": "stop_point:SP_2921", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766946187" }, "departure": { "delay": 7, "time": "1766946187" }, "stopId": "stop_point:SP_1531", "stopSequence": 17 }, { "arrival": { "delay": 4, "time": "1766946244" }, "departure": { "delay": 4, "time": "1766946244" }, "stopId": "stop_point:SP_2627", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766946302" }, "departure": { "delay": 2, "time": "1766946302" }, "stopId": "stop_point:SP_3433", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2379", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766946403" }, "departure": { "delay": -17, "time": "1766946403" }, "stopId": "stop_point:SP_3740", "stopSequence": 21 }, { "arrival": { "delay": -2, "time": "1766946478" }, "departure": { "delay": -2, "time": "1766946478" }, "stopId": "stop_point:SP_4840", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_4093", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766946659" }, "departure": { "delay": -1, "time": "1766946659" }, "stopId": "stop_point:SP_4800", "stopSequence": 24 }, { "arrival": { "delay": -1, "time": "1766946719" }, "departure": { "delay": -1, "time": "1766946719" }, "stopId": "stop_point:SP_4806", "stopSequence": 25 }, { "arrival": { "delay": -21, "time": "1766946759" }, "departure": { "delay": -21, "time": "1766946759" }, "stopId": "stop_point:SP_4801", "stopSequence": 26 }, { "arrival": { "delay": -26, "time": "1766946814" }, "departure": { "delay": -26, "time": "1766946814" }, "stopId": "stop_point:SP_4803", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1027", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193369" }, "vehicle": { "id": "1449820" } } }, { "id": "TripUpdateJoin:2162588", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -2, "time": "1766942158" }, "departure": { "delay": -2, "time": "1766942158" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766942280" }, "departure": { "delay": 0, "time": "1766942280" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 8, "time": "1766942588" }, "departure": { "delay": 8, "time": "1766942588" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 8, "time": "1766942888" }, "departure": { "delay": 8, "time": "1766942888" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766943067" }, "departure": { "delay": 7, "time": "1766943067" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162588" }, "vehicle": { "id": "1430507" } } }, { "id": "TripUpdateJoin:2204183", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766949040" }, "departure": { "delay": -20, "time": "1766949040" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766949128" }, "departure": { "delay": 8, "time": "1766949128" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766949205" }, "departure": { "delay": 25, "time": "1766949205" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766949266" }, "departure": { "delay": 26, "time": "1766949266" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204183" }, "vehicle": { "id": "1457963" } } }, { "id": "TripUpdateJoin:2169242", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766945476" }, "departure": { "delay": 16, "time": "1766945476" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766945972" }, "departure": { "delay": -28, "time": "1766945972" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766946135" }, "departure": { "delay": 15, "time": "1766946135" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169242" }, "vehicle": { "id": "1431099" } } }, { "id": "TripUpdateJoin:2206457", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_2030", "stopSequence": 1 }, { "arrival": { "delay": -15, "time": "1766946405" }, "departure": { "delay": -15, "time": "1766946405" }, "stopId": "stop_point:SP_2668", "stopSequence": 2 }, { "arrival": { "delay": 21, "time": "1766946441" }, "departure": { "delay": 21, "time": "1766946441" }, "stopId": "stop_point:SP_1235", "stopSequence": 3 }, { "arrival": { "delay": -8, "time": "1766946472" }, "departure": { "delay": -8, "time": "1766946472" }, "stopId": "stop_point:SP_1459", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766946495" }, "departure": { "delay": 15, "time": "1766946495" }, "stopId": "stop_point:SP_3888", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_3638", "stopSequence": 6 }, { "arrival": { "delay": 5, "time": "1766946605" }, "departure": { "delay": 5, "time": "1766946605" }, "stopId": "stop_point:SP_1218", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766946689" }, "departure": { "delay": 29, "time": "1766946689" }, "stopId": "stop_point:SP_3410", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766946754" }, "departure": { "delay": -26, "time": "1766946754" }, "stopId": "stop_point:SP_1203", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3843", "stopSequence": 10 }, { "arrival": { "delay": -11, "time": "1766946949" }, "departure": { "delay": -11, "time": "1766946949" }, "stopId": "stop_point:SP_1445", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766946977" }, "departure": { "delay": 17, "time": "1766946977" }, "stopId": "stop_point:SP_3081", "stopSequence": 12 }, { "arrival": { "delay": -21, "time": "1766947059" }, "departure": { "delay": -21, "time": "1766947059" }, "stopId": "stop_point:SP_1961", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766947090" }, "departure": { "delay": 10, "time": "1766947090" }, "stopId": "stop_point:SP_2266", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3266", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766947204" }, "departure": { "delay": 4, "time": "1766947204" }, "stopId": "stop_point:SP_1424", "stopSequence": 16 }, { "arrival": { "delay": -16, "time": "1766947244" }, "departure": { "delay": -16, "time": "1766947244" }, "stopId": "stop_point:SP_290", "stopSequence": 17 }, { "arrival": { "delay": 17, "time": "1766947277" }, "departure": { "delay": 17, "time": "1766947277" }, "stopId": "stop_point:SP_4747", "stopSequence": 18 }, { "arrival": { "delay": -2, "time": "1766947318" }, "departure": { "delay": -2, "time": "1766947318" }, "stopId": "stop_point:SP_1913", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1021", "stopSequence": 20 }, { "arrival": { "delay": 12, "time": "1766947452" }, "departure": { "delay": 12, "time": "1766947452" }, "stopId": "stop_point:SP_709", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766947534" }, "departure": { "delay": -26, "time": "1766947534" }, "stopId": "stop_point:SP_2731", "stopSequence": 22 }, { "arrival": { "delay": 11, "time": "1766947571" }, "departure": { "delay": 11, "time": "1766947571" }, "stopId": "stop_point:SP_3327", "stopSequence": 23 }, { "arrival": { "delay": -16, "time": "1766947664" }, "departure": { "delay": -16, "time": "1766947664" }, "stopId": "stop_point:SP_1529", "stopSequence": 24 }, { "arrival": { "delay": -6, "time": "1766947734" }, "departure": { "delay": -6, "time": "1766947734" }, "stopId": "stop_point:SP_1321", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_5380", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206457" }, "vehicle": { "id": "27_1457808" } } }, { "id": "TripUpdateJoin:2186894", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 20, "time": "1766942120" }, "departure": { "delay": 20, "time": "1766942120" }, "stopId": "stop_point:SP_2151", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766942177" }, "departure": { "delay": 17, "time": "1766942177" }, "stopId": "stop_point:SP_3187", "stopSequence": 14 }, { "arrival": { "delay": 39, "time": "1766942199" }, "departure": { "delay": 39, "time": "1766942199" }, "stopId": "stop_point:SP_3864", "stopSequence": 15 }, { "arrival": { "delay": 33, "time": "1766942253" }, "departure": { "delay": 33, "time": "1766942253" }, "stopId": "stop_point:SP_1379", "stopSequence": 16 }, { "arrival": { "delay": 25, "time": "1766942305" }, "departure": { "delay": 25, "time": "1766942305" }, "stopId": "stop_point:SP_997", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1766942362" }, "departure": { "delay": 22, "time": "1766942362" }, "stopId": "stop_point:SP_3066", "stopSequence": 18 }, { "arrival": { "delay": 38, "time": "1766942438" }, "departure": { "delay": 38, "time": "1766942438" }, "stopId": "stop_point:SP_2814", "stopSequence": 19 }, { "arrival": { "delay": 37, "time": "1766942497" }, "departure": { "delay": 37, "time": "1766942497" }, "stopId": "stop_point:SP_274", "stopSequence": 20 }, { "arrival": { "delay": 29, "time": "1766942549" }, "departure": { "delay": 29, "time": "1766942549" }, "stopId": "stop_point:SP_3023", "stopSequence": 21 }, { "arrival": { "delay": 25, "time": "1766942605" }, "departure": { "delay": 25, "time": "1766942605" }, "stopId": "stop_point:SP_2951", "stopSequence": 22 }, { "arrival": { "delay": 28, "time": "1766942668" }, "departure": { "delay": 28, "time": "1766942668" }, "stopId": "stop_point:SP_1221", "stopSequence": 23 }, { "arrival": { "delay": 19, "time": "1766942719" }, "departure": { "delay": 19, "time": "1766942719" }, "stopId": "stop_point:SP_196", "stopSequence": 24 }, { "arrival": { "delay": 39, "time": "1766942739" }, "departure": { "delay": 39, "time": "1766942739" }, "stopId": "stop_point:SP_1130", "stopSequence": 25 }, { "arrival": { "delay": 32, "time": "1766942792" }, "departure": { "delay": 32, "time": "1766942792" }, "stopId": "stop_point:SP_454", "stopSequence": 26 }, { "arrival": { "delay": 25, "time": "1766942845" }, "departure": { "delay": 25, "time": "1766942845" }, "stopId": "stop_point:SP_1558", "stopSequence": 27 }, { "arrival": { "delay": 37, "time": "1766942917" }, "departure": { "delay": 37, "time": "1766942917" }, "stopId": "stop_point:SP_1095", "stopSequence": 28 }, { "arrival": { "delay": 28, "time": "1766942968" }, "departure": { "delay": 28, "time": "1766942968" }, "stopId": "stop_point:SP_2970", "stopSequence": 29 }, { "arrival": { "delay": 38, "time": "1766942978" }, "departure": { "delay": 38, "time": "1766942978" }, "stopId": "stop_point:SP_3766", "stopSequence": 30 }, { "arrival": { "delay": 25, "time": "1766943025" }, "departure": { "delay": 25, "time": "1766943025" }, "stopId": "stop_point:SP_5618", "stopSequence": 31 }, { "arrival": { "delay": 25, "time": "1766943205" }, "departure": { "delay": 25, "time": "1766943205" }, "stopId": "stop_point:SP_5601", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186894" }, "vehicle": { "id": "27_1437008" } } }, { "id": "TripUpdateJoin:2209723", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -772, "time": "1766942828" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_3546", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766943803" }, "departure": { "delay": 23, "time": "1766943803" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1168, "time": "1766944948" }, "departure": { "delay": 1168, "time": "1766944948" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1115, "uncertainty": 100 }, "departure": { "delay": 1122, "uncertainty": 100 }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1136, "time": "1766944976" }, "departure": { "delay": 1136, "time": "1766944976" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1137, "time": "1766945037" }, "departure": { "delay": 1137, "time": "1766945037" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1155, "uncertainty": 100 }, "departure": { "delay": 1174, "uncertainty": 100 }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1063, "uncertainty": 100 }, "departure": { "delay": 1072, "uncertainty": 100 }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1091, "time": "1766945111" }, "departure": { "delay": 1091, "time": "1766945111" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1035, "uncertainty": 100 }, "departure": { "delay": 1039, "uncertainty": 100 }, "stopId": "stop_point:SP_2042", "stopSequence": 6 }, { "arrival": { "delay": 981, "uncertainty": 100 }, "departure": { "delay": 983, "uncertainty": 100 }, "stopId": "stop_point:SP_2517", "stopSequence": 7 }, { "arrival": { "delay": 864, "uncertainty": 100 }, "departure": { "delay": 865, "uncertainty": 100 }, "stopId": "stop_point:SP_1487", "stopSequence": 8 }, { "arrival": { "delay": 805, "uncertainty": 100 }, "departure": { "delay": 806, "uncertainty": 100 }, "stopId": "stop_point:SP_3528", "stopSequence": 9 }, { "arrival": { "delay": 777, "uncertainty": 100 }, "departure": { "delay": 809, "uncertainty": 100 }, "stopId": "stop_point:SP_3671", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2996", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1377", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2420", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 18 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766945127" }, "departure": { "delay": 27, "time": "1766945127" }, "stopId": "stop_point:SP_1121", "stopSequence": 20 }, { "arrival": { "delay": 33, "time": "1766945253" }, "departure": { "delay": 33, "time": "1766945253" }, "stopId": "stop_point:SP_2967", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3972", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_5628", "stopSequence": 23 }, { "arrival": { "delay": 23, "time": "1766945483" }, "departure": { "delay": 23, "time": "1766945483" }, "stopId": "stop_point:SP_958", "stopSequence": 24 }, { "arrival": { "delay": -5, "time": "1766945575" }, "departure": { "delay": -5, "time": "1766945575" }, "stopId": "stop_point:SP_3010", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3702", "stopSequence": 26 }, { "arrival": { "delay": -12, "time": "1766945688" }, "departure": { "delay": -12, "time": "1766945688" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209723" }, "vehicle": { "id": "27_1461149" } } }, { "id": "TripUpdateJoin:2151394", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -741, "time": "1766941359" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_1778", "stopSequence": 1 }, { "arrival": { "delay": -14, "time": "1766942206" }, "departure": { "delay": -14, "time": "1766942206" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942280" }, "departure": { "delay": 0, "time": "1766942280" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 18, "time": "1766942358" }, "departure": { "delay": 18, "time": "1766942358" }, "stopId": "stop_point:SP_2820", "stopSequence": 4 }, { "arrival": { "delay": 16, "time": "1766942416" }, "departure": { "delay": 16, "time": "1766942416" }, "stopId": "stop_point:SP_1808", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766942463" }, "departure": { "delay": 3, "time": "1766942463" }, "stopId": "stop_point:SP_705", "stopSequence": 6 }, { "arrival": { "delay": 7, "time": "1766942527" }, "departure": { "delay": 7, "time": "1766942527" }, "stopId": "stop_point:SP_1056", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_722", "stopSequence": 8 }, { "arrival": { "delay": -1, "time": "1766942639" }, "departure": { "delay": -1, "time": "1766942639" }, "stopId": "stop_point:SP_275", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766942694" }, "departure": { "delay": -6, "time": "1766942694" }, "stopId": "stop_point:SP_3314", "stopSequence": 10 }, { "arrival": { "delay": 24, "time": "1766942724" }, "departure": { "delay": 24, "time": "1766942724" }, "stopId": "stop_point:SP_1391", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_3989", "stopSequence": 12 }, { "arrival": { "delay": 9, "time": "1766942829" }, "departure": { "delay": 9, "time": "1766942829" }, "stopId": "stop_point:SP_327", "stopSequence": 13 }, { "arrival": { "delay": -22, "time": "1766942858" }, "departure": { "delay": -22, "time": "1766942858" }, "stopId": "stop_point:SP_3826", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_3721", "stopSequence": 15 }, { "arrival": { "delay": 27, "time": "1766943027" }, "departure": { "delay": 27, "time": "1766943027" }, "stopId": "stop_point:SP_753", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766943112" }, "departure": { "delay": -8, "time": "1766943112" }, "stopId": "stop_point:SP_1880", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766943165" }, "departure": { "delay": -15, "time": "1766943165" }, "stopId": "stop_point:SP_1995", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766943202" }, "departure": { "delay": 22, "time": "1766943202" }, "stopId": "stop_point:SP_1993", "stopSequence": 19 }, { "arrival": { "delay": -27, "time": "1766943273" }, "departure": { "delay": -27, "time": "1766943273" }, "stopId": "stop_point:SP_2419", "stopSequence": 20 }, { "arrival": { "delay": -24, "time": "1766943336" }, "departure": { "delay": -24, "time": "1766943336" }, "stopId": "stop_point:SP_1499", "stopSequence": 21 }, { "arrival": { "delay": 9, "time": "1766943369" }, "departure": { "delay": 9, "time": "1766943369" }, "stopId": "stop_point:SP_445", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_3252", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766943491" }, "departure": { "delay": 11, "time": "1766943491" }, "stopId": "stop_point:SP_1128", "stopSequence": 24 }, { "arrival": { "delay": 21, "time": "1766943561" }, "departure": { "delay": 21, "time": "1766943561" }, "stopId": "stop_point:SP_619", "stopSequence": 25 }, { "arrival": { "delay": 10, "time": "1766943610" }, "departure": { "delay": 10, "time": "1766943610" }, "stopId": "stop_point:SP_2651", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766943678" }, "departure": { "delay": 18, "time": "1766943678" }, "stopId": "stop_point:SP_477", "stopSequence": 27 }, { "arrival": { "delay": 19, "time": "1766943739" }, "departure": { "delay": 19, "time": "1766943739" }, "stopId": "stop_point:SP_422", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_31", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:84", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2151394" }, "vehicle": { "id": "1431179" } } }, { "id": "TripUpdateJoin:2208745", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_2664", "stopSequence": 1 }, { "arrival": { "delay": -9, "time": "1766944491" }, "departure": { "delay": -9, "time": "1766944491" }, "stopId": "stop_point:SP_296", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_514", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766944601" }, "departure": { "delay": -19, "time": "1766944601" }, "stopId": "stop_point:SP_5378", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766944634" }, "departure": { "delay": 14, "time": "1766944634" }, "stopId": "stop_point:SP_3506", "stopSequence": 5 }, { "arrival": { "delay": 25, "time": "1766944705" }, "departure": { "delay": 25, "time": "1766944705" }, "stopId": "stop_point:SP_3487", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_578", "stopSequence": 7 }, { "arrival": { "delay": -19, "time": "1766944841" }, "departure": { "delay": -19, "time": "1766944841" }, "stopId": "stop_point:SP_467", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766944890" }, "departure": { "delay": -30, "time": "1766944890" }, "stopId": "stop_point:SP_532", "stopSequence": 9 }, { "arrival": { "delay": 7, "time": "1766944927" }, "departure": { "delay": 7, "time": "1766944927" }, "stopId": "stop_point:SP_947", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_50", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_3318", "stopSequence": 12 }, { "arrival": { "delay": -28, "time": "1766945132" }, "departure": { "delay": -28, "time": "1766945132" }, "stopId": "stop_point:SP_1704", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766945223" }, "departure": { "delay": 3, "time": "1766945223" }, "stopId": "stop_point:SP_5235", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_280", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3917", "stopSequence": 16 }, { "arrival": { "delay": -18, "time": "1766945382" }, "departure": { "delay": -18, "time": "1766945382" }, "stopId": "stop_point:SP_1999", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1766945422" }, "departure": { "delay": 22, "time": "1766945422" }, "stopId": "stop_point:SP_3152", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_2576", "stopSequence": 19 }, { "arrival": { "delay": 26, "time": "1766945546" }, "departure": { "delay": 26, "time": "1766945546" }, "stopId": "stop_point:SP_1361", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766945579" }, "departure": { "delay": -1, "time": "1766945579" }, "stopId": "stop_point:SP_2968", "stopSequence": 21 }, { "arrival": { "delay": -30, "time": "1766945670" }, "departure": { "delay": -30, "time": "1766945670" }, "stopId": "stop_point:SP_5639", "stopSequence": 22 }, { "arrival": { "delay": 1, "time": "1766945761" }, "departure": { "delay": 1, "time": "1766945761" }, "stopId": "stop_point:SP_5643", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_5644", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_1035", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766945929" }, "departure": { "delay": -11, "time": "1766945929" }, "stopId": "stop_point:SP_2584", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766945975" }, "departure": { "delay": -25, "time": "1766945975" }, "stopId": "stop_point:SP_2614", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_2909", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766946103" }, "departure": { "delay": -17, "time": "1766946103" }, "stopId": "stop_point:SP_1755", "stopSequence": 29 }, { "arrival": { "delay": 19, "time": "1766946139" }, "departure": { "delay": 19, "time": "1766946139" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -10, "time": "1766946290" }, "departure": { "delay": -10, "time": "1766946290" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_326", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208745" }, "vehicle": { "id": "27_1460171" } } }, { "id": "TripUpdateJoin:2144632", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_2588", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766944919" }, "departure": { "delay": -1, "time": "1766944919" }, "stopId": "stop_point:SP_2006", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766945051" }, "departure": { "delay": 11, "time": "1766945051" }, "stopId": "stop_point:SP_2868", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_3248", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_3798", "stopSequence": 5 }, { "arrival": { "delay": -3, "time": "1766945217" }, "departure": { "delay": -3, "time": "1766945217" }, "stopId": "stop_point:SP_277", "stopSequence": 6 }, { "arrival": { "delay": -17, "time": "1766945263" }, "departure": { "delay": -17, "time": "1766945263" }, "stopId": "stop_point:SP_725", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_53", "stopSequence": 8 }, { "arrival": { "delay": 15, "time": "1766945415" }, "departure": { "delay": 15, "time": "1766945415" }, "stopId": "stop_point:SP_3097", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_679", "stopSequence": 10 }, { "arrival": { "delay": -5, "time": "1766945515" }, "departure": { "delay": -5, "time": "1766945515" }, "stopId": "stop_point:SP_3559", "stopSequence": 11 }, { "arrival": { "delay": -14, "time": "1766945566" }, "departure": { "delay": -14, "time": "1766945566" }, "stopId": "stop_point:SP_2023", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766945622" }, "departure": { "delay": -18, "time": "1766945622" }, "stopId": "stop_point:SP_423", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766945682" }, "departure": { "delay": -18, "time": "1766945682" }, "stopId": "stop_point:SP_66", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4745", "stopSequence": 15 }, { "arrival": { "delay": -4, "time": "1766945816" }, "departure": { "delay": -4, "time": "1766945816" }, "stopId": "stop_point:SP_4724", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_3424", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144632" }, "vehicle": { "id": "1432399" } } }, { "id": "TripUpdateJoin:2199552", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_5259", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766943129" }, "departure": { "delay": 9, "time": "1766943129" }, "stopId": "stop_point:SP_5384", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766943175" }, "departure": { "delay": -5, "time": "1766943175" }, "stopId": "stop_point:SP_3269", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766943221" }, "departure": { "delay": -19, "time": "1766943221" }, "stopId": "stop_point:SP_3655", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766943250" }, "departure": { "delay": 10, "time": "1766943250" }, "stopId": "stop_point:SP_345", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766943309" }, "departure": { "delay": 9, "time": "1766943309" }, "stopId": "stop_point:SP_2705", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_59", "stopSequence": 7 }, { "arrival": { "delay": -1, "time": "1766943419" }, "departure": { "delay": -1, "time": "1766943419" }, "stopId": "stop_point:SP_1093", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766943511" }, "departure": { "delay": -29, "time": "1766943511" }, "stopId": "stop_point:SP_305", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766943557" }, "departure": { "delay": 17, "time": "1766943557" }, "stopId": "stop_point:SP_330", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1537", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766943672" }, "departure": { "delay": 12, "time": "1766943672" }, "stopId": "stop_point:SP_3295", "stopSequence": 12 }, { "arrival": { "delay": -4, "time": "1766943716" }, "departure": { "delay": -4, "time": "1766943716" }, "stopId": "stop_point:SP_3668", "stopSequence": 13 }, { "arrival": { "delay": -27, "time": "1766943753" }, "departure": { "delay": -27, "time": "1766943753" }, "stopId": "stop_point:SP_1988", "stopSequence": 14 }, { "arrival": { "delay": -36, "time": "1766943804" }, "departure": { "delay": -36, "time": "1766943804" }, "stopId": "stop_point:SP_1680", "stopSequence": 15 }, { "arrival": { "delay": -7, "time": "1766943833" }, "departure": { "delay": -7, "time": "1766943833" }, "stopId": "stop_point:SP_1757", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_93", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199552" }, "vehicle": { "id": "27_1452581" } } }, { "id": "TripUpdateJoin:2147115", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_631", "stopSequence": 1 }, { "arrival": { "delay": -27, "time": "1766943753" }, "departure": { "delay": -27, "time": "1766943753" }, "stopId": "stop_point:SP_2574", "stopSequence": 2 }, { "arrival": { "delay": -29, "time": "1766943811" }, "departure": { "delay": -29, "time": "1766943811" }, "stopId": "stop_point:SP_2212", "stopSequence": 3 }, { "arrival": { "delay": -10, "time": "1766943890" }, "departure": { "delay": -10, "time": "1766943890" }, "stopId": "stop_point:SP_3359", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_736", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766944063" }, "departure": { "delay": -17, "time": "1766944063" }, "stopId": "stop_point:SP_1349", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766944139" }, "departure": { "delay": -1, "time": "1766944139" }, "stopId": "stop_point:SP_869", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766944205" }, "departure": { "delay": 5, "time": "1766944205" }, "stopId": "stop_point:SP_139", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766944263" }, "departure": { "delay": 3, "time": "1766944263" }, "stopId": "stop_point:SP_3015", "stopSequence": 9 }, { "arrival": { "delay": -17, "time": "1766944303" }, "departure": { "delay": -17, "time": "1766944303" }, "stopId": "stop_point:SP_1646", "stopSequence": 10 }, { "arrival": { "delay": 9, "time": "1766944329" }, "departure": { "delay": 9, "time": "1766944329" }, "stopId": "stop_point:SP_3402", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1766944391" }, "departure": { "delay": 11, "time": "1766944391" }, "stopId": "stop_point:SP_2952", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_1352", "stopSequence": 13 }, { "arrival": { "delay": 14, "time": "1766944574" }, "departure": { "delay": 14, "time": "1766944574" }, "stopId": "stop_point:SP_109", "stopSequence": 14 }, { "arrival": { "delay": -7, "time": "1766944613" }, "departure": { "delay": -7, "time": "1766944613" }, "stopId": "stop_point:SP_2670", "stopSequence": 15 }, { "arrival": { "delay": 26, "time": "1766944646" }, "departure": { "delay": 26, "time": "1766944646" }, "stopId": "stop_point:SP_1692", "stopSequence": 16 }, { "arrival": { "delay": -4, "time": "1766944676" }, "departure": { "delay": -4, "time": "1766944676" }, "stopId": "stop_point:SP_2496", "stopSequence": 17 }, { "arrival": { "delay": 20, "time": "1766944700" }, "departure": { "delay": 20, "time": "1766944700" }, "stopId": "stop_point:SP_2997", "stopSequence": 18 }, { "arrival": { "delay": -12, "time": "1766944728" }, "departure": { "delay": -12, "time": "1766944728" }, "stopId": "stop_point:SP_2665", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766944772" }, "departure": { "delay": -28, "time": "1766944772" }, "stopId": "stop_point:SP_407", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766944818" }, "departure": { "delay": 18, "time": "1766944818" }, "stopId": "stop_point:SP_3653", "stopSequence": 21 }, { "arrival": { "delay": -2, "time": "1766944858" }, "departure": { "delay": -2, "time": "1766944858" }, "stopId": "stop_point:SP_1135", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766944909" }, "departure": { "delay": -11, "time": "1766944909" }, "stopId": "stop_point:SP_1337", "stopSequence": 23 }, { "arrival": { "delay": 28, "time": "1766944948" }, "departure": { "delay": 28, "time": "1766944948" }, "stopId": "stop_point:SP_487", "stopSequence": 24 }, { "arrival": { "delay": 1, "time": "1766944981" }, "departure": { "delay": 1, "time": "1766944981" }, "stopId": "stop_point:SP_71", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147115" }, "vehicle": { "id": "1430959" } } }, { "id": "TripUpdateJoin:2162504", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 142, "time": "1766942182" }, "departure": { "delay": 142, "time": "1766942182" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": 140, "time": "1766942360" }, "departure": { "delay": 140, "time": "1766942360" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": 156, "time": "1766942496" }, "departure": { "delay": 156, "time": "1766942496" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 162, "time": "1766942562" }, "departure": { "delay": 162, "time": "1766942562" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": 142, "time": "1766942662" }, "departure": { "delay": 142, "time": "1766942662" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 158, "time": "1766942738" }, "departure": { "delay": 158, "time": "1766942738" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 158, "time": "1766942858" }, "departure": { "delay": 158, "time": "1766942858" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 153, "time": "1766942973" }, "departure": { "delay": 153, "time": "1766942973" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": 144, "time": "1766943084" }, "departure": { "delay": 144, "time": "1766943084" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 158, "time": "1766943218" }, "departure": { "delay": 158, "time": "1766943218" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": 146, "time": "1766943326" }, "departure": { "delay": 146, "time": "1766943326" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 }, { "arrival": { "delay": 158, "time": "1766943458" }, "departure": { "delay": 158, "time": "1766943458" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 158, "time": "1766943518" }, "departure": { "delay": 158, "time": "1766943518" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162504" }, "vehicle": { "id": "1430609" } } }, { "id": "TripUpdateJoin:2167741", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 207, "time": "1766942187" }, "departure": { "delay": 207, "time": "1766942187" }, "stopId": "stop_point:SP_1867", "stopSequence": 17 }, { "arrival": { "delay": 194, "time": "1766942294" }, "departure": { "delay": 194, "time": "1766942294" }, "stopId": "stop_point:SP_4009", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167741" }, "vehicle": { "id": "1430856" } } }, { "id": "TripUpdateJoin:2208743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 389, "time": "1766942189" }, "departure": { "delay": 389, "time": "1766942189" }, "stopId": "stop_point:SP_5639", "stopSequence": 22 }, { "arrival": { "delay": 405, "time": "1766942265" }, "departure": { "delay": 405, "time": "1766942265" }, "stopId": "stop_point:SP_5643", "stopSequence": 23 }, { "arrival": { "delay": 404, "time": "1766942324" }, "departure": { "delay": 404, "time": "1766942324" }, "stopId": "stop_point:SP_5644", "stopSequence": 24 }, { "arrival": { "delay": 404, "time": "1766942384" }, "departure": { "delay": 404, "time": "1766942384" }, "stopId": "stop_point:SP_1035", "stopSequence": 25 }, { "arrival": { "delay": 381, "time": "1766942421" }, "departure": { "delay": 381, "time": "1766942421" }, "stopId": "stop_point:SP_2584", "stopSequence": 26 }, { "arrival": { "delay": 367, "time": "1766942467" }, "departure": { "delay": 367, "time": "1766942467" }, "stopId": "stop_point:SP_2614", "stopSequence": 27 }, { "arrival": { "delay": 404, "time": "1766942564" }, "departure": { "delay": 404, "time": "1766942564" }, "stopId": "stop_point:SP_2909", "stopSequence": 28 }, { "arrival": { "delay": 375, "time": "1766942595" }, "departure": { "delay": 375, "time": "1766942595" }, "stopId": "stop_point:SP_1755", "stopSequence": 29 }, { "arrival": { "delay": 394, "time": "1766942614" }, "departure": { "delay": 394, "time": "1766942614" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": 405, "time": "1766942685" }, "departure": { "delay": 405, "time": "1766942685" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": 383, "time": "1766942783" }, "departure": { "delay": 383, "time": "1766942783" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 405, "time": "1766942925" }, "departure": { "delay": 405, "time": "1766942925" }, "stopId": "stop_point:SP_326", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208743" }, "vehicle": { "id": "27_1460169" } } }, { "id": "TripUpdateJoin:2170273", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1245, "time": "1766941455" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_1036", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766942759" }, "departure": { "delay": -1, "time": "1766942759" }, "stopId": "stop_point:SP_495", "stopSequence": 2 }, { "arrival": { "delay": 28, "time": "1766942788" }, "departure": { "delay": 28, "time": "1766942788" }, "stopId": "stop_point:SP_2249", "stopSequence": 3 }, { "arrival": { "delay": -2, "time": "1766942818" }, "departure": { "delay": -2, "time": "1766942818" }, "stopId": "stop_point:SP_3609", "stopSequence": 4 }, { "arrival": { "delay": -29, "time": "1766942851" }, "departure": { "delay": -29, "time": "1766942851" }, "stopId": "stop_point:SP_418", "stopSequence": 5 }, { "arrival": { "delay": 10, "time": "1766942890" }, "departure": { "delay": 10, "time": "1766942890" }, "stopId": "stop_point:SP_2683", "stopSequence": 6 }, { "arrival": { "delay": 23, "time": "1766942963" }, "departure": { "delay": 23, "time": "1766942963" }, "stopId": "stop_point:SP_2548", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_2054", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766943138" }, "departure": { "delay": 18, "time": "1766943138" }, "stopId": "stop_point:SP_1298", "stopSequence": 9 }, { "arrival": { "delay": -19, "time": "1766943281" }, "departure": { "delay": -19, "time": "1766943281" }, "stopId": "stop_point:SP_5", "stopSequence": 10 }, { "arrival": { "delay": -27, "time": "1766943333" }, "departure": { "delay": -27, "time": "1766943333" }, "stopId": "stop_point:SP_5241", "stopSequence": 11 }, { "arrival": { "delay": -20, "time": "1766943400" }, "departure": { "delay": -20, "time": "1766943400" }, "stopId": "stop_point:SP_5242", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1766943442" }, "departure": { "delay": 22, "time": "1766943442" }, "stopId": "stop_point:SP_3561", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_512", "stopSequence": 14 }, { "arrival": { "delay": -13, "time": "1766943587" }, "departure": { "delay": -13, "time": "1766943587" }, "stopId": "stop_point:SP_410", "stopSequence": 15 }, { "arrival": { "delay": 29, "time": "1766943629" }, "departure": { "delay": 29, "time": "1766943629" }, "stopId": "stop_point:SP_3999", "stopSequence": 16 }, { "arrival": { "delay": -22, "time": "1766943698" }, "departure": { "delay": -22, "time": "1766943698" }, "stopId": "stop_point:SP_2385", "stopSequence": 17 }, { "arrival": { "delay": 17, "time": "1766943737" }, "departure": { "delay": 17, "time": "1766943737" }, "stopId": "stop_point:SP_3029", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_4159", "stopSequence": 19 }, { "arrival": { "delay": -11, "time": "1766943829" }, "departure": { "delay": -11, "time": "1766943829" }, "stopId": "stop_point:SP_2058", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766943883" }, "departure": { "delay": -17, "time": "1766943883" }, "stopId": "stop_point:SP_1220", "stopSequence": 21 }, { "arrival": { "delay": -8, "time": "1766943952" }, "departure": { "delay": -8, "time": "1766943952" }, "stopId": "stop_point:SP_2300", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_1803", "stopSequence": 23 }, { "arrival": { "delay": -26, "time": "1766944114" }, "departure": { "delay": -26, "time": "1766944114" }, "stopId": "stop_point:SP_3881", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766944174" }, "departure": { "delay": -26, "time": "1766944174" }, "stopId": "stop_point:SP_1369", "stopSequence": 25 }, { "arrival": { "delay": 20, "time": "1766944220" }, "departure": { "delay": 20, "time": "1766944220" }, "stopId": "stop_point:SP_943", "stopSequence": 26 }, { "arrival": { "delay": 4, "time": "1766944264" }, "departure": { "delay": 4, "time": "1766944264" }, "stopId": "stop_point:SP_5180", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_3715", "stopSequence": 28 }, { "arrival": { "delay": -29, "time": "1766944351" }, "departure": { "delay": -29, "time": "1766944351" }, "stopId": "stop_point:SP_1042", "stopSequence": 29 }, { "arrival": { "delay": 24, "time": "1766944404" }, "departure": { "delay": 24, "time": "1766944404" }, "stopId": "stop_point:SP_5164", "stopSequence": 30 }, { "arrival": { "delay": 16, "time": "1766944456" }, "departure": { "delay": 16, "time": "1766944456" }, "stopId": "stop_point:SP_5155", "stopSequence": 31 }, { "arrival": { "delay": 8, "time": "1766944568" }, "departure": { "delay": 8, "time": "1766944568" }, "stopId": "stop_point:SP_5154", "stopSequence": 32 }, { "arrival": { "delay": 25, "time": "1766944645" }, "departure": { "delay": 25, "time": "1766944645" }, "stopId": "stop_point:SP_5156", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_5149", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_5056", "stopSequence": 35 }, { "arrival": { "delay": -6, "time": "1766944794" }, "departure": { "delay": -6, "time": "1766944794" }, "stopId": "stop_point:SP_194", "stopSequence": 36 }, { "arrival": { "delay": 30, "time": "1766944830" }, "departure": { "delay": 30, "time": "1766944830" }, "stopId": "stop_point:SP_1402", "stopSequence": 37 }, { "arrival": { "delay": -2, "time": "1766944858" }, "departure": { "delay": -2, "time": "1766944858" }, "stopId": "stop_point:SP_892", "stopSequence": 38 }, { "arrival": { "delay": -20, "time": "1766944900" }, "departure": { "delay": -20, "time": "1766944900" }, "stopId": "stop_point:SP_3141", "stopSequence": 39 }, { "arrival": { "delay": 26, "time": "1766944946" }, "departure": { "delay": 26, "time": "1766944946" }, "stopId": "stop_point:SP_1717", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2680", "stopSequence": 41 } ], "timestamp": "1766942094", "trip": { "routeId": "line:109", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170273" }, "vehicle": { "id": "1431933" } } }, { "id": "TripUpdateJoin:2211151", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -30, "time": "1766942130" }, "departure": { "delay": -30, "time": "1766942130" }, "stopId": "stop_point:SP_1010", "stopSequence": 9 }, { "arrival": { "delay": -24, "time": "1766942196" }, "departure": { "delay": -24, "time": "1766942196" }, "stopId": "stop_point:SP_3339", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766942250" }, "departure": { "delay": -30, "time": "1766942250" }, "stopId": "stop_point:SP_1736", "stopSequence": 11 }, { "arrival": { "delay": -30, "time": "1766942310" }, "departure": { "delay": -30, "time": "1766942310" }, "stopId": "stop_point:SP_3876", "stopSequence": 12 }, { "arrival": { "delay": -37, "time": "1766942423" }, "departure": { "delay": -37, "time": "1766942423" }, "stopId": "stop_point:SP_1339", "stopSequence": 13 }, { "arrival": { "delay": -30, "time": "1766942490" }, "departure": { "delay": -30, "time": "1766942490" }, "stopId": "stop_point:SP_325", "stopSequence": 14 }, { "arrival": { "delay": -24, "time": "1766942556" }, "departure": { "delay": -24, "time": "1766942556" }, "stopId": "stop_point:SP_3548", "stopSequence": 15 }, { "arrival": { "delay": -50, "time": "1766942710" }, "departure": { "delay": -50, "time": "1766942710" }, "stopId": "stop_point:SP_2242", "stopSequence": 16 }, { "arrival": { "delay": -43, "time": "1766942777" }, "departure": { "delay": -43, "time": "1766942777" }, "stopId": "stop_point:SP_3732", "stopSequence": 17 }, { "arrival": { "delay": -36, "time": "1766942844" }, "departure": { "delay": -36, "time": "1766942844" }, "stopId": "stop_point:SP_322", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211151" }, "vehicle": { "id": "27_1462819" } } }, { "id": "TripUpdateJoin:2170281", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_2680", "stopSequence": 1 }, { "arrival": { "delay": -11, "time": "1766946349" }, "departure": { "delay": -11, "time": "1766946349" }, "stopId": "stop_point:SP_3176", "stopSequence": 2 }, { "arrival": { "delay": -15, "time": "1766946405" }, "departure": { "delay": -15, "time": "1766946405" }, "stopId": "stop_point:SP_2118", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766946437" }, "departure": { "delay": 17, "time": "1766946437" }, "stopId": "stop_point:SP_3787", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766946473" }, "departure": { "delay": -7, "time": "1766946473" }, "stopId": "stop_point:SP_3761", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766946494" }, "departure": { "delay": 14, "time": "1766946494" }, "stopId": "stop_point:SP_577", "stopSequence": 6 }, { "arrival": { "delay": 26, "time": "1766946566" }, "departure": { "delay": 26, "time": "1766946566" }, "stopId": "stop_point:SP_5059", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_5043", "stopSequence": 8 }, { "arrival": { "delay": -2, "time": "1766946658" }, "departure": { "delay": -2, "time": "1766946658" }, "stopId": "stop_point:SP_5162", "stopSequence": 9 }, { "arrival": { "delay": -19, "time": "1766946761" }, "departure": { "delay": -19, "time": "1766946761" }, "stopId": "stop_point:SP_5152", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766946885" }, "departure": { "delay": -15, "time": "1766946885" }, "stopId": "stop_point:SP_5161", "stopSequence": 11 }, { "arrival": { "delay": 16, "time": "1766946976" }, "departure": { "delay": 16, "time": "1766946976" }, "stopId": "stop_point:SP_5158", "stopSequence": 12 }, { "arrival": { "delay": 10, "time": "1766947030" }, "departure": { "delay": 10, "time": "1766947030" }, "stopId": "stop_point:SP_2319", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_1075", "stopSequence": 14 }, { "arrival": { "delay": -10, "time": "1766947130" }, "departure": { "delay": -10, "time": "1766947130" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": -15, "time": "1766947185" }, "departure": { "delay": -15, "time": "1766947185" }, "stopId": "stop_point:SP_1955", "stopSequence": 16 }, { "arrival": { "delay": 19, "time": "1766947219" }, "departure": { "delay": 19, "time": "1766947219" }, "stopId": "stop_point:SP_476", "stopSequence": 17 }, { "arrival": { "delay": 25, "time": "1766947285" }, "departure": { "delay": 25, "time": "1766947285" }, "stopId": "stop_point:SP_1830", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -18, "time": "1766947422" }, "departure": { "delay": -18, "time": "1766947422" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766947483" }, "departure": { "delay": -17, "time": "1766947483" }, "stopId": "stop_point:SP_301", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766947516" }, "departure": { "delay": 16, "time": "1766947516" }, "stopId": "stop_point:SP_1161", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4160", "stopSequence": 23 }, { "arrival": { "delay": -30, "time": "1766947590" }, "departure": { "delay": -30, "time": "1766947590" }, "stopId": "stop_point:SP_2563", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766947632" }, "departure": { "delay": 12, "time": "1766947632" }, "stopId": "stop_point:SP_2381", "stopSequence": 25 }, { "arrival": { "delay": -3, "time": "1766947677" }, "departure": { "delay": -3, "time": "1766947677" }, "stopId": "stop_point:SP_2629", "stopSequence": 26 }, { "arrival": { "delay": -27, "time": "1766947713" }, "departure": { "delay": -27, "time": "1766947713" }, "stopId": "stop_point:SP_2847", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_757", "stopSequence": 28 }, { "arrival": { "delay": -14, "time": "1766947846" }, "departure": { "delay": -14, "time": "1766947846" }, "stopId": "stop_point:SP_1503", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766947896" }, "departure": { "delay": -24, "time": "1766947896" }, "stopId": "stop_point:SP_5243", "stopSequence": 30 }, { "arrival": { "delay": -24, "time": "1766947956" }, "departure": { "delay": -24, "time": "1766947956" }, "stopId": "stop_point:SP_5245", "stopSequence": 31 }, { "arrival": { "delay": 20, "time": "1766948000" }, "departure": { "delay": 20, "time": "1766948000" }, "stopId": "stop_point:SP_16", "stopSequence": 32 }, { "arrival": { "delay": 17, "time": "1766948117" }, "departure": { "delay": 17, "time": "1766948117" }, "stopId": "stop_point:SP_1244", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_2701", "stopSequence": 34 }, { "arrival": { "delay": -28, "time": "1766948312" }, "departure": { "delay": -28, "time": "1766948312" }, "stopId": "stop_point:SP_2306", "stopSequence": 35 }, { "arrival": { "delay": -14, "time": "1766948386" }, "departure": { "delay": -14, "time": "1766948386" }, "stopId": "stop_point:SP_2513", "stopSequence": 36 }, { "arrival": { "delay": 20, "time": "1766948420" }, "departure": { "delay": 20, "time": "1766948420" }, "stopId": "stop_point:SP_3683", "stopSequence": 37 }, { "arrival": { "delay": 5, "time": "1766948465" }, "departure": { "delay": 5, "time": "1766948465" }, "stopId": "stop_point:SP_278", "stopSequence": 38 }, { "arrival": { "delay": -20, "time": "1766948500" }, "departure": { "delay": -20, "time": "1766948500" }, "stopId": "stop_point:SP_1346", "stopSequence": 39 }, { "arrival": { "delay": 18, "time": "1766948538" }, "departure": { "delay": 18, "time": "1766948538" }, "stopId": "stop_point:SP_2675", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_1036", "stopSequence": 41 } ], "timestamp": "1766942094", "trip": { "routeId": "line:109", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170281" }, "vehicle": { "id": "1431949" } } }, { "id": "TripUpdateJoin:2187310", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 130, "time": "1766942170" }, "departure": { "delay": 130, "time": "1766942170" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": 158, "time": "1766942258" }, "departure": { "delay": 158, "time": "1766942258" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 146, "time": "1766942306" }, "departure": { "delay": 146, "time": "1766942306" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": 126, "time": "1766942346" }, "departure": { "delay": 126, "time": "1766942346" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 }, { "arrival": { "delay": 133, "time": "1766942413" }, "departure": { "delay": 133, "time": "1766942413" }, "stopId": "stop_point:SP_2406", "stopSequence": 19 }, { "arrival": { "delay": 143, "time": "1766942483" }, "departure": { "delay": 143, "time": "1766942483" }, "stopId": "stop_point:SP_1291", "stopSequence": 20 }, { "arrival": { "delay": 100, "time": "1766942500" }, "departure": { "delay": 100, "time": "1766942500" }, "stopId": "stop_point:SP_1633", "stopSequence": 21 }, { "arrival": { "delay": 146, "time": "1766942606" }, "departure": { "delay": 146, "time": "1766942606" }, "stopId": "stop_point:SP_4899", "stopSequence": 22 }, { "arrival": { "delay": 93, "time": "1766942793" }, "departure": { "delay": 93, "time": "1766942793" }, "stopId": "stop_point:SP_5326", "stopSequence": 23 }, { "arrival": { "delay": 146, "time": "1766943026" }, "departure": { "delay": 146, "time": "1766943026" }, "stopId": "stop_point:SP_2600", "stopSequence": 24 }, { "arrival": { "delay": 149, "time": "1766943089" }, "departure": { "delay": 149, "time": "1766943089" }, "stopId": "stop_point:SP_835", "stopSequence": 25 }, { "arrival": { "delay": 94, "time": "1766943094" }, "departure": { "delay": 94, "time": "1766943094" }, "stopId": "stop_point:SP_3589", "stopSequence": 26 }, { "arrival": { "delay": 152, "time": "1766943152" }, "departure": { "delay": 152, "time": "1766943152" }, "stopId": "stop_point:SP_2659", "stopSequence": 27 }, { "arrival": { "delay": 146, "time": "1766943266" }, "departure": { "delay": 146, "time": "1766943266" }, "stopId": "stop_point:SP_2022", "stopSequence": 28 }, { "arrival": { "delay": 91, "time": "1766943271" }, "departure": { "delay": 91, "time": "1766943271" }, "stopId": "stop_point:SP_3501", "stopSequence": 29 }, { "arrival": { "delay": 146, "time": "1766943386" }, "departure": { "delay": 146, "time": "1766943386" }, "stopId": "stop_point:SP_469", "stopSequence": 30 }, { "arrival": { "delay": 108, "time": "1766943408" }, "departure": { "delay": 108, "time": "1766943408" }, "stopId": "stop_point:SP_731", "stopSequence": 31 }, { "arrival": { "delay": 90, "time": "1766943570" }, "departure": { "delay": 90, "time": "1766943570" }, "stopId": "stop_point:SP_5526", "stopSequence": 32 }, { "arrival": { "delay": 146, "time": "1766943686" }, "departure": { "delay": 146, "time": "1766943686" }, "stopId": "stop_point:SP_5522", "stopSequence": 33 }, { "arrival": { "delay": 155, "time": "1766943755" }, "departure": { "delay": 155, "time": "1766943755" }, "stopId": "stop_point:SP_5520", "stopSequence": 34 }, { "arrival": { "delay": 156, "time": "1766943816" }, "departure": { "delay": 156, "time": "1766943816" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": 165, "time": "1766943885" }, "departure": { "delay": 165, "time": "1766943885" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": 154, "time": "1766943994" }, "departure": { "delay": 154, "time": "1766943994" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": 146, "time": "1766944046" }, "departure": { "delay": 146, "time": "1766944046" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187310" }, "vehicle": { "id": "27_1437424" } } }, { "id": "TripUpdateJoin:2162639", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 90, "time": "1766942190" }, "departure": { "delay": 90, "time": "1766942190" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 77, "time": "1766942357" }, "departure": { "delay": 77, "time": "1766942357" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": 38, "time": "1766942438" }, "departure": { "delay": 38, "time": "1766942438" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 35, "time": "1766942555" }, "departure": { "delay": 35, "time": "1766942555" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": 40, "time": "1766942740" }, "departure": { "delay": 40, "time": "1766942740" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": 33, "time": "1766942793" }, "departure": { "delay": 33, "time": "1766942793" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 35, "time": "1766942915" }, "departure": { "delay": 35, "time": "1766942915" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 35, "time": "1766943095" }, "departure": { "delay": 35, "time": "1766943095" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": 92, "time": "1766943272" }, "departure": { "delay": 92, "time": "1766943272" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 35, "time": "1766943395" }, "departure": { "delay": 35, "time": "1766943395" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 92, "time": "1766943572" }, "departure": { "delay": 92, "time": "1766943572" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 35, "time": "1766943635" }, "departure": { "delay": 35, "time": "1766943635" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 91, "time": "1766943751" }, "departure": { "delay": 91, "time": "1766943751" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 35, "time": "1766943755" }, "departure": { "delay": 35, "time": "1766943755" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162639" }, "vehicle": { "id": "1430576" } } }, { "id": "TripUpdateJoin:2204511", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_2162", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766944563" }, "departure": { "delay": 3, "time": "1766944563" }, "stopId": "stop_point:SP_212", "stopSequence": 2 }, { "arrival": { "delay": -18, "time": "1766944602" }, "departure": { "delay": -18, "time": "1766944602" }, "stopId": "stop_point:SP_3541", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766944697" }, "departure": { "delay": 17, "time": "1766944697" }, "stopId": "stop_point:SP_2931", "stopSequence": 4 }, { "arrival": { "delay": -13, "time": "1766944787" }, "departure": { "delay": -13, "time": "1766944787" }, "stopId": "stop_point:SP_2883", "stopSequence": 5 }, { "arrival": { "delay": -22, "time": "1766944838" }, "departure": { "delay": -22, "time": "1766944838" }, "stopId": "stop_point:SP_424", "stopSequence": 6 }, { "arrival": { "delay": 15, "time": "1766944875" }, "departure": { "delay": 15, "time": "1766944875" }, "stopId": "stop_point:SP_2802", "stopSequence": 7 }, { "arrival": { "delay": -5, "time": "1766944915" }, "departure": { "delay": -5, "time": "1766944915" }, "stopId": "stop_point:SP_3511", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_4483", "stopSequence": 9 }, { "arrival": { "delay": 18, "time": "1766945058" }, "departure": { "delay": 18, "time": "1766945058" }, "stopId": "stop_point:SP_4672", "stopSequence": 10 }, { "arrival": { "delay": 22, "time": "1766945122" }, "departure": { "delay": 22, "time": "1766945122" }, "stopId": "stop_point:SP_4482", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_3418", "stopSequence": 12 }, { "arrival": { "delay": -11, "time": "1766945329" }, "departure": { "delay": -11, "time": "1766945329" }, "stopId": "stop_point:SP_2939", "stopSequence": 13 }, { "arrival": { "delay": 29, "time": "1766945369" }, "departure": { "delay": 29, "time": "1766945369" }, "stopId": "stop_point:SP_1546", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766945398" }, "departure": { "delay": -2, "time": "1766945398" }, "stopId": "stop_point:SP_3074", "stopSequence": 15 }, { "arrival": { "delay": -23, "time": "1766945437" }, "departure": { "delay": -23, "time": "1766945437" }, "stopId": "stop_point:SP_3197", "stopSequence": 16 }, { "arrival": { "delay": -10, "time": "1766945510" }, "departure": { "delay": -10, "time": "1766945510" }, "stopId": "stop_point:SP_110", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_3839", "stopSequence": 18 }, { "arrival": { "delay": 7, "time": "1766945647" }, "departure": { "delay": 7, "time": "1766945647" }, "stopId": "stop_point:SP_3058", "stopSequence": 19 }, { "arrival": { "delay": -15, "time": "1766945685" }, "departure": { "delay": -15, "time": "1766945685" }, "stopId": "stop_point:SP_1398", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_3779", "stopSequence": 21 }, { "arrival": { "delay": -27, "time": "1766945793" }, "departure": { "delay": -27, "time": "1766945793" }, "stopId": "stop_point:SP_3025", "stopSequence": 22 }, { "arrival": { "delay": 21, "time": "1766945841" }, "departure": { "delay": 21, "time": "1766945841" }, "stopId": "stop_point:SP_931", "stopSequence": 23 }, { "arrival": { "delay": -3, "time": "1766945877" }, "departure": { "delay": -3, "time": "1766945877" }, "stopId": "stop_point:SP_3898", "stopSequence": 24 }, { "arrival": { "delay": -20, "time": "1766945920" }, "departure": { "delay": -20, "time": "1766945920" }, "stopId": "stop_point:SP_2892", "stopSequence": 25 }, { "arrival": { "delay": -9, "time": "1766945931" }, "departure": { "delay": -9, "time": "1766945931" }, "stopId": "stop_point:SP_5096", "stopSequence": 26 }, { "arrival": { "delay": 27, "time": "1766945967" }, "departure": { "delay": 27, "time": "1766945967" }, "stopId": "stop_point:SP_2663", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_3140", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204511" }, "vehicle": { "id": "1457692" } } }, { "id": "TripUpdateJoin:2145418", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766946914" }, "departure": { "delay": 14, "time": "1766946914" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766946948" }, "departure": { "delay": -12, "time": "1766946948" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766946999" }, "departure": { "delay": -21, "time": "1766946999" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766947041" }, "departure": { "delay": 21, "time": "1766947041" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766947091" }, "departure": { "delay": 11, "time": "1766947091" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766947134" }, "departure": { "delay": -6, "time": "1766947134" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -14, "time": "1766947246" }, "departure": { "delay": -14, "time": "1766947246" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": -9, "time": "1766947311" }, "departure": { "delay": -9, "time": "1766947311" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766947360" }, "departure": { "delay": -20, "time": "1766947360" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766947411" }, "departure": { "delay": -29, "time": "1766947411" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766947491" }, "departure": { "delay": -9, "time": "1766947491" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766947567" }, "departure": { "delay": 7, "time": "1766947567" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766947621" }, "departure": { "delay": 1, "time": "1766947621" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766947854" }, "departure": { "delay": -6, "time": "1766947854" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766948012" }, "departure": { "delay": -28, "time": "1766948012" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": -14, "time": "1766948206" }, "departure": { "delay": -14, "time": "1766948206" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 19, "time": "1766948299" }, "departure": { "delay": 19, "time": "1766948299" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145418" }, "vehicle": { "id": "1432625" } } }, { "id": "TripUpdateJoin:2162643", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766946672" }, "departure": { "delay": 12, "time": "1766946672" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766946730" }, "departure": { "delay": 10, "time": "1766946730" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766946807" }, "departure": { "delay": 27, "time": "1766946807" }, "stopId": "stop_point:SP_412", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766946921" }, "departure": { "delay": 21, "time": "1766946921" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766947084" }, "departure": { "delay": 4, "time": "1766947084" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": -18, "time": "1766947182" }, "departure": { "delay": -18, "time": "1766947182" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": -16, "time": "1766947484" }, "departure": { "delay": -16, "time": "1766947484" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766947558" }, "departure": { "delay": -2, "time": "1766947558" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766947963" }, "departure": { "delay": -17, "time": "1766947963" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 8, "time": "1766948228" }, "departure": { "delay": 8, "time": "1766948228" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766948407" }, "departure": { "delay": 7, "time": "1766948407" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162643" }, "vehicle": { "id": "1430581" } } }, { "id": "TripUpdateJoin:2204121", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 458, "time": "1766942138" }, "departure": { "delay": 458, "time": "1766942138" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": 459, "time": "1766942199" }, "departure": { "delay": 459, "time": "1766942199" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 464, "time": "1766942264" }, "departure": { "delay": 464, "time": "1766942264" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204121" }, "vehicle": { "id": "1457948" } } }, { "id": "TripUpdateJoin:2205209", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 93, "time": "1766942133" }, "departure": { "delay": 93, "time": "1766942133" }, "stopId": "stop_point:SP_664", "stopSequence": 9 }, { "arrival": { "delay": 108, "time": "1766942208" }, "departure": { "delay": 108, "time": "1766942208" }, "stopId": "stop_point:SP_6", "stopSequence": 10 }, { "arrival": { "delay": 89, "time": "1766942309" }, "departure": { "delay": 89, "time": "1766942309" }, "stopId": "stop_point:SP_1653", "stopSequence": 11 }, { "arrival": { "delay": 89, "time": "1766942369" }, "departure": { "delay": 89, "time": "1766942369" }, "stopId": "stop_point:SP_2758", "stopSequence": 12 }, { "arrival": { "delay": 90, "time": "1766942430" }, "departure": { "delay": 90, "time": "1766942430" }, "stopId": "stop_point:SP_1485", "stopSequence": 13 }, { "arrival": { "delay": 91, "time": "1766942491" }, "departure": { "delay": 91, "time": "1766942491" }, "stopId": "stop_point:SP_1115", "stopSequence": 14 }, { "arrival": { "delay": 89, "time": "1766942549" }, "departure": { "delay": 89, "time": "1766942549" }, "stopId": "stop_point:SP_3833", "stopSequence": 15 }, { "arrival": { "delay": 30, "time": "1766942550" }, "departure": { "delay": 30, "time": "1766942550" }, "stopId": "stop_point:SP_3287", "stopSequence": 16 }, { "arrival": { "delay": 81, "time": "1766942661" }, "departure": { "delay": 81, "time": "1766942661" }, "stopId": "stop_point:SP_3390", "stopSequence": 17 }, { "arrival": { "delay": 91, "time": "1766942671" }, "departure": { "delay": 91, "time": "1766942671" }, "stopId": "stop_point:SP_3330", "stopSequence": 18 }, { "arrival": { "delay": 89, "time": "1766942729" }, "departure": { "delay": 89, "time": "1766942729" }, "stopId": "stop_point:SP_4784", "stopSequence": 19 }, { "arrival": { "delay": 92, "time": "1766942792" }, "departure": { "delay": 92, "time": "1766942792" }, "stopId": "stop_point:SP_521", "stopSequence": 20 }, { "arrival": { "delay": 89, "time": "1766942849" }, "departure": { "delay": 89, "time": "1766942849" }, "stopId": "stop_point:SP_922", "stopSequence": 21 }, { "arrival": { "delay": 80, "time": "1766942900" }, "departure": { "delay": 80, "time": "1766942900" }, "stopId": "stop_point:SP_2389", "stopSequence": 22 }, { "arrival": { "delay": 91, "time": "1766942911" }, "departure": { "delay": 91, "time": "1766942911" }, "stopId": "stop_point:SP_838", "stopSequence": 23 }, { "arrival": { "delay": 100, "time": "1766942980" }, "departure": { "delay": 100, "time": "1766942980" }, "stopId": "stop_point:SP_440", "stopSequence": 24 }, { "arrival": { "delay": 91, "time": "1766943031" }, "departure": { "delay": 91, "time": "1766943031" }, "stopId": "stop_point:SP_742", "stopSequence": 25 }, { "arrival": { "delay": 78, "time": "1766943078" }, "departure": { "delay": 78, "time": "1766943078" }, "stopId": "stop_point:SP_5246", "stopSequence": 26 }, { "arrival": { "delay": 44, "time": "1766943104" }, "departure": { "delay": 44, "time": "1766943104" }, "stopId": "stop_point:SP_749", "stopSequence": 27 }, { "arrival": { "delay": 104, "time": "1766943164" }, "departure": { "delay": 104, "time": "1766943164" }, "stopId": "stop_point:SP_1791", "stopSequence": 28 }, { "arrival": { "delay": 89, "time": "1766943209" }, "departure": { "delay": 89, "time": "1766943209" }, "stopId": "stop_point:SP_3911", "stopSequence": 29 }, { "arrival": { "delay": 89, "time": "1766943269" }, "departure": { "delay": 89, "time": "1766943269" }, "stopId": "stop_point:SP_5142", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205209" }, "vehicle": { "id": "27_1455299" } } }, { "id": "TripUpdateJoin:2193370", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1754", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766947030" }, "departure": { "delay": 10, "time": "1766947030" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 4, "time": "1766947144" }, "departure": { "delay": 4, "time": "1766947144" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2467", "stopSequence": 5 }, { "arrival": { "delay": -25, "time": "1766947295" }, "departure": { "delay": -25, "time": "1766947295" }, "stopId": "stop_point:SP_2210", "stopSequence": 6 }, { "arrival": { "delay": -19, "time": "1766947361" }, "departure": { "delay": -19, "time": "1766947361" }, "stopId": "stop_point:SP_3729", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766947427" }, "departure": { "delay": -13, "time": "1766947427" }, "stopId": "stop_point:SP_1532", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1846", "stopSequence": 9 }, { "arrival": { "delay": 23, "time": "1766947583" }, "departure": { "delay": 23, "time": "1766947583" }, "stopId": "stop_point:SP_3237", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_3657", "stopSequence": 11 }, { "arrival": { "delay": -4, "time": "1766947676" }, "departure": { "delay": -4, "time": "1766947676" }, "stopId": "stop_point:SP_396", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_3872", "stopSequence": 13 }, { "arrival": { "delay": -13, "time": "1766947787" }, "departure": { "delay": -13, "time": "1766947787" }, "stopId": "stop_point:SP_2193", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_414", "stopSequence": 15 }, { "arrival": { "delay": -12, "time": "1766947908" }, "departure": { "delay": -12, "time": "1766947908" }, "stopId": "stop_point:SP_2921", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766947987" }, "departure": { "delay": 7, "time": "1766947987" }, "stopId": "stop_point:SP_1531", "stopSequence": 17 }, { "arrival": { "delay": 4, "time": "1766948044" }, "departure": { "delay": 4, "time": "1766948044" }, "stopId": "stop_point:SP_2627", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766948102" }, "departure": { "delay": 2, "time": "1766948102" }, "stopId": "stop_point:SP_3433", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_2379", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766948203" }, "departure": { "delay": -17, "time": "1766948203" }, "stopId": "stop_point:SP_3740", "stopSequence": 21 }, { "arrival": { "delay": -2, "time": "1766948278" }, "departure": { "delay": -2, "time": "1766948278" }, "stopId": "stop_point:SP_4840", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_4093", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766948459" }, "departure": { "delay": -1, "time": "1766948459" }, "stopId": "stop_point:SP_4800", "stopSequence": 24 }, { "arrival": { "delay": -1, "time": "1766948519" }, "departure": { "delay": -1, "time": "1766948519" }, "stopId": "stop_point:SP_4806", "stopSequence": 25 }, { "arrival": { "delay": -21, "time": "1766948559" }, "departure": { "delay": -21, "time": "1766948559" }, "stopId": "stop_point:SP_4801", "stopSequence": 26 }, { "arrival": { "delay": -26, "time": "1766948614" }, "departure": { "delay": -26, "time": "1766948614" }, "stopId": "stop_point:SP_4803", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_1027", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193370" }, "vehicle": { "id": "1449821" } } }, { "id": "TripUpdateJoin:2145366", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1080, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766946063" }, "departure": { "delay": 3, "time": "1766946063" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766946113" }, "departure": { "delay": -7, "time": "1766946113" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766946324" }, "departure": { "delay": 24, "time": "1766946324" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766946499" }, "departure": { "delay": 19, "time": "1766946499" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766946669" }, "departure": { "delay": 9, "time": "1766946669" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766946709" }, "departure": { "delay": -11, "time": "1766946709" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766946779" }, "departure": { "delay": -1, "time": "1766946779" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766946880" }, "departure": { "delay": -20, "time": "1766946880" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766946945" }, "departure": { "delay": -15, "time": "1766946945" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766946995" }, "departure": { "delay": -25, "time": "1766946995" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 12, "time": "1766947092" }, "departure": { "delay": 12, "time": "1766947092" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766947243" }, "departure": { "delay": -17, "time": "1766947243" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766947319" }, "departure": { "delay": -1, "time": "1766947319" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 19, "time": "1766947399" }, "departure": { "delay": 19, "time": "1766947399" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766947458" }, "departure": { "delay": 18, "time": "1766947458" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": -20, "time": "1766947540" }, "departure": { "delay": -20, "time": "1766947540" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145366" }, "vehicle": { "id": "1432576" } } }, { "id": "TripUpdateJoin:2166155", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766946509" }, "departure": { "delay": 29, "time": "1766946509" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766946556" }, "departure": { "delay": 16, "time": "1766946556" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766946682" }, "departure": { "delay": 22, "time": "1766946682" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766946754" }, "departure": { "delay": -26, "time": "1766946754" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766946833" }, "departure": { "delay": -7, "time": "1766946833" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766946916" }, "departure": { "delay": 16, "time": "1766946916" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766947039" }, "departure": { "delay": 19, "time": "1766947039" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766947124" }, "departure": { "delay": -16, "time": "1766947124" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766947179" }, "departure": { "delay": -21, "time": "1766947179" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766947308" }, "departure": { "delay": -12, "time": "1766947308" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766947389" }, "departure": { "delay": 9, "time": "1766947389" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766947435" }, "departure": { "delay": -5, "time": "1766947435" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766947551" }, "departure": { "delay": -9, "time": "1766947551" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766947626" }, "departure": { "delay": 6, "time": "1766947626" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766947755" }, "departure": { "delay": 15, "time": "1766947755" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766947863" }, "departure": { "delay": 3, "time": "1766947863" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766948060" }, "departure": { "delay": 20, "time": "1766948060" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766948314" }, "departure": { "delay": -26, "time": "1766948314" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -7, "time": "1766948453" }, "departure": { "delay": -7, "time": "1766948453" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766948616" }, "departure": { "delay": -24, "time": "1766948616" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766948731" }, "departure": { "delay": -29, "time": "1766948731" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 17, "time": "1766948777" }, "departure": { "delay": 17, "time": "1766948777" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -8, "time": "1766948872" }, "departure": { "delay": -8, "time": "1766948872" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766948916" }, "departure": { "delay": -24, "time": "1766948916" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 21, "time": "1766948961" }, "departure": { "delay": 21, "time": "1766948961" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166155" }, "vehicle": { "id": "1432066" } } }, { "id": "TripUpdateJoin:2193133", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 104, "time": "1766942144" }, "departure": { "delay": 104, "time": "1766942144" }, "stopId": "stop_point:SP_1760", "stopSequence": 15 }, { "arrival": { "delay": 94, "time": "1766942194" }, "departure": { "delay": 94, "time": "1766942194" }, "stopId": "stop_point:SP_2311", "stopSequence": 16 }, { "arrival": { "delay": 91, "time": "1766942251" }, "departure": { "delay": 91, "time": "1766942251" }, "stopId": "stop_point:SP_802", "stopSequence": 17 }, { "arrival": { "delay": 96, "time": "1766942316" }, "departure": { "delay": 96, "time": "1766942316" }, "stopId": "stop_point:SP_2114", "stopSequence": 18 }, { "arrival": { "delay": 150, "time": "1766942430" }, "departure": { "delay": 150, "time": "1766942430" }, "stopId": "stop_point:SP_3810", "stopSequence": 19 }, { "arrival": { "delay": 167, "time": "1766942507" }, "departure": { "delay": 167, "time": "1766942507" }, "stopId": "stop_point:SP_507", "stopSequence": 20 }, { "arrival": { "delay": 95, "time": "1766942555" }, "departure": { "delay": 95, "time": "1766942555" }, "stopId": "stop_point:SP_3354", "stopSequence": 21 }, { "arrival": { "delay": 104, "time": "1766942624" }, "departure": { "delay": 104, "time": "1766942624" }, "stopId": "stop_point:SP_2207", "stopSequence": 22 }, { "arrival": { "delay": 103, "time": "1766942683" }, "departure": { "delay": 103, "time": "1766942683" }, "stopId": "stop_point:SP_2270", "stopSequence": 23 }, { "arrival": { "delay": 155, "time": "1766942795" }, "departure": { "delay": 155, "time": "1766942795" }, "stopId": "stop_point:SP_1526", "stopSequence": 24 }, { "arrival": { "delay": 104, "time": "1766942804" }, "departure": { "delay": 104, "time": "1766942804" }, "stopId": "stop_point:SP_97", "stopSequence": 25 }, { "arrival": { "delay": 104, "time": "1766942864" }, "departure": { "delay": 104, "time": "1766942864" }, "stopId": "stop_point:SP_1175", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193133" }, "vehicle": { "id": "1449923" } } }, { "id": "TripUpdateJoin:2169244", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766947276" }, "departure": { "delay": 16, "time": "1766947276" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766947772" }, "departure": { "delay": -28, "time": "1766947772" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169244" }, "vehicle": { "id": "1431101" } } }, { "id": "TripUpdateJoin:2204178", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766943220" }, "departure": { "delay": -20, "time": "1766943220" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766943308" }, "departure": { "delay": 8, "time": "1766943308" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766943385" }, "departure": { "delay": 25, "time": "1766943385" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766943446" }, "departure": { "delay": 26, "time": "1766943446" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 10, "time": "1766943670" }, "departure": { "delay": 10, "time": "1766943670" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766943743" }, "departure": { "delay": 23, "time": "1766943743" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766943811" }, "departure": { "delay": -29, "time": "1766943811" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766943880" }, "departure": { "delay": -20, "time": "1766943880" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 4, "time": "1766944024" }, "departure": { "delay": 4, "time": "1766944024" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766944149" }, "departure": { "delay": 9, "time": "1766944149" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766944205" }, "departure": { "delay": 5, "time": "1766944205" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766944278" }, "departure": { "delay": 18, "time": "1766944278" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766944376" }, "departure": { "delay": -4, "time": "1766944376" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766944467" }, "departure": { "delay": 27, "time": "1766944467" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766944515" }, "departure": { "delay": 15, "time": "1766944515" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": -11, "time": "1766944729" }, "departure": { "delay": -11, "time": "1766944729" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": 27, "time": "1766944827" }, "departure": { "delay": 27, "time": "1766944827" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766945044" }, "departure": { "delay": 4, "time": "1766945044" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 19, "time": "1766945179" }, "departure": { "delay": 19, "time": "1766945179" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": -30, "time": "1766945250" }, "departure": { "delay": -30, "time": "1766945250" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": 17, "time": "1766945297" }, "departure": { "delay": 17, "time": "1766945297" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 28, "time": "1766945428" }, "departure": { "delay": 28, "time": "1766945428" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 14, "time": "1766945534" }, "departure": { "delay": 14, "time": "1766945534" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": -28, "time": "1766945612" }, "departure": { "delay": -28, "time": "1766945612" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766945681" }, "departure": { "delay": -19, "time": "1766945681" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": -25, "time": "1766945795" }, "departure": { "delay": -25, "time": "1766945795" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766945835" }, "departure": { "delay": 15, "time": "1766945835" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": -9, "time": "1766945871" }, "departure": { "delay": -9, "time": "1766945871" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 11, "time": "1766945951" }, "departure": { "delay": 11, "time": "1766945951" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": -18, "time": "1766946042" }, "departure": { "delay": -18, "time": "1766946042" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 10, "time": "1766946130" }, "departure": { "delay": 10, "time": "1766946130" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": -18, "time": "1766946282" }, "departure": { "delay": -18, "time": "1766946282" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": -26, "time": "1766946334" }, "departure": { "delay": -26, "time": "1766946334" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": -4, "time": "1766946476" }, "departure": { "delay": -4, "time": "1766946476" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": -17, "time": "1766946523" }, "departure": { "delay": -17, "time": "1766946523" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204178" }, "vehicle": { "id": "1457965" } } }, { "id": "TripUpdateJoin:2205233", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 143, "time": "1766942123" }, "departure": { "delay": 143, "time": "1766942123" }, "stopId": "stop_point:SP_2289", "stopSequence": 22 }, { "arrival": { "delay": 133, "time": "1766942233" }, "departure": { "delay": 133, "time": "1766942233" }, "stopId": "stop_point:SP_983", "stopSequence": 23 }, { "arrival": { "delay": 148, "time": "1766942308" }, "departure": { "delay": 148, "time": "1766942308" }, "stopId": "stop_point:SP_2427", "stopSequence": 24 }, { "arrival": { "delay": 149, "time": "1766942369" }, "departure": { "delay": 149, "time": "1766942369" }, "stopId": "stop_point:SP_702", "stopSequence": 25 }, { "arrival": { "delay": 137, "time": "1766942417" }, "departure": { "delay": 137, "time": "1766942417" }, "stopId": "stop_point:SP_259", "stopSequence": 26 }, { "arrival": { "delay": 135, "time": "1766942475" }, "departure": { "delay": 135, "time": "1766942475" }, "stopId": "stop_point:SP_113", "stopSequence": 27 }, { "arrival": { "delay": 149, "time": "1766942549" }, "departure": { "delay": 149, "time": "1766942549" }, "stopId": "stop_point:SP_3853", "stopSequence": 28 }, { "arrival": { "delay": 149, "time": "1766942669" }, "departure": { "delay": 149, "time": "1766942669" }, "stopId": "stop_point:SP_1140", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205233" }, "vehicle": { "id": "27_1455323" } } }, { "id": "TripUpdateJoin:2166148", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 151, "time": "1766942131" }, "departure": { "delay": 151, "time": "1766942131" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": 135, "time": "1766942175" }, "departure": { "delay": 135, "time": "1766942175" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": 148, "time": "1766942308" }, "departure": { "delay": 148, "time": "1766942308" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 194, "time": "1766942354" }, "departure": { "delay": 194, "time": "1766942354" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 151, "time": "1766942371" }, "departure": { "delay": 151, "time": "1766942371" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": 162, "time": "1766942442" }, "departure": { "delay": 162, "time": "1766942442" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": 135, "time": "1766942475" }, "departure": { "delay": 135, "time": "1766942475" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 198, "time": "1766942538" }, "departure": { "delay": 198, "time": "1766942538" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 151, "time": "1766942611" }, "departure": { "delay": 151, "time": "1766942611" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166148" }, "vehicle": { "id": "1432059" } } }, { "id": "TripUpdateJoin:2197639", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_3527", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_515", "stopSequence": 2 }, { "arrival": { "delay": -20, "time": "1766948560" }, "departure": { "delay": -20, "time": "1766948560" }, "stopId": "stop_point:SP_3694", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766948615" }, "departure": { "delay": -25, "time": "1766948615" }, "stopId": "stop_point:SP_217", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766948650" }, "departure": { "delay": 10, "time": "1766948650" }, "stopId": "stop_point:SP_1729", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_1884", "stopSequence": 6 }, { "arrival": { "delay": 2, "time": "1766948762" }, "departure": { "delay": 2, "time": "1766948762" }, "stopId": "stop_point:SP_2267", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_3063", "stopSequence": 8 }, { "arrival": { "delay": 21, "time": "1766948901" }, "departure": { "delay": 21, "time": "1766948901" }, "stopId": "stop_point:SP_2754", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_3248", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_3798", "stopSequence": 11 }, { "arrival": { "delay": -3, "time": "1766949057" }, "departure": { "delay": -3, "time": "1766949057" }, "stopId": "stop_point:SP_277", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766949103" }, "departure": { "delay": -17, "time": "1766949103" }, "stopId": "stop_point:SP_725", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_53", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766949253" }, "departure": { "delay": 13, "time": "1766949253" }, "stopId": "stop_point:SP_963", "stopSequence": 15 } ], "timestamp": "1766942094", "trip": { "routeId": "line:58", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197639" }, "vehicle": { "id": "27_1450415" } } }, { "id": "TripUpdateJoin:2144145", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1104", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144145" }, "vehicle": { "id": "1432368" } } }, { "id": "TripUpdateJoin:2169177", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -616, "time": "1766942084" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766942795" }, "departure": { "delay": -25, "time": "1766942795" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766943022" }, "departure": { "delay": 22, "time": "1766943022" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169177" }, "vehicle": { "id": "1431034" } } }, { "id": "TripUpdateJoin:2195750", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -444, "time": "1766941956" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_3665", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766942423" }, "departure": { "delay": 23, "time": "1766942423" }, "stopId": "stop_point:SP_273", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766942559" }, "departure": { "delay": -21, "time": "1766942559" }, "stopId": "stop_point:SP_1399", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_3654", "stopSequence": 4 }, { "arrival": { "delay": -22, "time": "1766942618" }, "departure": { "delay": -22, "time": "1766942618" }, "stopId": "stop_point:SP_1863", "stopSequence": 5 }, { "arrival": { "delay": 10, "time": "1766942710" }, "departure": { "delay": 10, "time": "1766942710" }, "stopId": "stop_point:SP_3553", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766942746" }, "departure": { "delay": -14, "time": "1766942746" }, "stopId": "stop_point:SP_1031", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766942788" }, "departure": { "delay": 28, "time": "1766942788" }, "stopId": "stop_point:SP_5124", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_1365", "stopSequence": 9 }, { "arrival": { "delay": 21, "time": "1766942841" }, "departure": { "delay": 21, "time": "1766942841" }, "stopId": "stop_point:SP_43", "stopSequence": 10 }, { "arrival": { "delay": -18, "time": "1766942862" }, "departure": { "delay": -18, "time": "1766942862" }, "stopId": "stop_point:SP_1771", "stopSequence": 11 }, { "arrival": { "delay": -35, "time": "1766942905" }, "departure": { "delay": -35, "time": "1766942905" }, "stopId": "stop_point:SP_2646", "stopSequence": 12 }, { "arrival": { "delay": 13, "time": "1766942953" }, "departure": { "delay": 13, "time": "1766942953" }, "stopId": "stop_point:SP_1739", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_3171", "stopSequence": 14 }, { "arrival": { "delay": 20, "time": "1766943020" }, "departure": { "delay": 20, "time": "1766943020" }, "stopId": "stop_point:SP_2473", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_4951", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766943169" }, "departure": { "delay": -11, "time": "1766943169" }, "stopId": "stop_point:SP_1063", "stopSequence": 17 }, { "arrival": { "delay": 20, "time": "1766943200" }, "departure": { "delay": 20, "time": "1766943200" }, "stopId": "stop_point:SP_1713", "stopSequence": 18 }, { "arrival": { "delay": 16, "time": "1766943256" }, "departure": { "delay": 16, "time": "1766943256" }, "stopId": "stop_point:SP_3268", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_1944", "stopSequence": 20 }, { "arrival": { "delay": 23, "time": "1766943323" }, "departure": { "delay": 23, "time": "1766943323" }, "stopId": "stop_point:SP_1211", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766943442" }, "departure": { "delay": 22, "time": "1766943442" }, "stopId": "stop_point:SP_1872", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_2463", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766943554" }, "departure": { "delay": 14, "time": "1766943554" }, "stopId": "stop_point:SP_2328", "stopSequence": 24 }, { "arrival": { "delay": -23, "time": "1766943577" }, "departure": { "delay": -23, "time": "1766943577" }, "stopId": "stop_point:SP_2512", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2615", "stopSequence": 26 }, { "arrival": { "delay": -20, "time": "1766943640" }, "departure": { "delay": -20, "time": "1766943640" }, "stopId": "stop_point:SP_3794", "stopSequence": 27 }, { "arrival": { "delay": 18, "time": "1766943678" }, "departure": { "delay": 18, "time": "1766943678" }, "stopId": "stop_point:SP_3037", "stopSequence": 28 }, { "arrival": { "delay": 11, "time": "1766943731" }, "departure": { "delay": 11, "time": "1766943731" }, "stopId": "stop_point:SP_1309", "stopSequence": 29 }, { "arrival": { "delay": 4, "time": "1766943784" }, "departure": { "delay": 4, "time": "1766943784" }, "stopId": "stop_point:SP_4842", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_1074", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766943881" }, "departure": { "delay": -19, "time": "1766943881" }, "stopId": "stop_point:SP_706", "stopSequence": 32 }, { "arrival": { "delay": 23, "time": "1766943923" }, "departure": { "delay": 23, "time": "1766943923" }, "stopId": "stop_point:SP_1457", "stopSequence": 33 }, { "arrival": { "delay": 8, "time": "1766943968" }, "departure": { "delay": 8, "time": "1766943968" }, "stopId": "stop_point:SP_3806", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_468", "stopSequence": 35 }, { "arrival": { "delay": -22, "time": "1766944058" }, "departure": { "delay": -22, "time": "1766944058" }, "stopId": "stop_point:SP_3577", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2839", "stopSequence": 37 }, { "arrival": { "delay": -24, "time": "1766944116" }, "departure": { "delay": -24, "time": "1766944116" }, "stopId": "stop_point:SP_1470", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_884", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2195750" }, "vehicle": { "id": "1449716" } } }, { "id": "TripUpdateJoin:2186930", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -845, "time": "1766941255" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_5601", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766942280" }, "departure": { "delay": 0, "time": "1766942280" }, "stopId": "stop_point:SP_5620", "stopSequence": 2 }, { "arrival": { "delay": -14, "time": "1766942326" }, "departure": { "delay": -14, "time": "1766942326" }, "stopId": "stop_point:SP_1954", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766942342" }, "departure": { "delay": 2, "time": "1766942342" }, "stopId": "stop_point:SP_3744", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766942375" }, "departure": { "delay": -25, "time": "1766942375" }, "stopId": "stop_point:SP_3110", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_5602", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_2603", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766942479" }, "departure": { "delay": 19, "time": "1766942479" }, "stopId": "stop_point:SP_1875", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766942517" }, "departure": { "delay": -3, "time": "1766942517" }, "stopId": "stop_point:SP_1002", "stopSequence": 9 }, { "arrival": { "delay": 29, "time": "1766942549" }, "departure": { "delay": 29, "time": "1766942549" }, "stopId": "stop_point:SP_2189", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_1797", "stopSequence": 11 }, { "arrival": { "delay": -1, "time": "1766942639" }, "departure": { "delay": -1, "time": "1766942639" }, "stopId": "stop_point:SP_942", "stopSequence": 12 }, { "arrival": { "delay": -8, "time": "1766942692" }, "departure": { "delay": -8, "time": "1766942692" }, "stopId": "stop_point:SP_1508", "stopSequence": 13 }, { "arrival": { "delay": -26, "time": "1766942734" }, "departure": { "delay": -26, "time": "1766942734" }, "stopId": "stop_point:SP_1448", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766942836" }, "departure": { "delay": 16, "time": "1766942836" }, "stopId": "stop_point:SP_2648", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_118", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766942929" }, "departure": { "delay": -11, "time": "1766942929" }, "stopId": "stop_point:SP_2489", "stopSequence": 17 }, { "arrival": { "delay": -20, "time": "1766942980" }, "departure": { "delay": -20, "time": "1766942980" }, "stopId": "stop_point:SP_2558", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766943017" }, "departure": { "delay": 17, "time": "1766943017" }, "stopId": "stop_point:SP_1301", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766943080" }, "departure": { "delay": 20, "time": "1766943080" }, "stopId": "stop_point:SP_2464", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_1905", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766943196" }, "departure": { "delay": 16, "time": "1766943196" }, "stopId": "stop_point:SP_2896", "stopSequence": 22 }, { "arrival": { "delay": 8, "time": "1766943248" }, "departure": { "delay": 8, "time": "1766943248" }, "stopId": "stop_point:SP_3998", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766943317" }, "departure": { "delay": 17, "time": "1766943317" }, "stopId": "stop_point:SP_2730", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766943432" }, "departure": { "delay": 12, "time": "1766943432" }, "stopId": "stop_point:SP_2661", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_3799", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766943548" }, "departure": { "delay": 8, "time": "1766943548" }, "stopId": "stop_point:SP_2792", "stopSequence": 27 }, { "arrival": { "delay": -7, "time": "1766943653" }, "departure": { "delay": -7, "time": "1766943653" }, "stopId": "stop_point:SP_24", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766943724" }, "departure": { "delay": 4, "time": "1766943724" }, "stopId": "stop_point:SP_460", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766943871" }, "departure": { "delay": -29, "time": "1766943871" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -14, "time": "1766943946" }, "departure": { "delay": -14, "time": "1766943946" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_5037", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186930" }, "vehicle": { "id": "27_1437044" } } }, { "id": "TripUpdateJoin:2206431", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_5380", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766949025" }, "departure": { "delay": 25, "time": "1766949025" }, "stopId": "stop_point:SP_728", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766949063" }, "departure": { "delay": 3, "time": "1766949063" }, "stopId": "stop_point:SP_1575", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766949147" }, "departure": { "delay": 27, "time": "1766949147" }, "stopId": "stop_point:SP_3000", "stopSequence": 4 }, { "arrival": { "delay": 7, "time": "1766949187" }, "departure": { "delay": 7, "time": "1766949187" }, "stopId": "stop_point:SP_2945", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766949243" }, "departure": { "delay": 3, "time": "1766949243" }, "stopId": "stop_point:SP_1654", "stopSequence": 6 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206431" }, "vehicle": { "id": "27_1457782" } } }, { "id": "TripUpdateJoin:2187313", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_906", "stopSequence": 1 }, { "arrival": { "delay": 33, "time": "1766944653" }, "departure": { "delay": 33, "time": "1766944653" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766944696" }, "departure": { "delay": 16, "time": "1766944696" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766944794" }, "departure": { "delay": -6, "time": "1766944794" }, "stopId": "stop_point:SP_764", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_3369", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766944931" }, "departure": { "delay": 11, "time": "1766944931" }, "stopId": "stop_point:SP_3739", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766945013" }, "departure": { "delay": -27, "time": "1766945013" }, "stopId": "stop_point:SP_3645", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_4742", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766945178" }, "departure": { "delay": 18, "time": "1766945178" }, "stopId": "stop_point:SP_1976", "stopSequence": 9 }, { "arrival": { "delay": -10, "time": "1766945210" }, "departure": { "delay": -10, "time": "1766945210" }, "stopId": "stop_point:SP_1721", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2317", "stopSequence": 11 }, { "arrival": { "delay": -10, "time": "1766945390" }, "departure": { "delay": -10, "time": "1766945390" }, "stopId": "stop_point:SP_3591", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766945442" }, "departure": { "delay": -18, "time": "1766945442" }, "stopId": "stop_point:SP_3087", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766945492" }, "departure": { "delay": -28, "time": "1766945492" }, "stopId": "stop_point:SP_1129", "stopSequence": 14 }, { "arrival": { "delay": -24, "time": "1766945556" }, "departure": { "delay": -24, "time": "1766945556" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766945611" }, "departure": { "delay": -29, "time": "1766945611" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": -9, "time": "1766945691" }, "departure": { "delay": -9, "time": "1766945691" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 }, { "arrival": { "delay": -15, "time": "1766945745" }, "departure": { "delay": -15, "time": "1766945745" }, "stopId": "stop_point:SP_2406", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766945782" }, "departure": { "delay": 22, "time": "1766945782" }, "stopId": "stop_point:SP_1291", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766945811" }, "departure": { "delay": -9, "time": "1766945811" }, "stopId": "stop_point:SP_1633", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_4899", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766946109" }, "departure": { "delay": -11, "time": "1766946109" }, "stopId": "stop_point:SP_5326", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_2600", "stopSequence": 24 }, { "arrival": { "delay": 3, "time": "1766946363" }, "departure": { "delay": 3, "time": "1766946363" }, "stopId": "stop_point:SP_835", "stopSequence": 25 }, { "arrival": { "delay": -10, "time": "1766946410" }, "departure": { "delay": -10, "time": "1766946410" }, "stopId": "stop_point:SP_3589", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766946446" }, "departure": { "delay": 26, "time": "1766946446" }, "stopId": "stop_point:SP_2659", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_2022", "stopSequence": 28 }, { "arrival": { "delay": -13, "time": "1766946587" }, "departure": { "delay": -13, "time": "1766946587" }, "stopId": "stop_point:SP_3501", "stopSequence": 29 }, { "arrival": { "delay": 17, "time": "1766946677" }, "departure": { "delay": 17, "time": "1766946677" }, "stopId": "stop_point:SP_469", "stopSequence": 30 }, { "arrival": { "delay": -6, "time": "1766946714" }, "departure": { "delay": -6, "time": "1766946714" }, "stopId": "stop_point:SP_731", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766946883" }, "departure": { "delay": -17, "time": "1766946883" }, "stopId": "stop_point:SP_5526", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_5522", "stopSequence": 33 }, { "arrival": { "delay": 29, "time": "1766947049" }, "departure": { "delay": 29, "time": "1766947049" }, "stopId": "stop_point:SP_5520", "stopSequence": 34 }, { "arrival": { "delay": 30, "time": "1766947110" }, "departure": { "delay": 30, "time": "1766947110" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": 39, "time": "1766947179" }, "departure": { "delay": 39, "time": "1766947179" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": 50, "time": "1766947310" }, "departure": { "delay": 50, "time": "1766947310" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187313" }, "vehicle": { "id": "27_1437427" } } }, { "id": "TripUpdateJoin:2195728", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_884", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766947874" }, "departure": { "delay": 14, "time": "1766947874" }, "stopId": "stop_point:SP_129", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766947915" }, "departure": { "delay": -5, "time": "1766947915" }, "stopId": "stop_point:SP_1997", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766947922" }, "departure": { "delay": 2, "time": "1766947922" }, "stopId": "stop_point:SP_784", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_215", "stopSequence": 5 }, { "arrival": { "delay": -14, "time": "1766948026" }, "departure": { "delay": -14, "time": "1766948026" }, "stopId": "stop_point:SP_1276", "stopSequence": 6 }, { "arrival": { "delay": -24, "time": "1766948076" }, "departure": { "delay": -24, "time": "1766948076" }, "stopId": "stop_point:SP_3202", "stopSequence": 7 }, { "arrival": { "delay": 3, "time": "1766948103" }, "departure": { "delay": 3, "time": "1766948103" }, "stopId": "stop_point:SP_1142", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_3835", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766948192" }, "departure": { "delay": -28, "time": "1766948192" }, "stopId": "stop_point:SP_1311", "stopSequence": 10 }, { "arrival": { "delay": -6, "time": "1766948274" }, "departure": { "delay": -6, "time": "1766948274" }, "stopId": "stop_point:SP_203", "stopSequence": 11 }, { "arrival": { "delay": -20, "time": "1766948320" }, "departure": { "delay": -20, "time": "1766948320" }, "stopId": "stop_point:SP_3631", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766948347" }, "departure": { "delay": 7, "time": "1766948347" }, "stopId": "stop_point:SP_3901", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_3421", "stopSequence": 14 }, { "arrival": { "delay": -21, "time": "1766948439" }, "departure": { "delay": -21, "time": "1766948439" }, "stopId": "stop_point:SP_1392", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766948503" }, "departure": { "delay": -17, "time": "1766948503" }, "stopId": "stop_point:SP_3914", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_76", "stopSequence": 17 }, { "arrival": { "delay": -21, "time": "1766948619" }, "departure": { "delay": -21, "time": "1766948619" }, "stopId": "stop_point:SP_3094", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766948729" }, "departure": { "delay": 29, "time": "1766948729" }, "stopId": "stop_point:SP_3622", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_1356", "stopSequence": 20 }, { "arrival": { "delay": 30, "time": "1766948790" }, "departure": { "delay": 30, "time": "1766948790" }, "stopId": "stop_point:SP_3394", "stopSequence": 21 }, { "arrival": { "delay": 6, "time": "1766948826" }, "departure": { "delay": 6, "time": "1766948826" }, "stopId": "stop_point:SP_3661", "stopSequence": 22 }, { "arrival": { "delay": -21, "time": "1766948859" }, "departure": { "delay": -21, "time": "1766948859" }, "stopId": "stop_point:SP_2685", "stopSequence": 23 }, { "arrival": { "delay": -11, "time": "1766948929" }, "departure": { "delay": -11, "time": "1766948929" }, "stopId": "stop_point:SP_4953", "stopSequence": 24 }, { "arrival": { "delay": -27, "time": "1766948973" }, "departure": { "delay": -27, "time": "1766948973" }, "stopId": "stop_point:SP_694", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_2132", "stopSequence": 26 }, { "arrival": { "delay": -16, "time": "1766949044" }, "departure": { "delay": -16, "time": "1766949044" }, "stopId": "stop_point:SP_3293", "stopSequence": 27 }, { "arrival": { "delay": -26, "time": "1766949094" }, "departure": { "delay": -26, "time": "1766949094" }, "stopId": "stop_point:SP_2049", "stopSequence": 28 }, { "arrival": { "delay": 8, "time": "1766949128" }, "departure": { "delay": 8, "time": "1766949128" }, "stopId": "stop_point:SP_2394", "stopSequence": 29 }, { "arrival": { "delay": 27, "time": "1766949147" }, "departure": { "delay": 27, "time": "1766949147" }, "stopId": "stop_point:SP_355", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_3695", "stopSequence": 31 }, { "arrival": { "delay": 28, "time": "1766949208" }, "departure": { "delay": 28, "time": "1766949208" }, "stopId": "stop_point:SP_5123", "stopSequence": 32 }, { "arrival": { "delay": 19, "time": "1766949259" }, "departure": { "delay": 19, "time": "1766949259" }, "stopId": "stop_point:SP_1113", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2195728" }, "vehicle": { "id": "1449673" } } }, { "id": "TripUpdateJoin:2162593", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1766946609" }, "departure": { "delay": 9, "time": "1766946609" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766946854" }, "departure": { "delay": 14, "time": "1766946854" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766946943" }, "departure": { "delay": -17, "time": "1766946943" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 12, "time": "1766947272" }, "departure": { "delay": 12, "time": "1766947272" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 10, "time": "1766947330" }, "departure": { "delay": 10, "time": "1766947330" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1766947407" }, "departure": { "delay": 27, "time": "1766947407" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 21, "time": "1766947521" }, "departure": { "delay": 21, "time": "1766947521" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 4, "time": "1766947684" }, "departure": { "delay": 4, "time": "1766947684" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766947782" }, "departure": { "delay": -18, "time": "1766947782" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": -16, "time": "1766948084" }, "departure": { "delay": -16, "time": "1766948084" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": -2, "time": "1766948158" }, "departure": { "delay": -2, "time": "1766948158" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": -17, "time": "1766948563" }, "departure": { "delay": -17, "time": "1766948563" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 8, "time": "1766948828" }, "departure": { "delay": 8, "time": "1766948828" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766949007" }, "departure": { "delay": 7, "time": "1766949007" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162593" }, "vehicle": { "id": "1430527" } } }, { "id": "TripUpdateJoin:2162516", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766947972" }, "departure": { "delay": -8, "time": "1766947972" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766948154" }, "departure": { "delay": -6, "time": "1766948154" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766948417" }, "departure": { "delay": 17, "time": "1766948417" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766948669" }, "departure": { "delay": 29, "time": "1766948669" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766948782" }, "departure": { "delay": 22, "time": "1766948782" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766948850" }, "departure": { "delay": -30, "time": "1766948850" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766949162" }, "departure": { "delay": -18, "time": "1766949162" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766949276" }, "departure": { "delay": -24, "time": "1766949276" }, "stopId": "stop_point:SP_144", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162516" }, "vehicle": { "id": "1430615" } } }, { "id": "TripUpdateJoin:2144148", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_4521", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_4529", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766945592" }, "departure": { "delay": 12, "time": "1766945592" }, "stopId": "stop_point:SP_4773", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766945648" }, "departure": { "delay": 8, "time": "1766945648" }, "stopId": "stop_point:SP_70", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766945695" }, "departure": { "delay": -5, "time": "1766945695" }, "stopId": "stop_point:SP_1427", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766945715" }, "departure": { "delay": 15, "time": "1766945715" }, "stopId": "stop_point:SP_1451", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766945782" }, "departure": { "delay": 22, "time": "1766945782" }, "stopId": "stop_point:SP_2980", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766945835" }, "departure": { "delay": 15, "time": "1766945835" }, "stopId": "stop_point:SP_3234", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_2173", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1454", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766945985" }, "departure": { "delay": -15, "time": "1766945985" }, "stopId": "stop_point:SP_4410", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_2564", "stopSequence": 12 }, { "arrival": { "delay": 27, "time": "1766946087" }, "departure": { "delay": 27, "time": "1766946087" }, "stopId": "stop_point:SP_795", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766946135" }, "departure": { "delay": 15, "time": "1766946135" }, "stopId": "stop_point:SP_415", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766946192" }, "departure": { "delay": 12, "time": "1766946192" }, "stopId": "stop_point:SP_4940", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_320", "stopSequence": 16 }, { "arrival": { "delay": -26, "time": "1766946334" }, "departure": { "delay": -26, "time": "1766946334" }, "stopId": "stop_point:SP_4906", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766946366" }, "departure": { "delay": 6, "time": "1766946366" }, "stopId": "stop_point:SP_3681", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_2892", "stopSequence": 19 }, { "arrival": { "delay": 13, "time": "1766946433" }, "departure": { "delay": 13, "time": "1766946433" }, "stopId": "stop_point:SP_5096", "stopSequence": 20 }, { "arrival": { "delay": -7, "time": "1766946473" }, "departure": { "delay": -7, "time": "1766946473" }, "stopId": "stop_point:SP_2663", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766946509" }, "departure": { "delay": 29, "time": "1766946509" }, "stopId": "stop_point:SP_116", "stopSequence": 22 }, { "arrival": { "delay": -2, "time": "1766946538" }, "departure": { "delay": -2, "time": "1766946538" }, "stopId": "stop_point:SP_1334", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766946571" }, "departure": { "delay": -29, "time": "1766946571" }, "stopId": "stop_point:SP_1973", "stopSequence": 24 }, { "arrival": { "delay": 24, "time": "1766946624" }, "departure": { "delay": 24, "time": "1766946624" }, "stopId": "stop_point:SP_3988", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_3430", "stopSequence": 26 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_657", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1579", "stopSequence": 28 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1859", "stopSequence": 29 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3122", "stopSequence": 30 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 31 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 32 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 33 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 34 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1104", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_461", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144148" }, "vehicle": { "id": "1432378" } } }, { "id": "TripUpdateJoin:2167742", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_3290", "stopSequence": 1 }, { "arrival": { "delay": -24, "time": "1766942796" }, "departure": { "delay": -24, "time": "1766942796" }, "stopId": "stop_point:SP_1232", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766942852" }, "departure": { "delay": -28, "time": "1766942852" }, "stopId": "stop_point:SP_692", "stopSequence": 3 }, { "arrival": { "delay": 7, "time": "1766942887" }, "departure": { "delay": 7, "time": "1766942887" }, "stopId": "stop_point:SP_3335", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766942915" }, "departure": { "delay": -25, "time": "1766942915" }, "stopId": "stop_point:SP_597", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1408", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766943119" }, "departure": { "delay": -1, "time": "1766943119" }, "stopId": "stop_point:SP_630", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766943197" }, "departure": { "delay": 17, "time": "1766943197" }, "stopId": "stop_point:SP_2513", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_3683", "stopSequence": 9 }, { "arrival": { "delay": -5, "time": "1766943295" }, "departure": { "delay": -5, "time": "1766943295" }, "stopId": "stop_point:SP_3071", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766943358" }, "departure": { "delay": -2, "time": "1766943358" }, "stopId": "stop_point:SP_3030", "stopSequence": 11 }, { "arrival": { "delay": -3, "time": "1766943417" }, "departure": { "delay": -3, "time": "1766943417" }, "stopId": "stop_point:SP_1819", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_176", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766943539" }, "departure": { "delay": -1, "time": "1766943539" }, "stopId": "stop_point:SP_1057", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766943626" }, "departure": { "delay": 26, "time": "1766943626" }, "stopId": "stop_point:SP_2428", "stopSequence": 15 }, { "arrival": { "delay": 25, "time": "1766943685" }, "departure": { "delay": 25, "time": "1766943685" }, "stopId": "stop_point:SP_2209", "stopSequence": 16 }, { "arrival": { "delay": -10, "time": "1766943770" }, "departure": { "delay": -10, "time": "1766943770" }, "stopId": "stop_point:SP_1867", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_4009", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167742" }, "vehicle": { "id": "1430858" } } }, { "id": "TripUpdateJoin:2186933", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_5601", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_5620", "stopSequence": 2 }, { "arrival": { "delay": -14, "time": "1766947726" }, "departure": { "delay": -14, "time": "1766947726" }, "stopId": "stop_point:SP_1954", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766947742" }, "departure": { "delay": 2, "time": "1766947742" }, "stopId": "stop_point:SP_3744", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766947775" }, "departure": { "delay": -25, "time": "1766947775" }, "stopId": "stop_point:SP_3110", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_5602", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_2603", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766947879" }, "departure": { "delay": 19, "time": "1766947879" }, "stopId": "stop_point:SP_1875", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766947917" }, "departure": { "delay": -3, "time": "1766947917" }, "stopId": "stop_point:SP_1002", "stopSequence": 9 }, { "arrival": { "delay": 29, "time": "1766947949" }, "departure": { "delay": 29, "time": "1766947949" }, "stopId": "stop_point:SP_2189", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_1797", "stopSequence": 11 }, { "arrival": { "delay": -1, "time": "1766948039" }, "departure": { "delay": -1, "time": "1766948039" }, "stopId": "stop_point:SP_942", "stopSequence": 12 }, { "arrival": { "delay": -8, "time": "1766948092" }, "departure": { "delay": -8, "time": "1766948092" }, "stopId": "stop_point:SP_1508", "stopSequence": 13 }, { "arrival": { "delay": -26, "time": "1766948134" }, "departure": { "delay": -26, "time": "1766948134" }, "stopId": "stop_point:SP_1448", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766948236" }, "departure": { "delay": 16, "time": "1766948236" }, "stopId": "stop_point:SP_2648", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_118", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766948329" }, "departure": { "delay": -11, "time": "1766948329" }, "stopId": "stop_point:SP_2489", "stopSequence": 17 }, { "arrival": { "delay": -20, "time": "1766948380" }, "departure": { "delay": -20, "time": "1766948380" }, "stopId": "stop_point:SP_2558", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766948417" }, "departure": { "delay": 17, "time": "1766948417" }, "stopId": "stop_point:SP_1301", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766948480" }, "departure": { "delay": 20, "time": "1766948480" }, "stopId": "stop_point:SP_2464", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1905", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766948596" }, "departure": { "delay": 16, "time": "1766948596" }, "stopId": "stop_point:SP_2896", "stopSequence": 22 }, { "arrival": { "delay": 8, "time": "1766948648" }, "departure": { "delay": 8, "time": "1766948648" }, "stopId": "stop_point:SP_3998", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766948717" }, "departure": { "delay": 17, "time": "1766948717" }, "stopId": "stop_point:SP_2730", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766948832" }, "departure": { "delay": 12, "time": "1766948832" }, "stopId": "stop_point:SP_2661", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_3799", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766948948" }, "departure": { "delay": 8, "time": "1766948948" }, "stopId": "stop_point:SP_2792", "stopSequence": 27 }, { "arrival": { "delay": -7, "time": "1766949053" }, "departure": { "delay": -7, "time": "1766949053" }, "stopId": "stop_point:SP_24", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766949124" }, "departure": { "delay": 4, "time": "1766949124" }, "stopId": "stop_point:SP_460", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766949271" }, "departure": { "delay": -29, "time": "1766949271" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186933" }, "vehicle": { "id": "27_1437047" } } }, { "id": "TripUpdateJoin:2185465", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_2324", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766944890" }, "departure": { "delay": -30, "time": "1766944890" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": 24, "time": "1766944944" }, "departure": { "delay": 24, "time": "1766944944" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -28, "time": "1766945012" }, "departure": { "delay": -28, "time": "1766945012" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766945095" }, "departure": { "delay": -5, "time": "1766945095" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": -7, "time": "1766945213" }, "departure": { "delay": -7, "time": "1766945213" }, "stopId": "stop_point:SP_2410", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_3108", "stopSequence": 8 }, { "arrival": { "delay": -10, "time": "1766945390" }, "departure": { "delay": -10, "time": "1766945390" }, "stopId": "stop_point:SP_1787", "stopSequence": 9 }, { "arrival": { "delay": -25, "time": "1766945435" }, "departure": { "delay": -25, "time": "1766945435" }, "stopId": "stop_point:SP_3520", "stopSequence": 10 }, { "arrival": { "delay": 11, "time": "1766945471" }, "departure": { "delay": 11, "time": "1766945471" }, "stopId": "stop_point:SP_1789", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_564", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766945577" }, "departure": { "delay": -3, "time": "1766945577" }, "stopId": "stop_point:SP_3070", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766945605" }, "departure": { "delay": 25, "time": "1766945605" }, "stopId": "stop_point:SP_3452", "stopSequence": 14 }, { "arrival": { "delay": 15, "time": "1766945655" }, "departure": { "delay": 15, "time": "1766945655" }, "stopId": "stop_point:SP_697", "stopSequence": 15 }, { "arrival": { "delay": -6, "time": "1766945694" }, "departure": { "delay": -6, "time": "1766945694" }, "stopId": "stop_point:SP_1940", "stopSequence": 16 }, { "arrival": { "delay": 29, "time": "1766945729" }, "departure": { "delay": 29, "time": "1766945729" }, "stopId": "stop_point:SP_3572", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_3085", "stopSequence": 18 }, { "arrival": { "delay": 25, "time": "1766945905" }, "departure": { "delay": 25, "time": "1766945905" }, "stopId": "stop_point:SP_1985", "stopSequence": 19 }, { "arrival": { "delay": 24, "time": "1766945964" }, "departure": { "delay": 24, "time": "1766945964" }, "stopId": "stop_point:SP_3611", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766946048" }, "departure": { "delay": -12, "time": "1766946048" }, "stopId": "stop_point:SP_308", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_180", "stopSequence": 22 }, { "arrival": { "delay": -12, "time": "1766946288" }, "departure": { "delay": -12, "time": "1766946288" }, "stopId": "stop_point:SP_3203", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_2862", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766946484" }, "departure": { "delay": 4, "time": "1766946484" }, "stopId": "stop_point:SP_2982", "stopSequence": 25 }, { "arrival": { "delay": -12, "time": "1766946528" }, "departure": { "delay": -12, "time": "1766946528" }, "stopId": "stop_point:SP_3686", "stopSequence": 26 }, { "arrival": { "delay": -5, "time": "1766946595" }, "departure": { "delay": -5, "time": "1766946595" }, "stopId": "stop_point:SP_3540", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_1776", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766946743" }, "departure": { "delay": 23, "time": "1766946743" }, "stopId": "stop_point:SP_3903", "stopSequence": 29 }, { "arrival": { "delay": 3, "time": "1766946783" }, "departure": { "delay": 3, "time": "1766946783" }, "stopId": "stop_point:SP_1388", "stopSequence": 30 }, { "arrival": { "delay": -5, "time": "1766946895" }, "departure": { "delay": -5, "time": "1766946895" }, "stopId": "stop_point:SP_1613", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_5334", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185465" }, "vehicle": { "id": "27_1435579" } } }, { "id": "TripUpdateJoin:2147137", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -15, "time": "1766942145" }, "departure": { "delay": -15, "time": "1766942145" }, "stopId": "stop_point:SP_3477", "stopSequence": 13 }, { "arrival": { "delay": -23, "time": "1766942197" }, "departure": { "delay": -23, "time": "1766942197" }, "stopId": "stop_point:SP_2106", "stopSequence": 14 }, { "arrival": { "delay": -22, "time": "1766942258" }, "departure": { "delay": -22, "time": "1766942258" }, "stopId": "stop_point:SP_2280", "stopSequence": 15 }, { "arrival": { "delay": 38, "time": "1766942318" }, "departure": { "delay": 38, "time": "1766942318" }, "stopId": "stop_point:SP_1719", "stopSequence": 16 }, { "arrival": { "delay": -3, "uncertainty": 100 }, "departure": { "delay": 17, "uncertainty": 100 }, "stopId": "stop_point:SP_513", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766942396" }, "departure": { "delay": -4, "time": "1766942396" }, "stopId": "stop_point:SP_2078", "stopSequence": 18 }, { "arrival": { "delay": 32, "time": "1766942492" }, "departure": { "delay": 32, "time": "1766942492" }, "stopId": "stop_point:SP_3196", "stopSequence": 19 }, { "arrival": { "delay": -7, "time": "1766942513" }, "departure": { "delay": -7, "time": "1766942513" }, "stopId": "stop_point:SP_180", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766942614" }, "departure": { "delay": -26, "time": "1766942614" }, "stopId": "stop_point:SP_1434", "stopSequence": 21 }, { "arrival": { "delay": 39, "time": "1766942679" }, "departure": { "delay": 39, "time": "1766942679" }, "stopId": "stop_point:SP_3345", "stopSequence": 22 }, { "arrival": { "delay": 37, "time": "1766942737" }, "departure": { "delay": 37, "time": "1766942737" }, "stopId": "stop_point:SP_3415", "stopSequence": 23 }, { "arrival": { "delay": -7, "time": "1766942813" }, "departure": { "delay": -7, "time": "1766942813" }, "stopId": "stop_point:SP_631", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147137" }, "vehicle": { "id": "1430981" } } }, { "id": "TripUpdateJoin:2152002", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_2490", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766948470" }, "departure": { "delay": 10, "time": "1766948470" }, "stopId": "stop_point:SP_2028", "stopSequence": 2 }, { "arrival": { "delay": -9, "time": "1766948511" }, "departure": { "delay": -9, "time": "1766948511" }, "stopId": "stop_point:SP_1294", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_2231", "stopSequence": 4 }, { "arrival": { "delay": -18, "time": "1766948622" }, "departure": { "delay": -18, "time": "1766948622" }, "stopId": "stop_point:SP_2429", "stopSequence": 5 }, { "arrival": { "delay": -28, "time": "1766948732" }, "departure": { "delay": -28, "time": "1766948732" }, "stopId": "stop_point:SP_1698", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766948782" }, "departure": { "delay": 22, "time": "1766948782" }, "stopId": "stop_point:SP_908", "stopSequence": 7 }, { "arrival": { "delay": -9, "time": "1766948811" }, "departure": { "delay": -9, "time": "1766948811" }, "stopId": "stop_point:SP_2946", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766948854" }, "departure": { "delay": -26, "time": "1766948854" }, "stopId": "stop_point:SP_3459", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_2273", "stopSequence": 10 }, { "arrival": { "delay": -16, "time": "1766948924" }, "departure": { "delay": -16, "time": "1766948924" }, "stopId": "stop_point:SP_3118", "stopSequence": 11 }, { "arrival": { "delay": -21, "time": "1766948979" }, "departure": { "delay": -21, "time": "1766948979" }, "stopId": "stop_point:SP_2878", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766949015" }, "departure": { "delay": 15, "time": "1766949015" }, "stopId": "stop_point:SP_2349", "stopSequence": 13 }, { "arrival": { "delay": -30, "time": "1766949090" }, "departure": { "delay": -30, "time": "1766949090" }, "stopId": "stop_point:SP_1515", "stopSequence": 14 }, { "arrival": { "delay": 23, "time": "1766949143" }, "departure": { "delay": 23, "time": "1766949143" }, "stopId": "stop_point:SP_1550", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_3184", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766949271" }, "departure": { "delay": -29, "time": "1766949271" }, "stopId": "stop_point:SP_1046", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:32", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152002" }, "vehicle": { "id": "1431625" } } }, { "id": "TripUpdateJoin:2211177", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_322", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766947829" }, "departure": { "delay": 29, "time": "1766947829" }, "stopId": "stop_point:SP_3273", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766947894" }, "departure": { "delay": -26, "time": "1766947894" }, "stopId": "stop_point:SP_1837", "stopSequence": 3 }, { "arrival": { "delay": 12, "time": "1766947992" }, "departure": { "delay": 12, "time": "1766947992" }, "stopId": "stop_point:SP_2084", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_2059", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766948114" }, "departure": { "delay": 14, "time": "1766948114" }, "stopId": "stop_point:SP_3209", "stopSequence": 6 }, { "arrival": { "delay": 17, "time": "1766948177" }, "departure": { "delay": 17, "time": "1766948177" }, "stopId": "stop_point:SP_2631", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_682", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766948343" }, "departure": { "delay": 3, "time": "1766948343" }, "stopId": "stop_point:SP_3573", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3188", "stopSequence": 10 }, { "arrival": { "delay": -17, "time": "1766948503" }, "departure": { "delay": -17, "time": "1766948503" }, "stopId": "stop_point:SP_1926", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_786", "stopSequence": 12 }, { "arrival": { "delay": 4, "time": "1766948704" }, "departure": { "delay": 4, "time": "1766948704" }, "stopId": "stop_point:SP_1493", "stopSequence": 13 }, { "arrival": { "delay": -17, "time": "1766948743" }, "departure": { "delay": -17, "time": "1766948743" }, "stopId": "stop_point:SP_1516", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_386", "stopSequence": 15 }, { "arrival": { "delay": 11, "time": "1766948891" }, "departure": { "delay": 11, "time": "1766948891" }, "stopId": "stop_point:SP_2041", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766948971" }, "departure": { "delay": -29, "time": "1766948971" }, "stopId": "stop_point:SP_1595", "stopSequence": 17 }, { "arrival": { "delay": 18, "time": "1766949018" }, "departure": { "delay": 18, "time": "1766949018" }, "stopId": "stop_point:SP_39", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1635", "stopSequence": 19 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211177" }, "vehicle": { "id": "27_1462845" } } }, { "id": "TripUpdateJoin:2147138", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_71", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766943689" }, "departure": { "delay": 29, "time": "1766943689" }, "stopId": "stop_point:SP_2590", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766943732" }, "departure": { "delay": 12, "time": "1766943732" }, "stopId": "stop_point:SP_3494", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766943788" }, "departure": { "delay": 8, "time": "1766943788" }, "stopId": "stop_point:SP_1206", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766943861" }, "departure": { "delay": 21, "time": "1766943861" }, "stopId": "stop_point:SP_1860", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766943899" }, "departure": { "delay": -1, "time": "1766943899" }, "stopId": "stop_point:SP_2799", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766943933" }, "departure": { "delay": -27, "time": "1766943933" }, "stopId": "stop_point:SP_718", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1766943969" }, "departure": { "delay": 9, "time": "1766943969" }, "stopId": "stop_point:SP_2225", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766943994" }, "departure": { "delay": -26, "time": "1766943994" }, "stopId": "stop_point:SP_3505", "stopSequence": 9 }, { "arrival": { "delay": 12, "time": "1766944032" }, "departure": { "delay": 12, "time": "1766944032" }, "stopId": "stop_point:SP_258", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766944078" }, "departure": { "delay": -2, "time": "1766944078" }, "stopId": "stop_point:SP_3381", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_993", "stopSequence": 12 }, { "arrival": { "delay": -10, "time": "1766944250" }, "departure": { "delay": -10, "time": "1766944250" }, "stopId": "stop_point:SP_3477", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766944302" }, "departure": { "delay": -18, "time": "1766944302" }, "stopId": "stop_point:SP_2106", "stopSequence": 14 }, { "arrival": { "delay": -26, "time": "1766944354" }, "departure": { "delay": -26, "time": "1766944354" }, "stopId": "stop_point:SP_2280", "stopSequence": 15 }, { "arrival": { "delay": 21, "time": "1766944401" }, "departure": { "delay": 21, "time": "1766944401" }, "stopId": "stop_point:SP_1719", "stopSequence": 16 }, { "arrival": { "delay": 10, "time": "1766944450" }, "departure": { "delay": 10, "time": "1766944450" }, "stopId": "stop_point:SP_513", "stopSequence": 17 }, { "arrival": { "delay": 3, "time": "1766944503" }, "departure": { "delay": 3, "time": "1766944503" }, "stopId": "stop_point:SP_2078", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766944575" }, "departure": { "delay": 15, "time": "1766944575" }, "stopId": "stop_point:SP_3196", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_180", "stopSequence": 20 }, { "arrival": { "delay": -21, "time": "1766944719" }, "departure": { "delay": -21, "time": "1766944719" }, "stopId": "stop_point:SP_1434", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766944762" }, "departure": { "delay": 22, "time": "1766944762" }, "stopId": "stop_point:SP_3345", "stopSequence": 22 }, { "arrival": { "delay": 20, "time": "1766944820" }, "departure": { "delay": 20, "time": "1766944820" }, "stopId": "stop_point:SP_3415", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_631", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147138" }, "vehicle": { "id": "1430982" } } }, { "id": "TripUpdateJoin:2186112", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1249", "stopSequence": 1 }, { "arrival": { "delay": 8, "time": "1766945468" }, "departure": { "delay": 8, "time": "1766945468" }, "stopId": "stop_point:SP_1298", "stopSequence": 2 }, { "arrival": { "delay": -3, "time": "1766945637" }, "departure": { "delay": -3, "time": "1766945637" }, "stopId": "stop_point:SP_5373", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_3251", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_1731", "stopSequence": 5 }, { "arrival": { "delay": -20, "time": "1766945800" }, "departure": { "delay": -20, "time": "1766945800" }, "stopId": "stop_point:SP_2199", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766945845" }, "departure": { "delay": 25, "time": "1766945845" }, "stopId": "stop_point:SP_674", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1576", "stopSequence": 8 }, { "arrival": { "delay": -5, "time": "1766945995" }, "departure": { "delay": -5, "time": "1766945995" }, "stopId": "stop_point:SP_1086", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766946040" }, "departure": { "delay": -20, "time": "1766946040" }, "stopId": "stop_point:SP_2306", "stopSequence": 10 }, { "arrival": { "delay": -24, "time": "1766946096" }, "departure": { "delay": -24, "time": "1766946096" }, "stopId": "stop_point:SP_886", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_3624", "stopSequence": 12 }, { "arrival": { "delay": -2, "time": "1766946298" }, "departure": { "delay": -2, "time": "1766946298" }, "stopId": "stop_point:SP_981", "stopSequence": 13 }, { "arrival": { "delay": -2, "time": "1766946358" }, "departure": { "delay": -2, "time": "1766946358" }, "stopId": "stop_point:SP_1823", "stopSequence": 14 }, { "arrival": { "delay": -8, "time": "1766946412" }, "departure": { "delay": -8, "time": "1766946412" }, "stopId": "stop_point:SP_2998", "stopSequence": 15 }, { "arrival": { "delay": -1, "time": "1766946479" }, "departure": { "delay": -1, "time": "1766946479" }, "stopId": "stop_point:SP_2040", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_2599", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766946669" }, "departure": { "delay": 9, "time": "1766946669" }, "stopId": "stop_point:SP_3302", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_682", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766946783" }, "departure": { "delay": 3, "time": "1766946783" }, "stopId": "stop_point:SP_3573", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3188", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766946929" }, "departure": { "delay": 29, "time": "1766946929" }, "stopId": "stop_point:SP_1926", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_786", "stopSequence": 23 }, { "arrival": { "delay": 4, "time": "1766947084" }, "departure": { "delay": 4, "time": "1766947084" }, "stopId": "stop_point:SP_1493", "stopSequence": 24 }, { "arrival": { "delay": -17, "time": "1766947123" }, "departure": { "delay": -17, "time": "1766947123" }, "stopId": "stop_point:SP_1516", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_386", "stopSequence": 26 }, { "arrival": { "delay": 4, "time": "1766947264" }, "departure": { "delay": 4, "time": "1766947264" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 17, "time": "1766947337" }, "departure": { "delay": 17, "time": "1766947337" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2574", "stopSequence": 30 }, { "arrival": { "delay": -27, "time": "1766947533" }, "departure": { "delay": -27, "time": "1766947533" }, "stopId": "stop_point:SP_2212", "stopSequence": 31 }, { "arrival": { "delay": 16, "time": "1766947576" }, "departure": { "delay": 16, "time": "1766947576" }, "stopId": "stop_point:SP_3359", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_1602", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186112" }, "vehicle": { "id": "27_1436226" } } }, { "id": "TripUpdateJoin:2187355", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 101, "time": "1766942141" }, "departure": { "delay": 101, "time": "1766942141" }, "stopId": "stop_point:SP_353", "stopSequence": 3 }, { "arrival": { "delay": 99, "time": "1766942259" }, "departure": { "delay": 99, "time": "1766942259" }, "stopId": "stop_point:SP_5521", "stopSequence": 4 }, { "arrival": { "delay": 94, "time": "1766942314" }, "departure": { "delay": 94, "time": "1766942314" }, "stopId": "stop_point:SP_5525", "stopSequence": 5 }, { "arrival": { "delay": 94, "time": "1766942374" }, "departure": { "delay": 94, "time": "1766942374" }, "stopId": "stop_point:SP_5519", "stopSequence": 6 }, { "arrival": { "delay": 91, "time": "1766942491" }, "departure": { "delay": 91, "time": "1766942491" }, "stopId": "stop_point:SP_5528", "stopSequence": 7 }, { "arrival": { "delay": 37, "time": "1766942557" }, "departure": { "delay": 37, "time": "1766942557" }, "stopId": "stop_point:SP_5527", "stopSequence": 8 }, { "arrival": { "delay": 93, "time": "1766942793" }, "departure": { "delay": 93, "time": "1766942793" }, "stopId": "stop_point:SP_1214", "stopSequence": 9 }, { "arrival": { "delay": 91, "time": "1766942851" }, "departure": { "delay": 91, "time": "1766942851" }, "stopId": "stop_point:SP_3747", "stopSequence": 10 }, { "arrival": { "delay": 30, "time": "1766942910" }, "departure": { "delay": 30, "time": "1766942910" }, "stopId": "stop_point:SP_152", "stopSequence": 11 }, { "arrival": { "delay": 43, "time": "1766942983" }, "departure": { "delay": 43, "time": "1766942983" }, "stopId": "stop_point:SP_2140", "stopSequence": 12 }, { "arrival": { "delay": 91, "time": "1766943091" }, "departure": { "delay": 91, "time": "1766943091" }, "stopId": "stop_point:SP_2422", "stopSequence": 13 }, { "arrival": { "delay": 91, "time": "1766943151" }, "departure": { "delay": 91, "time": "1766943151" }, "stopId": "stop_point:SP_2456", "stopSequence": 14 }, { "arrival": { "delay": 40, "time": "1766943160" }, "departure": { "delay": 40, "time": "1766943160" }, "stopId": "stop_point:SP_397", "stopSequence": 15 }, { "arrival": { "delay": 41, "time": "1766943221" }, "departure": { "delay": 41, "time": "1766943221" }, "stopId": "stop_point:SP_1670", "stopSequence": 16 }, { "arrival": { "delay": 90, "time": "1766943330" }, "departure": { "delay": 90, "time": "1766943330" }, "stopId": "stop_point:SP_5327", "stopSequence": 17 }, { "arrival": { "delay": 41, "time": "1766943461" }, "departure": { "delay": 41, "time": "1766943461" }, "stopId": "stop_point:SP_1668", "stopSequence": 18 }, { "arrival": { "delay": 104, "time": "1766943584" }, "departure": { "delay": 104, "time": "1766943584" }, "stopId": "stop_point:SP_402", "stopSequence": 19 }, { "arrival": { "delay": 103, "time": "1766943643" }, "departure": { "delay": 103, "time": "1766943643" }, "stopId": "stop_point:SP_370", "stopSequence": 20 }, { "arrival": { "delay": 42, "time": "1766943702" }, "departure": { "delay": 42, "time": "1766943702" }, "stopId": "stop_point:SP_204", "stopSequence": 21 }, { "arrival": { "delay": 32, "time": "1766943812" }, "departure": { "delay": 32, "time": "1766943812" }, "stopId": "stop_point:SP_3958", "stopSequence": 22 }, { "arrival": { "delay": 41, "time": "1766943881" }, "departure": { "delay": 41, "time": "1766943881" }, "stopId": "stop_point:SP_293", "stopSequence": 23 }, { "arrival": { "delay": 33, "time": "1766943933" }, "departure": { "delay": 33, "time": "1766943933" }, "stopId": "stop_point:SP_2241", "stopSequence": 24 }, { "arrival": { "delay": 31, "time": "1766943991" }, "departure": { "delay": 31, "time": "1766943991" }, "stopId": "stop_point:SP_887", "stopSequence": 25 }, { "arrival": { "delay": 96, "time": "1766944116" }, "departure": { "delay": 96, "time": "1766944116" }, "stopId": "stop_point:SP_1053", "stopSequence": 26 }, { "arrival": { "delay": 65, "uncertainty": 100 }, "departure": { "delay": 95, "uncertainty": 100 }, "stopId": "stop_point:SP_3149", "stopSequence": 27 }, { "arrival": { "delay": 34, "time": "1766944234" }, "departure": { "delay": 34, "time": "1766944234" }, "stopId": "stop_point:SP_747", "stopSequence": 28 }, { "arrival": { "delay": 39, "time": "1766944359" }, "departure": { "delay": 39, "time": "1766944359" }, "stopId": "stop_point:SP_3772", "stopSequence": 29 }, { "arrival": { "delay": 46, "time": "1766944426" }, "departure": { "delay": 46, "time": "1766944426" }, "stopId": "stop_point:SP_1312", "stopSequence": 30 }, { "arrival": { "delay": 44, "time": "1766944484" }, "departure": { "delay": 44, "time": "1766944484" }, "stopId": "stop_point:SP_1676", "stopSequence": 31 }, { "arrival": { "delay": 39, "time": "1766944539" }, "departure": { "delay": 39, "time": "1766944539" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": 31, "time": "1766944591" }, "departure": { "delay": 31, "time": "1766944591" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": 45, "time": "1766944665" }, "departure": { "delay": 45, "time": "1766944665" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": 39, "time": "1766944719" }, "departure": { "delay": 39, "time": "1766944719" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": 31, "time": "1766944771" }, "departure": { "delay": 31, "time": "1766944771" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": 36, "time": "1766944896" }, "departure": { "delay": 36, "time": "1766944896" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": 66, "uncertainty": 100 }, "departure": { "delay": 97, "uncertainty": 100 }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": 39, "time": "1766945019" }, "departure": { "delay": 39, "time": "1766945019" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187355" }, "vehicle": { "id": "27_1437469" } } }, { "id": "TripUpdateJoin:2194784", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -287, "time": "1766942413" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_2175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766942719" }, "departure": { "delay": 19, "time": "1766942719" }, "stopId": "stop_point:SP_1951", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_894", "stopSequence": 3 }, { "arrival": { "delay": 16, "time": "1766942896" }, "departure": { "delay": 16, "time": "1766942896" }, "stopId": "stop_point:SP_2171", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766942955" }, "departure": { "delay": 15, "time": "1766942955" }, "stopId": "stop_point:SP_3006", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766943014" }, "departure": { "delay": 14, "time": "1766943014" }, "stopId": "stop_point:SP_2628", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766943058" }, "departure": { "delay": -2, "time": "1766943058" }, "stopId": "stop_point:SP_3536", "stopSequence": 7 }, { "arrival": { "delay": 22, "time": "1766943082" }, "departure": { "delay": 22, "time": "1766943082" }, "stopId": "stop_point:SP_2836", "stopSequence": 8 }, { "arrival": { "delay": -1, "time": "1766943119" }, "departure": { "delay": -1, "time": "1766943119" }, "stopId": "stop_point:SP_2060", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_2640", "stopSequence": 10 }, { "arrival": { "delay": -11, "time": "1766943349" }, "departure": { "delay": -11, "time": "1766943349" }, "stopId": "stop_point:SP_4450", "stopSequence": 11 }, { "arrival": { "delay": -1, "time": "1766943419" }, "departure": { "delay": -1, "time": "1766943419" }, "stopId": "stop_point:SP_131", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766943458" }, "departure": { "delay": -22, "time": "1766943458" }, "stopId": "stop_point:SP_3370", "stopSequence": 13 }, { "arrival": { "delay": 6, "time": "1766943546" }, "departure": { "delay": 6, "time": "1766943546" }, "stopId": "stop_point:SP_4456", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_5638", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766943721" }, "departure": { "delay": 1, "time": "1766943721" }, "stopId": "stop_point:SP_2859", "stopSequence": 16 }, { "arrival": { "delay": -9, "time": "1766943771" }, "departure": { "delay": -9, "time": "1766943771" }, "stopId": "stop_point:SP_2794", "stopSequence": 17 }, { "arrival": { "delay": -13, "time": "1766943827" }, "departure": { "delay": -13, "time": "1766943827" }, "stopId": "stop_point:SP_3100", "stopSequence": 18 }, { "arrival": { "delay": -20, "time": "1766943880" }, "departure": { "delay": -20, "time": "1766943880" }, "stopId": "stop_point:SP_3235", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766943925" }, "departure": { "delay": 25, "time": "1766943925" }, "stopId": "stop_point:SP_3261", "stopSequence": 20 }, { "arrival": { "delay": -15, "time": "1766944005" }, "departure": { "delay": -15, "time": "1766944005" }, "stopId": "stop_point:SP_2880", "stopSequence": 21 }, { "arrival": { "delay": -29, "time": "1766944051" }, "departure": { "delay": -29, "time": "1766944051" }, "stopId": "stop_point:SP_2017", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766944129" }, "departure": { "delay": -11, "time": "1766944129" }, "stopId": "stop_point:SP_3456", "stopSequence": 23 }, { "arrival": { "delay": 13, "time": "1766944213" }, "departure": { "delay": 13, "time": "1766944213" }, "stopId": "stop_point:SP_3643", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_1182", "stopSequence": 25 }, { "arrival": { "delay": 11, "time": "1766944331" }, "departure": { "delay": 11, "time": "1766944331" }, "stopId": "stop_point:SP_2700", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766944388" }, "departure": { "delay": 8, "time": "1766944388" }, "stopId": "stop_point:SP_1837", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2397", "stopSequence": 28 }, { "arrival": { "delay": 13, "time": "1766944513" }, "departure": { "delay": 13, "time": "1766944513" }, "stopId": "stop_point:SP_3400", "stopSequence": 29 }, { "arrival": { "delay": -19, "time": "1766944601" }, "departure": { "delay": -19, "time": "1766944601" }, "stopId": "stop_point:SP_2652", "stopSequence": 30 }, { "arrival": { "delay": -2, "time": "1766944678" }, "departure": { "delay": -2, "time": "1766944678" }, "stopId": "stop_point:SP_3792", "stopSequence": 31 }, { "arrival": { "delay": 6, "time": "1766944746" }, "departure": { "delay": 6, "time": "1766944746" }, "stopId": "stop_point:SP_1149", "stopSequence": 32 }, { "arrival": { "delay": -7, "time": "1766944793" }, "departure": { "delay": -7, "time": "1766944793" }, "stopId": "stop_point:SP_3407", "stopSequence": 33 }, { "arrival": { "delay": -7, "time": "1766944853" }, "departure": { "delay": -7, "time": "1766944853" }, "stopId": "stop_point:SP_639", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2251", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194784" }, "vehicle": { "id": "1449755" } } }, { "id": "TripUpdateJoin:2144149", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_4521", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_4529", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766947392" }, "departure": { "delay": 12, "time": "1766947392" }, "stopId": "stop_point:SP_4773", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766947448" }, "departure": { "delay": 8, "time": "1766947448" }, "stopId": "stop_point:SP_70", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766947495" }, "departure": { "delay": -5, "time": "1766947495" }, "stopId": "stop_point:SP_1427", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766947515" }, "departure": { "delay": 15, "time": "1766947515" }, "stopId": "stop_point:SP_1451", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766947582" }, "departure": { "delay": 22, "time": "1766947582" }, "stopId": "stop_point:SP_2980", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766947635" }, "departure": { "delay": 15, "time": "1766947635" }, "stopId": "stop_point:SP_3234", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_2173", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1454", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766947785" }, "departure": { "delay": -15, "time": "1766947785" }, "stopId": "stop_point:SP_4410", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_2564", "stopSequence": 12 }, { "arrival": { "delay": 27, "time": "1766947887" }, "departure": { "delay": 27, "time": "1766947887" }, "stopId": "stop_point:SP_795", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_415", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766947992" }, "departure": { "delay": 12, "time": "1766947992" }, "stopId": "stop_point:SP_4940", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_320", "stopSequence": 16 }, { "arrival": { "delay": -26, "time": "1766948134" }, "departure": { "delay": -26, "time": "1766948134" }, "stopId": "stop_point:SP_4906", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766948166" }, "departure": { "delay": 6, "time": "1766948166" }, "stopId": "stop_point:SP_3681", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_2892", "stopSequence": 19 }, { "arrival": { "delay": 13, "time": "1766948233" }, "departure": { "delay": 13, "time": "1766948233" }, "stopId": "stop_point:SP_5096", "stopSequence": 20 }, { "arrival": { "delay": -7, "time": "1766948273" }, "departure": { "delay": -7, "time": "1766948273" }, "stopId": "stop_point:SP_2663", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766948309" }, "departure": { "delay": 29, "time": "1766948309" }, "stopId": "stop_point:SP_116", "stopSequence": 22 }, { "arrival": { "delay": -2, "time": "1766948338" }, "departure": { "delay": -2, "time": "1766948338" }, "stopId": "stop_point:SP_1334", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766948371" }, "departure": { "delay": -29, "time": "1766948371" }, "stopId": "stop_point:SP_1973", "stopSequence": 24 }, { "arrival": { "delay": 24, "time": "1766948424" }, "departure": { "delay": 24, "time": "1766948424" }, "stopId": "stop_point:SP_3988", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3430", "stopSequence": 26 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_657", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1579", "stopSequence": 28 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1859", "stopSequence": 29 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3122", "stopSequence": 30 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 31 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 32 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 33 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 34 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1104", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_461", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144149" }, "vehicle": { "id": "1432372" } } }, { "id": "TripUpdateJoin:2204174", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 125, "time": "1766942105" }, "departure": { "delay": 125, "time": "1766942105" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204174" }, "vehicle": { "id": "1458003" } } }, { "id": "TripUpdateJoin:2204122", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 516, "time": "1766942136" }, "departure": { "delay": 516, "time": "1766942136" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 519, "time": "1766942199" }, "departure": { "delay": 519, "time": "1766942199" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": 511, "time": "1766942311" }, "departure": { "delay": 511, "time": "1766942311" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 513, "time": "1766942373" }, "departure": { "delay": 513, "time": "1766942373" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": 461, "time": "1766942381" }, "departure": { "delay": 461, "time": "1766942381" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": 457, "time": "1766942437" }, "departure": { "delay": 457, "time": "1766942437" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": 458, "time": "1766942498" }, "departure": { "delay": 458, "time": "1766942498" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": 460, "time": "1766942560" }, "departure": { "delay": 460, "time": "1766942560" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": 462, "time": "1766942622" }, "departure": { "delay": 462, "time": "1766942622" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 513, "time": "1766942733" }, "departure": { "delay": 513, "time": "1766942733" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 525, "time": "1766942805" }, "departure": { "delay": 525, "time": "1766942805" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 511, "time": "1766942851" }, "departure": { "delay": 511, "time": "1766942851" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 521, "time": "1766942921" }, "departure": { "delay": 521, "time": "1766942921" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 518, "time": "1766942978" }, "departure": { "delay": 518, "time": "1766942978" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 513, "time": "1766943153" }, "departure": { "delay": 513, "time": "1766943153" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 514, "time": "1766943214" }, "departure": { "delay": 514, "time": "1766943214" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 523, "time": "1766943223" }, "departure": { "delay": 523, "time": "1766943223" }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": 463, "time": "1766943283" }, "departure": { "delay": 463, "time": "1766943283" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": 464, "time": "1766943344" }, "departure": { "delay": 464, "time": "1766943344" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 513, "time": "1766943453" }, "departure": { "delay": 513, "time": "1766943453" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204122" }, "vehicle": { "id": "1457910" } } }, { "id": "TripUpdateJoin:2204180", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -2285, "time": "1766943175" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_4721", "stopSequence": 1 }, { "arrival": { "delay": -20, "time": "1766945500" }, "departure": { "delay": -20, "time": "1766945500" }, "stopId": "stop_point:SP_3975", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766945588" }, "departure": { "delay": 8, "time": "1766945588" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766945665" }, "departure": { "delay": 25, "time": "1766945665" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 26, "time": "1766945726" }, "departure": { "delay": 26, "time": "1766945726" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 10, "time": "1766945950" }, "departure": { "delay": 10, "time": "1766945950" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766946023" }, "departure": { "delay": 23, "time": "1766946023" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766946091" }, "departure": { "delay": -29, "time": "1766946091" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766946160" }, "departure": { "delay": -20, "time": "1766946160" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 4, "time": "1766946304" }, "departure": { "delay": 4, "time": "1766946304" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766946429" }, "departure": { "delay": 9, "time": "1766946429" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766946485" }, "departure": { "delay": 5, "time": "1766946485" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766946558" }, "departure": { "delay": 18, "time": "1766946558" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766946656" }, "departure": { "delay": -4, "time": "1766946656" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766946747" }, "departure": { "delay": 27, "time": "1766946747" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766946795" }, "departure": { "delay": 15, "time": "1766946795" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": 21, "time": "1766946981" }, "departure": { "delay": 21, "time": "1766946981" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766947062" }, "departure": { "delay": -18, "time": "1766947062" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766947264" }, "departure": { "delay": 4, "time": "1766947264" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 19, "time": "1766947399" }, "departure": { "delay": 19, "time": "1766947399" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": -30, "time": "1766947470" }, "departure": { "delay": -30, "time": "1766947470" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": 17, "time": "1766947517" }, "departure": { "delay": 17, "time": "1766947517" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 28, "time": "1766947648" }, "departure": { "delay": 28, "time": "1766947648" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 14, "time": "1766947754" }, "departure": { "delay": 14, "time": "1766947754" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": -28, "time": "1766947832" }, "departure": { "delay": -28, "time": "1766947832" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766947901" }, "departure": { "delay": -19, "time": "1766947901" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": -25, "time": "1766948015" }, "departure": { "delay": -25, "time": "1766948015" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766948055" }, "departure": { "delay": 15, "time": "1766948055" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": -9, "time": "1766948091" }, "departure": { "delay": -9, "time": "1766948091" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 11, "time": "1766948171" }, "departure": { "delay": 11, "time": "1766948171" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": -18, "time": "1766948262" }, "departure": { "delay": -18, "time": "1766948262" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 10, "time": "1766948350" }, "departure": { "delay": 10, "time": "1766948350" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": -18, "time": "1766948502" }, "departure": { "delay": -18, "time": "1766948502" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": -26, "time": "1766948554" }, "departure": { "delay": -26, "time": "1766948554" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": -4, "time": "1766948696" }, "departure": { "delay": -4, "time": "1766948696" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": -17, "time": "1766948743" }, "departure": { "delay": -17, "time": "1766948743" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204180" }, "vehicle": { "id": "1457966" } } }, { "id": "TripUpdateJoin:2167743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_3290", "stopSequence": 1 }, { "arrival": { "delay": -24, "time": "1766944596" }, "departure": { "delay": -24, "time": "1766944596" }, "stopId": "stop_point:SP_1232", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766944652" }, "departure": { "delay": -28, "time": "1766944652" }, "stopId": "stop_point:SP_692", "stopSequence": 3 }, { "arrival": { "delay": 7, "time": "1766944687" }, "departure": { "delay": 7, "time": "1766944687" }, "stopId": "stop_point:SP_3335", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766944715" }, "departure": { "delay": -25, "time": "1766944715" }, "stopId": "stop_point:SP_597", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1408", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766944919" }, "departure": { "delay": -1, "time": "1766944919" }, "stopId": "stop_point:SP_630", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766944997" }, "departure": { "delay": 17, "time": "1766944997" }, "stopId": "stop_point:SP_2513", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_3683", "stopSequence": 9 }, { "arrival": { "delay": -5, "time": "1766945095" }, "departure": { "delay": -5, "time": "1766945095" }, "stopId": "stop_point:SP_3071", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766945158" }, "departure": { "delay": -2, "time": "1766945158" }, "stopId": "stop_point:SP_3030", "stopSequence": 11 }, { "arrival": { "delay": -3, "time": "1766945217" }, "departure": { "delay": -3, "time": "1766945217" }, "stopId": "stop_point:SP_1819", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_176", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766945339" }, "departure": { "delay": -1, "time": "1766945339" }, "stopId": "stop_point:SP_1057", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766945426" }, "departure": { "delay": 26, "time": "1766945426" }, "stopId": "stop_point:SP_2428", "stopSequence": 15 }, { "arrival": { "delay": 25, "time": "1766945485" }, "departure": { "delay": 25, "time": "1766945485" }, "stopId": "stop_point:SP_2209", "stopSequence": 16 }, { "arrival": { "delay": -10, "time": "1766945570" }, "departure": { "delay": -10, "time": "1766945570" }, "stopId": "stop_point:SP_1867", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_4009", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167743" }, "vehicle": { "id": "1430841" } } }, { "id": "TripUpdateJoin:2193371", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1754", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766949130" }, "departure": { "delay": 10, "time": "1766949130" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 4, "time": "1766949244" }, "departure": { "delay": 4, "time": "1766949244" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193371" }, "vehicle": { "id": "1449822" } } }, { "id": "TripUpdateJoin:2205212", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_1140", "stopSequence": 1 }, { "arrival": { "delay": 27, "time": "1766944587" }, "departure": { "delay": 27, "time": "1766944587" }, "stopId": "stop_point:SP_3016", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_3852", "stopSequence": 3 }, { "arrival": { "delay": -5, "time": "1766944735" }, "departure": { "delay": -5, "time": "1766944735" }, "stopId": "stop_point:SP_610", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766944791" }, "departure": { "delay": -9, "time": "1766944791" }, "stopId": "stop_point:SP_3491", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_452", "stopSequence": 6 }, { "arrival": { "delay": 3, "time": "1766944923" }, "departure": { "delay": 3, "time": "1766944923" }, "stopId": "stop_point:SP_1610", "stopSequence": 7 }, { "arrival": { "delay": -9, "time": "1766944971" }, "departure": { "delay": -9, "time": "1766944971" }, "stopId": "stop_point:SP_2537", "stopSequence": 8 }, { "arrival": { "delay": 4, "time": "1766945044" }, "departure": { "delay": 4, "time": "1766945044" }, "stopId": "stop_point:SP_664", "stopSequence": 9 }, { "arrival": { "delay": 25, "time": "1766945125" }, "departure": { "delay": 25, "time": "1766945125" }, "stopId": "stop_point:SP_6", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_1653", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2758", "stopSequence": 12 }, { "arrival": { "delay": 28, "time": "1766945368" }, "departure": { "delay": 28, "time": "1766945368" }, "stopId": "stop_point:SP_1485", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766945402" }, "departure": { "delay": 2, "time": "1766945402" }, "stopId": "stop_point:SP_1115", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3833", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766945506" }, "departure": { "delay": -14, "time": "1766945506" }, "stopId": "stop_point:SP_3287", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766945572" }, "departure": { "delay": -8, "time": "1766945572" }, "stopId": "stop_point:SP_3390", "stopSequence": 17 }, { "arrival": { "delay": 27, "time": "1766945607" }, "departure": { "delay": 27, "time": "1766945607" }, "stopId": "stop_point:SP_3330", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_4784", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766945703" }, "departure": { "delay": 3, "time": "1766945703" }, "stopId": "stop_point:SP_521", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_922", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766945811" }, "departure": { "delay": -9, "time": "1766945811" }, "stopId": "stop_point:SP_2389", "stopSequence": 22 }, { "arrival": { "delay": 29, "time": "1766945849" }, "departure": { "delay": 29, "time": "1766945849" }, "stopId": "stop_point:SP_838", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766945891" }, "departure": { "delay": 11, "time": "1766945891" }, "stopId": "stop_point:SP_440", "stopSequence": 24 }, { "arrival": { "delay": 2, "time": "1766945942" }, "departure": { "delay": 2, "time": "1766945942" }, "stopId": "stop_point:SP_742", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766945989" }, "departure": { "delay": -11, "time": "1766945989" }, "stopId": "stop_point:SP_5246", "stopSequence": 26 }, { "arrival": { "delay": -18, "time": "1766946042" }, "departure": { "delay": -18, "time": "1766946042" }, "stopId": "stop_point:SP_749", "stopSequence": 27 }, { "arrival": { "delay": 21, "time": "1766946081" }, "departure": { "delay": 21, "time": "1766946081" }, "stopId": "stop_point:SP_1791", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3911", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_5142", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205212" }, "vehicle": { "id": "27_1455302" } } }, { "id": "TripUpdateJoin:2185442", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_5334", "stopSequence": 1 }, { "arrival": { "delay": -15, "time": "1766945805" }, "departure": { "delay": -15, "time": "1766945805" }, "stopId": "stop_point:SP_1147", "stopSequence": 2 }, { "arrival": { "delay": -15, "time": "1766945985" }, "departure": { "delay": -15, "time": "1766945985" }, "stopId": "stop_point:SP_2233", "stopSequence": 3 }, { "arrival": { "delay": 3, "time": "1766946063" }, "departure": { "delay": 3, "time": "1766946063" }, "stopId": "stop_point:SP_1683", "stopSequence": 4 }, { "arrival": { "delay": 6, "time": "1766946126" }, "departure": { "delay": 6, "time": "1766946126" }, "stopId": "stop_point:SP_87", "stopSequence": 5 }, { "arrival": { "delay": 13, "time": "1766946193" }, "departure": { "delay": 13, "time": "1766946193" }, "stopId": "stop_point:SP_499", "stopSequence": 6 }, { "arrival": { "delay": 5, "time": "1766946245" }, "departure": { "delay": 5, "time": "1766946245" }, "stopId": "stop_point:SP_1381", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_2923", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766946357" }, "departure": { "delay": -3, "time": "1766946357" }, "stopId": "stop_point:SP_964", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766946448" }, "departure": { "delay": 28, "time": "1766946448" }, "stopId": "stop_point:SP_2927", "stopSequence": 10 }, { "arrival": { "delay": 29, "time": "1766946509" }, "departure": { "delay": 29, "time": "1766946509" }, "stopId": "stop_point:SP_594", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_736", "stopSequence": 12 }, { "arrival": { "delay": -21, "time": "1766946639" }, "departure": { "delay": -21, "time": "1766946639" }, "stopId": "stop_point:SP_3600", "stopSequence": 13 }, { "arrival": { "delay": 22, "time": "1766946742" }, "departure": { "delay": 22, "time": "1766946742" }, "stopId": "stop_point:SP_1930", "stopSequence": 14 }, { "arrival": { "delay": -8, "time": "1766946772" }, "departure": { "delay": -8, "time": "1766946772" }, "stopId": "stop_point:SP_3545", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_2905", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766946939" }, "departure": { "delay": -21, "time": "1766946939" }, "stopId": "stop_point:SP_2591", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766946976" }, "departure": { "delay": 16, "time": "1766946976" }, "stopId": "stop_point:SP_3435", "stopSequence": 18 }, { "arrival": { "delay": 7, "time": "1766947027" }, "departure": { "delay": 7, "time": "1766947027" }, "stopId": "stop_point:SP_986", "stopSequence": 19 }, { "arrival": { "delay": -17, "time": "1766947063" }, "departure": { "delay": -17, "time": "1766947063" }, "stopId": "stop_point:SP_2321", "stopSequence": 20 }, { "arrival": { "delay": -10, "time": "1766947130" }, "departure": { "delay": -10, "time": "1766947130" }, "stopId": "stop_point:SP_1017", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2711", "stopSequence": 22 }, { "arrival": { "delay": -19, "time": "1766947241" }, "departure": { "delay": -19, "time": "1766947241" }, "stopId": "stop_point:SP_712", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766947277" }, "departure": { "delay": 17, "time": "1766947277" }, "stopId": "stop_point:SP_3936", "stopSequence": 24 }, { "arrival": { "delay": 10, "time": "1766947330" }, "departure": { "delay": 10, "time": "1766947330" }, "stopId": "stop_point:SP_1634", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_2949", "stopSequence": 26 }, { "arrival": { "delay": 9, "time": "1766947509" }, "departure": { "delay": 9, "time": "1766947509" }, "stopId": "stop_point:SP_3685", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_3799", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766947624" }, "departure": { "delay": 4, "time": "1766947624" }, "stopId": "stop_point:SP_2792", "stopSequence": 29 }, { "arrival": { "delay": 26, "time": "1766947706" }, "departure": { "delay": 26, "time": "1766947706" }, "stopId": "stop_point:SP_2607", "stopSequence": 30 }, { "arrival": { "delay": -26, "time": "1766947774" }, "departure": { "delay": -26, "time": "1766947774" }, "stopId": "stop_point:SP_474", "stopSequence": 31 }, { "arrival": { "delay": 26, "time": "1766947826" }, "departure": { "delay": 26, "time": "1766947826" }, "stopId": "stop_point:SP_1854", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_2324", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185442" }, "vehicle": { "id": "27_1435556" } } }, { "id": "TripUpdateJoin:2185460", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -136, "time": "1766942144" }, "departure": { "delay": -136, "time": "1766942144" }, "stopId": "stop_point:SP_3203", "stopSequence": 23 }, { "arrival": { "delay": -195, "time": "1766942265" }, "departure": { "delay": -195, "time": "1766942265" }, "stopId": "stop_point:SP_2862", "stopSequence": 24 }, { "arrival": { "delay": -138, "time": "1766942382" }, "departure": { "delay": -138, "time": "1766942382" }, "stopId": "stop_point:SP_2982", "stopSequence": 25 }, { "arrival": { "delay": -143, "time": "1766942437" }, "departure": { "delay": -143, "time": "1766942437" }, "stopId": "stop_point:SP_3686", "stopSequence": 26 }, { "arrival": { "delay": -195, "time": "1766942505" }, "departure": { "delay": -195, "time": "1766942505" }, "stopId": "stop_point:SP_3540", "stopSequence": 27 }, { "arrival": { "delay": -195, "time": "1766942565" }, "departure": { "delay": -195, "time": "1766942565" }, "stopId": "stop_point:SP_1776", "stopSequence": 28 }, { "arrival": { "delay": -135, "time": "1766942685" }, "departure": { "delay": -135, "time": "1766942685" }, "stopId": "stop_point:SP_3903", "stopSequence": 29 }, { "arrival": { "delay": -192, "time": "1766942688" }, "departure": { "delay": -192, "time": "1766942688" }, "stopId": "stop_point:SP_1388", "stopSequence": 30 }, { "arrival": { "delay": -200, "time": "1766942800" }, "departure": { "delay": -200, "time": "1766942800" }, "stopId": "stop_point:SP_1613", "stopSequence": 31 }, { "arrival": { "delay": -195, "time": "1766942865" }, "departure": { "delay": -195, "time": "1766942865" }, "stopId": "stop_point:SP_5334", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185460" }, "vehicle": { "id": "27_1435574" } } }, { "id": "TripUpdateJoin:2170658", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -467, "time": "1766942353" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_1442", "stopSequence": 1 }, { "arrival": { "delay": -18, "time": "1766942862" }, "departure": { "delay": -18, "time": "1766942862" }, "stopId": "stop_point:SP_1299", "stopSequence": 2 }, { "arrival": { "delay": 23, "time": "1766942903" }, "departure": { "delay": 23, "time": "1766942903" }, "stopId": "stop_point:SP_2756", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_2976", "stopSequence": 4 }, { "arrival": { "delay": -11, "time": "1766942989" }, "departure": { "delay": -11, "time": "1766942989" }, "stopId": "stop_point:SP_149", "stopSequence": 5 }, { "arrival": { "delay": 24, "time": "1766943024" }, "departure": { "delay": 24, "time": "1766943024" }, "stopId": "stop_point:SP_4442", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766943054" }, "departure": { "delay": -6, "time": "1766943054" }, "stopId": "stop_point:SP_3598", "stopSequence": 7 }, { "arrival": { "delay": -27, "time": "1766943093" }, "departure": { "delay": -27, "time": "1766943093" }, "stopId": "stop_point:SP_2761", "stopSequence": 8 }, { "arrival": { "delay": 8, "time": "1766943128" }, "departure": { "delay": 8, "time": "1766943128" }, "stopId": "stop_point:SP_850", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_2232", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_3741", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_2732", "stopSequence": 12 }, { "arrival": { "delay": -13, "time": "1766943407" }, "departure": { "delay": -13, "time": "1766943407" }, "stopId": "stop_point:SP_4789", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_1296", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2611", "stopSequence": 15 }, { "arrival": { "delay": 26, "time": "1766943686" }, "departure": { "delay": 26, "time": "1766943686" }, "stopId": "stop_point:SP_991", "stopSequence": 16 }, { "arrival": { "delay": 18, "time": "1766943738" }, "departure": { "delay": 18, "time": "1766943738" }, "stopId": "stop_point:SP_980", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_4517", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:45", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170658" }, "vehicle": { "id": "1431799" } } }, { "id": "TripUpdateJoin:2185441", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_5334", "stopSequence": 1 }, { "arrival": { "delay": -15, "time": "1766943705" }, "departure": { "delay": -15, "time": "1766943705" }, "stopId": "stop_point:SP_1147", "stopSequence": 2 }, { "arrival": { "delay": -15, "time": "1766943885" }, "departure": { "delay": -15, "time": "1766943885" }, "stopId": "stop_point:SP_2233", "stopSequence": 3 }, { "arrival": { "delay": 3, "time": "1766943963" }, "departure": { "delay": 3, "time": "1766943963" }, "stopId": "stop_point:SP_1683", "stopSequence": 4 }, { "arrival": { "delay": 6, "time": "1766944026" }, "departure": { "delay": 6, "time": "1766944026" }, "stopId": "stop_point:SP_87", "stopSequence": 5 }, { "arrival": { "delay": 13, "time": "1766944093" }, "departure": { "delay": 13, "time": "1766944093" }, "stopId": "stop_point:SP_499", "stopSequence": 6 }, { "arrival": { "delay": 5, "time": "1766944145" }, "departure": { "delay": 5, "time": "1766944145" }, "stopId": "stop_point:SP_1381", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_2923", "stopSequence": 8 }, { "arrival": { "delay": 20, "time": "1766944280" }, "departure": { "delay": 20, "time": "1766944280" }, "stopId": "stop_point:SP_964", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766944408" }, "departure": { "delay": 28, "time": "1766944408" }, "stopId": "stop_point:SP_2927", "stopSequence": 10 }, { "arrival": { "delay": -6, "time": "1766944494" }, "departure": { "delay": -6, "time": "1766944494" }, "stopId": "stop_point:SP_594", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_736", "stopSequence": 12 }, { "arrival": { "delay": -11, "time": "1766944669" }, "departure": { "delay": -11, "time": "1766944669" }, "stopId": "stop_point:SP_3600", "stopSequence": 13 }, { "arrival": { "delay": -3, "time": "1766944797" }, "departure": { "delay": -3, "time": "1766944797" }, "stopId": "stop_point:SP_1930", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766944835" }, "departure": { "delay": -25, "time": "1766944835" }, "stopId": "stop_point:SP_3545", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_2905", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766945019" }, "departure": { "delay": -21, "time": "1766945019" }, "stopId": "stop_point:SP_2591", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766945056" }, "departure": { "delay": 16, "time": "1766945056" }, "stopId": "stop_point:SP_3435", "stopSequence": 18 }, { "arrival": { "delay": 7, "time": "1766945107" }, "departure": { "delay": 7, "time": "1766945107" }, "stopId": "stop_point:SP_986", "stopSequence": 19 }, { "arrival": { "delay": -17, "time": "1766945143" }, "departure": { "delay": -17, "time": "1766945143" }, "stopId": "stop_point:SP_2321", "stopSequence": 20 }, { "arrival": { "delay": -10, "time": "1766945210" }, "departure": { "delay": -10, "time": "1766945210" }, "stopId": "stop_point:SP_1017", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2711", "stopSequence": 22 }, { "arrival": { "delay": -19, "time": "1766945321" }, "departure": { "delay": -19, "time": "1766945321" }, "stopId": "stop_point:SP_712", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766945357" }, "departure": { "delay": 17, "time": "1766945357" }, "stopId": "stop_point:SP_3936", "stopSequence": 24 }, { "arrival": { "delay": 10, "time": "1766945410" }, "departure": { "delay": 10, "time": "1766945410" }, "stopId": "stop_point:SP_1634", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_2949", "stopSequence": 26 }, { "arrival": { "delay": 9, "time": "1766945589" }, "departure": { "delay": 9, "time": "1766945589" }, "stopId": "stop_point:SP_3685", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3799", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766945704" }, "departure": { "delay": 4, "time": "1766945704" }, "stopId": "stop_point:SP_2792", "stopSequence": 29 }, { "arrival": { "delay": 26, "time": "1766945786" }, "departure": { "delay": 26, "time": "1766945786" }, "stopId": "stop_point:SP_2607", "stopSequence": 30 }, { "arrival": { "delay": -26, "time": "1766945854" }, "departure": { "delay": -26, "time": "1766945854" }, "stopId": "stop_point:SP_474", "stopSequence": 31 }, { "arrival": { "delay": 26, "time": "1766945906" }, "departure": { "delay": 26, "time": "1766945906" }, "stopId": "stop_point:SP_1854", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2324", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185441" }, "vehicle": { "id": "27_1435555" } } }, { "id": "TripUpdateJoin:2169181", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766947595" }, "departure": { "delay": -25, "time": "1766947595" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766947822" }, "departure": { "delay": 22, "time": "1766947822" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169181" }, "vehicle": { "id": "1431038" } } }, { "id": "TripUpdateJoin:2152688", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_221", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1766948495" }, "departure": { "delay": -25, "time": "1766948495" }, "stopId": "stop_point:SP_3405", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766948559" }, "departure": { "delay": -21, "time": "1766948559" }, "stopId": "stop_point:SP_3672", "stopSequence": 3 }, { "arrival": { "delay": 16, "time": "1766948596" }, "departure": { "delay": 16, "time": "1766948596" }, "stopId": "stop_point:SP_1464", "stopSequence": 4 }, { "arrival": { "delay": 20, "time": "1766948660" }, "departure": { "delay": 20, "time": "1766948660" }, "stopId": "stop_point:SP_2460", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_977", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766948729" }, "departure": { "delay": 29, "time": "1766948729" }, "stopId": "stop_point:SP_1790", "stopSequence": 7 }, { "arrival": { "delay": -6, "time": "1766948754" }, "departure": { "delay": -6, "time": "1766948754" }, "stopId": "stop_point:SP_2369", "stopSequence": 8 }, { "arrival": { "delay": -2, "time": "1766948818" }, "departure": { "delay": -2, "time": "1766948818" }, "stopId": "stop_point:SP_3341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_3147", "stopSequence": 10 }, { "arrival": { "delay": -27, "time": "1766948913" }, "departure": { "delay": -27, "time": "1766948913" }, "stopId": "stop_point:SP_2015", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_1651", "stopSequence": 12 }, { "arrival": { "delay": -30, "time": "1766948970" }, "departure": { "delay": -30, "time": "1766948970" }, "stopId": "stop_point:SP_1971", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766949025" }, "departure": { "delay": 25, "time": "1766949025" }, "stopId": "stop_point:SP_872", "stopSequence": 14 }, { "arrival": { "delay": 4, "time": "1766949064" }, "departure": { "delay": 4, "time": "1766949064" }, "stopId": "stop_point:SP_698", "stopSequence": 15 }, { "arrival": { "delay": -11, "time": "1766949109" }, "departure": { "delay": -11, "time": "1766949109" }, "stopId": "stop_point:SP_3802", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_227", "stopSequence": 17 }, { "arrival": { "delay": -14, "time": "1766949226" }, "departure": { "delay": -14, "time": "1766949226" }, "stopId": "stop_point:SP_2268", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766949257" }, "departure": { "delay": 17, "time": "1766949257" }, "stopId": "stop_point:SP_606", "stopSequence": 19 } ], "timestamp": "1766942094", "trip": { "routeId": "line:44", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152688" }, "vehicle": { "id": "1431749" } } }, { "id": "TripUpdateJoin:2167744", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3290", "stopSequence": 1 }, { "arrival": { "delay": -24, "time": "1766946696" }, "departure": { "delay": -24, "time": "1766946696" }, "stopId": "stop_point:SP_1232", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766946752" }, "departure": { "delay": -28, "time": "1766946752" }, "stopId": "stop_point:SP_692", "stopSequence": 3 }, { "arrival": { "delay": 7, "time": "1766946787" }, "departure": { "delay": 7, "time": "1766946787" }, "stopId": "stop_point:SP_3335", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766946815" }, "departure": { "delay": -25, "time": "1766946815" }, "stopId": "stop_point:SP_597", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1408", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766947019" }, "departure": { "delay": -1, "time": "1766947019" }, "stopId": "stop_point:SP_630", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766947097" }, "departure": { "delay": 17, "time": "1766947097" }, "stopId": "stop_point:SP_2513", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3683", "stopSequence": 9 }, { "arrival": { "delay": -5, "time": "1766947195" }, "departure": { "delay": -5, "time": "1766947195" }, "stopId": "stop_point:SP_3071", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766947258" }, "departure": { "delay": -2, "time": "1766947258" }, "stopId": "stop_point:SP_3030", "stopSequence": 11 }, { "arrival": { "delay": -3, "time": "1766947317" }, "departure": { "delay": -3, "time": "1766947317" }, "stopId": "stop_point:SP_1819", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_176", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766947439" }, "departure": { "delay": -1, "time": "1766947439" }, "stopId": "stop_point:SP_1057", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766947526" }, "departure": { "delay": 26, "time": "1766947526" }, "stopId": "stop_point:SP_2428", "stopSequence": 15 }, { "arrival": { "delay": 25, "time": "1766947585" }, "departure": { "delay": 25, "time": "1766947585" }, "stopId": "stop_point:SP_2209", "stopSequence": 16 }, { "arrival": { "delay": -10, "time": "1766947670" }, "departure": { "delay": -10, "time": "1766947670" }, "stopId": "stop_point:SP_1867", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4009", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167744" }, "vehicle": { "id": "1430840" } } }, { "id": "TripUpdateJoin:2194787", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_2175", "stopSequence": 1 }, { "arrival": { "delay": 17, "time": "1766949017" }, "departure": { "delay": 17, "time": "1766949017" }, "stopId": "stop_point:SP_1951", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766949108" }, "departure": { "delay": -12, "time": "1766949108" }, "stopId": "stop_point:SP_894", "stopSequence": 3 }, { "arrival": { "delay": -4, "time": "1766949176" }, "departure": { "delay": -4, "time": "1766949176" }, "stopId": "stop_point:SP_2171", "stopSequence": 4 }, { "arrival": { "delay": -10, "time": "1766949230" }, "departure": { "delay": -10, "time": "1766949230" }, "stopId": "stop_point:SP_3006", "stopSequence": 5 }, { "arrival": { "delay": -18, "time": "1766949282" }, "departure": { "delay": -18, "time": "1766949282" }, "stopId": "stop_point:SP_2628", "stopSequence": 6 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194787" }, "vehicle": { "id": "1449786" } } }, { "id": "TripUpdateJoin:2205241", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1020, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_5142", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_1014", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766945859" }, "departure": { "delay": -21, "time": "1766945859" }, "stopId": "stop_point:SP_1562", "stopSequence": 3 }, { "arrival": { "delay": 10, "time": "1766945890" }, "departure": { "delay": 10, "time": "1766945890" }, "stopId": "stop_point:SP_2958", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766945933" }, "departure": { "delay": -7, "time": "1766945933" }, "stopId": "stop_point:SP_5239", "stopSequence": 5 }, { "arrival": { "delay": -23, "time": "1766945977" }, "departure": { "delay": -23, "time": "1766945977" }, "stopId": "stop_point:SP_1396", "stopSequence": 6 }, { "arrival": { "delay": 9, "time": "1766946009" }, "departure": { "delay": 9, "time": "1766946009" }, "stopId": "stop_point:SP_249", "stopSequence": 7 }, { "arrival": { "delay": -15, "time": "1766946045" }, "departure": { "delay": -15, "time": "1766946045" }, "stopId": "stop_point:SP_2468", "stopSequence": 8 }, { "arrival": { "delay": 20, "time": "1766946080" }, "departure": { "delay": 20, "time": "1766946080" }, "stopId": "stop_point:SP_341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1542", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766946177" }, "departure": { "delay": -3, "time": "1766946177" }, "stopId": "stop_point:SP_3774", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_4783", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766946283" }, "departure": { "delay": -17, "time": "1766946283" }, "stopId": "stop_point:SP_851", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766946315" }, "departure": { "delay": 15, "time": "1766946315" }, "stopId": "stop_point:SP_529", "stopSequence": 14 }, { "arrival": { "delay": -3, "time": "1766946357" }, "departure": { "delay": -3, "time": "1766946357" }, "stopId": "stop_point:SP_2835", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_1192", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766946459" }, "departure": { "delay": -21, "time": "1766946459" }, "stopId": "stop_point:SP_1047", "stopSequence": 17 }, { "arrival": { "delay": 11, "time": "1766946491" }, "departure": { "delay": 11, "time": "1766946491" }, "stopId": "stop_point:SP_160", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_2305", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3216", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766946738" }, "departure": { "delay": 18, "time": "1766946738" }, "stopId": "stop_point:SP_656", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766946802" }, "departure": { "delay": 22, "time": "1766946802" }, "stopId": "stop_point:SP_2289", "stopSequence": 22 }, { "arrival": { "delay": -16, "time": "1766946884" }, "departure": { "delay": -16, "time": "1766946884" }, "stopId": "stop_point:SP_983", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766946959" }, "departure": { "delay": -1, "time": "1766946959" }, "stopId": "stop_point:SP_2427", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_702", "stopSequence": 25 }, { "arrival": { "delay": -15, "time": "1766947065" }, "departure": { "delay": -15, "time": "1766947065" }, "stopId": "stop_point:SP_259", "stopSequence": 26 }, { "arrival": { "delay": 23, "time": "1766947103" }, "departure": { "delay": 23, "time": "1766947103" }, "stopId": "stop_point:SP_113", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3853", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1140", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205241" }, "vehicle": { "id": "27_1455331" } } }, { "id": "TripUpdateJoin:2166153", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -2087, "time": "1766942293" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766944409" }, "departure": { "delay": 29, "time": "1766944409" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766944456" }, "departure": { "delay": 16, "time": "1766944456" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766944582" }, "departure": { "delay": 22, "time": "1766944582" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766944654" }, "departure": { "delay": -26, "time": "1766944654" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766944733" }, "departure": { "delay": -7, "time": "1766944733" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766944816" }, "departure": { "delay": 16, "time": "1766944816" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766944939" }, "departure": { "delay": 19, "time": "1766944939" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766945024" }, "departure": { "delay": -16, "time": "1766945024" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766945079" }, "departure": { "delay": -21, "time": "1766945079" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766945208" }, "departure": { "delay": -12, "time": "1766945208" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766945289" }, "departure": { "delay": 9, "time": "1766945289" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766945335" }, "departure": { "delay": -5, "time": "1766945335" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766945451" }, "departure": { "delay": -9, "time": "1766945451" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766945526" }, "departure": { "delay": 6, "time": "1766945526" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766945655" }, "departure": { "delay": 15, "time": "1766945655" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766945763" }, "departure": { "delay": 3, "time": "1766945763" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766945960" }, "departure": { "delay": 20, "time": "1766945960" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766946214" }, "departure": { "delay": -26, "time": "1766946214" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -7, "time": "1766946353" }, "departure": { "delay": -7, "time": "1766946353" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766946516" }, "departure": { "delay": -24, "time": "1766946516" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766946631" }, "departure": { "delay": -29, "time": "1766946631" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 17, "time": "1766946677" }, "departure": { "delay": 17, "time": "1766946677" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -8, "time": "1766946772" }, "departure": { "delay": -8, "time": "1766946772" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766946816" }, "departure": { "delay": -24, "time": "1766946816" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 21, "time": "1766946861" }, "departure": { "delay": 21, "time": "1766946861" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166153" }, "vehicle": { "id": "1432072" } } }, { "id": "TripUpdateJoin:2168551", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_5062", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_2597", "stopSequence": 2 }, { "arrival": { "delay": -24, "time": "1766949276" }, "departure": { "delay": -24, "time": "1766949276" }, "stopId": "stop_point:SP_321", "stopSequence": 3 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168551" }, "vehicle": { "id": "1432880" } } }, { "id": "TripUpdateJoin:2193099", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1440, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766944279" }, "departure": { "delay": 19, "time": "1766944279" }, "stopId": "stop_point:SP_327", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766944304" }, "departure": { "delay": -16, "time": "1766944304" }, "stopId": "stop_point:SP_3826", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766944374" }, "departure": { "delay": -6, "time": "1766944374" }, "stopId": "stop_point:SP_3721", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_753", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766944543" }, "departure": { "delay": -17, "time": "1766944543" }, "stopId": "stop_point:SP_1880", "stopSequence": 6 }, { "arrival": { "delay": -11, "time": "1766944609" }, "departure": { "delay": -11, "time": "1766944609" }, "stopId": "stop_point:SP_1995", "stopSequence": 7 }, { "arrival": { "delay": -27, "time": "1766944653" }, "departure": { "delay": -27, "time": "1766944653" }, "stopId": "stop_point:SP_1993", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_2419", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766944817" }, "departure": { "delay": 17, "time": "1766944817" }, "stopId": "stop_point:SP_1499", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766944858" }, "departure": { "delay": -2, "time": "1766944858" }, "stopId": "stop_point:SP_445", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3252", "stopSequence": 12 }, { "arrival": { "delay": 5, "time": "1766944985" }, "departure": { "delay": 5, "time": "1766944985" }, "stopId": "stop_point:SP_1128", "stopSequence": 13 }, { "arrival": { "delay": 10, "time": "1766945050" }, "departure": { "delay": 10, "time": "1766945050" }, "stopId": "stop_point:SP_619", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766945095" }, "departure": { "delay": -5, "time": "1766945095" }, "stopId": "stop_point:SP_2651", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_455", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766945212" }, "departure": { "delay": -8, "time": "1766945212" }, "stopId": "stop_point:SP_1577", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_1718", "stopSequence": 18 }, { "arrival": { "delay": -4, "time": "1766945336" }, "departure": { "delay": -4, "time": "1766945336" }, "stopId": "stop_point:SP_3784", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766945365" }, "departure": { "delay": 25, "time": "1766945365" }, "stopId": "stop_point:SP_1557", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_641", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766945473" }, "departure": { "delay": 13, "time": "1766945473" }, "stopId": "stop_point:SP_2759", "stopSequence": 22 }, { "arrival": { "delay": -33, "time": "1766945487" }, "departure": { "delay": -33, "time": "1766945487" }, "stopId": "stop_point:SP_2178", "stopSequence": 23 }, { "arrival": { "delay": -25, "time": "1766945555" }, "departure": { "delay": -25, "time": "1766945555" }, "stopId": "stop_point:SP_3651", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_5169", "stopSequence": 25 }, { "arrival": { "delay": -23, "time": "1766945677" }, "departure": { "delay": -23, "time": "1766945677" }, "stopId": "stop_point:SP_5248", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_5247", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193099" }, "vehicle": { "id": "1449890" } } }, { "id": "TripUpdateJoin:2196285", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_5251", "stopSequence": 1 }, { "arrival": { "delay": -14, "time": "1766946946" }, "departure": { "delay": -14, "time": "1766946946" }, "stopId": "stop_point:SP_5389", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1766946982" }, "departure": { "delay": 22, "time": "1766946982" }, "stopId": "stop_point:SP_554", "stopSequence": 3 }, { "arrival": { "delay": -15, "time": "1766947065" }, "departure": { "delay": -15, "time": "1766947065" }, "stopId": "stop_point:SP_914", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766947073" }, "departure": { "delay": -7, "time": "1766947073" }, "stopId": "stop_point:SP_530", "stopSequence": 5 }, { "arrival": { "delay": -24, "time": "1766947116" }, "departure": { "delay": -24, "time": "1766947116" }, "stopId": "stop_point:SP_4764", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2728", "stopSequence": 7 }, { "arrival": { "delay": -22, "time": "1766947238" }, "departure": { "delay": -22, "time": "1766947238" }, "stopId": "stop_point:SP_44", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_2119", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766947350" }, "departure": { "delay": -30, "time": "1766947350" }, "stopId": "stop_point:SP_4165", "stopSequence": 10 }, { "arrival": { "delay": 11, "time": "1766947511" }, "departure": { "delay": 11, "time": "1766947511" }, "stopId": "stop_point:SP_318", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1766947631" }, "departure": { "delay": 11, "time": "1766947631" }, "stopId": "stop_point:SP_1695", "stopSequence": 12 }, { "arrival": { "delay": 10, "time": "1766947690" }, "departure": { "delay": 10, "time": "1766947690" }, "stopId": "stop_point:SP_2523", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_5263", "stopSequence": 14 }, { "arrival": { "delay": 2, "time": "1766947862" }, "departure": { "delay": 2, "time": "1766947862" }, "stopId": "stop_point:SP_3662", "stopSequence": 15 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_1416", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_1176", "stopSequence": 17 }, { "arrival": { "delay": 3, "time": "1766948043" }, "departure": { "delay": 3, "time": "1766948043" }, "stopId": "stop_point:SP_1004", "stopSequence": 18 }, { "arrival": { "delay": -10, "time": "1766948090" }, "departure": { "delay": -10, "time": "1766948090" }, "stopId": "stop_point:SP_302", "stopSequence": 19 }, { "arrival": { "delay": 15, "time": "1766948115" }, "departure": { "delay": 15, "time": "1766948115" }, "stopId": "stop_point:SP_2977", "stopSequence": 20 }, { "arrival": { "delay": -7, "time": "1766948153" }, "departure": { "delay": -7, "time": "1766948153" }, "stopId": "stop_point:SP_3348", "stopSequence": 21 }, { "arrival": { "delay": 28, "time": "1766948188" }, "departure": { "delay": 28, "time": "1766948188" }, "stopId": "stop_point:SP_1850", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_2912", "stopSequence": 23 }, { "arrival": { "delay": -16, "time": "1766948264" }, "departure": { "delay": -16, "time": "1766948264" }, "stopId": "stop_point:SP_2803", "stopSequence": 24 }, { "arrival": { "delay": -16, "time": "1766948324" }, "departure": { "delay": -16, "time": "1766948324" }, "stopId": "stop_point:SP_1881", "stopSequence": 25 }, { "arrival": { "delay": 24, "time": "1766948364" }, "departure": { "delay": 24, "time": "1766948364" }, "stopId": "stop_point:SP_2919", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1394", "stopSequence": 27 }, { "arrival": { "delay": -15, "time": "1766948445" }, "departure": { "delay": -15, "time": "1766948445" }, "stopId": "stop_point:SP_3581", "stopSequence": 28 }, { "arrival": { "delay": -24, "time": "1766948496" }, "departure": { "delay": -24, "time": "1766948496" }, "stopId": "stop_point:SP_3143", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_1525", "stopSequence": 30 }, { "arrival": { "delay": -18, "time": "1766948622" }, "departure": { "delay": -18, "time": "1766948622" }, "stopId": "stop_point:SP_3985", "stopSequence": 31 }, { "arrival": { "delay": -26, "time": "1766948674" }, "departure": { "delay": -26, "time": "1766948674" }, "stopId": "stop_point:SP_3751", "stopSequence": 32 }, { "arrival": { "delay": 26, "time": "1766948726" }, "departure": { "delay": 26, "time": "1766948726" }, "stopId": "stop_point:SP_84", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_591", "stopSequence": 34 }, { "arrival": { "delay": 13, "time": "1766948953" }, "departure": { "delay": 13, "time": "1766948953" }, "stopId": "stop_point:SP_1489", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1186", "stopSequence": 36 }, { "arrival": { "delay": -29, "time": "1766949031" }, "departure": { "delay": -29, "time": "1766949031" }, "stopId": "stop_point:SP_449", "stopSequence": 37 }, { "arrival": { "delay": 26, "time": "1766949086" }, "departure": { "delay": 26, "time": "1766949086" }, "stopId": "stop_point:SP_2620", "stopSequence": 38 }, { "arrival": { "delay": -11, "time": "1766949109" }, "departure": { "delay": -11, "time": "1766949109" }, "stopId": "stop_point:SP_1028", "stopSequence": 39 }, { "arrival": { "delay": -5, "time": "1766949175" }, "departure": { "delay": -5, "time": "1766949175" }, "stopId": "stop_point:SP_2385", "stopSequence": 40 }, { "arrival": { "delay": 26, "time": "1766949206" }, "departure": { "delay": 26, "time": "1766949206" }, "stopId": "stop_point:SP_3029", "stopSequence": 41 }, { "arrival": { "delay": 20, "time": "1766949260" }, "departure": { "delay": 20, "time": "1766949260" }, "stopId": "stop_point:SP_3399", "stopSequence": 42 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196285" }, "vehicle": { "id": "1449668" } } }, { "id": "TripUpdateJoin:2185440", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -100, "time": "1766942180" }, "departure": { "delay": -100, "time": "1766942180" }, "stopId": "stop_point:SP_2927", "stopSequence": 10 }, { "arrival": { "delay": -95, "time": "1766942305" }, "departure": { "delay": -95, "time": "1766942305" }, "stopId": "stop_point:SP_594", "stopSequence": 11 }, { "arrival": { "delay": -128, "time": "1766942392" }, "departure": { "delay": -128, "time": "1766942392" }, "stopId": "stop_point:SP_736", "stopSequence": 12 }, { "arrival": { "delay": -100, "time": "1766942480" }, "departure": { "delay": -100, "time": "1766942480" }, "stopId": "stop_point:SP_3600", "stopSequence": 13 }, { "arrival": { "delay": -92, "time": "1766942608" }, "departure": { "delay": -92, "time": "1766942608" }, "stopId": "stop_point:SP_1930", "stopSequence": 14 }, { "arrival": { "delay": -150, "time": "1766942610" }, "departure": { "delay": -150, "time": "1766942610" }, "stopId": "stop_point:SP_3545", "stopSequence": 15 }, { "arrival": { "delay": -128, "time": "1766942692" }, "departure": { "delay": -128, "time": "1766942692" }, "stopId": "stop_point:SP_2905", "stopSequence": 16 }, { "arrival": { "delay": -105, "time": "1766942775" }, "departure": { "delay": -105, "time": "1766942775" }, "stopId": "stop_point:SP_2591", "stopSequence": 17 }, { "arrival": { "delay": -95, "time": "1766942845" }, "departure": { "delay": -95, "time": "1766942845" }, "stopId": "stop_point:SP_3435", "stopSequence": 18 }, { "arrival": { "delay": -149, "time": "1766942851" }, "departure": { "delay": -149, "time": "1766942851" }, "stopId": "stop_point:SP_986", "stopSequence": 19 }, { "arrival": { "delay": -122, "time": "1766942878" }, "departure": { "delay": -122, "time": "1766942878" }, "stopId": "stop_point:SP_2321", "stopSequence": 20 }, { "arrival": { "delay": -126, "time": "1766942934" }, "departure": { "delay": -126, "time": "1766942934" }, "stopId": "stop_point:SP_1017", "stopSequence": 21 }, { "arrival": { "delay": -128, "time": "1766942992" }, "departure": { "delay": -128, "time": "1766942992" }, "stopId": "stop_point:SP_2711", "stopSequence": 22 }, { "arrival": { "delay": -96, "time": "1766943084" }, "departure": { "delay": -96, "time": "1766943084" }, "stopId": "stop_point:SP_712", "stopSequence": 23 }, { "arrival": { "delay": -87, "uncertainty": 100 }, "departure": { "delay": -77, "uncertainty": 100 }, "stopId": "stop_point:SP_3936", "stopSequence": 24 }, { "arrival": { "delay": -118, "time": "1766943122" }, "departure": { "delay": -118, "time": "1766943122" }, "stopId": "stop_point:SP_1634", "stopSequence": 25 }, { "arrival": { "delay": -128, "time": "1766943232" }, "departure": { "delay": -128, "time": "1766943232" }, "stopId": "stop_point:SP_2949", "stopSequence": 26 }, { "arrival": { "delay": -119, "time": "1766943301" }, "departure": { "delay": -119, "time": "1766943301" }, "stopId": "stop_point:SP_3685", "stopSequence": 27 }, { "arrival": { "delay": -128, "time": "1766943352" }, "departure": { "delay": -128, "time": "1766943352" }, "stopId": "stop_point:SP_3799", "stopSequence": 28 }, { "arrival": { "delay": -124, "time": "1766943416" }, "departure": { "delay": -124, "time": "1766943416" }, "stopId": "stop_point:SP_2792", "stopSequence": 29 }, { "arrival": { "delay": -102, "time": "1766943498" }, "departure": { "delay": -102, "time": "1766943498" }, "stopId": "stop_point:SP_2607", "stopSequence": 30 }, { "arrival": { "delay": -154, "time": "1766943566" }, "departure": { "delay": -154, "time": "1766943566" }, "stopId": "stop_point:SP_474", "stopSequence": 31 }, { "arrival": { "delay": -102, "time": "1766943618" }, "departure": { "delay": -102, "time": "1766943618" }, "stopId": "stop_point:SP_1854", "stopSequence": 32 }, { "arrival": { "delay": -128, "time": "1766943712" }, "departure": { "delay": -128, "time": "1766943712" }, "stopId": "stop_point:SP_2324", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185440" }, "vehicle": { "id": "27_1435554" } } }, { "id": "TripUpdateJoin:2204510", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766941740" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_2162", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766942463" }, "departure": { "delay": 3, "time": "1766942463" }, "stopId": "stop_point:SP_212", "stopSequence": 2 }, { "arrival": { "delay": -18, "time": "1766942502" }, "departure": { "delay": -18, "time": "1766942502" }, "stopId": "stop_point:SP_3541", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766942597" }, "departure": { "delay": 17, "time": "1766942597" }, "stopId": "stop_point:SP_2931", "stopSequence": 4 }, { "arrival": { "delay": -13, "time": "1766942687" }, "departure": { "delay": -13, "time": "1766942687" }, "stopId": "stop_point:SP_2883", "stopSequence": 5 }, { "arrival": { "delay": -22, "time": "1766942738" }, "departure": { "delay": -22, "time": "1766942738" }, "stopId": "stop_point:SP_424", "stopSequence": 6 }, { "arrival": { "delay": 15, "time": "1766942775" }, "departure": { "delay": 15, "time": "1766942775" }, "stopId": "stop_point:SP_2802", "stopSequence": 7 }, { "arrival": { "delay": -5, "time": "1766942815" }, "departure": { "delay": -5, "time": "1766942815" }, "stopId": "stop_point:SP_3511", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_4483", "stopSequence": 9 }, { "arrival": { "delay": 18, "time": "1766942958" }, "departure": { "delay": 18, "time": "1766942958" }, "stopId": "stop_point:SP_4672", "stopSequence": 10 }, { "arrival": { "delay": 22, "time": "1766943022" }, "departure": { "delay": 22, "time": "1766943022" }, "stopId": "stop_point:SP_4482", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_3418", "stopSequence": 12 }, { "arrival": { "delay": -11, "time": "1766943229" }, "departure": { "delay": -11, "time": "1766943229" }, "stopId": "stop_point:SP_2939", "stopSequence": 13 }, { "arrival": { "delay": 29, "time": "1766943269" }, "departure": { "delay": 29, "time": "1766943269" }, "stopId": "stop_point:SP_1546", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766943298" }, "departure": { "delay": -2, "time": "1766943298" }, "stopId": "stop_point:SP_3074", "stopSequence": 15 }, { "arrival": { "delay": -23, "time": "1766943337" }, "departure": { "delay": -23, "time": "1766943337" }, "stopId": "stop_point:SP_3197", "stopSequence": 16 }, { "arrival": { "delay": -10, "time": "1766943410" }, "departure": { "delay": -10, "time": "1766943410" }, "stopId": "stop_point:SP_110", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_3839", "stopSequence": 18 }, { "arrival": { "delay": 7, "time": "1766943547" }, "departure": { "delay": 7, "time": "1766943547" }, "stopId": "stop_point:SP_3058", "stopSequence": 19 }, { "arrival": { "delay": -15, "time": "1766943585" }, "departure": { "delay": -15, "time": "1766943585" }, "stopId": "stop_point:SP_1398", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3779", "stopSequence": 21 }, { "arrival": { "delay": -19, "time": "1766943701" }, "departure": { "delay": -19, "time": "1766943701" }, "stopId": "stop_point:SP_3025", "stopSequence": 22 }, { "arrival": { "delay": -19, "time": "1766943761" }, "departure": { "delay": -19, "time": "1766943761" }, "stopId": "stop_point:SP_931", "stopSequence": 23 }, { "arrival": { "delay": 26, "time": "1766943806" }, "departure": { "delay": 26, "time": "1766943806" }, "stopId": "stop_point:SP_3898", "stopSequence": 24 }, { "arrival": { "delay": 19, "time": "1766943859" }, "departure": { "delay": 19, "time": "1766943859" }, "stopId": "stop_point:SP_2892", "stopSequence": 25 }, { "arrival": { "delay": -26, "time": "1766943874" }, "departure": { "delay": -26, "time": "1766943874" }, "stopId": "stop_point:SP_5096", "stopSequence": 26 }, { "arrival": { "delay": 19, "time": "1766943919" }, "departure": { "delay": 19, "time": "1766943919" }, "stopId": "stop_point:SP_2663", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_3140", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204510" }, "vehicle": { "id": "1457691" } } }, { "id": "TripUpdateJoin:2166085", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1080, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766944499" }, "departure": { "delay": -1, "time": "1766944499" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766944534" }, "departure": { "delay": -26, "time": "1766944534" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766944580" }, "departure": { "delay": 20, "time": "1766944580" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -4, "time": "1766944676" }, "departure": { "delay": -4, "time": "1766944676" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766944738" }, "departure": { "delay": -2, "time": "1766944738" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766944931" }, "departure": { "delay": 11, "time": "1766944931" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766945096" }, "departure": { "delay": -4, "time": "1766945096" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766945355" }, "departure": { "delay": 15, "time": "1766945355" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766945578" }, "departure": { "delay": -2, "time": "1766945578" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766945670" }, "departure": { "delay": -30, "time": "1766945670" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": -6, "time": "1766945814" }, "departure": { "delay": -6, "time": "1766945814" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": -2, "time": "1766945938" }, "departure": { "delay": -2, "time": "1766945938" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 26, "time": "1766946026" }, "departure": { "delay": 26, "time": "1766946026" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 17, "time": "1766946077" }, "departure": { "delay": 17, "time": "1766946077" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766946134" }, "departure": { "delay": 14, "time": "1766946134" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766946318" }, "departure": { "delay": 18, "time": "1766946318" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766946403" }, "departure": { "delay": -17, "time": "1766946403" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 10, "time": "1766946490" }, "departure": { "delay": 10, "time": "1766946490" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766946558" }, "departure": { "delay": 18, "time": "1766946558" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766946643" }, "departure": { "delay": -17, "time": "1766946643" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 22, "time": "1766946682" }, "departure": { "delay": 22, "time": "1766946682" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766946787" }, "departure": { "delay": 7, "time": "1766946787" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166085" }, "vehicle": { "id": "1432012" } } }, { "id": "TripUpdateJoin:2169175", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 511, "time": "1766942671" }, "departure": { "delay": 511, "time": "1766942671" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169175" }, "vehicle": { "id": "1431032" } } }, { "id": "TripUpdateJoin:2182530", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_3200", "stopSequence": 1 }, { "arrival": { "delay": 15, "time": "1766943735" }, "departure": { "delay": 15, "time": "1766943735" }, "stopId": "stop_point:SP_91", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766943764" }, "departure": { "delay": -16, "time": "1766943764" }, "stopId": "stop_point:SP_2865", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766943837" }, "departure": { "delay": -3, "time": "1766943837" }, "stopId": "stop_point:SP_1152", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766943909" }, "departure": { "delay": 9, "time": "1766943909" }, "stopId": "stop_point:SP_3402", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_2952", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766944045" }, "departure": { "delay": 25, "time": "1766944045" }, "stopId": "stop_point:SP_1352", "stopSequence": 7 }, { "arrival": { "delay": -17, "time": "1766944123" }, "departure": { "delay": -17, "time": "1766944123" }, "stopId": "stop_point:SP_109", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766944165" }, "departure": { "delay": 25, "time": "1766944165" }, "stopId": "stop_point:SP_2670", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1692", "stopSequence": 10 }, { "arrival": { "delay": 28, "time": "1766944228" }, "departure": { "delay": 28, "time": "1766944228" }, "stopId": "stop_point:SP_2496", "stopSequence": 11 }, { "arrival": { "delay": -9, "time": "1766944251" }, "departure": { "delay": -9, "time": "1766944251" }, "stopId": "stop_point:SP_2997", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766944278" }, "departure": { "delay": 18, "time": "1766944278" }, "stopId": "stop_point:SP_2665", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_407", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_3653", "stopSequence": 15 }, { "arrival": { "delay": -8, "time": "1766944432" }, "departure": { "delay": -8, "time": "1766944432" }, "stopId": "stop_point:SP_1135", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_1337", "stopSequence": 17 }, { "arrival": { "delay": -2, "time": "1766944558" }, "departure": { "delay": -2, "time": "1766944558" }, "stopId": "stop_point:SP_487", "stopSequence": 18 }, { "arrival": { "delay": -3, "time": "1766944677" }, "departure": { "delay": -3, "time": "1766944677" }, "stopId": "stop_point:SP_1385", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766944762" }, "departure": { "delay": 22, "time": "1766944762" }, "stopId": "stop_point:SP_1759", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766944848" }, "departure": { "delay": -12, "time": "1766944848" }, "stopId": "stop_point:SP_882", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766944898" }, "departure": { "delay": -22, "time": "1766944898" }, "stopId": "stop_point:SP_3083", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_5276", "stopSequence": 23 }, { "arrival": { "delay": -7, "time": "1766945033" }, "departure": { "delay": -7, "time": "1766945033" }, "stopId": "stop_point:SP_4963", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766945164" }, "departure": { "delay": 4, "time": "1766945164" }, "stopId": "stop_point:SP_3890", "stopSequence": 25 }, { "arrival": { "delay": 8, "time": "1766945228" }, "departure": { "delay": 8, "time": "1766945228" }, "stopId": "stop_point:SP_2545", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766945315" }, "departure": { "delay": -25, "time": "1766945315" }, "stopId": "stop_point:SP_2730", "stopSequence": 27 }, { "arrival": { "delay": -18, "time": "1766945502" }, "departure": { "delay": -18, "time": "1766945502" }, "stopId": "stop_point:SP_2661", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_3799", "stopSequence": 29 }, { "arrival": { "delay": 9, "time": "1766945649" }, "departure": { "delay": 9, "time": "1766945649" }, "stopId": "stop_point:SP_2792", "stopSequence": 30 }, { "arrival": { "delay": -21, "time": "1766945739" }, "departure": { "delay": -21, "time": "1766945739" }, "stopId": "stop_point:SP_2607", "stopSequence": 31 }, { "arrival": { "delay": -9, "time": "1766945811" }, "departure": { "delay": -9, "time": "1766945811" }, "stopId": "stop_point:SP_474", "stopSequence": 32 }, { "arrival": { "delay": -12, "time": "1766945868" }, "departure": { "delay": -12, "time": "1766945868" }, "stopId": "stop_point:SP_1854", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_548", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182530" }, "vehicle": { "id": "27_1431292" } } }, { "id": "TripUpdateJoin:2193137", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_5247", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_5168", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766948515" }, "departure": { "delay": -5, "time": "1766948515" }, "stopId": "stop_point:SP_243", "stopSequence": 3 }, { "arrival": { "delay": -9, "time": "1766948571" }, "departure": { "delay": -9, "time": "1766948571" }, "stopId": "stop_point:SP_3753", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766948599" }, "departure": { "delay": 19, "time": "1766948599" }, "stopId": "stop_point:SP_1547", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_3276", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766948686" }, "departure": { "delay": -14, "time": "1766948686" }, "stopId": "stop_point:SP_1989", "stopSequence": 7 }, { "arrival": { "delay": 16, "time": "1766948716" }, "departure": { "delay": 16, "time": "1766948716" }, "stopId": "stop_point:SP_1190", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_219", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766948852" }, "departure": { "delay": -28, "time": "1766948852" }, "stopId": "stop_point:SP_1370", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_3053", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766948946" }, "departure": { "delay": 6, "time": "1766948946" }, "stopId": "stop_point:SP_3516", "stopSequence": 12 }, { "arrival": { "delay": -7, "time": "1766948993" }, "departure": { "delay": -7, "time": "1766948993" }, "stopId": "stop_point:SP_1879", "stopSequence": 13 }, { "arrival": { "delay": 5, "time": "1766949065" }, "departure": { "delay": 5, "time": "1766949065" }, "stopId": "stop_point:SP_175", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_1760", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766949163" }, "departure": { "delay": -17, "time": "1766949163" }, "stopId": "stop_point:SP_2311", "stopSequence": 16 }, { "arrival": { "delay": -26, "time": "1766949214" }, "departure": { "delay": -26, "time": "1766949214" }, "stopId": "stop_point:SP_802", "stopSequence": 17 }, { "arrival": { "delay": -29, "time": "1766949271" }, "departure": { "delay": -29, "time": "1766949271" }, "stopId": "stop_point:SP_2114", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193137" }, "vehicle": { "id": "1449930" } } }, { "id": "TripUpdateJoin:2147114", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 202, "time": "1766942122" }, "departure": { "delay": 202, "time": "1766942122" }, "stopId": "stop_point:SP_736", "stopSequence": 5 }, { "arrival": { "delay": 185, "time": "1766942165" }, "departure": { "delay": 185, "time": "1766942165" }, "stopId": "stop_point:SP_1349", "stopSequence": 6 }, { "arrival": { "delay": 201, "time": "1766942241" }, "departure": { "delay": 201, "time": "1766942241" }, "stopId": "stop_point:SP_869", "stopSequence": 7 }, { "arrival": { "delay": 207, "time": "1766942307" }, "departure": { "delay": 207, "time": "1766942307" }, "stopId": "stop_point:SP_139", "stopSequence": 8 }, { "arrival": { "delay": 205, "time": "1766942365" }, "departure": { "delay": 205, "time": "1766942365" }, "stopId": "stop_point:SP_3015", "stopSequence": 9 }, { "arrival": { "delay": 185, "time": "1766942405" }, "departure": { "delay": 185, "time": "1766942405" }, "stopId": "stop_point:SP_1646", "stopSequence": 10 }, { "arrival": { "delay": 193, "time": "1766942413" }, "departure": { "delay": 193, "time": "1766942413" }, "stopId": "stop_point:SP_3402", "stopSequence": 11 }, { "arrival": { "delay": 195, "time": "1766942475" }, "departure": { "delay": 195, "time": "1766942475" }, "stopId": "stop_point:SP_2952", "stopSequence": 12 }, { "arrival": { "delay": 202, "time": "1766942602" }, "departure": { "delay": 202, "time": "1766942602" }, "stopId": "stop_point:SP_1352", "stopSequence": 13 }, { "arrival": { "delay": 206, "time": "1766942666" }, "departure": { "delay": 206, "time": "1766942666" }, "stopId": "stop_point:SP_109", "stopSequence": 14 }, { "arrival": { "delay": 208, "time": "1766942728" }, "departure": { "delay": 208, "time": "1766942728" }, "stopId": "stop_point:SP_2670", "stopSequence": 15 }, { "arrival": { "delay": 185, "time": "1766942765" }, "departure": { "delay": 185, "time": "1766942765" }, "stopId": "stop_point:SP_1692", "stopSequence": 16 }, { "arrival": { "delay": 200, "time": "1766942780" }, "departure": { "delay": 200, "time": "1766942780" }, "stopId": "stop_point:SP_2496", "stopSequence": 17 }, { "arrival": { "delay": 184, "time": "1766942824" }, "departure": { "delay": 184, "time": "1766942824" }, "stopId": "stop_point:SP_2997", "stopSequence": 18 }, { "arrival": { "delay": 198, "time": "1766942838" }, "departure": { "delay": 198, "time": "1766942838" }, "stopId": "stop_point:SP_2665", "stopSequence": 19 }, { "arrival": { "delay": 205, "time": "1766942905" }, "departure": { "delay": 205, "time": "1766942905" }, "stopId": "stop_point:SP_407", "stopSequence": 20 }, { "arrival": { "delay": 195, "time": "1766942955" }, "departure": { "delay": 195, "time": "1766942955" }, "stopId": "stop_point:SP_3653", "stopSequence": 21 }, { "arrival": { "delay": 206, "time": "1766943026" }, "departure": { "delay": 206, "time": "1766943026" }, "stopId": "stop_point:SP_1135", "stopSequence": 22 }, { "arrival": { "delay": 162, "time": "1766943042" }, "departure": { "delay": 162, "time": "1766943042" }, "stopId": "stop_point:SP_1337", "stopSequence": 23 }, { "arrival": { "delay": 203, "time": "1766943083" }, "departure": { "delay": 203, "time": "1766943083" }, "stopId": "stop_point:SP_487", "stopSequence": 24 }, { "arrival": { "delay": 196, "time": "1766943136" }, "departure": { "delay": 196, "time": "1766943136" }, "stopId": "stop_point:SP_71", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147114" }, "vehicle": { "id": "1430958" } } }, { "id": "TripUpdateJoin:2182739", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_3665", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766944530" }, "departure": { "delay": -30, "time": "1766944530" }, "stopId": "stop_point:SP_273", "stopSequence": 2 }, { "arrival": { "delay": -9, "time": "1766944611" }, "departure": { "delay": -9, "time": "1766944611" }, "stopId": "stop_point:SP_1954", "stopSequence": 3 }, { "arrival": { "delay": 19, "time": "1766944639" }, "departure": { "delay": 19, "time": "1766944639" }, "stopId": "stop_point:SP_3744", "stopSequence": 4 }, { "arrival": { "delay": 17, "time": "1766944697" }, "departure": { "delay": 17, "time": "1766944697" }, "stopId": "stop_point:SP_3110", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_5602", "stopSequence": 6 }, { "arrival": { "delay": -30, "time": "1766944770" }, "departure": { "delay": -30, "time": "1766944770" }, "stopId": "stop_point:SP_164", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1766944823" }, "departure": { "delay": 23, "time": "1766944823" }, "stopId": "stop_point:SP_2086", "stopSequence": 8 }, { "arrival": { "delay": -9, "time": "1766944851" }, "departure": { "delay": -9, "time": "1766944851" }, "stopId": "stop_point:SP_1468", "stopSequence": 9 }, { "arrival": { "delay": 3, "time": "1766944923" }, "departure": { "delay": 3, "time": "1766944923" }, "stopId": "stop_point:SP_3704", "stopSequence": 10 }, { "arrival": { "delay": -17, "time": "1766944963" }, "departure": { "delay": -17, "time": "1766944963" }, "stopId": "stop_point:SP_1711", "stopSequence": 11 }, { "arrival": { "delay": -26, "time": "1766945014" }, "departure": { "delay": -26, "time": "1766945014" }, "stopId": "stop_point:SP_2857", "stopSequence": 12 }, { "arrival": { "delay": 20, "time": "1766945060" }, "departure": { "delay": 20, "time": "1766945060" }, "stopId": "stop_point:SP_78", "stopSequence": 13 }, { "arrival": { "delay": -12, "time": "1766945088" }, "departure": { "delay": -12, "time": "1766945088" }, "stopId": "stop_point:SP_3315", "stopSequence": 14 }, { "arrival": { "delay": 21, "time": "1766945121" }, "departure": { "delay": 21, "time": "1766945121" }, "stopId": "stop_point:SP_2760", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766945164" }, "departure": { "delay": 4, "time": "1766945164" }, "stopId": "stop_point:SP_625", "stopSequence": 16 }, { "arrival": { "delay": 26, "time": "1766945186" }, "departure": { "delay": 26, "time": "1766945186" }, "stopId": "stop_point:SP_2648", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_118", "stopSequence": 18 }, { "arrival": { "delay": -16, "time": "1766945264" }, "departure": { "delay": -16, "time": "1766945264" }, "stopId": "stop_point:SP_2489", "stopSequence": 19 }, { "arrival": { "delay": 29, "time": "1766945309" }, "departure": { "delay": 29, "time": "1766945309" }, "stopId": "stop_point:SP_2558", "stopSequence": 20 }, { "arrival": { "delay": 2, "time": "1766945342" }, "departure": { "delay": 2, "time": "1766945342" }, "stopId": "stop_point:SP_1301", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766945413" }, "departure": { "delay": 13, "time": "1766945413" }, "stopId": "stop_point:SP_4677", "stopSequence": 22 }, { "arrival": { "delay": -27, "time": "1766945493" }, "departure": { "delay": -27, "time": "1766945493" }, "stopId": "stop_point:SP_4955", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766945531" }, "departure": { "delay": 11, "time": "1766945531" }, "stopId": "stop_point:SP_4957", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1679", "stopSequence": 25 }, { "arrival": { "delay": -28, "time": "1766945612" }, "departure": { "delay": -28, "time": "1766945612" }, "stopId": "stop_point:SP_1836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_727", "stopSequence": 27 }, { "arrival": { "delay": -1, "time": "1766945759" }, "departure": { "delay": -1, "time": "1766945759" }, "stopId": "stop_point:SP_3509", "stopSequence": 28 }, { "arrival": { "delay": 3, "time": "1766945823" }, "departure": { "delay": 3, "time": "1766945823" }, "stopId": "stop_point:SP_1483", "stopSequence": 29 }, { "arrival": { "delay": 4, "time": "1766945884" }, "departure": { "delay": 4, "time": "1766945884" }, "stopId": "stop_point:SP_105", "stopSequence": 30 }, { "arrival": { "delay": -17, "time": "1766945983" }, "departure": { "delay": -17, "time": "1766945983" }, "stopId": "stop_point:SP_2536", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_3304", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3357", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766946187" }, "departure": { "delay": 7, "time": "1766946187" }, "stopId": "stop_point:SP_3667", "stopSequence": 34 }, { "arrival": { "delay": -9, "time": "1766946351" }, "departure": { "delay": -9, "time": "1766946351" }, "stopId": "stop_point:SP_569", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_3870", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:60", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182739" }, "vehicle": { "id": "27_1431898" } } }, { "id": "TripUpdateJoin:2166156", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766947709" }, "departure": { "delay": 29, "time": "1766947709" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766947756" }, "departure": { "delay": 16, "time": "1766947756" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766947882" }, "departure": { "delay": 22, "time": "1766947882" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766947954" }, "departure": { "delay": -26, "time": "1766947954" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766948033" }, "departure": { "delay": -7, "time": "1766948033" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766948116" }, "departure": { "delay": 16, "time": "1766948116" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766948239" }, "departure": { "delay": 19, "time": "1766948239" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766948324" }, "departure": { "delay": -16, "time": "1766948324" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766948379" }, "departure": { "delay": -21, "time": "1766948379" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766948508" }, "departure": { "delay": -12, "time": "1766948508" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766948589" }, "departure": { "delay": 9, "time": "1766948589" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766948635" }, "departure": { "delay": -5, "time": "1766948635" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766948751" }, "departure": { "delay": -9, "time": "1766948751" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766948826" }, "departure": { "delay": 6, "time": "1766948826" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766948955" }, "departure": { "delay": 15, "time": "1766948955" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766949063" }, "departure": { "delay": 3, "time": "1766949063" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766949260" }, "departure": { "delay": 20, "time": "1766949260" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166156" }, "vehicle": { "id": "1432067" } } }, { "id": "TripUpdateJoin:2193136", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_5247", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_5168", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766946715" }, "departure": { "delay": -5, "time": "1766946715" }, "stopId": "stop_point:SP_243", "stopSequence": 3 }, { "arrival": { "delay": -9, "time": "1766946771" }, "departure": { "delay": -9, "time": "1766946771" }, "stopId": "stop_point:SP_3753", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766946799" }, "departure": { "delay": 19, "time": "1766946799" }, "stopId": "stop_point:SP_1547", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_3276", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766946886" }, "departure": { "delay": -14, "time": "1766946886" }, "stopId": "stop_point:SP_1989", "stopSequence": 7 }, { "arrival": { "delay": 16, "time": "1766946916" }, "departure": { "delay": 16, "time": "1766946916" }, "stopId": "stop_point:SP_1190", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_219", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766947052" }, "departure": { "delay": -28, "time": "1766947052" }, "stopId": "stop_point:SP_1370", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_3053", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766947146" }, "departure": { "delay": 6, "time": "1766947146" }, "stopId": "stop_point:SP_3516", "stopSequence": 12 }, { "arrival": { "delay": -7, "time": "1766947193" }, "departure": { "delay": -7, "time": "1766947193" }, "stopId": "stop_point:SP_1879", "stopSequence": 13 }, { "arrival": { "delay": 5, "time": "1766947265" }, "departure": { "delay": 5, "time": "1766947265" }, "stopId": "stop_point:SP_175", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_1760", "stopSequence": 15 }, { "arrival": { "delay": -10, "time": "1766947370" }, "departure": { "delay": -10, "time": "1766947370" }, "stopId": "stop_point:SP_2311", "stopSequence": 16 }, { "arrival": { "delay": -13, "time": "1766947427" }, "departure": { "delay": -13, "time": "1766947427" }, "stopId": "stop_point:SP_802", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766947492" }, "departure": { "delay": -8, "time": "1766947492" }, "stopId": "stop_point:SP_2114", "stopSequence": 18 }, { "arrival": { "delay": 8, "time": "1766947568" }, "departure": { "delay": 8, "time": "1766947568" }, "stopId": "stop_point:SP_3810", "stopSequence": 19 }, { "arrival": { "delay": 29, "time": "1766947649" }, "departure": { "delay": 29, "time": "1766947649" }, "stopId": "stop_point:SP_507", "stopSequence": 20 }, { "arrival": { "delay": -25, "time": "1766947715" }, "departure": { "delay": -25, "time": "1766947715" }, "stopId": "stop_point:SP_3354", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_2207", "stopSequence": 22 }, { "arrival": { "delay": -1, "time": "1766947859" }, "departure": { "delay": -1, "time": "1766947859" }, "stopId": "stop_point:SP_2270", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766947937" }, "departure": { "delay": 17, "time": "1766947937" }, "stopId": "stop_point:SP_1526", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_97", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1175", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193136" }, "vehicle": { "id": "1449929" } } }, { "id": "TripUpdateJoin:2194753", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2251", "stopSequence": 1 }, { "arrival": { "delay": 13, "time": "1766948233" }, "departure": { "delay": 13, "time": "1766948233" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766948283" }, "departure": { "delay": 3, "time": "1766948283" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766948348" }, "departure": { "delay": 8, "time": "1766948348" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 13, "time": "1766948413" }, "departure": { "delay": 13, "time": "1766948413" }, "stopId": "stop_point:SP_3564", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1766948487" }, "departure": { "delay": 27, "time": "1766948487" }, "stopId": "stop_point:SP_3090", "stopSequence": 6 }, { "arrival": { "delay": -9, "time": "1766948571" }, "departure": { "delay": -9, "time": "1766948571" }, "stopId": "stop_point:SP_2581", "stopSequence": 7 }, { "arrival": { "delay": -3, "time": "1766948637" }, "departure": { "delay": -3, "time": "1766948637" }, "stopId": "stop_point:SP_3921", "stopSequence": 8 }, { "arrival": { "delay": -9, "time": "1766948691" }, "departure": { "delay": -9, "time": "1766948691" }, "stopId": "stop_point:SP_2242", "stopSequence": 9 }, { "arrival": { "delay": -21, "time": "1766948739" }, "departure": { "delay": -21, "time": "1766948739" }, "stopId": "stop_point:SP_3732", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_2604", "stopSequence": 11 }, { "arrival": { "delay": 28, "time": "1766948848" }, "departure": { "delay": 28, "time": "1766948848" }, "stopId": "stop_point:SP_3544", "stopSequence": 12 }, { "arrival": { "delay": 21, "time": "1766948961" }, "departure": { "delay": 21, "time": "1766948961" }, "stopId": "stop_point:SP_511", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766949025" }, "departure": { "delay": 25, "time": "1766949025" }, "stopId": "stop_point:SP_2131", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1766949071" }, "departure": { "delay": 11, "time": "1766949071" }, "stopId": "stop_point:SP_1497", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766949155" }, "departure": { "delay": -25, "time": "1766949155" }, "stopId": "stop_point:SP_1401", "stopSequence": 16 }, { "arrival": { "delay": 28, "time": "1766949208" }, "departure": { "delay": 28, "time": "1766949208" }, "stopId": "stop_point:SP_357", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766949263" }, "departure": { "delay": 23, "time": "1766949263" }, "stopId": "stop_point:SP_654", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194753" }, "vehicle": { "id": "1449754" } } }, { "id": "TripUpdateJoin:2182480", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 98, "time": "1766942138" }, "departure": { "delay": 98, "time": "1766942138" }, "stopId": "stop_point:SP_2198", "stopSequence": 15 }, { "arrival": { "delay": 98, "time": "1766942198" }, "departure": { "delay": 98, "time": "1766942198" }, "stopId": "stop_point:SP_3871", "stopSequence": 16 }, { "arrival": { "delay": 98, "time": "1766942318" }, "departure": { "delay": 98, "time": "1766942318" }, "stopId": "stop_point:SP_1775", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182480" }, "vehicle": { "id": "27_1431242" } } }, { "id": "TripUpdateJoin:2211152", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -900, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1635", "stopSequence": 1 }, { "arrival": { "delay": -27, "time": "1766943693" }, "departure": { "delay": -27, "time": "1766943693" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 1, "time": "1766943781" }, "departure": { "delay": 1, "time": "1766943781" }, "stopId": "stop_point:SP_127", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_1313", "stopSequence": 4 }, { "arrival": { "delay": -30, "time": "1766943930" }, "departure": { "delay": -30, "time": "1766943930" }, "stopId": "stop_point:SP_2805", "stopSequence": 5 }, { "arrival": { "delay": -29, "time": "1766943991" }, "departure": { "delay": -29, "time": "1766943991" }, "stopId": "stop_point:SP_3157", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_1289", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766944205" }, "departure": { "delay": 5, "time": "1766944205" }, "stopId": "stop_point:SP_1907", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_1010", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766944337" }, "departure": { "delay": 17, "time": "1766944337" }, "stopId": "stop_point:SP_3339", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_1736", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_3876", "stopSequence": 12 }, { "arrival": { "delay": -26, "time": "1766944534" }, "departure": { "delay": -26, "time": "1766944534" }, "stopId": "stop_point:SP_1339", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_325", "stopSequence": 14 }, { "arrival": { "delay": -4, "time": "1766944676" }, "departure": { "delay": -4, "time": "1766944676" }, "stopId": "stop_point:SP_3548", "stopSequence": 15 }, { "arrival": { "delay": 8, "time": "1766944808" }, "departure": { "delay": 8, "time": "1766944808" }, "stopId": "stop_point:SP_2242", "stopSequence": 16 }, { "arrival": { "delay": 4, "time": "1766944864" }, "departure": { "delay": 4, "time": "1766944864" }, "stopId": "stop_point:SP_3732", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_322", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211152" }, "vehicle": { "id": "27_1462820" } } }, { "id": "TripUpdateJoin:2169176", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 143, "time": "1766942123" }, "departure": { "delay": 143, "time": "1766942123" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 }, { "arrival": { "delay": 140, "time": "1766942420" }, "departure": { "delay": 140, "time": "1766942420" }, "stopId": "stop_point:SP_3472", "stopSequence": 5 }, { "arrival": { "delay": 140, "time": "1766942540" }, "departure": { "delay": 140, "time": "1766942540" }, "stopId": "stop_point:SP_1077", "stopSequence": 6 }, { "arrival": { "delay": 140, "time": "1766943200" }, "departure": { "delay": 140, "time": "1766943200" }, "stopId": "stop_point:SP_1753", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169176" }, "vehicle": { "id": "1431033" } } }, { "id": "TripUpdateJoin:2186897", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_5037", "stopSequence": 1 }, { "arrival": { "delay": -23, "time": "1766948497" }, "departure": { "delay": -23, "time": "1766948497" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766948620" }, "departure": { "delay": -20, "time": "1766948620" }, "stopId": "stop_point:SP_822", "stopSequence": 4 }, { "arrival": { "delay": -21, "time": "1766948679" }, "departure": { "delay": -21, "time": "1766948679" }, "stopId": "stop_point:SP_2647", "stopSequence": 5 }, { "arrival": { "delay": 6, "time": "1766948766" }, "departure": { "delay": 6, "time": "1766948766" }, "stopId": "stop_point:SP_1412", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_3860", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766948876" }, "departure": { "delay": -4, "time": "1766948876" }, "stopId": "stop_point:SP_3735", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766949011" }, "departure": { "delay": 11, "time": "1766949011" }, "stopId": "stop_point:SP_1844", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766949091" }, "departure": { "delay": -29, "time": "1766949091" }, "stopId": "stop_point:SP_475", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766949150" }, "departure": { "delay": -30, "time": "1766949150" }, "stopId": "stop_point:SP_426", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_2161", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766949282" }, "departure": { "delay": -18, "time": "1766949282" }, "stopId": "stop_point:SP_2151", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186897" }, "vehicle": { "id": "27_1437011" } } }, { "id": "TripUpdateJoin:2162513", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766946172" }, "departure": { "delay": -8, "time": "1766946172" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766946354" }, "departure": { "delay": -6, "time": "1766946354" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766946617" }, "departure": { "delay": 17, "time": "1766946617" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766946869" }, "departure": { "delay": 29, "time": "1766946869" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766946982" }, "departure": { "delay": 22, "time": "1766946982" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766947050" }, "departure": { "delay": -30, "time": "1766947050" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766947362" }, "departure": { "delay": -18, "time": "1766947362" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766947476" }, "departure": { "delay": -24, "time": "1766947476" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766947665" }, "departure": { "delay": -15, "time": "1766947665" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766947798" }, "departure": { "delay": -2, "time": "1766947798" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766947874" }, "departure": { "delay": 14, "time": "1766947874" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766947956" }, "departure": { "delay": -24, "time": "1766947956" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162513" }, "vehicle": { "id": "1430691" } } }, { "id": "TripUpdateJoin:2206764", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -414, "time": "1766941806" }, "departure": { "delay": 0, "time": "1766942220" }, "stopId": "stop_point:SP_1929", "stopSequence": 1 }, { "arrival": { "delay": -18, "time": "1766942262" }, "departure": { "delay": -18, "time": "1766942262" }, "stopId": "stop_point:SP_3954", "stopSequence": 2 }, { "arrival": { "delay": 13, "time": "1766942293" }, "departure": { "delay": 13, "time": "1766942293" }, "stopId": "stop_point:SP_904", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942340" }, "stopId": "stop_point:SP_439", "stopSequence": 4 }, { "arrival": { "delay": -17, "time": "1766942383" }, "departure": { "delay": -17, "time": "1766942383" }, "stopId": "stop_point:SP_3807", "stopSequence": 5 }, { "arrival": { "delay": 28, "time": "1766942428" }, "departure": { "delay": 28, "time": "1766942428" }, "stopId": "stop_point:SP_3156", "stopSequence": 6 }, { "arrival": { "delay": 14, "time": "1766942474" }, "departure": { "delay": 14, "time": "1766942474" }, "stopId": "stop_point:SP_3696", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_1873", "stopSequence": 8 }, { "arrival": { "delay": 19, "time": "1766942659" }, "departure": { "delay": 19, "time": "1766942659" }, "stopId": "stop_point:SP_2801", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766942728" }, "departure": { "delay": 28, "time": "1766942728" }, "stopId": "stop_point:SP_2745", "stopSequence": 10 }, { "arrival": { "delay": -18, "time": "1766942802" }, "departure": { "delay": -18, "time": "1766942802" }, "stopId": "stop_point:SP_667", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766942915" }, "departure": { "delay": -25, "time": "1766942915" }, "stopId": "stop_point:SP_201", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1882", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206764" }, "vehicle": { "id": "27_1458219" } } }, { "id": "TripUpdateJoin:2199558", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_5259", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766947629" }, "departure": { "delay": 9, "time": "1766947629" }, "stopId": "stop_point:SP_5384", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766947675" }, "departure": { "delay": -5, "time": "1766947675" }, "stopId": "stop_point:SP_3269", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766947721" }, "departure": { "delay": -19, "time": "1766947721" }, "stopId": "stop_point:SP_3655", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766947750" }, "departure": { "delay": 10, "time": "1766947750" }, "stopId": "stop_point:SP_345", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766947809" }, "departure": { "delay": 9, "time": "1766947809" }, "stopId": "stop_point:SP_2705", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_59", "stopSequence": 7 }, { "arrival": { "delay": -1, "time": "1766947919" }, "departure": { "delay": -1, "time": "1766947919" }, "stopId": "stop_point:SP_1093", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766948011" }, "departure": { "delay": -29, "time": "1766948011" }, "stopId": "stop_point:SP_305", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766948057" }, "departure": { "delay": 17, "time": "1766948057" }, "stopId": "stop_point:SP_330", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_1537", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766948172" }, "departure": { "delay": 12, "time": "1766948172" }, "stopId": "stop_point:SP_3295", "stopSequence": 12 }, { "arrival": { "delay": -4, "time": "1766948216" }, "departure": { "delay": -4, "time": "1766948216" }, "stopId": "stop_point:SP_3668", "stopSequence": 13 }, { "arrival": { "delay": -27, "time": "1766948253" }, "departure": { "delay": -27, "time": "1766948253" }, "stopId": "stop_point:SP_1988", "stopSequence": 14 }, { "arrival": { "delay": -36, "time": "1766948304" }, "departure": { "delay": -36, "time": "1766948304" }, "stopId": "stop_point:SP_1680", "stopSequence": 15 }, { "arrival": { "delay": -7, "time": "1766948333" }, "departure": { "delay": -7, "time": "1766948333" }, "stopId": "stop_point:SP_1757", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_93", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199558" }, "vehicle": { "id": "27_1452587" } } }, { "id": "TripUpdateJoin:2169182", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_2944", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766948783" }, "departure": { "delay": 23, "time": "1766948783" }, "stopId": "stop_point:SP_2927", "stopSequence": 2 }, { "arrival": { "delay": -19, "time": "1766948981" }, "departure": { "delay": -19, "time": "1766948981" }, "stopId": "stop_point:SP_2884", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_2021", "stopSequence": 4 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169182" }, "vehicle": { "id": "1431041" } } }, { "id": "TripUpdateJoin:2209736", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3546", "stopSequence": 1 }, { "arrival": { "delay": -2, "time": "1766946778" }, "departure": { "delay": -2, "time": "1766946778" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1115, "time": "1766947895" }, "departure": { "delay": 1115, "time": "1766947895" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1062, "uncertainty": 100 }, "departure": { "delay": 1069, "uncertainty": 100 }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1084, "time": "1766947924" }, "departure": { "delay": 1084, "time": "1766947924" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1088, "time": "1766947988" }, "departure": { "delay": 1088, "time": "1766947988" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1107, "uncertainty": 100 }, "departure": { "delay": 1126, "uncertainty": 100 }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1075, "uncertainty": 100 }, "departure": { "delay": 1085, "uncertainty": 100 }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1104, "time": "1766948064" }, "departure": { "delay": 1104, "time": "1766948064" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1069, "uncertainty": 100 }, "departure": { "delay": 1095, "uncertainty": 100 }, "stopId": "stop_point:SP_2042", "stopSequence": 6 }, { "arrival": { "delay": 1047, "uncertainty": 100 }, "departure": { "delay": 1060, "uncertainty": 100 }, "stopId": "stop_point:SP_2517", "stopSequence": 7 }, { "arrival": { "delay": 946, "uncertainty": 100 }, "departure": { "delay": 953, "uncertainty": 100 }, "stopId": "stop_point:SP_1487", "stopSequence": 8 }, { "arrival": { "delay": 896, "uncertainty": 100 }, "departure": { "delay": 899, "uncertainty": 100 }, "stopId": "stop_point:SP_3528", "stopSequence": 9 }, { "arrival": { "delay": 840, "uncertainty": 100 }, "departure": { "delay": 842, "uncertainty": 100 }, "stopId": "stop_point:SP_3671", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2996", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1377", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2420", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 18 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1121", "stopSequence": 20 }, { "arrival": { "delay": 6, "time": "1766948166" }, "departure": { "delay": 6, "time": "1766948166" }, "stopId": "stop_point:SP_2967", "stopSequence": 21 }, { "arrival": { "delay": -27, "time": "1766948253" }, "departure": { "delay": -27, "time": "1766948253" }, "stopId": "stop_point:SP_3972", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_5628", "stopSequence": 23 }, { "arrival": { "delay": 23, "time": "1766948423" }, "departure": { "delay": 23, "time": "1766948423" }, "stopId": "stop_point:SP_958", "stopSequence": 24 }, { "arrival": { "delay": -5, "time": "1766948515" }, "departure": { "delay": -5, "time": "1766948515" }, "stopId": "stop_point:SP_3010", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3702", "stopSequence": 26 }, { "arrival": { "delay": -12, "time": "1766948628" }, "departure": { "delay": -12, "time": "1766948628" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209736" }, "vehicle": { "id": "27_1461162" } } }, { "id": "TripUpdateJoin:2145413", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 214, "time": "1766942134" }, "departure": { "delay": 214, "time": "1766942134" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 220, "time": "1766942200" }, "departure": { "delay": 220, "time": "1766942200" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": 150, "time": "1766942250" }, "departure": { "delay": 150, "time": "1766942250" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 220, "time": "1766942380" }, "departure": { "delay": 220, "time": "1766942380" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": 164, "time": "1766942444" }, "departure": { "delay": 164, "time": "1766942444" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 219, "time": "1766942559" }, "departure": { "delay": 219, "time": "1766942559" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 220, "time": "1766942800" }, "departure": { "delay": 220, "time": "1766942800" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145413" }, "vehicle": { "id": "1432621" } } }, { "id": "TripUpdateJoin:2166081", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 166, "time": "1766942146" }, "departure": { "delay": 166, "time": "1766942146" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": 104, "time": "1766942204" }, "departure": { "delay": 104, "time": "1766942204" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 168, "time": "1766942328" }, "departure": { "delay": 168, "time": "1766942328" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": 162, "time": "1766942382" }, "departure": { "delay": 162, "time": "1766942382" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 168, "time": "1766942448" }, "departure": { "delay": 168, "time": "1766942448" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": 166, "time": "1766942506" }, "departure": { "delay": 166, "time": "1766942506" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 160, "time": "1766942560" }, "departure": { "delay": 160, "time": "1766942560" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 151, "time": "1766942611" }, "departure": { "delay": 151, "time": "1766942611" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 162, "time": "1766942682" }, "departure": { "delay": 162, "time": "1766942682" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 168, "time": "1766942748" }, "departure": { "delay": 168, "time": "1766942748" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 168, "time": "1766942808" }, "departure": { "delay": 168, "time": "1766942808" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 152, "time": "1766942852" }, "departure": { "delay": 152, "time": "1766942852" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 168, "time": "1766942928" }, "departure": { "delay": 168, "time": "1766942928" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": 151, "time": "1766942971" }, "departure": { "delay": 151, "time": "1766942971" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 158, "time": "1766943038" }, "departure": { "delay": 158, "time": "1766943038" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 152, "time": "1766943092" }, "departure": { "delay": 152, "time": "1766943092" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": 151, "time": "1766943211" }, "departure": { "delay": 151, "time": "1766943211" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 156, "time": "1766943216" }, "departure": { "delay": 156, "time": "1766943216" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 155, "time": "1766943335" }, "departure": { "delay": 155, "time": "1766943335" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 168, "time": "1766943408" }, "departure": { "delay": 168, "time": "1766943408" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166081" }, "vehicle": { "id": "1432009" } } }, { "id": "TripUpdateJoin:2197561", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 331, "time": "1766942131" }, "departure": { "delay": 331, "time": "1766942131" }, "stopId": "stop_point:SP_3049", "stopSequence": 24 }, { "arrival": { "delay": 350, "time": "1766942210" }, "departure": { "delay": 350, "time": "1766942210" }, "stopId": "stop_point:SP_3282", "stopSequence": 25 }, { "arrival": { "delay": 339, "time": "1766942379" }, "departure": { "delay": 339, "time": "1766942379" }, "stopId": "stop_point:SP_4447", "stopSequence": 26 }, { "arrival": { "delay": 334, "time": "1766942434" }, "departure": { "delay": 334, "time": "1766942434" }, "stopId": "stop_point:SP_4448", "stopSequence": 27 }, { "arrival": { "delay": 332, "time": "1766942492" }, "departure": { "delay": 332, "time": "1766942492" }, "stopId": "stop_point:SP_508", "stopSequence": 28 }, { "arrival": { "delay": 347, "uncertainty": 100 }, "departure": { "delay": 362, "uncertainty": 100 }, "stopId": "stop_point:SP_3089", "stopSequence": 29 }, { "arrival": { "delay": 333, "time": "1766942553" }, "departure": { "delay": 333, "time": "1766942553" }, "stopId": "stop_point:SP_166", "stopSequence": 30 }, { "arrival": { "delay": 350, "time": "1766942750" }, "departure": { "delay": 350, "time": "1766942750" }, "stopId": "stop_point:SP_1015", "stopSequence": 31 }, { "arrival": { "delay": 334, "time": "1766942794" }, "departure": { "delay": 334, "time": "1766942794" }, "stopId": "stop_point:SP_974", "stopSequence": 32 }, { "arrival": { "delay": 353, "time": "1766942933" }, "departure": { "delay": 353, "time": "1766942933" }, "stopId": "stop_point:SP_552", "stopSequence": 33 }, { "arrival": { "delay": 350, "time": "1766942990" }, "departure": { "delay": 350, "time": "1766942990" }, "stopId": "stop_point:SP_1166", "stopSequence": 34 }, { "arrival": { "delay": 346, "time": "1766943106" }, "departure": { "delay": 346, "time": "1766943106" }, "stopId": "stop_point:SP_2031", "stopSequence": 35 }, { "arrival": { "delay": 352, "time": "1766943232" }, "departure": { "delay": 352, "time": "1766943232" }, "stopId": "stop_point:SP_2041", "stopSequence": 36 }, { "arrival": { "delay": 335, "time": "1766943275" }, "departure": { "delay": 335, "time": "1766943275" }, "stopId": "stop_point:SP_1595", "stopSequence": 37 }, { "arrival": { "delay": 333, "time": "1766943333" }, "departure": { "delay": 333, "time": "1766943333" }, "stopId": "stop_point:SP_39", "stopSequence": 38 }, { "arrival": { "delay": 350, "time": "1766943410" }, "departure": { "delay": 350, "time": "1766943410" }, "stopId": "stop_point:SP_940", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197561" }, "vehicle": { "id": "1452695" } } }, { "id": "TripUpdateJoin:2168550", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_5062", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_2597", "stopSequence": 2 }, { "arrival": { "delay": -24, "time": "1766947476" }, "departure": { "delay": -24, "time": "1766947476" }, "stopId": "stop_point:SP_321", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1267", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766947558" }, "departure": { "delay": -2, "time": "1766947558" }, "stopId": "stop_point:SP_5056", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_5061", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766947649" }, "departure": { "delay": 29, "time": "1766947649" }, "stopId": "stop_point:SP_5053", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766947698" }, "departure": { "delay": 18, "time": "1766947698" }, "stopId": "stop_point:SP_5044", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766947743" }, "departure": { "delay": 3, "time": "1766947743" }, "stopId": "stop_point:SP_5051", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_5042", "stopSequence": 10 }, { "arrival": { "delay": 19, "time": "1766947879" }, "departure": { "delay": 19, "time": "1766947879" }, "stopId": "stop_point:SP_5046", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_5049", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766947998" }, "departure": { "delay": 18, "time": "1766947998" }, "stopId": "stop_point:SP_5177", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_5180", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766948113" }, "departure": { "delay": 13, "time": "1766948113" }, "stopId": "stop_point:SP_145", "stopSequence": 15 }, { "arrival": { "delay": -21, "time": "1766948139" }, "departure": { "delay": -21, "time": "1766948139" }, "stopId": "stop_point:SP_1591", "stopSequence": 16 }, { "arrival": { "delay": 17, "time": "1766948177" }, "departure": { "delay": 17, "time": "1766948177" }, "stopId": "stop_point:SP_3191", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766948226" }, "departure": { "delay": 6, "time": "1766948226" }, "stopId": "stop_point:SP_54", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766948394" }, "departure": { "delay": -6, "time": "1766948394" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3106", "stopSequence": 21 }, { "arrival": { "delay": -3, "time": "1766948577" }, "departure": { "delay": -3, "time": "1766948577" }, "stopId": "stop_point:SP_4853", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766948682" }, "departure": { "delay": -18, "time": "1766948682" }, "stopId": "stop_point:SP_1672", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_2104", "stopSequence": 24 }, { "arrival": { "delay": 16, "time": "1766948836" }, "departure": { "delay": 16, "time": "1766948836" }, "stopId": "stop_point:SP_1458", "stopSequence": 25 }, { "arrival": { "delay": -30, "time": "1766948910" }, "departure": { "delay": -30, "time": "1766948910" }, "stopId": "stop_point:SP_2122", "stopSequence": 26 }, { "arrival": { "delay": 13, "time": "1766948953" }, "departure": { "delay": 13, "time": "1766948953" }, "stopId": "stop_point:SP_1867", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_319", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168550" }, "vehicle": { "id": "1432884" } } }, { "id": "TripUpdateJoin:2162592", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1766945409" }, "departure": { "delay": 9, "time": "1766945409" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766945654" }, "departure": { "delay": 14, "time": "1766945654" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766945743" }, "departure": { "delay": -17, "time": "1766945743" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 12, "time": "1766946072" }, "departure": { "delay": 12, "time": "1766946072" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 10, "time": "1766946130" }, "departure": { "delay": 10, "time": "1766946130" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1766946207" }, "departure": { "delay": 27, "time": "1766946207" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 21, "time": "1766946321" }, "departure": { "delay": 21, "time": "1766946321" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 4, "time": "1766946484" }, "departure": { "delay": 4, "time": "1766946484" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766946582" }, "departure": { "delay": -18, "time": "1766946582" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": -16, "time": "1766946884" }, "departure": { "delay": -16, "time": "1766946884" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": -2, "time": "1766946958" }, "departure": { "delay": -2, "time": "1766946958" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": -17, "time": "1766947363" }, "departure": { "delay": -17, "time": "1766947363" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 8, "time": "1766947628" }, "departure": { "delay": 8, "time": "1766947628" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766947807" }, "departure": { "delay": 7, "time": "1766947807" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162592" }, "vehicle": { "id": "1430518" } } }, { "id": "TripUpdateJoin:2204129", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -22, "time": "1766947358" }, "departure": { "delay": -22, "time": "1766947358" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766947406" }, "departure": { "delay": 26, "time": "1766947406" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": 6, "time": "1766947566" }, "departure": { "delay": 6, "time": "1766947566" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": -24, "time": "1766947596" }, "departure": { "delay": -24, "time": "1766947596" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": 18, "time": "1766947758" }, "departure": { "delay": 18, "time": "1766947758" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1766947809" }, "departure": { "delay": 9, "time": "1766947809" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766947914" }, "departure": { "delay": -6, "time": "1766947914" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766947972" }, "departure": { "delay": -8, "time": "1766947972" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766948033" }, "departure": { "delay": -7, "time": "1766948033" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766948055" }, "departure": { "delay": 15, "time": "1766948055" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1766948171" }, "departure": { "delay": 11, "time": "1766948171" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": 24, "time": "1766948244" }, "departure": { "delay": 24, "time": "1766948244" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": -20, "time": "1766948320" }, "departure": { "delay": -20, "time": "1766948320" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": -5, "time": "1766948395" }, "departure": { "delay": -5, "time": "1766948395" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766948519" }, "departure": { "delay": -1, "time": "1766948519" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": 1, "time": "1766948581" }, "departure": { "delay": 1, "time": "1766948581" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": 7, "time": "1766948647" }, "departure": { "delay": 7, "time": "1766948647" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -13, "time": "1766948747" }, "departure": { "delay": -13, "time": "1766948747" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 10, "time": "1766949010" }, "departure": { "delay": 10, "time": "1766949010" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": -1, "time": "1766949119" }, "departure": { "delay": -1, "time": "1766949119" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204129" }, "vehicle": { "id": "1457914" } } }, { "id": "TripUpdateJoin:2193404", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 193, "time": "1766942173" }, "departure": { "delay": 193, "time": "1766942173" }, "stopId": "stop_point:SP_639", "stopSequence": 27 }, { "arrival": { "delay": 152, "time": "1766942312" }, "departure": { "delay": 152, "time": "1766942312" }, "stopId": "stop_point:SP_1754", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193404" }, "vehicle": { "id": "1449862" } } }, { "id": "TripUpdateJoin:2167745", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3290", "stopSequence": 1 }, { "arrival": { "delay": -24, "time": "1766948856" }, "departure": { "delay": -24, "time": "1766948856" }, "stopId": "stop_point:SP_1232", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766948912" }, "departure": { "delay": -28, "time": "1766948912" }, "stopId": "stop_point:SP_692", "stopSequence": 3 }, { "arrival": { "delay": 7, "time": "1766948947" }, "departure": { "delay": 7, "time": "1766948947" }, "stopId": "stop_point:SP_3335", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766948975" }, "departure": { "delay": -25, "time": "1766948975" }, "stopId": "stop_point:SP_597", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1408", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766949179" }, "departure": { "delay": -1, "time": "1766949179" }, "stopId": "stop_point:SP_630", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766949257" }, "departure": { "delay": 17, "time": "1766949257" }, "stopId": "stop_point:SP_2513", "stopSequence": 8 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167745" }, "vehicle": { "id": "1430839" } } }, { "id": "TripUpdateJoin:2197534", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1140, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_940", "stopSequence": 1 }, { "arrival": { "delay": 28, "time": "1766946088" }, "departure": { "delay": 28, "time": "1766946088" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766946146" }, "departure": { "delay": 26, "time": "1766946146" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766946263" }, "departure": { "delay": 23, "time": "1766946263" }, "stopId": "stop_point:SP_897", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_1084", "stopSequence": 5 }, { "arrival": { "delay": 7, "time": "1766946367" }, "departure": { "delay": 7, "time": "1766946367" }, "stopId": "stop_point:SP_3531", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766946492" }, "departure": { "delay": 12, "time": "1766946492" }, "stopId": "stop_point:SP_1077", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_553", "stopSequence": 8 }, { "arrival": { "delay": 28, "time": "1766946568" }, "departure": { "delay": 28, "time": "1766946568" }, "stopId": "stop_point:SP_3856", "stopSequence": 9 }, { "arrival": { "delay": 2, "time": "1766946662" }, "departure": { "delay": 2, "time": "1766946662" }, "stopId": "stop_point:SP_3238", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766946700" }, "departure": { "delay": -20, "time": "1766946700" }, "stopId": "stop_point:SP_2800", "stopSequence": 11 }, { "arrival": { "delay": 16, "time": "1766946736" }, "departure": { "delay": 16, "time": "1766946736" }, "stopId": "stop_point:SP_1806", "stopSequence": 12 }, { "arrival": { "delay": 3, "time": "1766946783" }, "departure": { "delay": 3, "time": "1766946783" }, "stopId": "stop_point:SP_154", "stopSequence": 13 }, { "arrival": { "delay": -16, "time": "1766946824" }, "departure": { "delay": -16, "time": "1766946824" }, "stopId": "stop_point:SP_1945", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_77", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766947024" }, "departure": { "delay": 4, "time": "1766947024" }, "stopId": "stop_point:SP_3652", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766947050" }, "departure": { "delay": -30, "time": "1766947050" }, "stopId": "stop_point:SP_896", "stopSequence": 17 }, { "arrival": { "delay": 24, "time": "1766947104" }, "departure": { "delay": 24, "time": "1766947104" }, "stopId": "stop_point:SP_3206", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3014", "stopSequence": 19 }, { "arrival": { "delay": -5, "time": "1766947195" }, "departure": { "delay": -5, "time": "1766947195" }, "stopId": "stop_point:SP_719", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_3417", "stopSequence": 21 }, { "arrival": { "delay": -23, "time": "1766947297" }, "departure": { "delay": -23, "time": "1766947297" }, "stopId": "stop_point:SP_2170", "stopSequence": 22 }, { "arrival": { "delay": -3, "time": "1766947317" }, "departure": { "delay": -3, "time": "1766947317" }, "stopId": "stop_point:SP_236", "stopSequence": 23 }, { "arrival": { "delay": 29, "time": "1766947349" }, "departure": { "delay": 29, "time": "1766947349" }, "stopId": "stop_point:SP_1686", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766947387" }, "departure": { "delay": 7, "time": "1766947387" }, "stopId": "stop_point:SP_1461", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766947429" }, "departure": { "delay": -11, "time": "1766947429" }, "stopId": "stop_point:SP_4962", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_3628", "stopSequence": 27 }, { "arrival": { "delay": 23, "time": "1766947583" }, "departure": { "delay": 23, "time": "1766947583" }, "stopId": "stop_point:SP_3169", "stopSequence": 28 }, { "arrival": { "delay": -21, "time": "1766947659" }, "departure": { "delay": -21, "time": "1766947659" }, "stopId": "stop_point:SP_649", "stopSequence": 29 }, { "arrival": { "delay": 24, "time": "1766947704" }, "departure": { "delay": 24, "time": "1766947704" }, "stopId": "stop_point:SP_2673", "stopSequence": 30 }, { "arrival": { "delay": 6, "time": "1766947746" }, "departure": { "delay": 6, "time": "1766947746" }, "stopId": "stop_point:SP_3640", "stopSequence": 31 }, { "arrival": { "delay": 1, "time": "1766947801" }, "departure": { "delay": 1, "time": "1766947801" }, "stopId": "stop_point:SP_3692", "stopSequence": 32 }, { "arrival": { "delay": 8, "time": "1766947868" }, "departure": { "delay": 8, "time": "1766947868" }, "stopId": "stop_point:SP_317", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_1870", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_1530", "stopSequence": 35 }, { "arrival": { "delay": 3, "time": "1766947983" }, "departure": { "delay": 3, "time": "1766947983" }, "stopId": "stop_point:SP_1083", "stopSequence": 36 }, { "arrival": { "delay": 19, "time": "1766947999" }, "departure": { "delay": 19, "time": "1766947999" }, "stopId": "stop_point:SP_2421", "stopSequence": 37 }, { "arrival": { "delay": -28, "time": "1766948012" }, "departure": { "delay": -28, "time": "1766948012" }, "stopId": "stop_point:SP_3095", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3512", "stopSequence": 39 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_4097", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197534" }, "vehicle": { "id": "1452668" } } }, { "id": "TripUpdateJoin:2182476", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1775", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_282", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1639", "stopSequence": 3 }, { "arrival": { "delay": 9, "time": "1766948589" }, "departure": { "delay": 9, "time": "1766948589" }, "stopId": "stop_point:SP_432", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766948655" }, "departure": { "delay": 15, "time": "1766948655" }, "stopId": "stop_point:SP_2995", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_570", "stopSequence": 6 }, { "arrival": { "delay": -8, "time": "1766948812" }, "departure": { "delay": -8, "time": "1766948812" }, "stopId": "stop_point:SP_3447", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766948848" }, "departure": { "delay": 28, "time": "1766948848" }, "stopId": "stop_point:SP_315", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_1917", "stopSequence": 9 }, { "arrival": { "delay": -1, "time": "1766948999" }, "departure": { "delay": -1, "time": "1766948999" }, "stopId": "stop_point:SP_74", "stopSequence": 10 }, { "arrival": { "delay": -39, "time": "1766949081" }, "departure": { "delay": -39, "time": "1766949081" }, "stopId": "stop_point:SP_2843", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_806", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182476" }, "vehicle": { "id": "27_1431238" } } }, { "id": "TripUpdateJoin:2166087", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766946659" }, "departure": { "delay": -1, "time": "1766946659" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766946694" }, "departure": { "delay": -26, "time": "1766946694" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766946740" }, "departure": { "delay": 20, "time": "1766946740" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -4, "time": "1766946836" }, "departure": { "delay": -4, "time": "1766946836" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766946898" }, "departure": { "delay": -2, "time": "1766946898" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766947091" }, "departure": { "delay": 11, "time": "1766947091" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766947256" }, "departure": { "delay": -4, "time": "1766947256" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766947455" }, "departure": { "delay": 15, "time": "1766947455" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766947678" }, "departure": { "delay": -2, "time": "1766947678" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766947770" }, "departure": { "delay": -30, "time": "1766947770" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766947922" }, "departure": { "delay": 2, "time": "1766947922" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766947997" }, "departure": { "delay": 17, "time": "1766947997" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": 24, "time": "1766948064" }, "departure": { "delay": 24, "time": "1766948064" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766948164" }, "departure": { "delay": 4, "time": "1766948164" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 3, "time": "1766948223" }, "departure": { "delay": 3, "time": "1766948223" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766948287" }, "departure": { "delay": 7, "time": "1766948287" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766948478" }, "departure": { "delay": 18, "time": "1766948478" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766948563" }, "departure": { "delay": -17, "time": "1766948563" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 10, "time": "1766948650" }, "departure": { "delay": 10, "time": "1766948650" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 18, "time": "1766948718" }, "departure": { "delay": 18, "time": "1766948718" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766948803" }, "departure": { "delay": -17, "time": "1766948803" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 22, "time": "1766948842" }, "departure": { "delay": 22, "time": "1766948842" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766948947" }, "departure": { "delay": 7, "time": "1766948947" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166087" }, "vehicle": { "id": "1432014" } } }, { "id": "TripUpdateJoin:2194785", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_2175", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1766944819" }, "departure": { "delay": 19, "time": "1766944819" }, "stopId": "stop_point:SP_1951", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_894", "stopSequence": 3 }, { "arrival": { "delay": 16, "time": "1766944996" }, "departure": { "delay": 16, "time": "1766944996" }, "stopId": "stop_point:SP_2171", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766945055" }, "departure": { "delay": 15, "time": "1766945055" }, "stopId": "stop_point:SP_3006", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766945114" }, "departure": { "delay": 14, "time": "1766945114" }, "stopId": "stop_point:SP_2628", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766945158" }, "departure": { "delay": -2, "time": "1766945158" }, "stopId": "stop_point:SP_3536", "stopSequence": 7 }, { "arrival": { "delay": 22, "time": "1766945182" }, "departure": { "delay": 22, "time": "1766945182" }, "stopId": "stop_point:SP_2836", "stopSequence": 8 }, { "arrival": { "delay": -1, "time": "1766945219" }, "departure": { "delay": -1, "time": "1766945219" }, "stopId": "stop_point:SP_2060", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_2640", "stopSequence": 10 }, { "arrival": { "delay": -19, "time": "1766945441" }, "departure": { "delay": -19, "time": "1766945441" }, "stopId": "stop_point:SP_4450", "stopSequence": 11 }, { "arrival": { "delay": -21, "time": "1766945499" }, "departure": { "delay": -21, "time": "1766945499" }, "stopId": "stop_point:SP_131", "stopSequence": 12 }, { "arrival": { "delay": 12, "time": "1766945532" }, "departure": { "delay": 12, "time": "1766945532" }, "stopId": "stop_point:SP_3370", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766945605" }, "departure": { "delay": 25, "time": "1766945605" }, "stopId": "stop_point:SP_4456", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_5638", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766945761" }, "departure": { "delay": 1, "time": "1766945761" }, "stopId": "stop_point:SP_2859", "stopSequence": 16 }, { "arrival": { "delay": -9, "time": "1766945811" }, "departure": { "delay": -9, "time": "1766945811" }, "stopId": "stop_point:SP_2794", "stopSequence": 17 }, { "arrival": { "delay": -13, "time": "1766945867" }, "departure": { "delay": -13, "time": "1766945867" }, "stopId": "stop_point:SP_3100", "stopSequence": 18 }, { "arrival": { "delay": -20, "time": "1766945920" }, "departure": { "delay": -20, "time": "1766945920" }, "stopId": "stop_point:SP_3235", "stopSequence": 19 }, { "arrival": { "delay": 25, "time": "1766945965" }, "departure": { "delay": 25, "time": "1766945965" }, "stopId": "stop_point:SP_3261", "stopSequence": 20 }, { "arrival": { "delay": -15, "time": "1766946045" }, "departure": { "delay": -15, "time": "1766946045" }, "stopId": "stop_point:SP_2880", "stopSequence": 21 }, { "arrival": { "delay": -29, "time": "1766946091" }, "departure": { "delay": -29, "time": "1766946091" }, "stopId": "stop_point:SP_2017", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766946169" }, "departure": { "delay": -11, "time": "1766946169" }, "stopId": "stop_point:SP_3456", "stopSequence": 23 }, { "arrival": { "delay": 13, "time": "1766946253" }, "departure": { "delay": 13, "time": "1766946253" }, "stopId": "stop_point:SP_3643", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_1182", "stopSequence": 25 }, { "arrival": { "delay": 11, "time": "1766946371" }, "departure": { "delay": 11, "time": "1766946371" }, "stopId": "stop_point:SP_2700", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766946428" }, "departure": { "delay": 8, "time": "1766946428" }, "stopId": "stop_point:SP_1837", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2397", "stopSequence": 28 }, { "arrival": { "delay": 13, "time": "1766946553" }, "departure": { "delay": 13, "time": "1766946553" }, "stopId": "stop_point:SP_3400", "stopSequence": 29 }, { "arrival": { "delay": -19, "time": "1766946641" }, "departure": { "delay": -19, "time": "1766946641" }, "stopId": "stop_point:SP_2652", "stopSequence": 30 }, { "arrival": { "delay": -2, "time": "1766946718" }, "departure": { "delay": -2, "time": "1766946718" }, "stopId": "stop_point:SP_3792", "stopSequence": 31 }, { "arrival": { "delay": 6, "time": "1766946786" }, "departure": { "delay": 6, "time": "1766946786" }, "stopId": "stop_point:SP_1149", "stopSequence": 32 }, { "arrival": { "delay": -7, "time": "1766946833" }, "departure": { "delay": -7, "time": "1766946833" }, "stopId": "stop_point:SP_3407", "stopSequence": 33 }, { "arrival": { "delay": -7, "time": "1766946893" }, "departure": { "delay": -7, "time": "1766946893" }, "stopId": "stop_point:SP_639", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_2251", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194785" }, "vehicle": { "id": "1449766" } } }, { "id": "TripUpdateJoin:2144671", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3424", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766946184" }, "departure": { "delay": 4, "time": "1766946184" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766946341" }, "departure": { "delay": -19, "time": "1766946341" }, "stopId": "stop_point:SP_2077", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766946388" }, "departure": { "delay": 28, "time": "1766946388" }, "stopId": "stop_point:SP_833", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766946423" }, "departure": { "delay": 3, "time": "1766946423" }, "stopId": "stop_point:SP_3922", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766946496" }, "departure": { "delay": 16, "time": "1766946496" }, "stopId": "stop_point:SP_3231", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_2540", "stopSequence": 8 }, { "arrival": { "delay": -18, "time": "1766946582" }, "departure": { "delay": -18, "time": "1766946582" }, "stopId": "stop_point:SP_3441", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_3525", "stopSequence": 10 }, { "arrival": { "delay": 18, "time": "1766946738" }, "departure": { "delay": 18, "time": "1766946738" }, "stopId": "stop_point:SP_675", "stopSequence": 11 }, { "arrival": { "delay": 3, "time": "1766946783" }, "departure": { "delay": 3, "time": "1766946783" }, "stopId": "stop_point:SP_3951", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1752", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1423", "stopSequence": 14 }, { "arrival": { "delay": -15, "time": "1766946945" }, "departure": { "delay": -15, "time": "1766946945" }, "stopId": "stop_point:SP_924", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766947066" }, "departure": { "delay": -14, "time": "1766947066" }, "stopId": "stop_point:SP_1230", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2588", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144671" }, "vehicle": { "id": "1432452" } } }, { "id": "TripUpdateJoin:2169240", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766943676" }, "departure": { "delay": 16, "time": "1766943676" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766944172" }, "departure": { "delay": -28, "time": "1766944172" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766944335" }, "departure": { "delay": 15, "time": "1766944335" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169240" }, "vehicle": { "id": "1431097" } } }, { "id": "TripUpdateJoin:2208791", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -779, "time": "1766942521" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_326", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766943470" }, "departure": { "delay": -10, "time": "1766943470" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": 28, "time": "1766943508" }, "departure": { "delay": 28, "time": "1766943508" }, "stopId": "stop_point:SP_3408", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_2831", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1815", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766943658" }, "departure": { "delay": -2, "time": "1766943658" }, "stopId": "stop_point:SP_3373", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766943678" }, "departure": { "delay": 18, "time": "1766943678" }, "stopId": "stop_point:SP_3634", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_5641", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766943797" }, "departure": { "delay": 17, "time": "1766943797" }, "stopId": "stop_point:SP_5640", "stopSequence": 10 }, { "arrival": { "delay": -13, "time": "1766943887" }, "departure": { "delay": -13, "time": "1766943887" }, "stopId": "stop_point:SP_5642", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766943935" }, "departure": { "delay": -25, "time": "1766943935" }, "stopId": "stop_point:SP_1620", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766943961" }, "departure": { "delay": 1, "time": "1766943961" }, "stopId": "stop_point:SP_1437", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3854", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_1911", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766944158" }, "departure": { "delay": 18, "time": "1766944158" }, "stopId": "stop_point:SP_1518", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1051", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766944336" }, "departure": { "delay": 16, "time": "1766944336" }, "stopId": "stop_point:SP_3783", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_5234", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766944517" }, "departure": { "delay": 17, "time": "1766944517" }, "stopId": "stop_point:SP_3010", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_3702", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_2139", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1766944822" }, "departure": { "delay": 22, "time": "1766944822" }, "stopId": "stop_point:SP_2767", "stopSequence": 23 }, { "arrival": { "delay": -18, "time": "1766944842" }, "departure": { "delay": -18, "time": "1766944842" }, "stopId": "stop_point:SP_224", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3046", "stopSequence": 25 }, { "arrival": { "delay": -18, "time": "1766944962" }, "departure": { "delay": -18, "time": "1766944962" }, "stopId": "stop_point:SP_2380", "stopSequence": 26 }, { "arrival": { "delay": 25, "time": "1766945065" }, "departure": { "delay": 25, "time": "1766945065" }, "stopId": "stop_point:SP_626", "stopSequence": 27 }, { "arrival": { "delay": -3, "time": "1766945097" }, "departure": { "delay": -3, "time": "1766945097" }, "stopId": "stop_point:SP_5379", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_3617", "stopSequence": 29 }, { "arrival": { "delay": 29, "time": "1766945189" }, "departure": { "delay": 29, "time": "1766945189" }, "stopId": "stop_point:SP_3514", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2664", "stopSequence": 31 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208791" }, "vehicle": { "id": "27_1460217" } } }, { "id": "TripUpdateJoin:2209770", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_2840", "stopSequence": 1 }, { "arrival": { "delay": 621, "time": "1766946441" }, "departure": { "delay": 621, "time": "1766946441" }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 629, "uncertainty": 100 }, "departure": { "delay": 638, "uncertainty": 100 }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 582, "uncertainty": 100 }, "departure": { "delay": 587, "uncertainty": 100 }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 596, "time": "1766946476" }, "departure": { "delay": 596, "time": "1766946476" }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 641, "uncertainty": 100 }, "departure": { "delay": 746, "uncertainty": 100 }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 957, "time": "1766946897" }, "departure": { "delay": 957, "time": "1766946897" }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 837, "uncertainty": 100 }, "departure": { "delay": 838, "uncertainty": 100 }, "stopId": "stop_point:SP_2525", "stopSequence": 5 }, { "arrival": { "delay": 778, "uncertainty": 100 }, "departure": { "delay": 779, "uncertainty": 100 }, "stopId": "stop_point:SP_5627", "stopSequence": 6 }, { "arrival": { "delay": 626, "uncertainty": 100 }, "departure": { "delay": 654, "uncertainty": 100 }, "stopId": "stop_point:SP_3046", "stopSequence": 7 }, { "arrival": { "delay": 607, "uncertainty": 100 }, "departure": { "delay": 621, "uncertainty": 100 }, "stopId": "stop_point:SP_2380", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3785", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3082", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_295", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3844", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3839", "stopSequence": 17 }, { "arrival": { "delay": -11, "time": "1766947009" }, "departure": { "delay": -11, "time": "1766947009" }, "stopId": "stop_point:SP_3670", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766947097" }, "departure": { "delay": 17, "time": "1766947097" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": -14, "time": "1766947186" }, "departure": { "delay": -14, "time": "1766947186" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766947243" }, "departure": { "delay": -17, "time": "1766947243" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766947390" }, "departure": { "delay": 10, "time": "1766947390" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 }, { "arrival": { "delay": -6, "time": "1766947494" }, "departure": { "delay": -6, "time": "1766947494" }, "stopId": "stop_point:SP_3104", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766947567" }, "departure": { "delay": 7, "time": "1766947567" }, "stopId": "stop_point:SP_523", "stopSequence": 25 }, { "arrival": { "delay": -1, "time": "1766947619" }, "departure": { "delay": -1, "time": "1766947619" }, "stopId": "stop_point:SP_3836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_3546", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209770" }, "vehicle": { "id": "27_1461196" } } }, { "id": "TripUpdateJoin:2170659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_1442", "stopSequence": 1 }, { "arrival": { "delay": -18, "time": "1766946162" }, "departure": { "delay": -18, "time": "1766946162" }, "stopId": "stop_point:SP_1299", "stopSequence": 2 }, { "arrival": { "delay": 23, "time": "1766946203" }, "departure": { "delay": 23, "time": "1766946203" }, "stopId": "stop_point:SP_2756", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_2976", "stopSequence": 4 }, { "arrival": { "delay": -23, "time": "1766946277" }, "departure": { "delay": -23, "time": "1766946277" }, "stopId": "stop_point:SP_149", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766946303" }, "departure": { "delay": 3, "time": "1766946303" }, "stopId": "stop_point:SP_4442", "stopSequence": 6 }, { "arrival": { "delay": 26, "time": "1766946326" }, "departure": { "delay": 26, "time": "1766946326" }, "stopId": "stop_point:SP_3598", "stopSequence": 7 }, { "arrival": { "delay": -5, "time": "1766946355" }, "departure": { "delay": -5, "time": "1766946355" }, "stopId": "stop_point:SP_2761", "stopSequence": 8 }, { "arrival": { "delay": 21, "time": "1766946381" }, "departure": { "delay": 21, "time": "1766946381" }, "stopId": "stop_point:SP_850", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_2232", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_3741", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_2732", "stopSequence": 12 }, { "arrival": { "delay": -25, "time": "1766946635" }, "departure": { "delay": -25, "time": "1766946635" }, "stopId": "stop_point:SP_4789", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766946735" }, "departure": { "delay": 15, "time": "1766946735" }, "stopId": "stop_point:SP_1296", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_2611", "stopSequence": 15 }, { "arrival": { "delay": 26, "time": "1766946866" }, "departure": { "delay": 26, "time": "1766946866" }, "stopId": "stop_point:SP_991", "stopSequence": 16 }, { "arrival": { "delay": 18, "time": "1766946918" }, "departure": { "delay": 18, "time": "1766946918" }, "stopId": "stop_point:SP_980", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_4517", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:45", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170659" }, "vehicle": { "id": "1431800" } } }, { "id": "TripUpdateJoin:2162641", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766944272" }, "departure": { "delay": 12, "time": "1766944272" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766944330" }, "departure": { "delay": 10, "time": "1766944330" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766944407" }, "departure": { "delay": 27, "time": "1766944407" }, "stopId": "stop_point:SP_412", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766944521" }, "departure": { "delay": 21, "time": "1766944521" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766944684" }, "departure": { "delay": 4, "time": "1766944684" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": -18, "time": "1766944782" }, "departure": { "delay": -18, "time": "1766944782" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": -16, "time": "1766945084" }, "departure": { "delay": -16, "time": "1766945084" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766945158" }, "departure": { "delay": -2, "time": "1766945158" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": 8, "time": "1766945588" }, "departure": { "delay": 8, "time": "1766945588" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 8, "time": "1766945888" }, "departure": { "delay": 8, "time": "1766945888" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766946067" }, "departure": { "delay": 7, "time": "1766946067" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162641" }, "vehicle": { "id": "1430578" } } }, { "id": "TripUpdateJoin:2187353", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -140, "time": "1766942140" }, "departure": { "delay": -140, "time": "1766942140" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": -136, "time": "1766942204" }, "departure": { "delay": -136, "time": "1766942204" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": -134, "time": "1766942266" }, "departure": { "delay": -134, "time": "1766942266" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": -140, "time": "1766942320" }, "departure": { "delay": -140, "time": "1766942320" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": -136, "time": "1766942384" }, "departure": { "delay": -136, "time": "1766942384" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": -201, "time": "1766942439" }, "departure": { "delay": -201, "time": "1766942439" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": -148, "time": "1766942492" }, "departure": { "delay": -148, "time": "1766942492" }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": -140, "time": "1766942620" }, "departure": { "delay": -140, "time": "1766942620" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187353" }, "vehicle": { "id": "27_1437467" } } }, { "id": "TripUpdateJoin:2211154", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1635", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766947870" }, "departure": { "delay": 10, "time": "1766947870" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766947936" }, "departure": { "delay": 16, "time": "1766947936" }, "stopId": "stop_point:SP_127", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_1313", "stopSequence": 4 }, { "arrival": { "delay": -30, "time": "1766948070" }, "departure": { "delay": -30, "time": "1766948070" }, "stopId": "stop_point:SP_2805", "stopSequence": 5 }, { "arrival": { "delay": -29, "time": "1766948131" }, "departure": { "delay": -29, "time": "1766948131" }, "stopId": "stop_point:SP_3157", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_1289", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766948345" }, "departure": { "delay": 5, "time": "1766948345" }, "stopId": "stop_point:SP_1907", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1010", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766948477" }, "departure": { "delay": 17, "time": "1766948477" }, "stopId": "stop_point:SP_3339", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1736", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3876", "stopSequence": 12 }, { "arrival": { "delay": -26, "time": "1766948674" }, "departure": { "delay": -26, "time": "1766948674" }, "stopId": "stop_point:SP_1339", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_325", "stopSequence": 14 }, { "arrival": { "delay": -4, "time": "1766948816" }, "departure": { "delay": -4, "time": "1766948816" }, "stopId": "stop_point:SP_3548", "stopSequence": 15 }, { "arrival": { "delay": 8, "time": "1766948948" }, "departure": { "delay": 8, "time": "1766948948" }, "stopId": "stop_point:SP_2242", "stopSequence": 16 }, { "arrival": { "delay": 4, "time": "1766949004" }, "departure": { "delay": 4, "time": "1766949004" }, "stopId": "stop_point:SP_3732", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_322", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211154" }, "vehicle": { "id": "27_1462822" } } }, { "id": "TripUpdateJoin:2186148", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -656, "time": "1766941564" }, "departure": { "delay": 0, "time": "1766942220" }, "stopId": "stop_point:SP_1602", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766942284" }, "departure": { "delay": 4, "time": "1766942284" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766942333" }, "departure": { "delay": -7, "time": "1766942333" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_2373", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766942578" }, "departure": { "delay": -2, "time": "1766942578" }, "stopId": "stop_point:SP_2833", "stopSequence": 6 }, { "arrival": { "delay": 11, "time": "1766942651" }, "departure": { "delay": 11, "time": "1766942651" }, "stopId": "stop_point:SP_127", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_1313", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766942790" }, "departure": { "delay": -30, "time": "1766942790" }, "stopId": "stop_point:SP_2805", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766942851" }, "departure": { "delay": -29, "time": "1766942851" }, "stopId": "stop_point:SP_3157", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_1289", "stopSequence": 11 }, { "arrival": { "delay": 5, "time": "1766943065" }, "departure": { "delay": 5, "time": "1766943065" }, "stopId": "stop_point:SP_1907", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_1010", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766943197" }, "departure": { "delay": 17, "time": "1766943197" }, "stopId": "stop_point:SP_3339", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_1736", "stopSequence": 15 }, { "arrival": { "delay": 13, "time": "1766943373" }, "departure": { "delay": 13, "time": "1766943373" }, "stopId": "stop_point:SP_3004", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_3072", "stopSequence": 17 }, { "arrival": { "delay": 15, "time": "1766943615" }, "departure": { "delay": 15, "time": "1766943615" }, "stopId": "stop_point:SP_1232", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_692", "stopSequence": 19 }, { "arrival": { "delay": 28, "time": "1766943688" }, "departure": { "delay": 28, "time": "1766943688" }, "stopId": "stop_point:SP_3335", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766943711" }, "departure": { "delay": -9, "time": "1766943711" }, "stopId": "stop_point:SP_597", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1408", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766943882" }, "departure": { "delay": -18, "time": "1766943882" }, "stopId": "stop_point:SP_630", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766943974" }, "departure": { "delay": 14, "time": "1766943974" }, "stopId": "stop_point:SP_2548", "stopSequence": 24 }, { "arrival": { "delay": -2, "time": "1766944018" }, "departure": { "delay": -2, "time": "1766944018" }, "stopId": "stop_point:SP_2287", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2817", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766944148" }, "departure": { "delay": 8, "time": "1766944148" }, "stopId": "stop_point:SP_38", "stopSequence": 27 }, { "arrival": { "delay": -21, "time": "1766944179" }, "departure": { "delay": -21, "time": "1766944179" }, "stopId": "stop_point:SP_2929", "stopSequence": 28 }, { "arrival": { "delay": 9, "time": "1766944209" }, "departure": { "delay": 9, "time": "1766944209" }, "stopId": "stop_point:SP_1204", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_2126", "stopSequence": 30 }, { "arrival": { "delay": 2, "time": "1766944322" }, "departure": { "delay": 2, "time": "1766944322" }, "stopId": "stop_point:SP_5374", "stopSequence": 31 }, { "arrival": { "delay": -1, "time": "1766944439" }, "departure": { "delay": -1, "time": "1766944439" }, "stopId": "stop_point:SP_3836", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_1249", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186148" }, "vehicle": { "id": "27_1436262" } } }, { "id": "TripUpdateJoin:2197653", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -360, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_143", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766942759" }, "departure": { "delay": -1, "time": "1766942759" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": 30, "time": "1766942850" }, "departure": { "delay": 30, "time": "1766942850" }, "stopId": "stop_point:SP_1417", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_2110", "stopSequence": 5 }, { "arrival": { "delay": -19, "time": "1766942921" }, "departure": { "delay": -19, "time": "1766942921" }, "stopId": "stop_point:SP_2283", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_3525", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766943078" }, "departure": { "delay": 18, "time": "1766943078" }, "stopId": "stop_point:SP_675", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766943123" }, "departure": { "delay": 3, "time": "1766943123" }, "stopId": "stop_point:SP_3951", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_1752", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_1423", "stopSequence": 11 }, { "arrival": { "delay": -12, "time": "1766943288" }, "departure": { "delay": -12, "time": "1766943288" }, "stopId": "stop_point:SP_533", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_3499", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766943392" }, "departure": { "delay": -28, "time": "1766943392" }, "stopId": "stop_point:SP_1367", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_2179", "stopSequence": 15 }, { "arrival": { "delay": -1, "time": "1766943479" }, "departure": { "delay": -1, "time": "1766943479" }, "stopId": "stop_point:SP_3550", "stopSequence": 16 }, { "arrival": { "delay": -3, "time": "1766943537" }, "departure": { "delay": -3, "time": "1766943537" }, "stopId": "stop_point:SP_2158", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766943583" }, "departure": { "delay": -17, "time": "1766943583" }, "stopId": "stop_point:SP_1746", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3941", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_3527", "stopSequence": 20 } ], "timestamp": "1766942094", "trip": { "routeId": "line:58", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197653" }, "vehicle": { "id": "27_1450429" } } }, { "id": "TripUpdateJoin:2193405", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -324, "time": "1766941776" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_1027", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766942169" }, "departure": { "delay": 9, "time": "1766942169" }, "stopId": "stop_point:SP_4802", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766942235" }, "departure": { "delay": 15, "time": "1766942235" }, "stopId": "stop_point:SP_4805", "stopSequence": 3 }, { "arrival": { "delay": -11, "time": "1766942269" }, "departure": { "delay": -11, "time": "1766942269" }, "stopId": "stop_point:SP_4808", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766942335" }, "departure": { "delay": -5, "time": "1766942335" }, "stopId": "stop_point:SP_4804", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_4807", "stopSequence": 6 }, { "arrival": { "delay": 4, "time": "1766942524" }, "departure": { "delay": 4, "time": "1766942524" }, "stopId": "stop_point:SP_4841", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766942595" }, "departure": { "delay": 15, "time": "1766942595" }, "stopId": "stop_point:SP_3834", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_1724", "stopSequence": 9 }, { "arrival": { "delay": 4, "time": "1766942704" }, "departure": { "delay": 4, "time": "1766942704" }, "stopId": "stop_point:SP_2531", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766942763" }, "departure": { "delay": 3, "time": "1766942763" }, "stopId": "stop_point:SP_1488", "stopSequence": 11 }, { "arrival": { "delay": -17, "time": "1766942803" }, "departure": { "delay": -17, "time": "1766942803" }, "stopId": "stop_point:SP_1091", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766942887" }, "departure": { "delay": 7, "time": "1766942887" }, "stopId": "stop_point:SP_1551", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_1439", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766943013" }, "departure": { "delay": 13, "time": "1766943013" }, "stopId": "stop_point:SP_2889", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_4809", "stopSequence": 16 }, { "arrival": { "delay": -3, "time": "1766943117" }, "departure": { "delay": -3, "time": "1766943117" }, "stopId": "stop_point:SP_2196", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_473", "stopSequence": 18 }, { "arrival": { "delay": -22, "time": "1766943218" }, "departure": { "delay": -22, "time": "1766943218" }, "stopId": "stop_point:SP_2216", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_1474", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766943385" }, "departure": { "delay": 25, "time": "1766943385" }, "stopId": "stop_point:SP_668", "stopSequence": 21 }, { "arrival": { "delay": -12, "time": "1766943468" }, "departure": { "delay": -12, "time": "1766943468" }, "stopId": "stop_point:SP_3700", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766943523" }, "departure": { "delay": -17, "time": "1766943523" }, "stopId": "stop_point:SP_1171", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1460", "stopSequence": 24 }, { "arrival": { "delay": 13, "time": "1766943673" }, "departure": { "delay": 13, "time": "1766943673" }, "stopId": "stop_point:SP_1149", "stopSequence": 25 }, { "arrival": { "delay": 10, "time": "1766943730" }, "departure": { "delay": 10, "time": "1766943730" }, "stopId": "stop_point:SP_3407", "stopSequence": 26 }, { "arrival": { "delay": 24, "time": "1766943804" }, "departure": { "delay": 24, "time": "1766943804" }, "stopId": "stop_point:SP_639", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_1754", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193405" }, "vehicle": { "id": "1449836" } } }, { "id": "TripUpdateJoin:2193368", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_1754", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766943430" }, "departure": { "delay": 10, "time": "1766943430" }, "stopId": "stop_point:SP_2002", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_2956", "stopSequence": 3 }, { "arrival": { "delay": 4, "time": "1766943544" }, "departure": { "delay": 4, "time": "1766943544" }, "stopId": "stop_point:SP_3162", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2467", "stopSequence": 5 }, { "arrival": { "delay": -25, "time": "1766943695" }, "departure": { "delay": -25, "time": "1766943695" }, "stopId": "stop_point:SP_2210", "stopSequence": 6 }, { "arrival": { "delay": -19, "time": "1766943761" }, "departure": { "delay": -19, "time": "1766943761" }, "stopId": "stop_point:SP_3729", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766943827" }, "departure": { "delay": -13, "time": "1766943827" }, "stopId": "stop_point:SP_1532", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_1846", "stopSequence": 9 }, { "arrival": { "delay": 23, "time": "1766943983" }, "departure": { "delay": 23, "time": "1766943983" }, "stopId": "stop_point:SP_3237", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3657", "stopSequence": 11 }, { "arrival": { "delay": -4, "time": "1766944076" }, "departure": { "delay": -4, "time": "1766944076" }, "stopId": "stop_point:SP_396", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_3872", "stopSequence": 13 }, { "arrival": { "delay": -13, "time": "1766944187" }, "departure": { "delay": -13, "time": "1766944187" }, "stopId": "stop_point:SP_2193", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_414", "stopSequence": 15 }, { "arrival": { "delay": -12, "time": "1766944308" }, "departure": { "delay": -12, "time": "1766944308" }, "stopId": "stop_point:SP_2921", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766944387" }, "departure": { "delay": 7, "time": "1766944387" }, "stopId": "stop_point:SP_1531", "stopSequence": 17 }, { "arrival": { "delay": 4, "time": "1766944444" }, "departure": { "delay": 4, "time": "1766944444" }, "stopId": "stop_point:SP_2627", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766944502" }, "departure": { "delay": 2, "time": "1766944502" }, "stopId": "stop_point:SP_3433", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_2379", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766944603" }, "departure": { "delay": -17, "time": "1766944603" }, "stopId": "stop_point:SP_3740", "stopSequence": 21 }, { "arrival": { "delay": -2, "time": "1766944678" }, "departure": { "delay": -2, "time": "1766944678" }, "stopId": "stop_point:SP_4840", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_4093", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766944859" }, "departure": { "delay": -1, "time": "1766944859" }, "stopId": "stop_point:SP_4800", "stopSequence": 24 }, { "arrival": { "delay": -1, "time": "1766944919" }, "departure": { "delay": -1, "time": "1766944919" }, "stopId": "stop_point:SP_4806", "stopSequence": 25 }, { "arrival": { "delay": -21, "time": "1766944959" }, "departure": { "delay": -21, "time": "1766944959" }, "stopId": "stop_point:SP_4801", "stopSequence": 26 }, { "arrival": { "delay": -26, "time": "1766945014" }, "departure": { "delay": -26, "time": "1766945014" }, "stopId": "stop_point:SP_4803", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1027", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193368" }, "vehicle": { "id": "1449819" } } }, { "id": "TripUpdateJoin:2187357", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1800, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_5397", "stopSequence": 1 }, { "arrival": { "delay": 17, "time": "1766944517" }, "departure": { "delay": 17, "time": "1766944517" }, "stopId": "stop_point:SP_5451", "stopSequence": 2 }, { "arrival": { "delay": 17, "time": "1766944577" }, "departure": { "delay": 17, "time": "1766944577" }, "stopId": "stop_point:SP_353", "stopSequence": 3 }, { "arrival": { "delay": 15, "time": "1766944695" }, "departure": { "delay": 15, "time": "1766944695" }, "stopId": "stop_point:SP_5521", "stopSequence": 4 }, { "arrival": { "delay": 28, "time": "1766944768" }, "departure": { "delay": 28, "time": "1766944768" }, "stopId": "stop_point:SP_5525", "stopSequence": 5 }, { "arrival": { "delay": 28, "time": "1766944828" }, "departure": { "delay": 28, "time": "1766944828" }, "stopId": "stop_point:SP_5519", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_5528", "stopSequence": 7 }, { "arrival": { "delay": 11, "time": "1766944991" }, "departure": { "delay": 11, "time": "1766944991" }, "stopId": "stop_point:SP_5527", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766945157" }, "departure": { "delay": -3, "time": "1766945157" }, "stopId": "stop_point:SP_1214", "stopSequence": 9 }, { "arrival": { "delay": -13, "time": "1766945207" }, "departure": { "delay": -13, "time": "1766945207" }, "stopId": "stop_point:SP_3747", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766945283" }, "departure": { "delay": 3, "time": "1766945283" }, "stopId": "stop_point:SP_152", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_2140", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766945407" }, "departure": { "delay": 7, "time": "1766945407" }, "stopId": "stop_point:SP_2422", "stopSequence": 13 }, { "arrival": { "delay": -24, "time": "1766945436" }, "departure": { "delay": -24, "time": "1766945436" }, "stopId": "stop_point:SP_2456", "stopSequence": 14 }, { "arrival": { "delay": 14, "time": "1766945474" }, "departure": { "delay": 14, "time": "1766945474" }, "stopId": "stop_point:SP_397", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1670", "stopSequence": 16 }, { "arrival": { "delay": 14, "time": "1766945594" }, "departure": { "delay": 14, "time": "1766945594" }, "stopId": "stop_point:SP_5327", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_1668", "stopSequence": 18 }, { "arrival": { "delay": 28, "time": "1766945848" }, "departure": { "delay": 28, "time": "1766945848" }, "stopId": "stop_point:SP_402", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766945907" }, "departure": { "delay": 27, "time": "1766945907" }, "stopId": "stop_point:SP_370", "stopSequence": 20 }, { "arrival": { "delay": -18, "time": "1766945982" }, "departure": { "delay": -18, "time": "1766945982" }, "stopId": "stop_point:SP_204", "stopSequence": 21 }, { "arrival": { "delay": -28, "time": "1766946092" }, "departure": { "delay": -28, "time": "1766946092" }, "stopId": "stop_point:SP_3958", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_293", "stopSequence": 23 }, { "arrival": { "delay": -14, "time": "1766946226" }, "departure": { "delay": -14, "time": "1766946226" }, "stopId": "stop_point:SP_2241", "stopSequence": 24 }, { "arrival": { "delay": -7, "time": "1766946293" }, "departure": { "delay": -7, "time": "1766946293" }, "stopId": "stop_point:SP_887", "stopSequence": 25 }, { "arrival": { "delay": -4, "time": "1766946356" }, "departure": { "delay": -4, "time": "1766946356" }, "stopId": "stop_point:SP_1053", "stopSequence": 26 }, { "arrival": { "delay": -22, "time": "1766946398" }, "departure": { "delay": -22, "time": "1766946398" }, "stopId": "stop_point:SP_3149", "stopSequence": 27 }, { "arrival": { "delay": 10, "time": "1766946490" }, "departure": { "delay": 10, "time": "1766946490" }, "stopId": "stop_point:SP_747", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3772", "stopSequence": 29 }, { "arrival": { "delay": 7, "time": "1766946667" }, "departure": { "delay": 7, "time": "1766946667" }, "stopId": "stop_point:SP_1312", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766946707" }, "departure": { "delay": -13, "time": "1766946707" }, "stopId": "stop_point:SP_1676", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": 9, "time": "1766946849" }, "departure": { "delay": 9, "time": "1766946849" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": 6, "time": "1766946906" }, "departure": { "delay": 6, "time": "1766946906" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": 9, "time": "1766947029" }, "departure": { "delay": 9, "time": "1766947029" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": -36, "time": "1766947104" }, "departure": { "delay": -36, "time": "1766947104" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": -7, "time": "1766947133" }, "departure": { "delay": -7, "time": "1766947133" }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187357" }, "vehicle": { "id": "27_1437471" } } }, { "id": "TripUpdateJoin:2186150", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_1602", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766946343" }, "departure": { "delay": -17, "time": "1766946343" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766946375" }, "departure": { "delay": 15, "time": "1766946375" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_2373", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766946598" }, "departure": { "delay": -2, "time": "1766946598" }, "stopId": "stop_point:SP_2833", "stopSequence": 6 }, { "arrival": { "delay": 11, "time": "1766946671" }, "departure": { "delay": 11, "time": "1766946671" }, "stopId": "stop_point:SP_127", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1313", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766946810" }, "departure": { "delay": -30, "time": "1766946810" }, "stopId": "stop_point:SP_2805", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766946871" }, "departure": { "delay": -29, "time": "1766946871" }, "stopId": "stop_point:SP_3157", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_1289", "stopSequence": 11 }, { "arrival": { "delay": 5, "time": "1766947085" }, "departure": { "delay": 5, "time": "1766947085" }, "stopId": "stop_point:SP_1907", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_1010", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766947217" }, "departure": { "delay": 17, "time": "1766947217" }, "stopId": "stop_point:SP_3339", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1736", "stopSequence": 15 }, { "arrival": { "delay": 13, "time": "1766947393" }, "departure": { "delay": 13, "time": "1766947393" }, "stopId": "stop_point:SP_3004", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_3072", "stopSequence": 17 }, { "arrival": { "delay": 15, "time": "1766947635" }, "departure": { "delay": 15, "time": "1766947635" }, "stopId": "stop_point:SP_1232", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_692", "stopSequence": 19 }, { "arrival": { "delay": 28, "time": "1766947708" }, "departure": { "delay": 28, "time": "1766947708" }, "stopId": "stop_point:SP_3335", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766947731" }, "departure": { "delay": -9, "time": "1766947731" }, "stopId": "stop_point:SP_597", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1408", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1766947882" }, "departure": { "delay": 22, "time": "1766947882" }, "stopId": "stop_point:SP_630", "stopSequence": 23 }, { "arrival": { "delay": -25, "time": "1766947955" }, "departure": { "delay": -25, "time": "1766947955" }, "stopId": "stop_point:SP_2548", "stopSequence": 24 }, { "arrival": { "delay": 10, "time": "1766947990" }, "departure": { "delay": 10, "time": "1766947990" }, "stopId": "stop_point:SP_2287", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_2817", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766948108" }, "departure": { "delay": 8, "time": "1766948108" }, "stopId": "stop_point:SP_38", "stopSequence": 27 }, { "arrival": { "delay": -21, "time": "1766948139" }, "departure": { "delay": -21, "time": "1766948139" }, "stopId": "stop_point:SP_2929", "stopSequence": 28 }, { "arrival": { "delay": 9, "time": "1766948169" }, "departure": { "delay": 9, "time": "1766948169" }, "stopId": "stop_point:SP_1204", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_2126", "stopSequence": 30 }, { "arrival": { "delay": -11, "time": "1766948269" }, "departure": { "delay": -11, "time": "1766948269" }, "stopId": "stop_point:SP_5374", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1766948363" }, "departure": { "delay": 23, "time": "1766948363" }, "stopId": "stop_point:SP_3836", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_1249", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186150" }, "vehicle": { "id": "27_1436264" } } }, { "id": "TripUpdateJoin:2152014", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 99, "time": "1766942439" }, "departure": { "delay": 99, "time": "1766942439" }, "stopId": "stop_point:SP_5221", "stopSequence": 6 }, { "arrival": { "delay": 93, "time": "1766942493" }, "departure": { "delay": 93, "time": "1766942493" }, "stopId": "stop_point:SP_3555", "stopSequence": 7 }, { "arrival": { "delay": 90, "time": "1766942550" }, "departure": { "delay": 90, "time": "1766942550" }, "stopId": "stop_point:SP_2234", "stopSequence": 8 }, { "arrival": { "delay": 94, "time": "1766942614" }, "departure": { "delay": 94, "time": "1766942614" }, "stopId": "stop_point:SP_4920", "stopSequence": 9 }, { "arrival": { "delay": 100, "time": "1766942620" }, "departure": { "delay": 100, "time": "1766942620" }, "stopId": "stop_point:SP_1626", "stopSequence": 10 }, { "arrival": { "delay": 93, "time": "1766942673" }, "departure": { "delay": 93, "time": "1766942673" }, "stopId": "stop_point:SP_1007", "stopSequence": 11 }, { "arrival": { "delay": 90, "time": "1766942730" }, "departure": { "delay": 90, "time": "1766942730" }, "stopId": "stop_point:SP_1761", "stopSequence": 12 }, { "arrival": { "delay": 96, "time": "1766942736" }, "departure": { "delay": 96, "time": "1766942736" }, "stopId": "stop_point:SP_920", "stopSequence": 13 }, { "arrival": { "delay": 93, "time": "1766942793" }, "departure": { "delay": 93, "time": "1766942793" }, "stopId": "stop_point:SP_7", "stopSequence": 14 }, { "arrival": { "delay": 93, "time": "1766942853" }, "departure": { "delay": 93, "time": "1766942853" }, "stopId": "stop_point:SP_142", "stopSequence": 15 }, { "arrival": { "delay": 93, "time": "1766942913" }, "departure": { "delay": 93, "time": "1766942913" }, "stopId": "stop_point:SP_1796", "stopSequence": 16 }, { "arrival": { "delay": 93, "time": "1766942973" }, "departure": { "delay": 93, "time": "1766942973" }, "stopId": "stop_point:SP_3344", "stopSequence": 17 }, { "arrival": { "delay": 90, "time": "1766943030" }, "departure": { "delay": 90, "time": "1766943030" }, "stopId": "stop_point:SP_2487", "stopSequence": 18 }, { "arrival": { "delay": 95, "time": "1766943035" }, "departure": { "delay": 95, "time": "1766943035" }, "stopId": "stop_point:SP_2769", "stopSequence": 19 }, { "arrival": { "delay": 90, "time": "1766943090" }, "departure": { "delay": 90, "time": "1766943090" }, "stopId": "stop_point:SP_2424", "stopSequence": 20 }, { "arrival": { "delay": 90, "time": "1766943150" }, "departure": { "delay": 90, "time": "1766943150" }, "stopId": "stop_point:SP_4917", "stopSequence": 21 }, { "arrival": { "delay": 92, "time": "1766943152" }, "departure": { "delay": 92, "time": "1766943152" }, "stopId": "stop_point:SP_1893", "stopSequence": 22 }, { "arrival": { "delay": 94, "time": "1766943214" }, "departure": { "delay": 94, "time": "1766943214" }, "stopId": "stop_point:SP_2417", "stopSequence": 23 }, { "arrival": { "delay": 96, "time": "1766943216" }, "departure": { "delay": 96, "time": "1766943216" }, "stopId": "stop_point:SP_823", "stopSequence": 24 }, { "arrival": { "delay": 93, "time": "1766943333" }, "departure": { "delay": 93, "time": "1766943333" }, "stopId": "stop_point:SP_1197", "stopSequence": 25 }, { "arrival": { "delay": 97, "time": "1766943397" }, "departure": { "delay": 97, "time": "1766943397" }, "stopId": "stop_point:SP_2973", "stopSequence": 26 }, { "arrival": { "delay": 90, "time": "1766943450" }, "departure": { "delay": 90, "time": "1766943450" }, "stopId": "stop_point:SP_3724", "stopSequence": 27 }, { "arrival": { "delay": 101, "time": "1766943461" }, "departure": { "delay": 101, "time": "1766943461" }, "stopId": "stop_point:SP_1071", "stopSequence": 28 }, { "arrival": { "delay": 93, "time": "1766943513" }, "departure": { "delay": 93, "time": "1766943513" }, "stopId": "stop_point:SP_2707", "stopSequence": 29 }, { "arrival": { "delay": 93, "time": "1766943573" }, "departure": { "delay": 93, "time": "1766943573" }, "stopId": "stop_point:SP_2990", "stopSequence": 30 }, { "arrival": { "delay": 108, "uncertainty": 100 }, "departure": { "delay": 123, "uncertainty": 100 }, "stopId": "stop_point:SP_3560", "stopSequence": 31 }, { "arrival": { "delay": 94, "time": "1766943634" }, "departure": { "delay": 94, "time": "1766943634" }, "stopId": "stop_point:SP_2642", "stopSequence": 32 }, { "arrival": { "delay": 90, "time": "1766943690" }, "departure": { "delay": 90, "time": "1766943690" }, "stopId": "stop_point:SP_3440", "stopSequence": 33 }, { "arrival": { "delay": 34, "time": "1766943694" }, "departure": { "delay": 34, "time": "1766943694" }, "stopId": "stop_point:SP_409", "stopSequence": 34 }, { "arrival": { "delay": 91, "time": "1766943871" }, "departure": { "delay": 91, "time": "1766943871" }, "stopId": "stop_point:SP_3442", "stopSequence": 35 }, { "arrival": { "delay": 91, "time": "1766943931" }, "departure": { "delay": 91, "time": "1766943931" }, "stopId": "stop_point:SP_1494", "stopSequence": 36 }, { "arrival": { "delay": 90, "time": "1766943990" }, "departure": { "delay": 90, "time": "1766943990" }, "stopId": "stop_point:SP_97", "stopSequence": 37 }, { "arrival": { "delay": 91, "time": "1766944051" }, "departure": { "delay": 91, "time": "1766944051" }, "stopId": "stop_point:SP_2490", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:32", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152014" }, "vehicle": { "id": "1431637" } } }, { "id": "TripUpdateJoin:2199520", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_93", "stopSequence": 1 }, { "arrival": { "delay": 5, "time": "1766946425" }, "departure": { "delay": 5, "time": "1766946425" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": -22, "time": "1766946458" }, "departure": { "delay": -22, "time": "1766946458" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766946503" }, "departure": { "delay": 23, "time": "1766946503" }, "stopId": "stop_point:SP_2191", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766946564" }, "departure": { "delay": 24, "time": "1766946564" }, "stopId": "stop_point:SP_832", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1766946627" }, "departure": { "delay": 27, "time": "1766946627" }, "stopId": "stop_point:SP_3947", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_112", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766946688" }, "departure": { "delay": 28, "time": "1766946688" }, "stopId": "stop_point:SP_710", "stopSequence": 8 }, { "arrival": { "delay": 16, "time": "1766946736" }, "departure": { "delay": 16, "time": "1766946736" }, "stopId": "stop_point:SP_1887", "stopSequence": 9 }, { "arrival": { "delay": 24, "time": "1766946804" }, "departure": { "delay": 24, "time": "1766946804" }, "stopId": "stop_point:SP_3130", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_2906", "stopSequence": 11 }, { "arrival": { "delay": -28, "time": "1766946932" }, "departure": { "delay": -28, "time": "1766946932" }, "stopId": "stop_point:SP_1866", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766947038" }, "departure": { "delay": 18, "time": "1766947038" }, "stopId": "stop_point:SP_2819", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766947079" }, "departure": { "delay": -1, "time": "1766947079" }, "stopId": "stop_point:SP_3462", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3510", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_5259", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199520" }, "vehicle": { "id": "27_1452549" } } }, { "id": "TripUpdateJoin:2209737", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -772, "time": "1766944028" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_3546", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766945003" }, "departure": { "delay": 23, "time": "1766945003" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1168, "time": "1766946148" }, "departure": { "delay": 1168, "time": "1766946148" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1115, "uncertainty": 100 }, "departure": { "delay": 1122, "uncertainty": 100 }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1136, "time": "1766946176" }, "departure": { "delay": 1136, "time": "1766946176" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1137, "time": "1766946237" }, "departure": { "delay": 1137, "time": "1766946237" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1155, "uncertainty": 100 }, "departure": { "delay": 1174, "uncertainty": 100 }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1063, "uncertainty": 100 }, "departure": { "delay": 1072, "uncertainty": 100 }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1091, "time": "1766946311" }, "departure": { "delay": 1091, "time": "1766946311" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 1059, "uncertainty": 100 }, "departure": { "delay": 1088, "uncertainty": 100 }, "stopId": "stop_point:SP_2042", "stopSequence": 6 }, { "arrival": { "delay": 1042, "uncertainty": 100 }, "departure": { "delay": 1057, "uncertainty": 100 }, "stopId": "stop_point:SP_2517", "stopSequence": 7 }, { "arrival": { "delay": 944, "uncertainty": 100 }, "departure": { "delay": 951, "uncertainty": 100 }, "stopId": "stop_point:SP_1487", "stopSequence": 8 }, { "arrival": { "delay": 894, "uncertainty": 100 }, "departure": { "delay": 898, "uncertainty": 100 }, "stopId": "stop_point:SP_3528", "stopSequence": 9 }, { "arrival": { "delay": 840, "uncertainty": 100 }, "departure": { "delay": 842, "uncertainty": 100 }, "stopId": "stop_point:SP_3671", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2996", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1377", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2420", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 18 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_1121", "stopSequence": 20 }, { "arrival": { "delay": 6, "time": "1766946426" }, "departure": { "delay": 6, "time": "1766946426" }, "stopId": "stop_point:SP_2967", "stopSequence": 21 }, { "arrival": { "delay": -27, "time": "1766946513" }, "departure": { "delay": -27, "time": "1766946513" }, "stopId": "stop_point:SP_3972", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_5628", "stopSequence": 23 }, { "arrival": { "delay": 23, "time": "1766946683" }, "departure": { "delay": 23, "time": "1766946683" }, "stopId": "stop_point:SP_958", "stopSequence": 24 }, { "arrival": { "delay": -5, "time": "1766946775" }, "departure": { "delay": -5, "time": "1766946775" }, "stopId": "stop_point:SP_3010", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_3702", "stopSequence": 26 }, { "arrival": { "delay": -12, "time": "1766946888" }, "departure": { "delay": -12, "time": "1766946888" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209737" }, "vehicle": { "id": "27_1461163" } } }, { "id": "TripUpdateJoin:2187358", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_5397", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766946314" }, "departure": { "delay": 14, "time": "1766946314" }, "stopId": "stop_point:SP_5451", "stopSequence": 2 }, { "arrival": { "delay": 6, "time": "1766946366" }, "departure": { "delay": 6, "time": "1766946366" }, "stopId": "stop_point:SP_353", "stopSequence": 3 }, { "arrival": { "delay": -13, "time": "1766946467" }, "departure": { "delay": -13, "time": "1766946467" }, "stopId": "stop_point:SP_5521", "stopSequence": 4 }, { "arrival": { "delay": -11, "time": "1766946529" }, "departure": { "delay": -11, "time": "1766946529" }, "stopId": "stop_point:SP_5525", "stopSequence": 5 }, { "arrival": { "delay": -19, "time": "1766946581" }, "departure": { "delay": -19, "time": "1766946581" }, "stopId": "stop_point:SP_5519", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_5528", "stopSequence": 7 }, { "arrival": { "delay": 11, "time": "1766946731" }, "departure": { "delay": 11, "time": "1766946731" }, "stopId": "stop_point:SP_5527", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766946897" }, "departure": { "delay": -3, "time": "1766946897" }, "stopId": "stop_point:SP_1214", "stopSequence": 9 }, { "arrival": { "delay": -13, "time": "1766946947" }, "departure": { "delay": -13, "time": "1766946947" }, "stopId": "stop_point:SP_3747", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766947023" }, "departure": { "delay": 3, "time": "1766947023" }, "stopId": "stop_point:SP_152", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2140", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766947147" }, "departure": { "delay": 7, "time": "1766947147" }, "stopId": "stop_point:SP_2422", "stopSequence": 13 }, { "arrival": { "delay": -24, "time": "1766947176" }, "departure": { "delay": -24, "time": "1766947176" }, "stopId": "stop_point:SP_2456", "stopSequence": 14 }, { "arrival": { "delay": 14, "time": "1766947214" }, "departure": { "delay": 14, "time": "1766947214" }, "stopId": "stop_point:SP_397", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_1670", "stopSequence": 16 }, { "arrival": { "delay": 14, "time": "1766947334" }, "departure": { "delay": 14, "time": "1766947334" }, "stopId": "stop_point:SP_5327", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_1668", "stopSequence": 18 }, { "arrival": { "delay": 28, "time": "1766947588" }, "departure": { "delay": 28, "time": "1766947588" }, "stopId": "stop_point:SP_402", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766947647" }, "departure": { "delay": 27, "time": "1766947647" }, "stopId": "stop_point:SP_370", "stopSequence": 20 }, { "arrival": { "delay": -18, "time": "1766947722" }, "departure": { "delay": -18, "time": "1766947722" }, "stopId": "stop_point:SP_204", "stopSequence": 21 }, { "arrival": { "delay": -28, "time": "1766947832" }, "departure": { "delay": -28, "time": "1766947832" }, "stopId": "stop_point:SP_3958", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_293", "stopSequence": 23 }, { "arrival": { "delay": -21, "time": "1766947959" }, "departure": { "delay": -21, "time": "1766947959" }, "stopId": "stop_point:SP_2241", "stopSequence": 24 }, { "arrival": { "delay": -23, "time": "1766948017" }, "departure": { "delay": -23, "time": "1766948017" }, "stopId": "stop_point:SP_887", "stopSequence": 25 }, { "arrival": { "delay": -29, "time": "1766948071" }, "departure": { "delay": -29, "time": "1766948071" }, "stopId": "stop_point:SP_1053", "stopSequence": 26 }, { "arrival": { "delay": 7, "time": "1766948107" }, "departure": { "delay": 7, "time": "1766948107" }, "stopId": "stop_point:SP_3149", "stopSequence": 27 }, { "arrival": { "delay": 26, "time": "1766948186" }, "departure": { "delay": 26, "time": "1766948186" }, "stopId": "stop_point:SP_747", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_3772", "stopSequence": 29 }, { "arrival": { "delay": 7, "time": "1766948347" }, "departure": { "delay": 7, "time": "1766948347" }, "stopId": "stop_point:SP_1312", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766948387" }, "departure": { "delay": -13, "time": "1766948387" }, "stopId": "stop_point:SP_1676", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": 9, "time": "1766948529" }, "departure": { "delay": 9, "time": "1766948529" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": 6, "time": "1766948586" }, "departure": { "delay": 6, "time": "1766948586" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": -5, "time": "1766948695" }, "departure": { "delay": -5, "time": "1766948695" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": -5, "time": "1766948755" }, "departure": { "delay": -5, "time": "1766948755" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": -41, "time": "1766948779" }, "departure": { "delay": -41, "time": "1766948779" }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187358" }, "vehicle": { "id": "27_1437472" } } }, { "id": "TripUpdateJoin:2186144", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 335, "time": "1766942135" }, "departure": { "delay": 335, "time": "1766942135" }, "stopId": "stop_point:SP_692", "stopSequence": 19 }, { "arrival": { "delay": 343, "time": "1766942143" }, "departure": { "delay": 343, "time": "1766942143" }, "stopId": "stop_point:SP_3335", "stopSequence": 20 }, { "arrival": { "delay": 328, "time": "1766942188" }, "departure": { "delay": 328, "time": "1766942188" }, "stopId": "stop_point:SP_597", "stopSequence": 21 }, { "arrival": { "delay": 335, "time": "1766942255" }, "departure": { "delay": 335, "time": "1766942255" }, "stopId": "stop_point:SP_1408", "stopSequence": 22 }, { "arrival": { "delay": 277, "time": "1766942317" }, "departure": { "delay": 277, "time": "1766942317" }, "stopId": "stop_point:SP_630", "stopSequence": 23 }, { "arrival": { "delay": 349, "time": "1766942449" }, "departure": { "delay": 349, "time": "1766942449" }, "stopId": "stop_point:SP_2548", "stopSequence": 24 }, { "arrival": { "delay": 333, "time": "1766942493" }, "departure": { "delay": 333, "time": "1766942493" }, "stopId": "stop_point:SP_2287", "stopSequence": 25 }, { "arrival": { "delay": 335, "time": "1766942555" }, "departure": { "delay": 335, "time": "1766942555" }, "stopId": "stop_point:SP_2817", "stopSequence": 26 }, { "arrival": { "delay": 343, "time": "1766942623" }, "departure": { "delay": 343, "time": "1766942623" }, "stopId": "stop_point:SP_38", "stopSequence": 27 }, { "arrival": { "delay": 298, "uncertainty": 100 }, "departure": { "delay": 313, "uncertainty": 100 }, "stopId": "stop_point:SP_2929", "stopSequence": 28 }, { "arrival": { "delay": 344, "time": "1766942684" }, "departure": { "delay": 344, "time": "1766942684" }, "stopId": "stop_point:SP_1204", "stopSequence": 29 }, { "arrival": { "delay": 335, "time": "1766942735" }, "departure": { "delay": 335, "time": "1766942735" }, "stopId": "stop_point:SP_2126", "stopSequence": 30 }, { "arrival": { "delay": 337, "time": "1766942797" }, "departure": { "delay": 337, "time": "1766942797" }, "stopId": "stop_point:SP_5374", "stopSequence": 31 }, { "arrival": { "delay": 334, "time": "1766942914" }, "departure": { "delay": 334, "time": "1766942914" }, "stopId": "stop_point:SP_3836", "stopSequence": 32 }, { "arrival": { "delay": 335, "time": "1766943035" }, "departure": { "delay": 335, "time": "1766943035" }, "stopId": "stop_point:SP_1249", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186144" }, "vehicle": { "id": "27_1436258" } } }, { "id": "TripUpdateJoin:2182729", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1024, "time": "1766941076" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_3870", "stopSequence": 1 }, { "arrival": { "delay": 5, "time": "1766942165" }, "departure": { "delay": 5, "time": "1766942165" }, "stopId": "stop_point:SP_2288", "stopSequence": 2 }, { "arrival": { "delay": 8, "time": "1766942288" }, "departure": { "delay": 8, "time": "1766942288" }, "stopId": "stop_point:SP_3341", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942340" }, "stopId": "stop_point:SP_3147", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_1690", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766942477" }, "departure": { "delay": 17, "time": "1766942477" }, "stopId": "stop_point:SP_3614", "stopSequence": 6 }, { "arrival": { "delay": -10, "time": "1766942570" }, "departure": { "delay": -10, "time": "1766942570" }, "stopId": "stop_point:SP_779", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766942636" }, "departure": { "delay": -4, "time": "1766942636" }, "stopId": "stop_point:SP_1644", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766942722" }, "departure": { "delay": 22, "time": "1766942722" }, "stopId": "stop_point:SP_484", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_2514", "stopSequence": 10 }, { "arrival": { "delay": -29, "time": "1766942851" }, "departure": { "delay": -29, "time": "1766942851" }, "stopId": "stop_point:SP_3552", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_130", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766942937" }, "departure": { "delay": -3, "time": "1766942937" }, "stopId": "stop_point:SP_4954", "stopSequence": 13 }, { "arrival": { "delay": -20, "time": "1766942980" }, "departure": { "delay": -20, "time": "1766942980" }, "stopId": "stop_point:SP_4956", "stopSequence": 14 }, { "arrival": { "delay": 24, "time": "1766943084" }, "departure": { "delay": 24, "time": "1766943084" }, "stopId": "stop_point:SP_4676", "stopSequence": 15 }, { "arrival": { "delay": -13, "time": "1766943167" }, "departure": { "delay": -13, "time": "1766943167" }, "stopId": "stop_point:SP_3187", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766943211" }, "departure": { "delay": -29, "time": "1766943211" }, "stopId": "stop_point:SP_3864", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766943263" }, "departure": { "delay": 23, "time": "1766943263" }, "stopId": "stop_point:SP_1379", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_997", "stopSequence": 19 }, { "arrival": { "delay": -25, "time": "1766943335" }, "departure": { "delay": -25, "time": "1766943335" }, "stopId": "stop_point:SP_3066", "stopSequence": 20 }, { "arrival": { "delay": -23, "time": "1766943397" }, "departure": { "delay": -23, "time": "1766943397" }, "stopId": "stop_point:SP_1102", "stopSequence": 21 }, { "arrival": { "delay": 13, "time": "1766943433" }, "departure": { "delay": 13, "time": "1766943433" }, "stopId": "stop_point:SP_1909", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766943466" }, "departure": { "delay": -14, "time": "1766943466" }, "stopId": "stop_point:SP_2120", "stopSequence": 23 }, { "arrival": { "delay": 19, "time": "1766943499" }, "departure": { "delay": 19, "time": "1766943499" }, "stopId": "stop_point:SP_1324", "stopSequence": 24 }, { "arrival": { "delay": 13, "time": "1766943553" }, "departure": { "delay": 13, "time": "1766943553" }, "stopId": "stop_point:SP_2712", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_633", "stopSequence": 26 }, { "arrival": { "delay": -4, "time": "1766943656" }, "departure": { "delay": -4, "time": "1766943656" }, "stopId": "stop_point:SP_888", "stopSequence": 27 }, { "arrival": { "delay": -5, "time": "1766943715" }, "departure": { "delay": -5, "time": "1766943715" }, "stopId": "stop_point:SP_556", "stopSequence": 28 }, { "arrival": { "delay": 24, "time": "1766943744" }, "departure": { "delay": 24, "time": "1766943744" }, "stopId": "stop_point:SP_3574", "stopSequence": 29 }, { "arrival": { "delay": 18, "time": "1766943798" }, "departure": { "delay": 18, "time": "1766943798" }, "stopId": "stop_point:SP_30", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_5605", "stopSequence": 31 }, { "arrival": { "delay": -24, "time": "1766943876" }, "departure": { "delay": -24, "time": "1766943876" }, "stopId": "stop_point:SP_1095", "stopSequence": 32 }, { "arrival": { "delay": 20, "time": "1766943920" }, "departure": { "delay": 20, "time": "1766943920" }, "stopId": "stop_point:SP_2970", "stopSequence": 33 }, { "arrival": { "delay": -6, "time": "1766943954" }, "departure": { "delay": -6, "time": "1766943954" }, "stopId": "stop_point:SP_3766", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3665", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:60", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182729" }, "vehicle": { "id": "27_1431888" } } }, { "id": "TripUpdateJoin:2209769", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -633, "time": "1766943567" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_2840", "stopSequence": 1 }, { "arrival": { "delay": 628, "time": "1766944948" }, "departure": { "delay": 628, "time": "1766944948" }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 636, "uncertainty": 100 }, "departure": { "delay": 644, "uncertainty": 100 }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 588, "uncertainty": 100 }, "departure": { "delay": 592, "uncertainty": 100 }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 601, "time": "1766944981" }, "departure": { "delay": 601, "time": "1766944981" }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 640, "uncertainty": 100 }, "departure": { "delay": 740, "uncertainty": 100 }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 939, "time": "1766945379" }, "departure": { "delay": 939, "time": "1766945379" }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 826, "uncertainty": 100 }, "departure": { "delay": 833, "uncertainty": 100 }, "stopId": "stop_point:SP_2525", "stopSequence": 5 }, { "arrival": { "delay": 776, "uncertainty": 100 }, "departure": { "delay": 780, "uncertainty": 100 }, "stopId": "stop_point:SP_5627", "stopSequence": 6 }, { "arrival": { "delay": 601, "uncertainty": 100 }, "departure": { "delay": 603, "uncertainty": 100 }, "stopId": "stop_point:SP_3046", "stopSequence": 7 }, { "arrival": { "delay": 544, "uncertainty": 100 }, "departure": { "delay": 545, "uncertainty": 100 }, "stopId": "stop_point:SP_2380", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3785", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3082", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_295", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3844", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3839", "stopSequence": 17 }, { "arrival": { "delay": -11, "time": "1766945569" }, "departure": { "delay": -11, "time": "1766945569" }, "stopId": "stop_point:SP_3670", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766945657" }, "departure": { "delay": 17, "time": "1766945657" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": -14, "time": "1766945746" }, "departure": { "delay": -14, "time": "1766945746" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766945803" }, "departure": { "delay": -17, "time": "1766945803" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766945950" }, "departure": { "delay": 10, "time": "1766945950" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 }, { "arrival": { "delay": -6, "time": "1766946054" }, "departure": { "delay": -6, "time": "1766946054" }, "stopId": "stop_point:SP_3104", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766946127" }, "departure": { "delay": 7, "time": "1766946127" }, "stopId": "stop_point:SP_523", "stopSequence": 25 }, { "arrival": { "delay": -1, "time": "1766946179" }, "departure": { "delay": -1, "time": "1766946179" }, "stopId": "stop_point:SP_3836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_3546", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209769" }, "vehicle": { "id": "27_1461195" } } }, { "id": "TripUpdateJoin:2167712", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_4009", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766947290" }, "departure": { "delay": -30, "time": "1766947290" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766947370" }, "departure": { "delay": -10, "time": "1766947370" }, "stopId": "stop_point:SP_83", "stopSequence": 3 }, { "arrival": { "delay": -23, "time": "1766947417" }, "departure": { "delay": -23, "time": "1766947417" }, "stopId": "stop_point:SP_1323", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766947509" }, "departure": { "delay": 9, "time": "1766947509" }, "stopId": "stop_point:SP_1819", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_176", "stopSequence": 6 }, { "arrival": { "delay": -10, "time": "1766947610" }, "departure": { "delay": -10, "time": "1766947610" }, "stopId": "stop_point:SP_1057", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766947667" }, "departure": { "delay": -13, "time": "1766947667" }, "stopId": "stop_point:SP_2703", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766947705" }, "departure": { "delay": 25, "time": "1766947705" }, "stopId": "stop_point:SP_3103", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_418", "stopSequence": 10 }, { "arrival": { "delay": -9, "time": "1766947791" }, "departure": { "delay": -9, "time": "1766947791" }, "stopId": "stop_point:SP_2683", "stopSequence": 11 }, { "arrival": { "delay": 17, "time": "1766947877" }, "departure": { "delay": 17, "time": "1766947877" }, "stopId": "stop_point:SP_886", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_3624", "stopSequence": 13 }, { "arrival": { "delay": -25, "time": "1766948075" }, "departure": { "delay": -25, "time": "1766948075" }, "stopId": "stop_point:SP_981", "stopSequence": 14 }, { "arrival": { "delay": 23, "time": "1766948123" }, "departure": { "delay": 23, "time": "1766948123" }, "stopId": "stop_point:SP_1823", "stopSequence": 15 }, { "arrival": { "delay": 7, "time": "1766948167" }, "departure": { "delay": 7, "time": "1766948167" }, "stopId": "stop_point:SP_2998", "stopSequence": 16 }, { "arrival": { "delay": 1, "time": "1766948221" }, "departure": { "delay": 1, "time": "1766948221" }, "stopId": "stop_point:SP_2040", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_3290", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:143", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2167712" }, "vehicle": { "id": "1430829" } } }, { "id": "TripUpdateJoin:2182475", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1775", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_282", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1639", "stopSequence": 3 }, { "arrival": { "delay": 9, "time": "1766946789" }, "departure": { "delay": 9, "time": "1766946789" }, "stopId": "stop_point:SP_432", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766946855" }, "departure": { "delay": 15, "time": "1766946855" }, "stopId": "stop_point:SP_2995", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_570", "stopSequence": 6 }, { "arrival": { "delay": -8, "time": "1766947012" }, "departure": { "delay": -8, "time": "1766947012" }, "stopId": "stop_point:SP_3447", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766947048" }, "departure": { "delay": 28, "time": "1766947048" }, "stopId": "stop_point:SP_315", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_1917", "stopSequence": 9 }, { "arrival": { "delay": -1, "time": "1766947199" }, "departure": { "delay": -1, "time": "1766947199" }, "stopId": "stop_point:SP_74", "stopSequence": 10 }, { "arrival": { "delay": -39, "time": "1766947281" }, "departure": { "delay": -39, "time": "1766947281" }, "stopId": "stop_point:SP_2843", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_806", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182475" }, "vehicle": { "id": "27_1431237" } } }, { "id": "TripUpdateJoin:2199554", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_5259", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766946129" }, "departure": { "delay": 9, "time": "1766946129" }, "stopId": "stop_point:SP_5384", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766946175" }, "departure": { "delay": -5, "time": "1766946175" }, "stopId": "stop_point:SP_3269", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766946221" }, "departure": { "delay": -19, "time": "1766946221" }, "stopId": "stop_point:SP_3655", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766946250" }, "departure": { "delay": 10, "time": "1766946250" }, "stopId": "stop_point:SP_345", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766946309" }, "departure": { "delay": 9, "time": "1766946309" }, "stopId": "stop_point:SP_2705", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_59", "stopSequence": 7 }, { "arrival": { "delay": -1, "time": "1766946419" }, "departure": { "delay": -1, "time": "1766946419" }, "stopId": "stop_point:SP_1093", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766946511" }, "departure": { "delay": -29, "time": "1766946511" }, "stopId": "stop_point:SP_305", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766946557" }, "departure": { "delay": 17, "time": "1766946557" }, "stopId": "stop_point:SP_330", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1537", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766946672" }, "departure": { "delay": 12, "time": "1766946672" }, "stopId": "stop_point:SP_3295", "stopSequence": 12 }, { "arrival": { "delay": -4, "time": "1766946716" }, "departure": { "delay": -4, "time": "1766946716" }, "stopId": "stop_point:SP_3668", "stopSequence": 13 }, { "arrival": { "delay": -27, "time": "1766946753" }, "departure": { "delay": -27, "time": "1766946753" }, "stopId": "stop_point:SP_1988", "stopSequence": 14 }, { "arrival": { "delay": -36, "time": "1766946804" }, "departure": { "delay": -36, "time": "1766946804" }, "stopId": "stop_point:SP_1680", "stopSequence": 15 }, { "arrival": { "delay": -7, "time": "1766946833" }, "departure": { "delay": -7, "time": "1766946833" }, "stopId": "stop_point:SP_1757", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_93", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199554" }, "vehicle": { "id": "27_1452583" } } }, { "id": "TripUpdateJoin:2199553", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_5259", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766944629" }, "departure": { "delay": 9, "time": "1766944629" }, "stopId": "stop_point:SP_5384", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766944675" }, "departure": { "delay": -5, "time": "1766944675" }, "stopId": "stop_point:SP_3269", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766944721" }, "departure": { "delay": -19, "time": "1766944721" }, "stopId": "stop_point:SP_3655", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766944750" }, "departure": { "delay": 10, "time": "1766944750" }, "stopId": "stop_point:SP_345", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766944809" }, "departure": { "delay": 9, "time": "1766944809" }, "stopId": "stop_point:SP_2705", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_59", "stopSequence": 7 }, { "arrival": { "delay": -1, "time": "1766944919" }, "departure": { "delay": -1, "time": "1766944919" }, "stopId": "stop_point:SP_1093", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766945011" }, "departure": { "delay": -29, "time": "1766945011" }, "stopId": "stop_point:SP_305", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766945057" }, "departure": { "delay": 17, "time": "1766945057" }, "stopId": "stop_point:SP_330", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1537", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766945172" }, "departure": { "delay": 12, "time": "1766945172" }, "stopId": "stop_point:SP_3295", "stopSequence": 12 }, { "arrival": { "delay": -4, "time": "1766945216" }, "departure": { "delay": -4, "time": "1766945216" }, "stopId": "stop_point:SP_3668", "stopSequence": 13 }, { "arrival": { "delay": -27, "time": "1766945253" }, "departure": { "delay": -27, "time": "1766945253" }, "stopId": "stop_point:SP_1988", "stopSequence": 14 }, { "arrival": { "delay": -36, "time": "1766945304" }, "departure": { "delay": -36, "time": "1766945304" }, "stopId": "stop_point:SP_1680", "stopSequence": 15 }, { "arrival": { "delay": -7, "time": "1766945333" }, "departure": { "delay": -7, "time": "1766945333" }, "stopId": "stop_point:SP_1757", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_93", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199553" }, "vehicle": { "id": "27_1452582" } } }, { "id": "TripUpdateJoin:2206447", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1000, "time": "1766941160" }, "departure": { "delay": 0, "time": "1766942160" }, "stopId": "stop_point:SP_5380", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766942245" }, "departure": { "delay": 25, "time": "1766942245" }, "stopId": "stop_point:SP_728", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766942283" }, "departure": { "delay": 3, "time": "1766942283" }, "stopId": "stop_point:SP_1575", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766942367" }, "departure": { "delay": 27, "time": "1766942367" }, "stopId": "stop_point:SP_3000", "stopSequence": 4 }, { "arrival": { "delay": 7, "time": "1766942407" }, "departure": { "delay": 7, "time": "1766942407" }, "stopId": "stop_point:SP_2945", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766942463" }, "departure": { "delay": 3, "time": "1766942463" }, "stopId": "stop_point:SP_1654", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_1225", "stopSequence": 7 }, { "arrival": { "delay": 26, "time": "1766942606" }, "departure": { "delay": 26, "time": "1766942606" }, "stopId": "stop_point:SP_2734", "stopSequence": 8 }, { "arrival": { "delay": 8, "time": "1766942648" }, "departure": { "delay": 8, "time": "1766942648" }, "stopId": "stop_point:SP_4746", "stopSequence": 9 }, { "arrival": { "delay": 6, "time": "1766942706" }, "departure": { "delay": 6, "time": "1766942706" }, "stopId": "stop_point:SP_1961", "stopSequence": 10 }, { "arrival": { "delay": -10, "time": "1766942750" }, "departure": { "delay": -10, "time": "1766942750" }, "stopId": "stop_point:SP_2266", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_3266", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1766942902" }, "departure": { "delay": 22, "time": "1766942902" }, "stopId": "stop_point:SP_1424", "stopSequence": 13 }, { "arrival": { "delay": 13, "time": "1766942953" }, "departure": { "delay": 13, "time": "1766942953" }, "stopId": "stop_point:SP_290", "stopSequence": 14 }, { "arrival": { "delay": -28, "time": "1766943092" }, "departure": { "delay": -28, "time": "1766943092" }, "stopId": "stop_point:SP_1088", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_3843", "stopSequence": 16 }, { "arrival": { "delay": 23, "time": "1766943263" }, "departure": { "delay": 23, "time": "1766943263" }, "stopId": "stop_point:SP_3448", "stopSequence": 17 }, { "arrival": { "delay": -13, "time": "1766943287" }, "departure": { "delay": -13, "time": "1766943287" }, "stopId": "stop_point:SP_2619", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766943320" }, "departure": { "delay": 20, "time": "1766943320" }, "stopId": "stop_point:SP_745", "stopSequence": 19 }, { "arrival": { "delay": 10, "time": "1766943370" }, "departure": { "delay": 10, "time": "1766943370" }, "stopId": "stop_point:SP_1438", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_1568", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766943471" }, "departure": { "delay": -9, "time": "1766943471" }, "stopId": "stop_point:SP_1857", "stopSequence": 22 }, { "arrival": { "delay": 23, "time": "1766943503" }, "departure": { "delay": 23, "time": "1766943503" }, "stopId": "stop_point:SP_2254", "stopSequence": 23 }, { "arrival": { "delay": -14, "time": "1766943526" }, "departure": { "delay": -14, "time": "1766943526" }, "stopId": "stop_point:SP_955", "stopSequence": 24 }, { "arrival": { "delay": 25, "time": "1766943565" }, "departure": { "delay": 25, "time": "1766943565" }, "stopId": "stop_point:SP_132", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2030", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206447" }, "vehicle": { "id": "27_1457798" } } }, { "id": "TripUpdateJoin:2168549", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_5062", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_2597", "stopSequence": 2 }, { "arrival": { "delay": -24, "time": "1766945676" }, "departure": { "delay": -24, "time": "1766945676" }, "stopId": "stop_point:SP_321", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1267", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766945758" }, "departure": { "delay": -2, "time": "1766945758" }, "stopId": "stop_point:SP_5056", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_5061", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766945849" }, "departure": { "delay": 29, "time": "1766945849" }, "stopId": "stop_point:SP_5053", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766945898" }, "departure": { "delay": 18, "time": "1766945898" }, "stopId": "stop_point:SP_5044", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766945943" }, "departure": { "delay": 3, "time": "1766945943" }, "stopId": "stop_point:SP_5051", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_5042", "stopSequence": 10 }, { "arrival": { "delay": 19, "time": "1766946079" }, "departure": { "delay": 19, "time": "1766946079" }, "stopId": "stop_point:SP_5046", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_5049", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766946198" }, "departure": { "delay": 18, "time": "1766946198" }, "stopId": "stop_point:SP_5177", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_5180", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766946313" }, "departure": { "delay": 13, "time": "1766946313" }, "stopId": "stop_point:SP_145", "stopSequence": 15 }, { "arrival": { "delay": -21, "time": "1766946339" }, "departure": { "delay": -21, "time": "1766946339" }, "stopId": "stop_point:SP_1591", "stopSequence": 16 }, { "arrival": { "delay": 17, "time": "1766946377" }, "departure": { "delay": 17, "time": "1766946377" }, "stopId": "stop_point:SP_3191", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766946426" }, "departure": { "delay": 6, "time": "1766946426" }, "stopId": "stop_point:SP_54", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766946594" }, "departure": { "delay": -6, "time": "1766946594" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_3106", "stopSequence": 21 }, { "arrival": { "delay": -3, "time": "1766946777" }, "departure": { "delay": -3, "time": "1766946777" }, "stopId": "stop_point:SP_4853", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766946882" }, "departure": { "delay": -18, "time": "1766946882" }, "stopId": "stop_point:SP_1672", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_2104", "stopSequence": 24 }, { "arrival": { "delay": 16, "time": "1766947036" }, "departure": { "delay": 16, "time": "1766947036" }, "stopId": "stop_point:SP_1458", "stopSequence": 25 }, { "arrival": { "delay": -30, "time": "1766947110" }, "departure": { "delay": -30, "time": "1766947110" }, "stopId": "stop_point:SP_2122", "stopSequence": 26 }, { "arrival": { "delay": 13, "time": "1766947153" }, "departure": { "delay": 13, "time": "1766947153" }, "stopId": "stop_point:SP_1867", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_319", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168549" }, "vehicle": { "id": "1432875" } } }, { "id": "TripUpdateJoin:2204126", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -16, "time": "1766943944" }, "departure": { "delay": -16, "time": "1766943944" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": -20, "time": "1766944000" }, "departure": { "delay": -20, "time": "1766944000" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": -13, "time": "1766944187" }, "departure": { "delay": -13, "time": "1766944187" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": 22, "time": "1766944222" }, "departure": { "delay": 22, "time": "1766944222" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": -16, "time": "1766944424" }, "departure": { "delay": -16, "time": "1766944424" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": -8, "time": "1766944492" }, "departure": { "delay": -8, "time": "1766944492" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766944614" }, "departure": { "delay": -6, "time": "1766944614" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766944672" }, "departure": { "delay": -8, "time": "1766944672" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766944733" }, "departure": { "delay": -7, "time": "1766944733" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766944755" }, "departure": { "delay": 15, "time": "1766944755" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766944876" }, "departure": { "delay": 16, "time": "1766944876" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766944955" }, "departure": { "delay": -25, "time": "1766944955" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": -5, "time": "1766945035" }, "departure": { "delay": -5, "time": "1766945035" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766945116" }, "departure": { "delay": 16, "time": "1766945116" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766945249" }, "departure": { "delay": 29, "time": "1766945249" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": -25, "time": "1766945315" }, "departure": { "delay": -25, "time": "1766945315" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": -14, "time": "1766945386" }, "departure": { "delay": -14, "time": "1766945386" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766945494" }, "departure": { "delay": -26, "time": "1766945494" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 22, "time": "1766945782" }, "departure": { "delay": 22, "time": "1766945782" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": 29, "time": "1766945909" }, "departure": { "delay": 29, "time": "1766945909" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 3, "time": "1766946183" }, "departure": { "delay": 3, "time": "1766946183" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 24, "time": "1766946264" }, "departure": { "delay": 24, "time": "1766946264" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": -2, "time": "1766946358" }, "departure": { "delay": -2, "time": "1766946358" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766946467" }, "departure": { "delay": -13, "time": "1766946467" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766946533" }, "departure": { "delay": -7, "time": "1766946533" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": -6, "time": "1766946594" }, "departure": { "delay": -6, "time": "1766946594" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": -4, "time": "1766946656" }, "departure": { "delay": -4, "time": "1766946656" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": -12, "time": "1766946708" }, "departure": { "delay": -12, "time": "1766946708" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 12, "time": "1766946852" }, "departure": { "delay": 12, "time": "1766946852" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 16, "time": "1766946916" }, "departure": { "delay": 16, "time": "1766946916" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 26, "time": "1766946986" }, "departure": { "delay": 26, "time": "1766946986" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 23, "time": "1766947043" }, "departure": { "delay": 23, "time": "1766947043" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 1, "time": "1766947261" }, "departure": { "delay": 1, "time": "1766947261" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 28, "time": "1766947288" }, "departure": { "delay": 28, "time": "1766947288" }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": -11, "time": "1766947369" }, "departure": { "delay": -11, "time": "1766947369" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": -10, "time": "1766947430" }, "departure": { "delay": -10, "time": "1766947430" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204126" }, "vehicle": { "id": "1457949" } } }, { "id": "TripUpdateJoin:2204123", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 92, "time": "1766942192" }, "departure": { "delay": 92, "time": "1766942192" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 124, "time": "1766942404" }, "departure": { "delay": 124, "time": "1766942404" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 135, "time": "1766942475" }, "departure": { "delay": 135, "time": "1766942475" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": 142, "time": "1766942602" }, "departure": { "delay": 142, "time": "1766942602" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 124, "time": "1766942824" }, "departure": { "delay": 124, "time": "1766942824" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 127, "time": "1766942887" }, "departure": { "delay": 127, "time": "1766942887" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 137, "time": "1766942957" }, "departure": { "delay": 137, "time": "1766942957" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": 108, "time": "1766943048" }, "departure": { "delay": 108, "time": "1766943048" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 124, "time": "1766943124" }, "departure": { "delay": 124, "time": "1766943124" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": 105, "time": "1766943165" }, "departure": { "delay": 105, "time": "1766943165" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": 103, "time": "1766943223" }, "departure": { "delay": 103, "time": "1766943223" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": 104, "time": "1766943284" }, "departure": { "delay": 104, "time": "1766943284" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": 106, "time": "1766943346" }, "departure": { "delay": 106, "time": "1766943346" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": 106, "time": "1766943406" }, "departure": { "delay": 106, "time": "1766943406" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 124, "time": "1766943484" }, "departure": { "delay": 124, "time": "1766943484" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 136, "time": "1766943556" }, "departure": { "delay": 136, "time": "1766943556" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 140, "time": "1766943620" }, "departure": { "delay": 140, "time": "1766943620" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 139, "time": "1766943679" }, "departure": { "delay": 139, "time": "1766943679" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 136, "time": "1766943736" }, "departure": { "delay": 136, "time": "1766943736" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 124, "time": "1766943904" }, "departure": { "delay": 124, "time": "1766943904" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 125, "time": "1766943965" }, "departure": { "delay": 125, "time": "1766943965" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 141, "time": "1766943981" }, "departure": { "delay": 141, "time": "1766943981" }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": 107, "time": "1766944067" }, "departure": { "delay": 107, "time": "1766944067" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": 108, "time": "1766944128" }, "departure": { "delay": 108, "time": "1766944128" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 124, "time": "1766944204" }, "departure": { "delay": 124, "time": "1766944204" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204123" }, "vehicle": { "id": "1457911" } } }, { "id": "TripUpdateJoin:2205213", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -326, "time": "1766942674" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1140", "stopSequence": 1 }, { "arrival": { "delay": 27, "time": "1766943087" }, "departure": { "delay": 27, "time": "1766943087" }, "stopId": "stop_point:SP_3016", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_3852", "stopSequence": 3 }, { "arrival": { "delay": -5, "time": "1766943235" }, "departure": { "delay": -5, "time": "1766943235" }, "stopId": "stop_point:SP_610", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766943291" }, "departure": { "delay": -9, "time": "1766943291" }, "stopId": "stop_point:SP_3491", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_452", "stopSequence": 6 }, { "arrival": { "delay": 3, "time": "1766943423" }, "departure": { "delay": 3, "time": "1766943423" }, "stopId": "stop_point:SP_1610", "stopSequence": 7 }, { "arrival": { "delay": -9, "time": "1766943471" }, "departure": { "delay": -9, "time": "1766943471" }, "stopId": "stop_point:SP_2537", "stopSequence": 8 }, { "arrival": { "delay": 4, "time": "1766943544" }, "departure": { "delay": 4, "time": "1766943544" }, "stopId": "stop_point:SP_664", "stopSequence": 9 }, { "arrival": { "delay": 25, "time": "1766943625" }, "departure": { "delay": 25, "time": "1766943625" }, "stopId": "stop_point:SP_6", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_1653", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_2758", "stopSequence": 12 }, { "arrival": { "delay": 28, "time": "1766943868" }, "departure": { "delay": 28, "time": "1766943868" }, "stopId": "stop_point:SP_1485", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766943902" }, "departure": { "delay": 2, "time": "1766943902" }, "stopId": "stop_point:SP_1115", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_3833", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766944006" }, "departure": { "delay": -14, "time": "1766944006" }, "stopId": "stop_point:SP_3287", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766944072" }, "departure": { "delay": -8, "time": "1766944072" }, "stopId": "stop_point:SP_3390", "stopSequence": 17 }, { "arrival": { "delay": 27, "time": "1766944107" }, "departure": { "delay": 27, "time": "1766944107" }, "stopId": "stop_point:SP_3330", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_4784", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766944203" }, "departure": { "delay": 3, "time": "1766944203" }, "stopId": "stop_point:SP_521", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_922", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766944311" }, "departure": { "delay": -9, "time": "1766944311" }, "stopId": "stop_point:SP_2389", "stopSequence": 22 }, { "arrival": { "delay": 29, "time": "1766944349" }, "departure": { "delay": 29, "time": "1766944349" }, "stopId": "stop_point:SP_838", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766944391" }, "departure": { "delay": 11, "time": "1766944391" }, "stopId": "stop_point:SP_440", "stopSequence": 24 }, { "arrival": { "delay": 2, "time": "1766944442" }, "departure": { "delay": 2, "time": "1766944442" }, "stopId": "stop_point:SP_742", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766944489" }, "departure": { "delay": -11, "time": "1766944489" }, "stopId": "stop_point:SP_5246", "stopSequence": 26 }, { "arrival": { "delay": -18, "time": "1766944542" }, "departure": { "delay": -18, "time": "1766944542" }, "stopId": "stop_point:SP_749", "stopSequence": 27 }, { "arrival": { "delay": 21, "time": "1766944581" }, "departure": { "delay": 21, "time": "1766944581" }, "stopId": "stop_point:SP_1791", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_3911", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_5142", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205213" }, "vehicle": { "id": "27_1455303" } } }, { "id": "TripUpdateJoin:2162638", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 157, "time": "1766942137" }, "departure": { "delay": 157, "time": "1766942137" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 158, "time": "1766942318" }, "departure": { "delay": 158, "time": "1766942318" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 157, "time": "1766942437" }, "departure": { "delay": 157, "time": "1766942437" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 158, "time": "1766942558" }, "departure": { "delay": 158, "time": "1766942558" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 156, "time": "1766942616" }, "departure": { "delay": 156, "time": "1766942616" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 158, "time": "1766942678" }, "departure": { "delay": 158, "time": "1766942678" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162638" }, "vehicle": { "id": "1430575" } } }, { "id": "TripUpdateJoin:2186149", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1140, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1602", "stopSequence": 1 }, { "arrival": { "delay": 4, "time": "1766944264" }, "departure": { "delay": 4, "time": "1766944264" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766944313" }, "departure": { "delay": -7, "time": "1766944313" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_2373", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766944558" }, "departure": { "delay": -2, "time": "1766944558" }, "stopId": "stop_point:SP_2833", "stopSequence": 6 }, { "arrival": { "delay": 11, "time": "1766944631" }, "departure": { "delay": 11, "time": "1766944631" }, "stopId": "stop_point:SP_127", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1313", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766944770" }, "departure": { "delay": -30, "time": "1766944770" }, "stopId": "stop_point:SP_2805", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766944831" }, "departure": { "delay": -29, "time": "1766944831" }, "stopId": "stop_point:SP_3157", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1289", "stopSequence": 11 }, { "arrival": { "delay": 5, "time": "1766945045" }, "departure": { "delay": 5, "time": "1766945045" }, "stopId": "stop_point:SP_1907", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1010", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766945177" }, "departure": { "delay": 17, "time": "1766945177" }, "stopId": "stop_point:SP_3339", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_1736", "stopSequence": 15 }, { "arrival": { "delay": 13, "time": "1766945353" }, "departure": { "delay": 13, "time": "1766945353" }, "stopId": "stop_point:SP_3004", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_3072", "stopSequence": 17 }, { "arrival": { "delay": 15, "time": "1766945595" }, "departure": { "delay": 15, "time": "1766945595" }, "stopId": "stop_point:SP_1232", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_692", "stopSequence": 19 }, { "arrival": { "delay": 28, "time": "1766945668" }, "departure": { "delay": 28, "time": "1766945668" }, "stopId": "stop_point:SP_3335", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766945691" }, "departure": { "delay": -9, "time": "1766945691" }, "stopId": "stop_point:SP_597", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_1408", "stopSequence": 22 }, { "arrival": { "delay": -18, "time": "1766945862" }, "departure": { "delay": -18, "time": "1766945862" }, "stopId": "stop_point:SP_630", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766945954" }, "departure": { "delay": 14, "time": "1766945954" }, "stopId": "stop_point:SP_2548", "stopSequence": 24 }, { "arrival": { "delay": -2, "time": "1766945998" }, "departure": { "delay": -2, "time": "1766945998" }, "stopId": "stop_point:SP_2287", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_2817", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766946128" }, "departure": { "delay": 8, "time": "1766946128" }, "stopId": "stop_point:SP_38", "stopSequence": 27 }, { "arrival": { "delay": -21, "time": "1766946159" }, "departure": { "delay": -21, "time": "1766946159" }, "stopId": "stop_point:SP_2929", "stopSequence": 28 }, { "arrival": { "delay": 9, "time": "1766946189" }, "departure": { "delay": 9, "time": "1766946189" }, "stopId": "stop_point:SP_1204", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_2126", "stopSequence": 30 }, { "arrival": { "delay": 2, "time": "1766946302" }, "departure": { "delay": 2, "time": "1766946302" }, "stopId": "stop_point:SP_5374", "stopSequence": 31 }, { "arrival": { "delay": -1, "time": "1766946419" }, "departure": { "delay": -1, "time": "1766946419" }, "stopId": "stop_point:SP_3836", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_1249", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186149" }, "vehicle": { "id": "27_1436263" } } }, { "id": "TripUpdateJoin:2196279", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_4007", "stopSequence": 1 }, { "arrival": { "delay": -21, "time": "1766946999" }, "departure": { "delay": -21, "time": "1766946999" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766947052" }, "departure": { "delay": -28, "time": "1766947052" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": 3, "time": "1766947143" }, "departure": { "delay": 3, "time": "1766947143" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 1, "time": "1766947201" }, "departure": { "delay": 1, "time": "1766947201" }, "stopId": "stop_point:SP_1747", "stopSequence": 5 }, { "arrival": { "delay": 26, "time": "1766947226" }, "departure": { "delay": 26, "time": "1766947226" }, "stopId": "stop_point:SP_734", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_2363", "stopSequence": 7 }, { "arrival": { "delay": -7, "time": "1766947313" }, "departure": { "delay": -7, "time": "1766947313" }, "stopId": "stop_point:SP_52", "stopSequence": 8 }, { "arrival": { "delay": -6, "time": "1766947374" }, "departure": { "delay": -6, "time": "1766947374" }, "stopId": "stop_point:SP_2563", "stopSequence": 9 }, { "arrival": { "delay": -22, "time": "1766947418" }, "departure": { "delay": -22, "time": "1766947418" }, "stopId": "stop_point:SP_2381", "stopSequence": 10 }, { "arrival": { "delay": -25, "time": "1766947475" }, "departure": { "delay": -25, "time": "1766947475" }, "stopId": "stop_point:SP_323", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766947512" }, "departure": { "delay": 12, "time": "1766947512" }, "stopId": "stop_point:SP_1682", "stopSequence": 12 }, { "arrival": { "delay": 2, "time": "1766947562" }, "departure": { "delay": 2, "time": "1766947562" }, "stopId": "stop_point:SP_1489", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_1186", "stopSequence": 14 }, { "arrival": { "delay": 24, "time": "1766947644" }, "departure": { "delay": 24, "time": "1766947644" }, "stopId": "stop_point:SP_449", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766947715" }, "departure": { "delay": -25, "time": "1766947715" }, "stopId": "stop_point:SP_2239", "stopSequence": 16 }, { "arrival": { "delay": -7, "time": "1766947853" }, "departure": { "delay": -7, "time": "1766947853" }, "stopId": "stop_point:SP_106", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766947905" }, "departure": { "delay": -15, "time": "1766947905" }, "stopId": "stop_point:SP_2223", "stopSequence": 18 }, { "arrival": { "delay": 21, "time": "1766947941" }, "departure": { "delay": 21, "time": "1766947941" }, "stopId": "stop_point:SP_1956", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_978", "stopSequence": 20 }, { "arrival": { "delay": 29, "time": "1766948069" }, "departure": { "delay": 29, "time": "1766948069" }, "stopId": "stop_point:SP_2844", "stopSequence": 21 }, { "arrival": { "delay": -25, "time": "1766948135" }, "departure": { "delay": -25, "time": "1766948135" }, "stopId": "stop_point:SP_3307", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_404", "stopSequence": 23 }, { "arrival": { "delay": -18, "time": "1766948202" }, "departure": { "delay": -18, "time": "1766948202" }, "stopId": "stop_point:SP_1506", "stopSequence": 24 }, { "arrival": { "delay": 24, "time": "1766948244" }, "departure": { "delay": 24, "time": "1766948244" }, "stopId": "stop_point:SP_3817", "stopSequence": 25 }, { "arrival": { "delay": -12, "time": "1766948268" }, "departure": { "delay": -12, "time": "1766948268" }, "stopId": "stop_point:SP_944", "stopSequence": 26 }, { "arrival": { "delay": 20, "time": "1766948300" }, "departure": { "delay": 20, "time": "1766948300" }, "stopId": "stop_point:SP_51", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_2004", "stopSequence": 28 }, { "arrival": { "delay": 26, "time": "1766948366" }, "departure": { "delay": 26, "time": "1766948366" }, "stopId": "stop_point:SP_417", "stopSequence": 29 }, { "arrival": { "delay": 30, "time": "1766948430" }, "departure": { "delay": 30, "time": "1766948430" }, "stopId": "stop_point:SP_1168", "stopSequence": 30 }, { "arrival": { "delay": 6, "time": "1766948466" }, "departure": { "delay": 6, "time": "1766948466" }, "stopId": "stop_point:SP_2401", "stopSequence": 31 }, { "arrival": { "delay": -11, "time": "1766948509" }, "departure": { "delay": -11, "time": "1766948509" }, "stopId": "stop_point:SP_1072", "stopSequence": 32 }, { "arrival": { "delay": -21, "time": "1766948559" }, "departure": { "delay": -21, "time": "1766948559" }, "stopId": "stop_point:SP_1658", "stopSequence": 33 }, { "arrival": { "delay": -14, "time": "1766948626" }, "departure": { "delay": -14, "time": "1766948626" }, "stopId": "stop_point:SP_959", "stopSequence": 34 }, { "arrival": { "delay": -22, "time": "1766948678" }, "departure": { "delay": -22, "time": "1766948678" }, "stopId": "stop_point:SP_2214", "stopSequence": 35 }, { "arrival": { "delay": 9, "time": "1766948769" }, "departure": { "delay": 9, "time": "1766948769" }, "stopId": "stop_point:SP_199", "stopSequence": 36 }, { "arrival": { "delay": -22, "time": "1766948798" }, "departure": { "delay": -22, "time": "1766948798" }, "stopId": "stop_point:SP_859", "stopSequence": 37 }, { "arrival": { "delay": 16, "time": "1766948836" }, "departure": { "delay": 16, "time": "1766948836" }, "stopId": "stop_point:SP_916", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_2653", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196279" }, "vehicle": { "id": "1449632" } } }, { "id": "TripUpdateJoin:2166089", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766949059" }, "departure": { "delay": -1, "time": "1766949059" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766949094" }, "departure": { "delay": -26, "time": "1766949094" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766949140" }, "departure": { "delay": 20, "time": "1766949140" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -18, "time": "1766949222" }, "departure": { "delay": -18, "time": "1766949222" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766949269" }, "departure": { "delay": 29, "time": "1766949269" }, "stopId": "stop_point:SP_166", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166089" }, "vehicle": { "id": "1432020" } } }, { "id": "TripUpdateJoin:2162509", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766943772" }, "departure": { "delay": -8, "time": "1766943772" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766943954" }, "departure": { "delay": -6, "time": "1766943954" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766944217" }, "departure": { "delay": 17, "time": "1766944217" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766944469" }, "departure": { "delay": 29, "time": "1766944469" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766944582" }, "departure": { "delay": 22, "time": "1766944582" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766944650" }, "departure": { "delay": -30, "time": "1766944650" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766944962" }, "departure": { "delay": -18, "time": "1766944962" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766945076" }, "departure": { "delay": -24, "time": "1766945076" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766945265" }, "departure": { "delay": -15, "time": "1766945265" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766945398" }, "departure": { "delay": -2, "time": "1766945398" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766945474" }, "departure": { "delay": 14, "time": "1766945474" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766945556" }, "departure": { "delay": -24, "time": "1766945556" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162509" }, "vehicle": { "id": "1430686" } } }, { "id": "TripUpdateJoin:2162590", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766942160" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1766942949" }, "departure": { "delay": 9, "time": "1766942949" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": -23, "time": "1766943217" }, "departure": { "delay": -23, "time": "1766943217" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": 21, "time": "1766943321" }, "departure": { "delay": 21, "time": "1766943321" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 12, "time": "1766943672" }, "departure": { "delay": 12, "time": "1766943672" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 10, "time": "1766943730" }, "departure": { "delay": 10, "time": "1766943730" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1766943807" }, "departure": { "delay": 27, "time": "1766943807" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 21, "time": "1766943921" }, "departure": { "delay": 21, "time": "1766943921" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 4, "time": "1766944084" }, "departure": { "delay": 4, "time": "1766944084" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766944182" }, "departure": { "delay": -18, "time": "1766944182" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": -16, "time": "1766944484" }, "departure": { "delay": -16, "time": "1766944484" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": -2, "time": "1766944558" }, "departure": { "delay": -2, "time": "1766944558" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 8, "time": "1766944988" }, "departure": { "delay": 8, "time": "1766944988" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 8, "time": "1766945288" }, "departure": { "delay": 8, "time": "1766945288" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 7, "time": "1766945467" }, "departure": { "delay": 7, "time": "1766945467" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162590" }, "vehicle": { "id": "1430503" } } }, { "id": "TripUpdateJoin:2208794", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_326", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766949290" }, "departure": { "delay": -10, "time": "1766949290" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208794" }, "vehicle": { "id": "27_1460220" } } }, { "id": "TripUpdateJoin:2195752", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_3665", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766947463" }, "departure": { "delay": 23, "time": "1766947463" }, "stopId": "stop_point:SP_273", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766947599" }, "departure": { "delay": -21, "time": "1766947599" }, "stopId": "stop_point:SP_1399", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_3654", "stopSequence": 4 }, { "arrival": { "delay": -22, "time": "1766947658" }, "departure": { "delay": -22, "time": "1766947658" }, "stopId": "stop_point:SP_1863", "stopSequence": 5 }, { "arrival": { "delay": 10, "time": "1766947750" }, "departure": { "delay": 10, "time": "1766947750" }, "stopId": "stop_point:SP_3553", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766947786" }, "departure": { "delay": -14, "time": "1766947786" }, "stopId": "stop_point:SP_1031", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766947828" }, "departure": { "delay": 28, "time": "1766947828" }, "stopId": "stop_point:SP_5124", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947860" }, "departure": { "delay": 0, "time": "1766947860" }, "stopId": "stop_point:SP_1365", "stopSequence": 9 }, { "arrival": { "delay": 21, "time": "1766947881" }, "departure": { "delay": 21, "time": "1766947881" }, "stopId": "stop_point:SP_43", "stopSequence": 10 }, { "arrival": { "delay": -18, "time": "1766947902" }, "departure": { "delay": -18, "time": "1766947902" }, "stopId": "stop_point:SP_1771", "stopSequence": 11 }, { "arrival": { "delay": -35, "time": "1766947945" }, "departure": { "delay": -35, "time": "1766947945" }, "stopId": "stop_point:SP_2646", "stopSequence": 12 }, { "arrival": { "delay": 13, "time": "1766947993" }, "departure": { "delay": 13, "time": "1766947993" }, "stopId": "stop_point:SP_1739", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_3171", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766948056" }, "departure": { "delay": 16, "time": "1766948056" }, "stopId": "stop_point:SP_2473", "stopSequence": 15 }, { "arrival": { "delay": -12, "time": "1766948088" }, "departure": { "delay": -12, "time": "1766948088" }, "stopId": "stop_point:SP_4951", "stopSequence": 16 }, { "arrival": { "delay": 15, "time": "1766948175" }, "departure": { "delay": 15, "time": "1766948175" }, "stopId": "stop_point:SP_1063", "stopSequence": 17 }, { "arrival": { "delay": -20, "time": "1766948200" }, "departure": { "delay": -20, "time": "1766948200" }, "stopId": "stop_point:SP_1713", "stopSequence": 18 }, { "arrival": { "delay": 25, "time": "1766948245" }, "departure": { "delay": 25, "time": "1766948245" }, "stopId": "stop_point:SP_3268", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_1944", "stopSequence": 20 }, { "arrival": { "delay": 23, "time": "1766948303" }, "departure": { "delay": 23, "time": "1766948303" }, "stopId": "stop_point:SP_1211", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766948422" }, "departure": { "delay": 22, "time": "1766948422" }, "stopId": "stop_point:SP_1872", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_2463", "stopSequence": 23 }, { "arrival": { "delay": 14, "time": "1766948534" }, "departure": { "delay": 14, "time": "1766948534" }, "stopId": "stop_point:SP_2328", "stopSequence": 24 }, { "arrival": { "delay": -23, "time": "1766948557" }, "departure": { "delay": -23, "time": "1766948557" }, "stopId": "stop_point:SP_2512", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_2615", "stopSequence": 26 }, { "arrival": { "delay": -20, "time": "1766948620" }, "departure": { "delay": -20, "time": "1766948620" }, "stopId": "stop_point:SP_3794", "stopSequence": 27 }, { "arrival": { "delay": 18, "time": "1766948658" }, "departure": { "delay": 18, "time": "1766948658" }, "stopId": "stop_point:SP_3037", "stopSequence": 28 }, { "arrival": { "delay": 11, "time": "1766948711" }, "departure": { "delay": 11, "time": "1766948711" }, "stopId": "stop_point:SP_1309", "stopSequence": 29 }, { "arrival": { "delay": 4, "time": "1766948764" }, "departure": { "delay": 4, "time": "1766948764" }, "stopId": "stop_point:SP_4842", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_1074", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766948861" }, "departure": { "delay": -19, "time": "1766948861" }, "stopId": "stop_point:SP_706", "stopSequence": 32 }, { "arrival": { "delay": 23, "time": "1766948903" }, "departure": { "delay": 23, "time": "1766948903" }, "stopId": "stop_point:SP_1457", "stopSequence": 33 }, { "arrival": { "delay": 8, "time": "1766948948" }, "departure": { "delay": 8, "time": "1766948948" }, "stopId": "stop_point:SP_3806", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_468", "stopSequence": 35 }, { "arrival": { "delay": -22, "time": "1766949038" }, "departure": { "delay": -22, "time": "1766949038" }, "stopId": "stop_point:SP_3577", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_2839", "stopSequence": 37 }, { "arrival": { "delay": -24, "time": "1766949096" }, "departure": { "delay": -24, "time": "1766949096" }, "stopId": "stop_point:SP_1470", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:51", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2195752" }, "vehicle": { "id": "1449698" } } }, { "id": "TripUpdateJoin:2193406", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_1027", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766943969" }, "departure": { "delay": 9, "time": "1766943969" }, "stopId": "stop_point:SP_4802", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766944035" }, "departure": { "delay": 15, "time": "1766944035" }, "stopId": "stop_point:SP_4805", "stopSequence": 3 }, { "arrival": { "delay": -11, "time": "1766944069" }, "departure": { "delay": -11, "time": "1766944069" }, "stopId": "stop_point:SP_4808", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766944135" }, "departure": { "delay": -5, "time": "1766944135" }, "stopId": "stop_point:SP_4804", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_4807", "stopSequence": 6 }, { "arrival": { "delay": 4, "time": "1766944324" }, "departure": { "delay": 4, "time": "1766944324" }, "stopId": "stop_point:SP_4841", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766944395" }, "departure": { "delay": 15, "time": "1766944395" }, "stopId": "stop_point:SP_3834", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1724", "stopSequence": 9 }, { "arrival": { "delay": 4, "time": "1766944504" }, "departure": { "delay": 4, "time": "1766944504" }, "stopId": "stop_point:SP_2531", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766944563" }, "departure": { "delay": 3, "time": "1766944563" }, "stopId": "stop_point:SP_1488", "stopSequence": 11 }, { "arrival": { "delay": -17, "time": "1766944603" }, "departure": { "delay": -17, "time": "1766944603" }, "stopId": "stop_point:SP_1091", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766944687" }, "departure": { "delay": 7, "time": "1766944687" }, "stopId": "stop_point:SP_1551", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_1439", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766944813" }, "departure": { "delay": 13, "time": "1766944813" }, "stopId": "stop_point:SP_2889", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_4809", "stopSequence": 16 }, { "arrival": { "delay": -3, "time": "1766944917" }, "departure": { "delay": -3, "time": "1766944917" }, "stopId": "stop_point:SP_2196", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_473", "stopSequence": 18 }, { "arrival": { "delay": -22, "time": "1766945018" }, "departure": { "delay": -22, "time": "1766945018" }, "stopId": "stop_point:SP_2216", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1474", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766945185" }, "departure": { "delay": 25, "time": "1766945185" }, "stopId": "stop_point:SP_668", "stopSequence": 21 }, { "arrival": { "delay": -12, "time": "1766945268" }, "departure": { "delay": -12, "time": "1766945268" }, "stopId": "stop_point:SP_3700", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766945323" }, "departure": { "delay": -17, "time": "1766945323" }, "stopId": "stop_point:SP_1171", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1460", "stopSequence": 24 }, { "arrival": { "delay": 1, "time": "1766945461" }, "departure": { "delay": 1, "time": "1766945461" }, "stopId": "stop_point:SP_1149", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766945509" }, "departure": { "delay": -11, "time": "1766945509" }, "stopId": "stop_point:SP_3407", "stopSequence": 26 }, { "arrival": { "delay": -10, "time": "1766945570" }, "departure": { "delay": -10, "time": "1766945570" }, "stopId": "stop_point:SP_639", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1754", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193406" }, "vehicle": { "id": "1449834" } } }, { "id": "TripUpdateJoin:2162645", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766949072" }, "departure": { "delay": 12, "time": "1766949072" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766949130" }, "departure": { "delay": 10, "time": "1766949130" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766949207" }, "departure": { "delay": 27, "time": "1766949207" }, "stopId": "stop_point:SP_412", "stopSequence": 4 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162645" }, "vehicle": { "id": "1430579" } } }, { "id": "TripUpdateJoin:2152699", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 26, "time": "1766942126" }, "departure": { "delay": 26, "time": "1766942126" }, "stopId": "stop_point:SP_3093", "stopSequence": 13 }, { "arrival": { "delay": 88, "time": "1766942188" }, "departure": { "delay": 88, "time": "1766942188" }, "stopId": "stop_point:SP_541", "stopSequence": 14 }, { "arrival": { "delay": 38, "time": "1766942198" }, "departure": { "delay": 38, "time": "1766942198" }, "stopId": "stop_point:SP_1467", "stopSequence": 15 }, { "arrival": { "delay": 89, "time": "1766942249" }, "departure": { "delay": 89, "time": "1766942249" }, "stopId": "stop_point:SP_67", "stopSequence": 16 }, { "arrival": { "delay": 35, "time": "1766942255" }, "departure": { "delay": 35, "time": "1766942255" }, "stopId": "stop_point:SP_1858", "stopSequence": 17 }, { "arrival": { "delay": 35, "time": "1766942315" }, "departure": { "delay": 35, "time": "1766942315" }, "stopId": "stop_point:SP_3357", "stopSequence": 18 }, { "arrival": { "delay": 32, "time": "1766942372" }, "departure": { "delay": 32, "time": "1766942372" }, "stopId": "stop_point:SP_3667", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766942480" }, "departure": { "delay": 20, "time": "1766942480" }, "stopId": "stop_point:SP_3518", "stopSequence": 20 }, { "arrival": { "delay": 39, "time": "1766942499" }, "departure": { "delay": 39, "time": "1766942499" }, "stopId": "stop_point:SP_413", "stopSequence": 21 }, { "arrival": { "delay": 35, "time": "1766942555" }, "departure": { "delay": 35, "time": "1766942555" }, "stopId": "stop_point:SP_1302", "stopSequence": 22 }, { "arrival": { "delay": 23, "time": "1766942603" }, "departure": { "delay": 23, "time": "1766942603" }, "stopId": "stop_point:SP_767", "stopSequence": 23 }, { "arrival": { "delay": 26, "time": "1766942666" }, "departure": { "delay": 26, "time": "1766942666" }, "stopId": "stop_point:SP_2480", "stopSequence": 24 }, { "arrival": { "delay": 18, "time": "1766942718" }, "departure": { "delay": 18, "time": "1766942718" }, "stopId": "stop_point:SP_3874", "stopSequence": 25 }, { "arrival": { "delay": 31, "time": "1766942791" }, "departure": { "delay": 31, "time": "1766942791" }, "stopId": "stop_point:SP_883", "stopSequence": 26 }, { "arrival": { "delay": 35, "time": "1766942915" }, "departure": { "delay": 35, "time": "1766942915" }, "stopId": "stop_point:SP_221", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:44", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152699" }, "vehicle": { "id": "1431771" } } }, { "id": "TripUpdateJoin:2206738", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1882", "stopSequence": 1 }, { "arrival": { "delay": 2, "time": "1766948462" }, "departure": { "delay": 2, "time": "1766948462" }, "stopId": "stop_point:SP_3762", "stopSequence": 2 }, { "arrival": { "delay": -25, "time": "1766948495" }, "departure": { "delay": -25, "time": "1766948495" }, "stopId": "stop_point:SP_3728", "stopSequence": 3 }, { "arrival": { "delay": -2, "time": "1766948518" }, "departure": { "delay": -2, "time": "1766948518" }, "stopId": "stop_point:SP_2713", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_1660", "stopSequence": 5 }, { "arrival": { "delay": -2, "time": "1766948638" }, "departure": { "delay": -2, "time": "1766948638" }, "stopId": "stop_point:SP_1685", "stopSequence": 6 }, { "arrival": { "delay": -20, "time": "1766948680" }, "departure": { "delay": -20, "time": "1766948680" }, "stopId": "stop_point:SP_2717", "stopSequence": 7 }, { "arrival": { "delay": 17, "time": "1766948717" }, "departure": { "delay": 17, "time": "1766948717" }, "stopId": "stop_point:SP_3535", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_1185", "stopSequence": 9 }, { "arrival": { "delay": -18, "time": "1766948802" }, "departure": { "delay": -18, "time": "1766948802" }, "stopId": "stop_point:SP_2616", "stopSequence": 10 }, { "arrival": { "delay": 15, "time": "1766948835" }, "departure": { "delay": 15, "time": "1766948835" }, "stopId": "stop_point:SP_975", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_1929", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206738" }, "vehicle": { "id": "27_1458193" } } }, { "id": "TripUpdateJoin:2182556", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -629, "time": "1766941471" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_548", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766942203" }, "departure": { "delay": -17, "time": "1766942203" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766942254" }, "departure": { "delay": -26, "time": "1766942254" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766942319" }, "departure": { "delay": -21, "time": "1766942319" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766942398" }, "departure": { "delay": -2, "time": "1766942398" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": 28, "time": "1766942548" }, "departure": { "delay": 28, "time": "1766942548" }, "stopId": "stop_point:SP_3735", "stopSequence": 7 }, { "arrival": { "delay": 2, "time": "1766942762" }, "departure": { "delay": 2, "time": "1766942762" }, "stopId": "stop_point:SP_1844", "stopSequence": 8 }, { "arrival": { "delay": 10, "time": "1766942890" }, "departure": { "delay": 10, "time": "1766942890" }, "stopId": "stop_point:SP_737", "stopSequence": 9 }, { "arrival": { "delay": 9, "time": "1766942949" }, "departure": { "delay": 9, "time": "1766942949" }, "stopId": "stop_point:SP_875", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766943090" }, "departure": { "delay": -30, "time": "1766943090" }, "stopId": "stop_point:SP_4961", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_4720", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766943241" }, "departure": { "delay": 1, "time": "1766943241" }, "stopId": "stop_point:SP_603", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766943302" }, "departure": { "delay": 2, "time": "1766943302" }, "stopId": "stop_point:SP_340", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766943376" }, "departure": { "delay": 16, "time": "1766943376" }, "stopId": "stop_point:SP_2304", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766943463" }, "departure": { "delay": -17, "time": "1766943463" }, "stopId": "stop_point:SP_2562", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2590", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766943645" }, "departure": { "delay": -15, "time": "1766943645" }, "stopId": "stop_point:SP_3494", "stopSequence": 18 }, { "arrival": { "delay": -16, "time": "1766943704" }, "departure": { "delay": -16, "time": "1766943704" }, "stopId": "stop_point:SP_1206", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1860", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766943814" }, "departure": { "delay": -26, "time": "1766943814" }, "stopId": "stop_point:SP_2799", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766943844" }, "departure": { "delay": 4, "time": "1766943844" }, "stopId": "stop_point:SP_718", "stopSequence": 22 }, { "arrival": { "delay": -23, "time": "1766943877" }, "departure": { "delay": -23, "time": "1766943877" }, "stopId": "stop_point:SP_2225", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_3505", "stopSequence": 24 }, { "arrival": { "delay": -21, "time": "1766943939" }, "departure": { "delay": -21, "time": "1766943939" }, "stopId": "stop_point:SP_258", "stopSequence": 25 }, { "arrival": { "delay": 26, "time": "1766943986" }, "departure": { "delay": 26, "time": "1766943986" }, "stopId": "stop_point:SP_3381", "stopSequence": 26 }, { "arrival": { "delay": -29, "time": "1766944051" }, "departure": { "delay": -29, "time": "1766944051" }, "stopId": "stop_point:SP_993", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_3477", "stopSequence": 28 }, { "arrival": { "delay": -4, "time": "1766944196" }, "departure": { "delay": -4, "time": "1766944196" }, "stopId": "stop_point:SP_2259", "stopSequence": 29 }, { "arrival": { "delay": -15, "time": "1766944245" }, "departure": { "delay": -15, "time": "1766944245" }, "stopId": "stop_point:SP_3648", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766944307" }, "departure": { "delay": -13, "time": "1766944307" }, "stopId": "stop_point:SP_3569", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1766944343" }, "departure": { "delay": 23, "time": "1766944343" }, "stopId": "stop_point:SP_1024", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_3200", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182556" }, "vehicle": { "id": "27_1431318" } } }, { "id": "TripUpdateJoin:2168513", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_319", "stopSequence": 1 }, { "arrival": { "delay": 24, "time": "1766945364" }, "departure": { "delay": 24, "time": "1766945364" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766945412" }, "departure": { "delay": 12, "time": "1766945412" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766945495" }, "departure": { "delay": -25, "time": "1766945495" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_2194", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766945639" }, "departure": { "delay": -1, "time": "1766945639" }, "stopId": "stop_point:SP_3022", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766945712" }, "departure": { "delay": 12, "time": "1766945712" }, "stopId": "stop_point:SP_4854", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_2948", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766945854" }, "departure": { "delay": -26, "time": "1766945854" }, "stopId": "stop_point:SP_2300", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1803", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766945997" }, "departure": { "delay": -3, "time": "1766945997" }, "stopId": "stop_point:SP_864", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_2777", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766946108" }, "departure": { "delay": -12, "time": "1766946108" }, "stopId": "stop_point:SP_655", "stopSequence": 13 }, { "arrival": { "delay": 26, "time": "1766946146" }, "departure": { "delay": 26, "time": "1766946146" }, "stopId": "stop_point:SP_3867", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": 10, "time": "1766946310" }, "departure": { "delay": 10, "time": "1766946310" }, "stopId": "stop_point:SP_5176", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_5058", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766946472" }, "departure": { "delay": -8, "time": "1766946472" }, "stopId": "stop_point:SP_5060", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_5041", "stopSequence": 19 }, { "arrival": { "delay": -8, "time": "1766946592" }, "departure": { "delay": -8, "time": "1766946592" }, "stopId": "stop_point:SP_5057", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766946648" }, "departure": { "delay": -12, "time": "1766946648" }, "stopId": "stop_point:SP_5040", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766946698" }, "departure": { "delay": -22, "time": "1766946698" }, "stopId": "stop_point:SP_5055", "stopSequence": 22 }, { "arrival": { "delay": 13, "time": "1766946733" }, "departure": { "delay": 13, "time": "1766946733" }, "stopId": "stop_point:SP_5047", "stopSequence": 23 }, { "arrival": { "delay": 18, "time": "1766946798" }, "departure": { "delay": 18, "time": "1766946798" }, "stopId": "stop_point:SP_5059", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_5043", "stopSequence": 25 }, { "arrival": { "delay": -8, "time": "1766946892" }, "departure": { "delay": -8, "time": "1766946892" }, "stopId": "stop_point:SP_3028", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766946926" }, "departure": { "delay": 26, "time": "1766946926" }, "stopId": "stop_point:SP_3124", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_5062", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168513" }, "vehicle": { "id": "1432842" } } }, { "id": "TripUpdateJoin:2193097", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 260, "time": "1766942120" }, "departure": { "delay": 260, "time": "1766942120" }, "stopId": "stop_point:SP_2759", "stopSequence": 22 }, { "arrival": { "delay": 213, "time": "1766942133" }, "departure": { "delay": 213, "time": "1766942133" }, "stopId": "stop_point:SP_2178", "stopSequence": 23 }, { "arrival": { "delay": 215, "time": "1766942195" }, "departure": { "delay": 215, "time": "1766942195" }, "stopId": "stop_point:SP_3651", "stopSequence": 24 }, { "arrival": { "delay": 212, "time": "1766942312" }, "departure": { "delay": 212, "time": "1766942312" }, "stopId": "stop_point:SP_5169", "stopSequence": 25 }, { "arrival": { "delay": 206, "time": "1766942366" }, "departure": { "delay": 206, "time": "1766942366" }, "stopId": "stop_point:SP_5248", "stopSequence": 26 }, { "arrival": { "delay": 212, "time": "1766942432" }, "departure": { "delay": 212, "time": "1766942432" }, "stopId": "stop_point:SP_5247", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193097" }, "vehicle": { "id": "1449888" } } }, { "id": "TripUpdateJoin:2197563", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1380, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_4097", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766944303" }, "departure": { "delay": -17, "time": "1766944303" }, "stopId": "stop_point:SP_464", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766944331" }, "departure": { "delay": 11, "time": "1766944331" }, "stopId": "stop_point:SP_1545", "stopSequence": 3 }, { "arrival": { "delay": 26, "time": "1766944346" }, "departure": { "delay": 26, "time": "1766944346" }, "stopId": "stop_point:SP_2914", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766944371" }, "departure": { "delay": -9, "time": "1766944371" }, "stopId": "stop_point:SP_1269", "stopSequence": 5 }, { "arrival": { "delay": 24, "time": "1766944404" }, "departure": { "delay": 24, "time": "1766944404" }, "stopId": "stop_point:SP_3811", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1358", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766944496" }, "departure": { "delay": -4, "time": "1766944496" }, "stopId": "stop_point:SP_2346", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766944563" }, "departure": { "delay": 3, "time": "1766944563" }, "stopId": "stop_point:SP_2869", "stopSequence": 9 }, { "arrival": { "delay": 13, "time": "1766944633" }, "departure": { "delay": 13, "time": "1766944633" }, "stopId": "stop_point:SP_3181", "stopSequence": 10 }, { "arrival": { "delay": -17, "time": "1766944663" }, "departure": { "delay": -17, "time": "1766944663" }, "stopId": "stop_point:SP_2076", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766944715" }, "departure": { "delay": -25, "time": "1766944715" }, "stopId": "stop_point:SP_498", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766944797" }, "departure": { "delay": -3, "time": "1766944797" }, "stopId": "stop_point:SP_826", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_4960", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766944992" }, "departure": { "delay": 12, "time": "1766944992" }, "stopId": "stop_point:SP_982", "stopSequence": 15 }, { "arrival": { "delay": 5, "time": "1766945045" }, "departure": { "delay": 5, "time": "1766945045" }, "stopId": "stop_point:SP_1055", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766945079" }, "departure": { "delay": -21, "time": "1766945079" }, "stopId": "stop_point:SP_3977", "stopSequence": 17 }, { "arrival": { "delay": 5, "time": "1766945105" }, "departure": { "delay": 5, "time": "1766945105" }, "stopId": "stop_point:SP_3294", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766945122" }, "departure": { "delay": 22, "time": "1766945122" }, "stopId": "stop_point:SP_1441", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_40", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766945245" }, "departure": { "delay": 25, "time": "1766945245" }, "stopId": "stop_point:SP_1413", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2052", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766945323" }, "departure": { "delay": -17, "time": "1766945323" }, "stopId": "stop_point:SP_1821", "stopSequence": 23 }, { "arrival": { "delay": -28, "time": "1766945372" }, "departure": { "delay": -28, "time": "1766945372" }, "stopId": "stop_point:SP_3049", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3282", "stopSequence": 25 }, { "arrival": { "delay": -29, "time": "1766945611" }, "departure": { "delay": -29, "time": "1766945611" }, "stopId": "stop_point:SP_4447", "stopSequence": 26 }, { "arrival": { "delay": 19, "time": "1766945659" }, "departure": { "delay": 19, "time": "1766945659" }, "stopId": "stop_point:SP_4448", "stopSequence": 27 }, { "arrival": { "delay": 3, "time": "1766945703" }, "departure": { "delay": 3, "time": "1766945703" }, "stopId": "stop_point:SP_508", "stopSequence": 28 }, { "arrival": { "delay": -11, "time": "1766945749" }, "departure": { "delay": -11, "time": "1766945749" }, "stopId": "stop_point:SP_3089", "stopSequence": 29 }, { "arrival": { "delay": -20, "time": "1766945800" }, "departure": { "delay": -20, "time": "1766945800" }, "stopId": "stop_point:SP_166", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1015", "stopSequence": 31 }, { "arrival": { "delay": 11, "time": "1766946011" }, "departure": { "delay": 11, "time": "1766946011" }, "stopId": "stop_point:SP_974", "stopSequence": 32 }, { "arrival": { "delay": 3, "time": "1766946123" }, "departure": { "delay": 3, "time": "1766946123" }, "stopId": "stop_point:SP_552", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1166", "stopSequence": 34 }, { "arrival": { "delay": -4, "time": "1766946296" }, "departure": { "delay": -4, "time": "1766946296" }, "stopId": "stop_point:SP_2031", "stopSequence": 35 }, { "arrival": { "delay": 2, "time": "1766946422" }, "departure": { "delay": 2, "time": "1766946422" }, "stopId": "stop_point:SP_2041", "stopSequence": 36 }, { "arrival": { "delay": 30, "time": "1766946510" }, "departure": { "delay": 30, "time": "1766946510" }, "stopId": "stop_point:SP_1595", "stopSequence": 37 }, { "arrival": { "delay": 22, "time": "1766946562" }, "departure": { "delay": 22, "time": "1766946562" }, "stopId": "stop_point:SP_39", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_940", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197563" }, "vehicle": { "id": "1452697" } } }, { "id": "TripUpdateJoin:2197638", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_3527", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_515", "stopSequence": 2 }, { "arrival": { "delay": -20, "time": "1766944960" }, "departure": { "delay": -20, "time": "1766944960" }, "stopId": "stop_point:SP_3694", "stopSequence": 3 }, { "arrival": { "delay": -25, "time": "1766945015" }, "departure": { "delay": -25, "time": "1766945015" }, "stopId": "stop_point:SP_217", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766945050" }, "departure": { "delay": 10, "time": "1766945050" }, "stopId": "stop_point:SP_1729", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1884", "stopSequence": 6 }, { "arrival": { "delay": 2, "time": "1766945162" }, "departure": { "delay": 2, "time": "1766945162" }, "stopId": "stop_point:SP_2267", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_3063", "stopSequence": 8 }, { "arrival": { "delay": 21, "time": "1766945301" }, "departure": { "delay": 21, "time": "1766945301" }, "stopId": "stop_point:SP_2754", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_3248", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3798", "stopSequence": 11 }, { "arrival": { "delay": -3, "time": "1766945457" }, "departure": { "delay": -3, "time": "1766945457" }, "stopId": "stop_point:SP_277", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766945503" }, "departure": { "delay": -17, "time": "1766945503" }, "stopId": "stop_point:SP_725", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_53", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766945653" }, "departure": { "delay": 13, "time": "1766945653" }, "stopId": "stop_point:SP_963", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1307", "stopSequence": 16 }, { "arrival": { "delay": 14, "time": "1766945774" }, "departure": { "delay": 14, "time": "1766945774" }, "stopId": "stop_point:SP_4952", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945820" }, "departure": { "delay": 0, "time": "1766945820" }, "stopId": "stop_point:SP_2511", "stopSequence": 18 }, { "arrival": { "delay": -18, "time": "1766945862" }, "departure": { "delay": -18, "time": "1766945862" }, "stopId": "stop_point:SP_4724", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_143", "stopSequence": 20 } ], "timestamp": "1766942094", "trip": { "routeId": "line:58", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197638" }, "vehicle": { "id": "27_1450414" } } }, { "id": "TripUpdateJoin:2186929", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 85, "time": "1766942125" }, "departure": { "delay": 85, "time": "1766942125" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": 38, "time": "1766942198" }, "departure": { "delay": 38, "time": "1766942198" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": 38, "time": "1766942258" }, "departure": { "delay": 38, "time": "1766942258" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 85, "time": "1766942425" }, "departure": { "delay": 85, "time": "1766942425" }, "stopId": "stop_point:SP_5037", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186929" }, "vehicle": { "id": "27_1437043" } } }, { "id": "TripUpdateJoin:2197565", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4097", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766947903" }, "departure": { "delay": -17, "time": "1766947903" }, "stopId": "stop_point:SP_464", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766947931" }, "departure": { "delay": 11, "time": "1766947931" }, "stopId": "stop_point:SP_1545", "stopSequence": 3 }, { "arrival": { "delay": 26, "time": "1766947946" }, "departure": { "delay": 26, "time": "1766947946" }, "stopId": "stop_point:SP_2914", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766947971" }, "departure": { "delay": -9, "time": "1766947971" }, "stopId": "stop_point:SP_1269", "stopSequence": 5 }, { "arrival": { "delay": 24, "time": "1766948004" }, "departure": { "delay": 24, "time": "1766948004" }, "stopId": "stop_point:SP_3811", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1358", "stopSequence": 7 }, { "arrival": { "delay": -11, "time": "1766948089" }, "departure": { "delay": -11, "time": "1766948089" }, "stopId": "stop_point:SP_2346", "stopSequence": 8 }, { "arrival": { "delay": -13, "time": "1766948147" }, "departure": { "delay": -13, "time": "1766948147" }, "stopId": "stop_point:SP_2869", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766948209" }, "departure": { "delay": -11, "time": "1766948209" }, "stopId": "stop_point:SP_3181", "stopSequence": 10 }, { "arrival": { "delay": 15, "time": "1766948235" }, "departure": { "delay": 15, "time": "1766948235" }, "stopId": "stop_point:SP_2076", "stopSequence": 11 }, { "arrival": { "delay": 1, "time": "1766948281" }, "departure": { "delay": 1, "time": "1766948281" }, "stopId": "stop_point:SP_498", "stopSequence": 12 }, { "arrival": { "delay": 12, "time": "1766948352" }, "departure": { "delay": 12, "time": "1766948352" }, "stopId": "stop_point:SP_826", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_4960", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766948532" }, "departure": { "delay": 12, "time": "1766948532" }, "stopId": "stop_point:SP_982", "stopSequence": 15 }, { "arrival": { "delay": 5, "time": "1766948585" }, "departure": { "delay": 5, "time": "1766948585" }, "stopId": "stop_point:SP_1055", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766948619" }, "departure": { "delay": -21, "time": "1766948619" }, "stopId": "stop_point:SP_3977", "stopSequence": 17 }, { "arrival": { "delay": 5, "time": "1766948645" }, "departure": { "delay": 5, "time": "1766948645" }, "stopId": "stop_point:SP_3294", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766948662" }, "departure": { "delay": 22, "time": "1766948662" }, "stopId": "stop_point:SP_1441", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_40", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766948785" }, "departure": { "delay": 25, "time": "1766948785" }, "stopId": "stop_point:SP_1413", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_2052", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766948863" }, "departure": { "delay": -17, "time": "1766948863" }, "stopId": "stop_point:SP_1821", "stopSequence": 23 }, { "arrival": { "delay": -28, "time": "1766948912" }, "departure": { "delay": -28, "time": "1766948912" }, "stopId": "stop_point:SP_3049", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_3282", "stopSequence": 25 }, { "arrival": { "delay": -29, "time": "1766949151" }, "departure": { "delay": -29, "time": "1766949151" }, "stopId": "stop_point:SP_4447", "stopSequence": 26 }, { "arrival": { "delay": 19, "time": "1766949199" }, "departure": { "delay": 19, "time": "1766949199" }, "stopId": "stop_point:SP_4448", "stopSequence": 27 }, { "arrival": { "delay": 3, "time": "1766949243" }, "departure": { "delay": 3, "time": "1766949243" }, "stopId": "stop_point:SP_508", "stopSequence": 28 }, { "arrival": { "delay": -11, "time": "1766949289" }, "departure": { "delay": -11, "time": "1766949289" }, "stopId": "stop_point:SP_3089", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197565" }, "vehicle": { "id": "1452699" } } }, { "id": "TripUpdateJoin:2206440", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1080, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_5380", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766944525" }, "departure": { "delay": 25, "time": "1766944525" }, "stopId": "stop_point:SP_728", "stopSequence": 2 }, { "arrival": { "delay": 3, "time": "1766944563" }, "departure": { "delay": 3, "time": "1766944563" }, "stopId": "stop_point:SP_1575", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766944647" }, "departure": { "delay": 27, "time": "1766944647" }, "stopId": "stop_point:SP_3000", "stopSequence": 4 }, { "arrival": { "delay": 7, "time": "1766944687" }, "departure": { "delay": 7, "time": "1766944687" }, "stopId": "stop_point:SP_2945", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766944743" }, "departure": { "delay": 3, "time": "1766944743" }, "stopId": "stop_point:SP_1654", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1225", "stopSequence": 7 }, { "arrival": { "delay": 26, "time": "1766944886" }, "departure": { "delay": 26, "time": "1766944886" }, "stopId": "stop_point:SP_2734", "stopSequence": 8 }, { "arrival": { "delay": 8, "time": "1766944928" }, "departure": { "delay": 8, "time": "1766944928" }, "stopId": "stop_point:SP_4746", "stopSequence": 9 }, { "arrival": { "delay": 6, "time": "1766944986" }, "departure": { "delay": 6, "time": "1766944986" }, "stopId": "stop_point:SP_1961", "stopSequence": 10 }, { "arrival": { "delay": -10, "time": "1766945030" }, "departure": { "delay": -10, "time": "1766945030" }, "stopId": "stop_point:SP_2266", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_3266", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1766945182" }, "departure": { "delay": 22, "time": "1766945182" }, "stopId": "stop_point:SP_1424", "stopSequence": 13 }, { "arrival": { "delay": 13, "time": "1766945233" }, "departure": { "delay": 13, "time": "1766945233" }, "stopId": "stop_point:SP_290", "stopSequence": 14 }, { "arrival": { "delay": -28, "time": "1766945372" }, "departure": { "delay": -28, "time": "1766945372" }, "stopId": "stop_point:SP_1088", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3843", "stopSequence": 16 }, { "arrival": { "delay": 23, "time": "1766945543" }, "departure": { "delay": 23, "time": "1766945543" }, "stopId": "stop_point:SP_3448", "stopSequence": 17 }, { "arrival": { "delay": -13, "time": "1766945567" }, "departure": { "delay": -13, "time": "1766945567" }, "stopId": "stop_point:SP_2619", "stopSequence": 18 }, { "arrival": { "delay": 20, "time": "1766945600" }, "departure": { "delay": 20, "time": "1766945600" }, "stopId": "stop_point:SP_745", "stopSequence": 19 }, { "arrival": { "delay": 10, "time": "1766945650" }, "departure": { "delay": 10, "time": "1766945650" }, "stopId": "stop_point:SP_1438", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1568", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766945751" }, "departure": { "delay": -9, "time": "1766945751" }, "stopId": "stop_point:SP_1857", "stopSequence": 22 }, { "arrival": { "delay": 23, "time": "1766945783" }, "departure": { "delay": 23, "time": "1766945783" }, "stopId": "stop_point:SP_2254", "stopSequence": 23 }, { "arrival": { "delay": -14, "time": "1766945806" }, "departure": { "delay": -14, "time": "1766945806" }, "stopId": "stop_point:SP_955", "stopSequence": 24 }, { "arrival": { "delay": 25, "time": "1766945845" }, "departure": { "delay": 25, "time": "1766945845" }, "stopId": "stop_point:SP_132", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_2030", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:27", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206440" }, "vehicle": { "id": "27_1457791" } } }, { "id": "TripUpdateJoin:2205211", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1140", "stopSequence": 1 }, { "arrival": { "delay": 27, "time": "1766946087" }, "departure": { "delay": 27, "time": "1766946087" }, "stopId": "stop_point:SP_3016", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_3852", "stopSequence": 3 }, { "arrival": { "delay": -5, "time": "1766946235" }, "departure": { "delay": -5, "time": "1766946235" }, "stopId": "stop_point:SP_610", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766946291" }, "departure": { "delay": -9, "time": "1766946291" }, "stopId": "stop_point:SP_3491", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_452", "stopSequence": 6 }, { "arrival": { "delay": 3, "time": "1766946423" }, "departure": { "delay": 3, "time": "1766946423" }, "stopId": "stop_point:SP_1610", "stopSequence": 7 }, { "arrival": { "delay": -9, "time": "1766946471" }, "departure": { "delay": -9, "time": "1766946471" }, "stopId": "stop_point:SP_2537", "stopSequence": 8 }, { "arrival": { "delay": 4, "time": "1766946544" }, "departure": { "delay": 4, "time": "1766946544" }, "stopId": "stop_point:SP_664", "stopSequence": 9 }, { "arrival": { "delay": 25, "time": "1766946625" }, "departure": { "delay": 25, "time": "1766946625" }, "stopId": "stop_point:SP_6", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1653", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_2758", "stopSequence": 12 }, { "arrival": { "delay": 28, "time": "1766946868" }, "departure": { "delay": 28, "time": "1766946868" }, "stopId": "stop_point:SP_1485", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766946902" }, "departure": { "delay": 2, "time": "1766946902" }, "stopId": "stop_point:SP_1115", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3833", "stopSequence": 15 }, { "arrival": { "delay": -14, "time": "1766947006" }, "departure": { "delay": -14, "time": "1766947006" }, "stopId": "stop_point:SP_3287", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766947072" }, "departure": { "delay": -8, "time": "1766947072" }, "stopId": "stop_point:SP_3390", "stopSequence": 17 }, { "arrival": { "delay": 27, "time": "1766947107" }, "departure": { "delay": 27, "time": "1766947107" }, "stopId": "stop_point:SP_3330", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_4784", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766947203" }, "departure": { "delay": 3, "time": "1766947203" }, "stopId": "stop_point:SP_521", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_922", "stopSequence": 21 }, { "arrival": { "delay": -9, "time": "1766947311" }, "departure": { "delay": -9, "time": "1766947311" }, "stopId": "stop_point:SP_2389", "stopSequence": 22 }, { "arrival": { "delay": 29, "time": "1766947349" }, "departure": { "delay": 29, "time": "1766947349" }, "stopId": "stop_point:SP_838", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766947391" }, "departure": { "delay": 11, "time": "1766947391" }, "stopId": "stop_point:SP_440", "stopSequence": 24 }, { "arrival": { "delay": 2, "time": "1766947442" }, "departure": { "delay": 2, "time": "1766947442" }, "stopId": "stop_point:SP_742", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766947489" }, "departure": { "delay": -11, "time": "1766947489" }, "stopId": "stop_point:SP_5246", "stopSequence": 26 }, { "arrival": { "delay": -18, "time": "1766947542" }, "departure": { "delay": -18, "time": "1766947542" }, "stopId": "stop_point:SP_749", "stopSequence": 27 }, { "arrival": { "delay": 21, "time": "1766947581" }, "departure": { "delay": 21, "time": "1766947581" }, "stopId": "stop_point:SP_1791", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947620" }, "departure": { "delay": 0, "time": "1766947620" }, "stopId": "stop_point:SP_3911", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_5142", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205211" }, "vehicle": { "id": "27_1455301" } } }, { "id": "TripUpdateJoin:2151395", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -840, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1778", "stopSequence": 1 }, { "arrival": { "delay": 11, "time": "1766944871" }, "departure": { "delay": 11, "time": "1766944871" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 18, "time": "1766944998" }, "departure": { "delay": 18, "time": "1766944998" }, "stopId": "stop_point:SP_2820", "stopSequence": 4 }, { "arrival": { "delay": 16, "time": "1766945056" }, "departure": { "delay": 16, "time": "1766945056" }, "stopId": "stop_point:SP_1808", "stopSequence": 5 }, { "arrival": { "delay": 3, "time": "1766945103" }, "departure": { "delay": 3, "time": "1766945103" }, "stopId": "stop_point:SP_705", "stopSequence": 6 }, { "arrival": { "delay": 7, "time": "1766945167" }, "departure": { "delay": 7, "time": "1766945167" }, "stopId": "stop_point:SP_1056", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_722", "stopSequence": 8 }, { "arrival": { "delay": -1, "time": "1766945279" }, "departure": { "delay": -1, "time": "1766945279" }, "stopId": "stop_point:SP_275", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766945334" }, "departure": { "delay": -6, "time": "1766945334" }, "stopId": "stop_point:SP_3314", "stopSequence": 10 }, { "arrival": { "delay": 24, "time": "1766945364" }, "departure": { "delay": 24, "time": "1766945364" }, "stopId": "stop_point:SP_1391", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3989", "stopSequence": 12 }, { "arrival": { "delay": 9, "time": "1766945469" }, "departure": { "delay": 9, "time": "1766945469" }, "stopId": "stop_point:SP_327", "stopSequence": 13 }, { "arrival": { "delay": -22, "time": "1766945498" }, "departure": { "delay": -22, "time": "1766945498" }, "stopId": "stop_point:SP_3826", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_3721", "stopSequence": 15 }, { "arrival": { "delay": 27, "time": "1766945667" }, "departure": { "delay": 27, "time": "1766945667" }, "stopId": "stop_point:SP_753", "stopSequence": 16 }, { "arrival": { "delay": -8, "time": "1766945752" }, "departure": { "delay": -8, "time": "1766945752" }, "stopId": "stop_point:SP_1880", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766945805" }, "departure": { "delay": -15, "time": "1766945805" }, "stopId": "stop_point:SP_1995", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766945842" }, "departure": { "delay": 22, "time": "1766945842" }, "stopId": "stop_point:SP_1993", "stopSequence": 19 }, { "arrival": { "delay": -27, "time": "1766945913" }, "departure": { "delay": -27, "time": "1766945913" }, "stopId": "stop_point:SP_2419", "stopSequence": 20 }, { "arrival": { "delay": -24, "time": "1766945976" }, "departure": { "delay": -24, "time": "1766945976" }, "stopId": "stop_point:SP_1499", "stopSequence": 21 }, { "arrival": { "delay": 9, "time": "1766946009" }, "departure": { "delay": 9, "time": "1766946009" }, "stopId": "stop_point:SP_445", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_3252", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766946131" }, "departure": { "delay": 11, "time": "1766946131" }, "stopId": "stop_point:SP_1128", "stopSequence": 24 }, { "arrival": { "delay": 21, "time": "1766946201" }, "departure": { "delay": 21, "time": "1766946201" }, "stopId": "stop_point:SP_619", "stopSequence": 25 }, { "arrival": { "delay": 10, "time": "1766946250" }, "departure": { "delay": 10, "time": "1766946250" }, "stopId": "stop_point:SP_2651", "stopSequence": 26 }, { "arrival": { "delay": 18, "time": "1766946318" }, "departure": { "delay": 18, "time": "1766946318" }, "stopId": "stop_point:SP_477", "stopSequence": 27 }, { "arrival": { "delay": 19, "time": "1766946379" }, "departure": { "delay": 19, "time": "1766946379" }, "stopId": "stop_point:SP_422", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_31", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:84", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2151395" }, "vehicle": { "id": "1431175" } } }, { "id": "TripUpdateJoin:2199517", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_93", "stopSequence": 1 }, { "arrival": { "delay": 5, "time": "1766947925" }, "departure": { "delay": 5, "time": "1766947925" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": -22, "time": "1766947958" }, "departure": { "delay": -22, "time": "1766947958" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766948003" }, "departure": { "delay": 23, "time": "1766948003" }, "stopId": "stop_point:SP_2191", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766948064" }, "departure": { "delay": 24, "time": "1766948064" }, "stopId": "stop_point:SP_832", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1766948127" }, "departure": { "delay": 27, "time": "1766948127" }, "stopId": "stop_point:SP_3947", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_112", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766948188" }, "departure": { "delay": 28, "time": "1766948188" }, "stopId": "stop_point:SP_710", "stopSequence": 8 }, { "arrival": { "delay": 16, "time": "1766948236" }, "departure": { "delay": 16, "time": "1766948236" }, "stopId": "stop_point:SP_1887", "stopSequence": 9 }, { "arrival": { "delay": 24, "time": "1766948304" }, "departure": { "delay": 24, "time": "1766948304" }, "stopId": "stop_point:SP_3130", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_2906", "stopSequence": 11 }, { "arrival": { "delay": -28, "time": "1766948432" }, "departure": { "delay": -28, "time": "1766948432" }, "stopId": "stop_point:SP_1866", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766948538" }, "departure": { "delay": 18, "time": "1766948538" }, "stopId": "stop_point:SP_2819", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766948579" }, "departure": { "delay": -1, "time": "1766948579" }, "stopId": "stop_point:SP_3462", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3510", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_5259", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199517" }, "vehicle": { "id": "27_1452546" } } }, { "id": "TripUpdateJoin:2204128", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1713, "time": "1766944467" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -22, "time": "1766946218" }, "departure": { "delay": -22, "time": "1766946218" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766946266" }, "departure": { "delay": 26, "time": "1766946266" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": 6, "time": "1766946426" }, "departure": { "delay": 6, "time": "1766946426" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": -24, "time": "1766946456" }, "departure": { "delay": -24, "time": "1766946456" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": 18, "time": "1766946618" }, "departure": { "delay": 18, "time": "1766946618" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1766946669" }, "departure": { "delay": 9, "time": "1766946669" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766946774" }, "departure": { "delay": -6, "time": "1766946774" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766946832" }, "departure": { "delay": -8, "time": "1766946832" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766946893" }, "departure": { "delay": -7, "time": "1766946893" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766946915" }, "departure": { "delay": 15, "time": "1766946915" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1766947031" }, "departure": { "delay": 11, "time": "1766947031" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": 24, "time": "1766947104" }, "departure": { "delay": 24, "time": "1766947104" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": -20, "time": "1766947180" }, "departure": { "delay": -20, "time": "1766947180" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": -5, "time": "1766947255" }, "departure": { "delay": -5, "time": "1766947255" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766947379" }, "departure": { "delay": -1, "time": "1766947379" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": 1, "time": "1766947441" }, "departure": { "delay": 1, "time": "1766947441" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": 7, "time": "1766947507" }, "departure": { "delay": 7, "time": "1766947507" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -13, "time": "1766947607" }, "departure": { "delay": -13, "time": "1766947607" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 10, "time": "1766947870" }, "departure": { "delay": 10, "time": "1766947870" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": -1, "time": "1766947979" }, "departure": { "delay": -1, "time": "1766947979" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 3, "time": "1766948223" }, "departure": { "delay": 3, "time": "1766948223" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 24, "time": "1766948304" }, "departure": { "delay": 24, "time": "1766948304" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": -2, "time": "1766948398" }, "departure": { "delay": -2, "time": "1766948398" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766948507" }, "departure": { "delay": -13, "time": "1766948507" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766948573" }, "departure": { "delay": -7, "time": "1766948573" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": -6, "time": "1766948634" }, "departure": { "delay": -6, "time": "1766948634" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": -4, "time": "1766948696" }, "departure": { "delay": -4, "time": "1766948696" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": -12, "time": "1766948748" }, "departure": { "delay": -12, "time": "1766948748" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 12, "time": "1766948892" }, "departure": { "delay": 12, "time": "1766948892" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 16, "time": "1766948956" }, "departure": { "delay": 16, "time": "1766948956" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 26, "time": "1766949026" }, "departure": { "delay": 26, "time": "1766949026" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 23, "time": "1766949083" }, "departure": { "delay": 23, "time": "1766949083" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204128" }, "vehicle": { "id": "1457953" } } }, { "id": "TripUpdateJoin:2208793", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_326", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766947430" }, "departure": { "delay": -10, "time": "1766947430" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": 28, "time": "1766947468" }, "departure": { "delay": 28, "time": "1766947468" }, "stopId": "stop_point:SP_3408", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2831", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_1815", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766947618" }, "departure": { "delay": -2, "time": "1766947618" }, "stopId": "stop_point:SP_3373", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766947638" }, "departure": { "delay": 18, "time": "1766947638" }, "stopId": "stop_point:SP_3634", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_5641", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766947757" }, "departure": { "delay": 17, "time": "1766947757" }, "stopId": "stop_point:SP_5640", "stopSequence": 10 }, { "arrival": { "delay": -13, "time": "1766947847" }, "departure": { "delay": -13, "time": "1766947847" }, "stopId": "stop_point:SP_5642", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766947895" }, "departure": { "delay": -25, "time": "1766947895" }, "stopId": "stop_point:SP_1620", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766947921" }, "departure": { "delay": 1, "time": "1766947921" }, "stopId": "stop_point:SP_1437", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_3854", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1911", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766948118" }, "departure": { "delay": 18, "time": "1766948118" }, "stopId": "stop_point:SP_1518", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_1051", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766948296" }, "departure": { "delay": 16, "time": "1766948296" }, "stopId": "stop_point:SP_3783", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_5234", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766948477" }, "departure": { "delay": 17, "time": "1766948477" }, "stopId": "stop_point:SP_3010", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3702", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_2139", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1766948782" }, "departure": { "delay": 22, "time": "1766948782" }, "stopId": "stop_point:SP_2767", "stopSequence": 23 }, { "arrival": { "delay": -18, "time": "1766948802" }, "departure": { "delay": -18, "time": "1766948802" }, "stopId": "stop_point:SP_224", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_3046", "stopSequence": 25 }, { "arrival": { "delay": -18, "time": "1766948922" }, "departure": { "delay": -18, "time": "1766948922" }, "stopId": "stop_point:SP_2380", "stopSequence": 26 }, { "arrival": { "delay": 25, "time": "1766949025" }, "departure": { "delay": 25, "time": "1766949025" }, "stopId": "stop_point:SP_626", "stopSequence": 27 }, { "arrival": { "delay": -3, "time": "1766949057" }, "departure": { "delay": -3, "time": "1766949057" }, "stopId": "stop_point:SP_5379", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_3617", "stopSequence": 29 }, { "arrival": { "delay": 29, "time": "1766949149" }, "departure": { "delay": 29, "time": "1766949149" }, "stopId": "stop_point:SP_3514", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_2664", "stopSequence": 31 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208793" }, "vehicle": { "id": "27_1460219" } } }, { "id": "TripUpdateJoin:2197654", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_143", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766946359" }, "departure": { "delay": -1, "time": "1766946359" }, "stopId": "stop_point:SP_4725", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_3179", "stopSequence": 3 }, { "arrival": { "delay": 30, "time": "1766946450" }, "departure": { "delay": 30, "time": "1766946450" }, "stopId": "stop_point:SP_1417", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_2110", "stopSequence": 5 }, { "arrival": { "delay": -19, "time": "1766946521" }, "departure": { "delay": -19, "time": "1766946521" }, "stopId": "stop_point:SP_2283", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3525", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766946678" }, "departure": { "delay": 18, "time": "1766946678" }, "stopId": "stop_point:SP_675", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766946723" }, "departure": { "delay": 3, "time": "1766946723" }, "stopId": "stop_point:SP_3951", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_1752", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1423", "stopSequence": 11 }, { "arrival": { "delay": -12, "time": "1766946888" }, "departure": { "delay": -12, "time": "1766946888" }, "stopId": "stop_point:SP_533", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_3499", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766946992" }, "departure": { "delay": -28, "time": "1766946992" }, "stopId": "stop_point:SP_1367", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_2179", "stopSequence": 15 }, { "arrival": { "delay": -15, "time": "1766947065" }, "departure": { "delay": -15, "time": "1766947065" }, "stopId": "stop_point:SP_3550", "stopSequence": 16 }, { "arrival": { "delay": 28, "time": "1766947108" }, "departure": { "delay": 28, "time": "1766947108" }, "stopId": "stop_point:SP_2158", "stopSequence": 17 }, { "arrival": { "delay": 2, "time": "1766947142" }, "departure": { "delay": 2, "time": "1766947142" }, "stopId": "stop_point:SP_1746", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_3941", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3527", "stopSequence": 20 } ], "timestamp": "1766942094", "trip": { "routeId": "line:58", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197654" }, "vehicle": { "id": "27_1450430" } } }, { "id": "TripUpdateJoin:2209724", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 1171, "time": "1766942611" }, "departure": { "delay": 1171, "time": "1766942611" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": 1113, "time": "1766942613" }, "departure": { "delay": 1113, "time": "1766942613" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": 1054, "time": "1766942674" }, "departure": { "delay": 1054, "time": "1766942674" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 1052, "time": "1766942792" }, "departure": { "delay": 1052, "time": "1766942792" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2996", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1377", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2420", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 18 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_1121", "stopSequence": 20 }, { "arrival": { "delay": 6, "time": "1766942946" }, "departure": { "delay": 6, "time": "1766942946" }, "stopId": "stop_point:SP_2967", "stopSequence": 21 }, { "arrival": { "delay": -27, "time": "1766943033" }, "departure": { "delay": -27, "time": "1766943033" }, "stopId": "stop_point:SP_3972", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_5628", "stopSequence": 23 }, { "arrival": { "delay": 23, "time": "1766943203" }, "departure": { "delay": 23, "time": "1766943203" }, "stopId": "stop_point:SP_958", "stopSequence": 24 }, { "arrival": { "delay": -5, "time": "1766943295" }, "departure": { "delay": -5, "time": "1766943295" }, "stopId": "stop_point:SP_3010", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_3702", "stopSequence": 26 }, { "arrival": { "delay": -12, "time": "1766943408" }, "departure": { "delay": -12, "time": "1766943408" }, "stopId": "stop_point:SP_2139", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_2840", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209724" }, "vehicle": { "id": "27_1461150" } } }, { "id": "TripUpdateJoin:2162514", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766946772" }, "departure": { "delay": -8, "time": "1766946772" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766946954" }, "departure": { "delay": -6, "time": "1766946954" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766947217" }, "departure": { "delay": 17, "time": "1766947217" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766947469" }, "departure": { "delay": 29, "time": "1766947469" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766947582" }, "departure": { "delay": 22, "time": "1766947582" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766947650" }, "departure": { "delay": -30, "time": "1766947650" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766947962" }, "departure": { "delay": -18, "time": "1766947962" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766948076" }, "departure": { "delay": -24, "time": "1766948076" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766948265" }, "departure": { "delay": -15, "time": "1766948265" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766948398" }, "departure": { "delay": -2, "time": "1766948398" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766948474" }, "departure": { "delay": 14, "time": "1766948474" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766948556" }, "departure": { "delay": -24, "time": "1766948556" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766948885" }, "departure": { "delay": 5, "time": "1766948885" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766948978" }, "departure": { "delay": -22, "time": "1766948978" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": -9, "time": "1766949231" }, "departure": { "delay": -9, "time": "1766949231" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162514" }, "vehicle": { "id": "1430614" } } }, { "id": "TripUpdateJoin:2151413", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -633, "time": "1766941467" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_31", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766942163" }, "departure": { "delay": 3, "time": "1766942163" }, "stopId": "stop_point:SP_1355", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766942232" }, "departure": { "delay": 12, "time": "1766942232" }, "stopId": "stop_point:SP_4003", "stopSequence": 3 }, { "arrival": { "delay": -26, "time": "1766942314" }, "departure": { "delay": -26, "time": "1766942314" }, "stopId": "stop_point:SP_3516", "stopSequence": 4 }, { "arrival": { "delay": 29, "time": "1766942369" }, "departure": { "delay": 29, "time": "1766942369" }, "stopId": "stop_point:SP_1879", "stopSequence": 5 }, { "arrival": { "delay": -5, "time": "1766942455" }, "departure": { "delay": -5, "time": "1766942455" }, "stopId": "stop_point:SP_175", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_1760", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1766942567" }, "departure": { "delay": -13, "time": "1766942567" }, "stopId": "stop_point:SP_2311", "stopSequence": 8 }, { "arrival": { "delay": -18, "time": "1766942622" }, "departure": { "delay": -18, "time": "1766942622" }, "stopId": "stop_point:SP_802", "stopSequence": 9 }, { "arrival": { "delay": -17, "time": "1766942683" }, "departure": { "delay": -17, "time": "1766942683" }, "stopId": "stop_point:SP_2114", "stopSequence": 10 }, { "arrival": { "delay": -5, "time": "1766942755" }, "departure": { "delay": -5, "time": "1766942755" }, "stopId": "stop_point:SP_3810", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766942832" }, "departure": { "delay": 12, "time": "1766942832" }, "stopId": "stop_point:SP_507", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766942895" }, "departure": { "delay": 15, "time": "1766942895" }, "stopId": "stop_point:SP_3354", "stopSequence": 13 }, { "arrival": { "delay": -25, "time": "1766942975" }, "departure": { "delay": -25, "time": "1766942975" }, "stopId": "stop_point:SP_2207", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_2270", "stopSequence": 15 }, { "arrival": { "delay": 24, "time": "1766943144" }, "departure": { "delay": 24, "time": "1766943144" }, "stopId": "stop_point:SP_1526", "stopSequence": 16 }, { "arrival": { "delay": 9, "time": "1766943189" }, "departure": { "delay": 9, "time": "1766943189" }, "stopId": "stop_point:SP_2028", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_1233", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766943269" }, "departure": { "delay": 29, "time": "1766943269" }, "stopId": "stop_point:SP_350", "stopSequence": 19 }, { "arrival": { "delay": 6, "time": "1766943306" }, "departure": { "delay": 6, "time": "1766943306" }, "stopId": "stop_point:SP_583", "stopSequence": 20 }, { "arrival": { "delay": -14, "time": "1766943346" }, "departure": { "delay": -14, "time": "1766943346" }, "stopId": "stop_point:SP_1101", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_918", "stopSequence": 22 }, { "arrival": { "delay": 5, "time": "1766943485" }, "departure": { "delay": 5, "time": "1766943485" }, "stopId": "stop_point:SP_434", "stopSequence": 23 }, { "arrival": { "delay": 13, "time": "1766943553" }, "departure": { "delay": 13, "time": "1766943553" }, "stopId": "stop_point:SP_3613", "stopSequence": 24 }, { "arrival": { "delay": 8, "time": "1766943608" }, "departure": { "delay": 8, "time": "1766943608" }, "stopId": "stop_point:SP_1228", "stopSequence": 25 }, { "arrival": { "delay": 12, "time": "1766943672" }, "departure": { "delay": 12, "time": "1766943672" }, "stopId": "stop_point:SP_2031", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 27, "time": "1766943867" }, "departure": { "delay": 27, "time": "1766943867" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 18, "time": "1766943918" }, "departure": { "delay": 18, "time": "1766943918" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_1778", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:84", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2151413" }, "vehicle": { "id": "1431197" } } }, { "id": "TripUpdateJoin:2186932", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_5601", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_5620", "stopSequence": 2 }, { "arrival": { "delay": -14, "time": "1766945926" }, "departure": { "delay": -14, "time": "1766945926" }, "stopId": "stop_point:SP_1954", "stopSequence": 3 }, { "arrival": { "delay": 2, "time": "1766945942" }, "departure": { "delay": 2, "time": "1766945942" }, "stopId": "stop_point:SP_3744", "stopSequence": 4 }, { "arrival": { "delay": -25, "time": "1766945975" }, "departure": { "delay": -25, "time": "1766945975" }, "stopId": "stop_point:SP_3110", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_5602", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_2603", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766946079" }, "departure": { "delay": 19, "time": "1766946079" }, "stopId": "stop_point:SP_1875", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766946117" }, "departure": { "delay": -3, "time": "1766946117" }, "stopId": "stop_point:SP_1002", "stopSequence": 9 }, { "arrival": { "delay": 29, "time": "1766946149" }, "departure": { "delay": 29, "time": "1766946149" }, "stopId": "stop_point:SP_2189", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1797", "stopSequence": 11 }, { "arrival": { "delay": -1, "time": "1766946239" }, "departure": { "delay": -1, "time": "1766946239" }, "stopId": "stop_point:SP_942", "stopSequence": 12 }, { "arrival": { "delay": -8, "time": "1766946292" }, "departure": { "delay": -8, "time": "1766946292" }, "stopId": "stop_point:SP_1508", "stopSequence": 13 }, { "arrival": { "delay": -26, "time": "1766946334" }, "departure": { "delay": -26, "time": "1766946334" }, "stopId": "stop_point:SP_1448", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766946436" }, "departure": { "delay": 16, "time": "1766946436" }, "stopId": "stop_point:SP_2648", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_118", "stopSequence": 16 }, { "arrival": { "delay": -11, "time": "1766946529" }, "departure": { "delay": -11, "time": "1766946529" }, "stopId": "stop_point:SP_2489", "stopSequence": 17 }, { "arrival": { "delay": -20, "time": "1766946580" }, "departure": { "delay": -20, "time": "1766946580" }, "stopId": "stop_point:SP_2558", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766946617" }, "departure": { "delay": 17, "time": "1766946617" }, "stopId": "stop_point:SP_1301", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766946680" }, "departure": { "delay": 20, "time": "1766946680" }, "stopId": "stop_point:SP_2464", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1905", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766946796" }, "departure": { "delay": 16, "time": "1766946796" }, "stopId": "stop_point:SP_2896", "stopSequence": 22 }, { "arrival": { "delay": 8, "time": "1766946848" }, "departure": { "delay": 8, "time": "1766946848" }, "stopId": "stop_point:SP_3998", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766946917" }, "departure": { "delay": 17, "time": "1766946917" }, "stopId": "stop_point:SP_2730", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766947032" }, "departure": { "delay": 12, "time": "1766947032" }, "stopId": "stop_point:SP_2661", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_3799", "stopSequence": 26 }, { "arrival": { "delay": 8, "time": "1766947148" }, "departure": { "delay": 8, "time": "1766947148" }, "stopId": "stop_point:SP_2792", "stopSequence": 27 }, { "arrival": { "delay": -7, "time": "1766947253" }, "departure": { "delay": -7, "time": "1766947253" }, "stopId": "stop_point:SP_24", "stopSequence": 28 }, { "arrival": { "delay": 4, "time": "1766947324" }, "departure": { "delay": 4, "time": "1766947324" }, "stopId": "stop_point:SP_460", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766947471" }, "departure": { "delay": -29, "time": "1766947471" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -14, "time": "1766947546" }, "departure": { "delay": -14, "time": "1766947546" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_5037", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186932" }, "vehicle": { "id": "27_1437046" } } }, { "id": "TripUpdateJoin:2186111", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1200, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_1249", "stopSequence": 1 }, { "arrival": { "delay": 8, "time": "1766943968" }, "departure": { "delay": 8, "time": "1766943968" }, "stopId": "stop_point:SP_1298", "stopSequence": 2 }, { "arrival": { "delay": -3, "time": "1766944137" }, "departure": { "delay": -3, "time": "1766944137" }, "stopId": "stop_point:SP_5373", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_3251", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_1731", "stopSequence": 5 }, { "arrival": { "delay": -20, "time": "1766944300" }, "departure": { "delay": -20, "time": "1766944300" }, "stopId": "stop_point:SP_2199", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766944345" }, "departure": { "delay": 25, "time": "1766944345" }, "stopId": "stop_point:SP_674", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1576", "stopSequence": 8 }, { "arrival": { "delay": -5, "time": "1766944495" }, "departure": { "delay": -5, "time": "1766944495" }, "stopId": "stop_point:SP_1086", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766944540" }, "departure": { "delay": -20, "time": "1766944540" }, "stopId": "stop_point:SP_2306", "stopSequence": 10 }, { "arrival": { "delay": -24, "time": "1766944596" }, "departure": { "delay": -24, "time": "1766944596" }, "stopId": "stop_point:SP_886", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_3624", "stopSequence": 12 }, { "arrival": { "delay": -2, "time": "1766944798" }, "departure": { "delay": -2, "time": "1766944798" }, "stopId": "stop_point:SP_981", "stopSequence": 13 }, { "arrival": { "delay": -2, "time": "1766944858" }, "departure": { "delay": -2, "time": "1766944858" }, "stopId": "stop_point:SP_1823", "stopSequence": 14 }, { "arrival": { "delay": -8, "time": "1766944912" }, "departure": { "delay": -8, "time": "1766944912" }, "stopId": "stop_point:SP_2998", "stopSequence": 15 }, { "arrival": { "delay": -1, "time": "1766944979" }, "departure": { "delay": -1, "time": "1766944979" }, "stopId": "stop_point:SP_2040", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_2599", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766945169" }, "departure": { "delay": 9, "time": "1766945169" }, "stopId": "stop_point:SP_3302", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_682", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766945283" }, "departure": { "delay": 3, "time": "1766945283" }, "stopId": "stop_point:SP_3573", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3188", "stopSequence": 21 }, { "arrival": { "delay": 29, "time": "1766945429" }, "departure": { "delay": 29, "time": "1766945429" }, "stopId": "stop_point:SP_1926", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_786", "stopSequence": 23 }, { "arrival": { "delay": 25, "time": "1766945605" }, "departure": { "delay": 25, "time": "1766945605" }, "stopId": "stop_point:SP_1493", "stopSequence": 24 }, { "arrival": { "delay": 17, "time": "1766945657" }, "departure": { "delay": 17, "time": "1766945657" }, "stopId": "stop_point:SP_1516", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_386", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766945846" }, "departure": { "delay": 26, "time": "1766945846" }, "stopId": "stop_point:SP_2041", "stopSequence": 27 }, { "arrival": { "delay": 2, "time": "1766945942" }, "departure": { "delay": 2, "time": "1766945942" }, "stopId": "stop_point:SP_1595", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_39", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_2574", "stopSequence": 30 }, { "arrival": { "delay": -27, "time": "1766946153" }, "departure": { "delay": -27, "time": "1766946153" }, "stopId": "stop_point:SP_2212", "stopSequence": 31 }, { "arrival": { "delay": 16, "time": "1766946196" }, "departure": { "delay": 16, "time": "1766946196" }, "stopId": "stop_point:SP_3359", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_1602", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:264", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186111" }, "vehicle": { "id": "27_1436225" } } }, { "id": "TripUpdateJoin:2145414", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -436, "time": "1766941664" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766942114" }, "departure": { "delay": 14, "time": "1766942114" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766942148" }, "departure": { "delay": -12, "time": "1766942148" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766942199" }, "departure": { "delay": -21, "time": "1766942199" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766942241" }, "departure": { "delay": 21, "time": "1766942241" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766942291" }, "departure": { "delay": 11, "time": "1766942291" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766942334" }, "departure": { "delay": -6, "time": "1766942334" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766942457" }, "departure": { "delay": -3, "time": "1766942457" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": 19, "time": "1766942539" }, "departure": { "delay": 19, "time": "1766942539" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": 20, "time": "1766942600" }, "departure": { "delay": 20, "time": "1766942600" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": 23, "time": "1766942663" }, "departure": { "delay": 23, "time": "1766942663" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766942751" }, "departure": { "delay": -9, "time": "1766942751" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766942827" }, "departure": { "delay": 7, "time": "1766942827" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766942881" }, "departure": { "delay": 1, "time": "1766942881" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766943114" }, "departure": { "delay": -6, "time": "1766943114" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766943272" }, "departure": { "delay": -28, "time": "1766943272" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": -14, "time": "1766943466" }, "departure": { "delay": -14, "time": "1766943466" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 19, "time": "1766943559" }, "departure": { "delay": 19, "time": "1766943559" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145414" }, "vehicle": { "id": "1432626" } } }, { "id": "TripUpdateJoin:2187315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_906", "stopSequence": 1 }, { "arrival": { "delay": 33, "time": "1766948253" }, "departure": { "delay": 33, "time": "1766948253" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766948296" }, "departure": { "delay": 16, "time": "1766948296" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766948394" }, "departure": { "delay": -6, "time": "1766948394" }, "stopId": "stop_point:SP_764", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_3369", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766948531" }, "departure": { "delay": 11, "time": "1766948531" }, "stopId": "stop_point:SP_3739", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766948613" }, "departure": { "delay": -27, "time": "1766948613" }, "stopId": "stop_point:SP_3645", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_4742", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766948778" }, "departure": { "delay": 18, "time": "1766948778" }, "stopId": "stop_point:SP_1976", "stopSequence": 9 }, { "arrival": { "delay": -10, "time": "1766948810" }, "departure": { "delay": -10, "time": "1766948810" }, "stopId": "stop_point:SP_1721", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_2317", "stopSequence": 11 }, { "arrival": { "delay": -10, "time": "1766948990" }, "departure": { "delay": -10, "time": "1766948990" }, "stopId": "stop_point:SP_3591", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766949042" }, "departure": { "delay": -18, "time": "1766949042" }, "stopId": "stop_point:SP_3087", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766949092" }, "departure": { "delay": -28, "time": "1766949092" }, "stopId": "stop_point:SP_1129", "stopSequence": 14 }, { "arrival": { "delay": -24, "time": "1766949156" }, "departure": { "delay": -24, "time": "1766949156" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766949211" }, "departure": { "delay": -29, "time": "1766949211" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": -9, "time": "1766949291" }, "departure": { "delay": -9, "time": "1766949291" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187315" }, "vehicle": { "id": "27_1437429" } } }, { "id": "TripUpdateJoin:2196299", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 33, "time": "1766942133" }, "departure": { "delay": 33, "time": "1766942133" }, "stopId": "stop_point:SP_3581", "stopSequence": 15 }, { "arrival": { "delay": 29, "time": "1766942189" }, "departure": { "delay": 29, "time": "1766942189" }, "stopId": "stop_point:SP_3143", "stopSequence": 16 }, { "arrival": { "delay": 39, "time": "1766942259" }, "departure": { "delay": 39, "time": "1766942259" }, "stopId": "stop_point:SP_1525", "stopSequence": 17 }, { "arrival": { "delay": 30, "time": "1766942310" }, "departure": { "delay": 30, "time": "1766942310" }, "stopId": "stop_point:SP_3985", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766942367" }, "departure": { "delay": 27, "time": "1766942367" }, "stopId": "stop_point:SP_3751", "stopSequence": 19 }, { "arrival": { "delay": 84, "time": "1766942424" }, "departure": { "delay": 84, "time": "1766942424" }, "stopId": "stop_point:SP_84", "stopSequence": 20 }, { "arrival": { "delay": 39, "time": "1766942559" }, "departure": { "delay": 39, "time": "1766942559" }, "stopId": "stop_point:SP_591", "stopSequence": 21 }, { "arrival": { "delay": 32, "time": "1766942612" }, "departure": { "delay": 32, "time": "1766942612" }, "stopId": "stop_point:SP_1489", "stopSequence": 22 }, { "arrival": { "delay": 39, "time": "1766942679" }, "departure": { "delay": 39, "time": "1766942679" }, "stopId": "stop_point:SP_1186", "stopSequence": 23 }, { "arrival": { "delay": 18, "time": "1766942718" }, "departure": { "delay": 18, "time": "1766942718" }, "stopId": "stop_point:SP_449", "stopSequence": 24 }, { "arrival": { "delay": 84, "time": "1766942784" }, "departure": { "delay": 84, "time": "1766942784" }, "stopId": "stop_point:SP_2620", "stopSequence": 25 }, { "arrival": { "delay": 37, "time": "1766942797" }, "departure": { "delay": 37, "time": "1766942797" }, "stopId": "stop_point:SP_1028", "stopSequence": 26 }, { "arrival": { "delay": 43, "time": "1766942863" }, "departure": { "delay": 43, "time": "1766942863" }, "stopId": "stop_point:SP_2385", "stopSequence": 27 }, { "arrival": { "delay": 84, "time": "1766942904" }, "departure": { "delay": 84, "time": "1766942904" }, "stopId": "stop_point:SP_3029", "stopSequence": 28 }, { "arrival": { "delay": 39, "time": "1766942919" }, "departure": { "delay": 39, "time": "1766942919" }, "stopId": "stop_point:SP_3399", "stopSequence": 29 }, { "arrival": { "delay": 39, "time": "1766942979" }, "departure": { "delay": 39, "time": "1766942979" }, "stopId": "stop_point:SP_3300", "stopSequence": 30 }, { "arrival": { "delay": 28, "time": "1766943028" }, "departure": { "delay": 28, "time": "1766943028" }, "stopId": "stop_point:SP_3821", "stopSequence": 31 }, { "arrival": { "delay": 32, "time": "1766943032" }, "departure": { "delay": 32, "time": "1766943032" }, "stopId": "stop_point:SP_1403", "stopSequence": 32 }, { "arrival": { "delay": 33, "time": "1766943093" }, "departure": { "delay": 33, "time": "1766943093" }, "stopId": "stop_point:SP_1458", "stopSequence": 33 }, { "arrival": { "delay": 35, "time": "1766943215" }, "departure": { "delay": 35, "time": "1766943215" }, "stopId": "stop_point:SP_2122", "stopSequence": 34 }, { "arrival": { "delay": 35, "time": "1766943275" }, "departure": { "delay": 35, "time": "1766943275" }, "stopId": "stop_point:SP_1867", "stopSequence": 35 }, { "arrival": { "delay": 39, "time": "1766943399" }, "departure": { "delay": 39, "time": "1766943399" }, "stopId": "stop_point:SP_4007", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196299" }, "vehicle": { "id": "1449655" } } }, { "id": "TripUpdateJoin:2145417", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766945714" }, "departure": { "delay": 14, "time": "1766945714" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766945748" }, "departure": { "delay": -12, "time": "1766945748" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766945799" }, "departure": { "delay": -21, "time": "1766945799" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766945841" }, "departure": { "delay": 21, "time": "1766945841" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766945891" }, "departure": { "delay": 11, "time": "1766945891" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766945934" }, "departure": { "delay": -6, "time": "1766945934" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -14, "time": "1766946046" }, "departure": { "delay": -14, "time": "1766946046" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": -9, "time": "1766946111" }, "departure": { "delay": -9, "time": "1766946111" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766946160" }, "departure": { "delay": -20, "time": "1766946160" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766946211" }, "departure": { "delay": -29, "time": "1766946211" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766946291" }, "departure": { "delay": -9, "time": "1766946291" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766946367" }, "departure": { "delay": 7, "time": "1766946367" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766946421" }, "departure": { "delay": 1, "time": "1766946421" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766946654" }, "departure": { "delay": -6, "time": "1766946654" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766946812" }, "departure": { "delay": -28, "time": "1766946812" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": -14, "time": "1766947006" }, "departure": { "delay": -14, "time": "1766947006" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 19, "time": "1766947099" }, "departure": { "delay": 19, "time": "1766947099" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145417" }, "vehicle": { "id": "1432627" } } }, { "id": "TripUpdateJoin:2170274", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_1036", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766946959" }, "departure": { "delay": -1, "time": "1766946959" }, "stopId": "stop_point:SP_495", "stopSequence": 2 }, { "arrival": { "delay": 28, "time": "1766946988" }, "departure": { "delay": 28, "time": "1766946988" }, "stopId": "stop_point:SP_2249", "stopSequence": 3 }, { "arrival": { "delay": -2, "time": "1766947018" }, "departure": { "delay": -2, "time": "1766947018" }, "stopId": "stop_point:SP_3609", "stopSequence": 4 }, { "arrival": { "delay": -29, "time": "1766947051" }, "departure": { "delay": -29, "time": "1766947051" }, "stopId": "stop_point:SP_418", "stopSequence": 5 }, { "arrival": { "delay": 10, "time": "1766947090" }, "departure": { "delay": 10, "time": "1766947090" }, "stopId": "stop_point:SP_2683", "stopSequence": 6 }, { "arrival": { "delay": 23, "time": "1766947163" }, "departure": { "delay": 23, "time": "1766947163" }, "stopId": "stop_point:SP_2548", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_2054", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766947338" }, "departure": { "delay": 18, "time": "1766947338" }, "stopId": "stop_point:SP_1298", "stopSequence": 9 }, { "arrival": { "delay": -19, "time": "1766947481" }, "departure": { "delay": -19, "time": "1766947481" }, "stopId": "stop_point:SP_5", "stopSequence": 10 }, { "arrival": { "delay": -27, "time": "1766947533" }, "departure": { "delay": -27, "time": "1766947533" }, "stopId": "stop_point:SP_5241", "stopSequence": 11 }, { "arrival": { "delay": -20, "time": "1766947600" }, "departure": { "delay": -20, "time": "1766947600" }, "stopId": "stop_point:SP_5242", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1766947642" }, "departure": { "delay": 22, "time": "1766947642" }, "stopId": "stop_point:SP_3561", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_512", "stopSequence": 14 }, { "arrival": { "delay": -13, "time": "1766947787" }, "departure": { "delay": -13, "time": "1766947787" }, "stopId": "stop_point:SP_410", "stopSequence": 15 }, { "arrival": { "delay": 29, "time": "1766947829" }, "departure": { "delay": 29, "time": "1766947829" }, "stopId": "stop_point:SP_3999", "stopSequence": 16 }, { "arrival": { "delay": -22, "time": "1766947898" }, "departure": { "delay": -22, "time": "1766947898" }, "stopId": "stop_point:SP_2385", "stopSequence": 17 }, { "arrival": { "delay": 17, "time": "1766947937" }, "departure": { "delay": 17, "time": "1766947937" }, "stopId": "stop_point:SP_3029", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_4159", "stopSequence": 19 }, { "arrival": { "delay": -11, "time": "1766948029" }, "departure": { "delay": -11, "time": "1766948029" }, "stopId": "stop_point:SP_2058", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766948083" }, "departure": { "delay": -17, "time": "1766948083" }, "stopId": "stop_point:SP_1220", "stopSequence": 21 }, { "arrival": { "delay": -8, "time": "1766948152" }, "departure": { "delay": -8, "time": "1766948152" }, "stopId": "stop_point:SP_2300", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_1803", "stopSequence": 23 }, { "arrival": { "delay": -26, "time": "1766948314" }, "departure": { "delay": -26, "time": "1766948314" }, "stopId": "stop_point:SP_3881", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766948374" }, "departure": { "delay": -26, "time": "1766948374" }, "stopId": "stop_point:SP_1369", "stopSequence": 25 }, { "arrival": { "delay": 20, "time": "1766948420" }, "departure": { "delay": 20, "time": "1766948420" }, "stopId": "stop_point:SP_943", "stopSequence": 26 }, { "arrival": { "delay": 4, "time": "1766948464" }, "departure": { "delay": 4, "time": "1766948464" }, "stopId": "stop_point:SP_5180", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_3715", "stopSequence": 28 }, { "arrival": { "delay": -29, "time": "1766948551" }, "departure": { "delay": -29, "time": "1766948551" }, "stopId": "stop_point:SP_1042", "stopSequence": 29 }, { "arrival": { "delay": 24, "time": "1766948604" }, "departure": { "delay": 24, "time": "1766948604" }, "stopId": "stop_point:SP_5164", "stopSequence": 30 }, { "arrival": { "delay": 16, "time": "1766948656" }, "departure": { "delay": 16, "time": "1766948656" }, "stopId": "stop_point:SP_5155", "stopSequence": 31 }, { "arrival": { "delay": 8, "time": "1766948768" }, "departure": { "delay": 8, "time": "1766948768" }, "stopId": "stop_point:SP_5154", "stopSequence": 32 }, { "arrival": { "delay": 25, "time": "1766948845" }, "departure": { "delay": 25, "time": "1766948845" }, "stopId": "stop_point:SP_5156", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_5149", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_5056", "stopSequence": 35 }, { "arrival": { "delay": -6, "time": "1766948994" }, "departure": { "delay": -6, "time": "1766948994" }, "stopId": "stop_point:SP_194", "stopSequence": 36 }, { "arrival": { "delay": 30, "time": "1766949030" }, "departure": { "delay": 30, "time": "1766949030" }, "stopId": "stop_point:SP_1402", "stopSequence": 37 }, { "arrival": { "delay": -2, "time": "1766949058" }, "departure": { "delay": -2, "time": "1766949058" }, "stopId": "stop_point:SP_892", "stopSequence": 38 }, { "arrival": { "delay": -20, "time": "1766949100" }, "departure": { "delay": -20, "time": "1766949100" }, "stopId": "stop_point:SP_3141", "stopSequence": 39 }, { "arrival": { "delay": 26, "time": "1766949146" }, "departure": { "delay": 26, "time": "1766949146" }, "stopId": "stop_point:SP_1717", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2680", "stopSequence": 41 } ], "timestamp": "1766942094", "trip": { "routeId": "line:109", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170274" }, "vehicle": { "id": "1431934" } } }, { "id": "TripUpdateJoin:2204176", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 89, "time": "1766942129" }, "departure": { "delay": 89, "time": "1766942129" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 78, "time": "1766942178" }, "departure": { "delay": 78, "time": "1766942178" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": 74, "time": "1766942234" }, "departure": { "delay": 74, "time": "1766942234" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 139, "time": "1766942359" }, "departure": { "delay": 139, "time": "1766942359" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 93, "uncertainty": 100 }, "departure": { "delay": 108, "uncertainty": 100 }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 78, "time": "1766942418" }, "departure": { "delay": 78, "time": "1766942418" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": 79, "time": "1766942599" }, "departure": { "delay": 79, "time": "1766942599" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": 86, "time": "1766942726" }, "departure": { "delay": 86, "time": "1766942726" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 74, "time": "1766942834" }, "departure": { "delay": 74, "time": "1766942834" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": 78, "time": "1766942958" }, "departure": { "delay": 78, "time": "1766942958" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 79, "time": "1766943079" }, "departure": { "delay": 79, "time": "1766943079" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": 76, "time": "1766943196" }, "departure": { "delay": 76, "time": "1766943196" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": 77, "time": "1766943197" }, "departure": { "delay": 77, "time": "1766943197" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 88, "time": "1766943328" }, "departure": { "delay": 88, "time": "1766943328" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 88, "time": "1766943448" }, "departure": { "delay": 88, "time": "1766943448" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": 78, "time": "1766943558" }, "departure": { "delay": 78, "time": "1766943558" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": 83, "time": "1766943623" }, "departure": { "delay": 83, "time": "1766943623" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 74, "time": "1766943674" }, "departure": { "delay": 74, "time": "1766943674" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": 77, "time": "1766943737" }, "departure": { "delay": 77, "time": "1766943737" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 89, "time": "1766943749" }, "departure": { "delay": 89, "time": "1766943749" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": 76, "time": "1766943796" }, "departure": { "delay": 76, "time": "1766943796" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 85, "time": "1766943865" }, "departure": { "delay": 85, "time": "1766943865" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 74, "time": "1766943914" }, "departure": { "delay": 74, "time": "1766943914" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": 84, "time": "1766943984" }, "departure": { "delay": 84, "time": "1766943984" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 84, "time": "1766944044" }, "departure": { "delay": 84, "time": "1766944044" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 74, "time": "1766944094" }, "departure": { "delay": 74, "time": "1766944094" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": 84, "time": "1766944224" }, "departure": { "delay": 84, "time": "1766944224" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": 80, "time": "1766944280" }, "departure": { "delay": 80, "time": "1766944280" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": 77, "time": "1766944397" }, "departure": { "delay": 77, "time": "1766944397" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": 85, "time": "1766944465" }, "departure": { "delay": 85, "time": "1766944465" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 115, "uncertainty": 100 }, "departure": { "delay": 115, "uncertainty": 100 }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204176" }, "vehicle": { "id": "1458002" } } }, { "id": "TripUpdateJoin:2187359", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_5397", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766948114" }, "departure": { "delay": 14, "time": "1766948114" }, "stopId": "stop_point:SP_5451", "stopSequence": 2 }, { "arrival": { "delay": 6, "time": "1766948166" }, "departure": { "delay": 6, "time": "1766948166" }, "stopId": "stop_point:SP_353", "stopSequence": 3 }, { "arrival": { "delay": -13, "time": "1766948267" }, "departure": { "delay": -13, "time": "1766948267" }, "stopId": "stop_point:SP_5521", "stopSequence": 4 }, { "arrival": { "delay": -11, "time": "1766948329" }, "departure": { "delay": -11, "time": "1766948329" }, "stopId": "stop_point:SP_5525", "stopSequence": 5 }, { "arrival": { "delay": -19, "time": "1766948381" }, "departure": { "delay": -19, "time": "1766948381" }, "stopId": "stop_point:SP_5519", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_5528", "stopSequence": 7 }, { "arrival": { "delay": 11, "time": "1766948531" }, "departure": { "delay": 11, "time": "1766948531" }, "stopId": "stop_point:SP_5527", "stopSequence": 8 }, { "arrival": { "delay": -3, "time": "1766948697" }, "departure": { "delay": -3, "time": "1766948697" }, "stopId": "stop_point:SP_1214", "stopSequence": 9 }, { "arrival": { "delay": -13, "time": "1766948747" }, "departure": { "delay": -13, "time": "1766948747" }, "stopId": "stop_point:SP_3747", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766948823" }, "departure": { "delay": 3, "time": "1766948823" }, "stopId": "stop_point:SP_152", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_2140", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766948947" }, "departure": { "delay": 7, "time": "1766948947" }, "stopId": "stop_point:SP_2422", "stopSequence": 13 }, { "arrival": { "delay": -24, "time": "1766948976" }, "departure": { "delay": -24, "time": "1766948976" }, "stopId": "stop_point:SP_2456", "stopSequence": 14 }, { "arrival": { "delay": 14, "time": "1766949014" }, "departure": { "delay": 14, "time": "1766949014" }, "stopId": "stop_point:SP_397", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_1670", "stopSequence": 16 }, { "arrival": { "delay": 14, "time": "1766949134" }, "departure": { "delay": 14, "time": "1766949134" }, "stopId": "stop_point:SP_5327", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187359" }, "vehicle": { "id": "27_1437473" } } }, { "id": "TripUpdateJoin:2205237", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_5142", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_1014", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766948259" }, "departure": { "delay": -21, "time": "1766948259" }, "stopId": "stop_point:SP_1562", "stopSequence": 3 }, { "arrival": { "delay": 10, "time": "1766948290" }, "departure": { "delay": 10, "time": "1766948290" }, "stopId": "stop_point:SP_2958", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766948333" }, "departure": { "delay": -7, "time": "1766948333" }, "stopId": "stop_point:SP_5239", "stopSequence": 5 }, { "arrival": { "delay": -23, "time": "1766948377" }, "departure": { "delay": -23, "time": "1766948377" }, "stopId": "stop_point:SP_1396", "stopSequence": 6 }, { "arrival": { "delay": 9, "time": "1766948409" }, "departure": { "delay": 9, "time": "1766948409" }, "stopId": "stop_point:SP_249", "stopSequence": 7 }, { "arrival": { "delay": -15, "time": "1766948445" }, "departure": { "delay": -15, "time": "1766948445" }, "stopId": "stop_point:SP_2468", "stopSequence": 8 }, { "arrival": { "delay": 20, "time": "1766948480" }, "departure": { "delay": 20, "time": "1766948480" }, "stopId": "stop_point:SP_341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_1542", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766948577" }, "departure": { "delay": -3, "time": "1766948577" }, "stopId": "stop_point:SP_3774", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_4783", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766948683" }, "departure": { "delay": -17, "time": "1766948683" }, "stopId": "stop_point:SP_851", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766948715" }, "departure": { "delay": 15, "time": "1766948715" }, "stopId": "stop_point:SP_529", "stopSequence": 14 }, { "arrival": { "delay": -3, "time": "1766948757" }, "departure": { "delay": -3, "time": "1766948757" }, "stopId": "stop_point:SP_2835", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_1192", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766948859" }, "departure": { "delay": -21, "time": "1766948859" }, "stopId": "stop_point:SP_1047", "stopSequence": 17 }, { "arrival": { "delay": 11, "time": "1766948891" }, "departure": { "delay": 11, "time": "1766948891" }, "stopId": "stop_point:SP_160", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_2305", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_3216", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766949119" }, "departure": { "delay": -1, "time": "1766949119" }, "stopId": "stop_point:SP_656", "stopSequence": 21 }, { "arrival": { "delay": -7, "time": "1766949173" }, "departure": { "delay": -7, "time": "1766949173" }, "stopId": "stop_point:SP_2289", "stopSequence": 22 }, { "arrival": { "delay": 3, "time": "1766949243" }, "departure": { "delay": 3, "time": "1766949243" }, "stopId": "stop_point:SP_983", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205237" }, "vehicle": { "id": "27_1455327" } } }, { "id": "TripUpdateJoin:2170280", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1137, "time": "1766941563" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_2680", "stopSequence": 1 }, { "arrival": { "delay": -11, "time": "1766942749" }, "departure": { "delay": -11, "time": "1766942749" }, "stopId": "stop_point:SP_3176", "stopSequence": 2 }, { "arrival": { "delay": -15, "time": "1766942805" }, "departure": { "delay": -15, "time": "1766942805" }, "stopId": "stop_point:SP_2118", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766942837" }, "departure": { "delay": 17, "time": "1766942837" }, "stopId": "stop_point:SP_3787", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766942873" }, "departure": { "delay": -7, "time": "1766942873" }, "stopId": "stop_point:SP_3761", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766942894" }, "departure": { "delay": 14, "time": "1766942894" }, "stopId": "stop_point:SP_577", "stopSequence": 6 }, { "arrival": { "delay": 26, "time": "1766942966" }, "departure": { "delay": 26, "time": "1766942966" }, "stopId": "stop_point:SP_5059", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_5043", "stopSequence": 8 }, { "arrival": { "delay": -2, "time": "1766943058" }, "departure": { "delay": -2, "time": "1766943058" }, "stopId": "stop_point:SP_5162", "stopSequence": 9 }, { "arrival": { "delay": -19, "time": "1766943161" }, "departure": { "delay": -19, "time": "1766943161" }, "stopId": "stop_point:SP_5152", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766943285" }, "departure": { "delay": -15, "time": "1766943285" }, "stopId": "stop_point:SP_5161", "stopSequence": 11 }, { "arrival": { "delay": 16, "time": "1766943376" }, "departure": { "delay": 16, "time": "1766943376" }, "stopId": "stop_point:SP_5158", "stopSequence": 12 }, { "arrival": { "delay": 10, "time": "1766943430" }, "departure": { "delay": 10, "time": "1766943430" }, "stopId": "stop_point:SP_2319", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_1075", "stopSequence": 14 }, { "arrival": { "delay": 3, "time": "1766943543" }, "departure": { "delay": 3, "time": "1766943543" }, "stopId": "stop_point:SP_5178", "stopSequence": 15 }, { "arrival": { "delay": 11, "time": "1766943611" }, "departure": { "delay": 11, "time": "1766943611" }, "stopId": "stop_point:SP_1955", "stopSequence": 16 }, { "arrival": { "delay": -6, "time": "1766943654" }, "departure": { "delay": -6, "time": "1766943654" }, "stopId": "stop_point:SP_476", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766943736" }, "departure": { "delay": 16, "time": "1766943736" }, "stopId": "stop_point:SP_1830", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -18, "time": "1766943882" }, "departure": { "delay": -18, "time": "1766943882" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766943943" }, "departure": { "delay": -17, "time": "1766943943" }, "stopId": "stop_point:SP_301", "stopSequence": 21 }, { "arrival": { "delay": 16, "time": "1766943976" }, "departure": { "delay": 16, "time": "1766943976" }, "stopId": "stop_point:SP_1161", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_4160", "stopSequence": 23 }, { "arrival": { "delay": -30, "time": "1766944050" }, "departure": { "delay": -30, "time": "1766944050" }, "stopId": "stop_point:SP_2563", "stopSequence": 24 }, { "arrival": { "delay": 12, "time": "1766944092" }, "departure": { "delay": 12, "time": "1766944092" }, "stopId": "stop_point:SP_2381", "stopSequence": 25 }, { "arrival": { "delay": -3, "time": "1766944137" }, "departure": { "delay": -3, "time": "1766944137" }, "stopId": "stop_point:SP_2629", "stopSequence": 26 }, { "arrival": { "delay": -27, "time": "1766944173" }, "departure": { "delay": -27, "time": "1766944173" }, "stopId": "stop_point:SP_2847", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_757", "stopSequence": 28 }, { "arrival": { "delay": -14, "time": "1766944306" }, "departure": { "delay": -14, "time": "1766944306" }, "stopId": "stop_point:SP_1503", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766944356" }, "departure": { "delay": -24, "time": "1766944356" }, "stopId": "stop_point:SP_5243", "stopSequence": 30 }, { "arrival": { "delay": -24, "time": "1766944416" }, "departure": { "delay": -24, "time": "1766944416" }, "stopId": "stop_point:SP_5245", "stopSequence": 31 }, { "arrival": { "delay": 20, "time": "1766944460" }, "departure": { "delay": 20, "time": "1766944460" }, "stopId": "stop_point:SP_16", "stopSequence": 32 }, { "arrival": { "delay": 17, "time": "1766944577" }, "departure": { "delay": 17, "time": "1766944577" }, "stopId": "stop_point:SP_1244", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_2701", "stopSequence": 34 }, { "arrival": { "delay": -28, "time": "1766944772" }, "departure": { "delay": -28, "time": "1766944772" }, "stopId": "stop_point:SP_2306", "stopSequence": 35 }, { "arrival": { "delay": -14, "time": "1766944846" }, "departure": { "delay": -14, "time": "1766944846" }, "stopId": "stop_point:SP_2513", "stopSequence": 36 }, { "arrival": { "delay": 20, "time": "1766944880" }, "departure": { "delay": 20, "time": "1766944880" }, "stopId": "stop_point:SP_3683", "stopSequence": 37 }, { "arrival": { "delay": 5, "time": "1766944925" }, "departure": { "delay": 5, "time": "1766944925" }, "stopId": "stop_point:SP_278", "stopSequence": 38 }, { "arrival": { "delay": -20, "time": "1766944960" }, "departure": { "delay": -20, "time": "1766944960" }, "stopId": "stop_point:SP_1346", "stopSequence": 39 }, { "arrival": { "delay": 18, "time": "1766944998" }, "departure": { "delay": 18, "time": "1766944998" }, "stopId": "stop_point:SP_2675", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_1036", "stopSequence": 41 } ], "timestamp": "1766942094", "trip": { "routeId": "line:109", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170280" }, "vehicle": { "id": "1431948" } } }, { "id": "TripUpdateJoin:2170643", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 141, "time": "1766942121" }, "departure": { "delay": 141, "time": "1766942121" }, "stopId": "stop_point:SP_1640", "stopSequence": 12 }, { "arrival": { "delay": 200, "time": "1766942180" }, "departure": { "delay": 200, "time": "1766942180" }, "stopId": "stop_point:SP_4441", "stopSequence": 13 }, { "arrival": { "delay": 204, "time": "1766942244" }, "departure": { "delay": 204, "time": "1766942244" }, "stopId": "stop_point:SP_262", "stopSequence": 14 }, { "arrival": { "delay": 200, "time": "1766942300" }, "departure": { "delay": 200, "time": "1766942300" }, "stopId": "stop_point:SP_111", "stopSequence": 15 }, { "arrival": { "delay": 149, "time": "1766942309" }, "departure": { "delay": 149, "time": "1766942309" }, "stopId": "stop_point:SP_2771", "stopSequence": 16 }, { "arrival": { "delay": 208, "time": "1766942368" }, "departure": { "delay": 208, "time": "1766942368" }, "stopId": "stop_point:SP_1069", "stopSequence": 17 }, { "arrival": { "delay": 159, "uncertainty": 100 }, "departure": { "delay": 171, "uncertainty": 100 }, "stopId": "stop_point:SP_3582", "stopSequence": 18 }, { "arrival": { "delay": 135, "time": "1766942415" }, "departure": { "delay": 135, "time": "1766942415" }, "stopId": "stop_point:SP_3194", "stopSequence": 19 }, { "arrival": { "delay": 200, "time": "1766942480" }, "departure": { "delay": 200, "time": "1766942480" }, "stopId": "stop_point:SP_3463", "stopSequence": 20 }, { "arrival": { "delay": 200, "time": "1766942540" }, "departure": { "delay": 200, "time": "1766942540" }, "stopId": "stop_point:SP_1442", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:45", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2170643" }, "vehicle": { "id": "1431784" } } }, { "id": "TripUpdateJoin:2199516", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_93", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766944945" }, "departure": { "delay": 25, "time": "1766944945" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 4, "time": "1766944984" }, "departure": { "delay": 4, "time": "1766944984" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766945037" }, "departure": { "delay": -3, "time": "1766945037" }, "stopId": "stop_point:SP_2191", "stopSequence": 4 }, { "arrival": { "delay": 8, "time": "1766945108" }, "departure": { "delay": 8, "time": "1766945108" }, "stopId": "stop_point:SP_832", "stopSequence": 5 }, { "arrival": { "delay": 21, "time": "1766945181" }, "departure": { "delay": 21, "time": "1766945181" }, "stopId": "stop_point:SP_3947", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_112", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766945248" }, "departure": { "delay": 28, "time": "1766945248" }, "stopId": "stop_point:SP_710", "stopSequence": 8 }, { "arrival": { "delay": 16, "time": "1766945296" }, "departure": { "delay": 16, "time": "1766945296" }, "stopId": "stop_point:SP_1887", "stopSequence": 9 }, { "arrival": { "delay": 24, "time": "1766945364" }, "departure": { "delay": 24, "time": "1766945364" }, "stopId": "stop_point:SP_3130", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_2906", "stopSequence": 11 }, { "arrival": { "delay": -28, "time": "1766945492" }, "departure": { "delay": -28, "time": "1766945492" }, "stopId": "stop_point:SP_1866", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766945598" }, "departure": { "delay": 18, "time": "1766945598" }, "stopId": "stop_point:SP_2819", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766945639" }, "departure": { "delay": -1, "time": "1766945639" }, "stopId": "stop_point:SP_3462", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3510", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_5259", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199516" }, "vehicle": { "id": "27_1452545" } } }, { "id": "TripUpdateJoin:2166082", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 32, "time": "1766942192" }, "departure": { "delay": 32, "time": "1766942192" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 35, "time": "1766942255" }, "departure": { "delay": 35, "time": "1766942255" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 32, "time": "1766942372" }, "departure": { "delay": 32, "time": "1766942372" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": 30, "time": "1766942430" }, "departure": { "delay": 30, "time": "1766942430" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 32, "time": "1766942492" }, "departure": { "delay": 32, "time": "1766942492" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 32, "time": "1766942612" }, "departure": { "delay": 32, "time": "1766942612" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 33, "time": "1766942673" }, "departure": { "delay": 33, "time": "1766942673" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 32, "time": "1766942732" }, "departure": { "delay": 32, "time": "1766942732" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": 30, "time": "1766942910" }, "departure": { "delay": 30, "time": "1766942910" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": 27, "time": "1766943027" }, "departure": { "delay": 27, "time": "1766943027" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 32, "time": "1766943092" }, "departure": { "delay": 32, "time": "1766943092" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": 36, "time": "1766943156" }, "departure": { "delay": 36, "time": "1766943156" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 32, "time": "1766943212" }, "departure": { "delay": 32, "time": "1766943212" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": 30, "time": "1766943270" }, "departure": { "delay": 30, "time": "1766943270" }, "stopId": "stop_point:SP_647", "stopSequence": 21 }, { "arrival": { "delay": 83, "time": "1766943383" }, "departure": { "delay": 83, "time": "1766943383" }, "stopId": "stop_point:SP_3928", "stopSequence": 22 }, { "arrival": { "delay": 35, "time": "1766943395" }, "departure": { "delay": 35, "time": "1766943395" }, "stopId": "stop_point:SP_1764", "stopSequence": 23 }, { "arrival": { "delay": 32, "time": "1766943452" }, "departure": { "delay": 32, "time": "1766943452" }, "stopId": "stop_point:SP_672", "stopSequence": 24 }, { "arrival": { "delay": 32, "time": "1766943512" }, "departure": { "delay": 32, "time": "1766943512" }, "stopId": "stop_point:SP_993", "stopSequence": 25 }, { "arrival": { "delay": 32, "time": "1766943572" }, "departure": { "delay": 32, "time": "1766943572" }, "stopId": "stop_point:SP_3123", "stopSequence": 26 }, { "arrival": { "delay": 36, "time": "1766943636" }, "departure": { "delay": 36, "time": "1766943636" }, "stopId": "stop_point:SP_632", "stopSequence": 27 }, { "arrival": { "delay": 32, "time": "1766943692" }, "departure": { "delay": 32, "time": "1766943692" }, "stopId": "stop_point:SP_735", "stopSequence": 28 }, { "arrival": { "delay": 33, "time": "1766943753" }, "departure": { "delay": 33, "time": "1766943753" }, "stopId": "stop_point:SP_4899", "stopSequence": 29 }, { "arrival": { "delay": 34, "time": "1766943814" }, "departure": { "delay": 34, "time": "1766943814" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 36, "time": "1766943876" }, "departure": { "delay": 36, "time": "1766943876" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": 33, "time": "1766943993" }, "departure": { "delay": 33, "time": "1766943993" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 79, "time": "1766944039" }, "departure": { "delay": 79, "time": "1766944039" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 31, "time": "1766944111" }, "departure": { "delay": 31, "time": "1766944111" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 32, "time": "1766944172" }, "departure": { "delay": 32, "time": "1766944172" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166082" }, "vehicle": { "id": "1432008" } } }, { "id": "TripUpdateJoin:2194783", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 336, "time": "1766942196" }, "departure": { "delay": 336, "time": "1766942196" }, "stopId": "stop_point:SP_2880", "stopSequence": 21 }, { "arrival": { "delay": 307, "uncertainty": 100 }, "departure": { "delay": 338, "uncertainty": 100 }, "stopId": "stop_point:SP_2017", "stopSequence": 22 }, { "arrival": { "delay": 340, "time": "1766942320" }, "departure": { "delay": 340, "time": "1766942320" }, "stopId": "stop_point:SP_3456", "stopSequence": 23 }, { "arrival": { "delay": 335, "time": "1766942375" }, "departure": { "delay": 335, "time": "1766942375" }, "stopId": "stop_point:SP_3643", "stopSequence": 24 }, { "arrival": { "delay": 339, "time": "1766942439" }, "departure": { "delay": 339, "time": "1766942439" }, "stopId": "stop_point:SP_1182", "stopSequence": 25 }, { "arrival": { "delay": 333, "time": "1766942493" }, "departure": { "delay": 333, "time": "1766942493" }, "stopId": "stop_point:SP_2700", "stopSequence": 26 }, { "arrival": { "delay": 330, "time": "1766942550" }, "departure": { "delay": 330, "time": "1766942550" }, "stopId": "stop_point:SP_1837", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2397", "stopSequence": 28 }, { "arrival": { "delay": 276, "uncertainty": 100 }, "departure": { "delay": 282, "uncertainty": 100 }, "stopId": "stop_point:SP_3400", "stopSequence": 29 }, { "arrival": { "delay": 164, "uncertainty": 100 }, "departure": { "delay": 167, "uncertainty": 100 }, "stopId": "stop_point:SP_2652", "stopSequence": 30 }, { "arrival": { "delay": 108, "uncertainty": 100 }, "departure": { "delay": 110, "uncertainty": 100 }, "stopId": "stop_point:SP_3792", "stopSequence": 31 }, { "arrival": { "delay": 50, "uncertainty": 100 }, "departure": { "delay": 51, "uncertainty": 100 }, "stopId": "stop_point:SP_1149", "stopSequence": 32 }, { "arrival": { "delay": -7, "time": "1766942633" }, "departure": { "delay": -7, "time": "1766942633" }, "stopId": "stop_point:SP_3407", "stopSequence": 33 }, { "arrival": { "delay": -7, "time": "1766942693" }, "departure": { "delay": -7, "time": "1766942693" }, "stopId": "stop_point:SP_639", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_2251", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:145", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2194783" }, "vehicle": { "id": "1449759" } } }, { "id": "TripUpdateJoin:2196278", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -250, "time": "1766942750" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_4007", "stopSequence": 1 }, { "arrival": { "delay": -21, "time": "1766943099" }, "departure": { "delay": -21, "time": "1766943099" }, "stopId": "stop_point:SP_1645", "stopSequence": 2 }, { "arrival": { "delay": -28, "time": "1766943152" }, "departure": { "delay": -28, "time": "1766943152" }, "stopId": "stop_point:SP_3138", "stopSequence": 3 }, { "arrival": { "delay": 3, "time": "1766943243" }, "departure": { "delay": 3, "time": "1766943243" }, "stopId": "stop_point:SP_3905", "stopSequence": 4 }, { "arrival": { "delay": 1, "time": "1766943301" }, "departure": { "delay": 1, "time": "1766943301" }, "stopId": "stop_point:SP_1747", "stopSequence": 5 }, { "arrival": { "delay": 26, "time": "1766943326" }, "departure": { "delay": 26, "time": "1766943326" }, "stopId": "stop_point:SP_734", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_2363", "stopSequence": 7 }, { "arrival": { "delay": -7, "time": "1766943413" }, "departure": { "delay": -7, "time": "1766943413" }, "stopId": "stop_point:SP_52", "stopSequence": 8 }, { "arrival": { "delay": -6, "time": "1766943474" }, "departure": { "delay": -6, "time": "1766943474" }, "stopId": "stop_point:SP_2563", "stopSequence": 9 }, { "arrival": { "delay": -22, "time": "1766943518" }, "departure": { "delay": -22, "time": "1766943518" }, "stopId": "stop_point:SP_2381", "stopSequence": 10 }, { "arrival": { "delay": -25, "time": "1766943575" }, "departure": { "delay": -25, "time": "1766943575" }, "stopId": "stop_point:SP_323", "stopSequence": 11 }, { "arrival": { "delay": 12, "time": "1766943612" }, "departure": { "delay": 12, "time": "1766943612" }, "stopId": "stop_point:SP_1682", "stopSequence": 12 }, { "arrival": { "delay": 2, "time": "1766943662" }, "departure": { "delay": 2, "time": "1766943662" }, "stopId": "stop_point:SP_1489", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_1186", "stopSequence": 14 }, { "arrival": { "delay": 28, "time": "1766943748" }, "departure": { "delay": 28, "time": "1766943748" }, "stopId": "stop_point:SP_449", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766943831" }, "departure": { "delay": -9, "time": "1766943831" }, "stopId": "stop_point:SP_2239", "stopSequence": 16 }, { "arrival": { "delay": -28, "time": "1766943992" }, "departure": { "delay": -28, "time": "1766943992" }, "stopId": "stop_point:SP_106", "stopSequence": 17 }, { "arrival": { "delay": -28, "time": "1766944052" }, "departure": { "delay": -28, "time": "1766944052" }, "stopId": "stop_point:SP_2223", "stopSequence": 18 }, { "arrival": { "delay": 14, "time": "1766944094" }, "departure": { "delay": 14, "time": "1766944094" }, "stopId": "stop_point:SP_1956", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_978", "stopSequence": 20 }, { "arrival": { "delay": 29, "time": "1766944229" }, "departure": { "delay": 29, "time": "1766944229" }, "stopId": "stop_point:SP_2844", "stopSequence": 21 }, { "arrival": { "delay": -25, "time": "1766944295" }, "departure": { "delay": -25, "time": "1766944295" }, "stopId": "stop_point:SP_3307", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_404", "stopSequence": 23 }, { "arrival": { "delay": -18, "time": "1766944362" }, "departure": { "delay": -18, "time": "1766944362" }, "stopId": "stop_point:SP_1506", "stopSequence": 24 }, { "arrival": { "delay": 24, "time": "1766944404" }, "departure": { "delay": 24, "time": "1766944404" }, "stopId": "stop_point:SP_3817", "stopSequence": 25 }, { "arrival": { "delay": -12, "time": "1766944428" }, "departure": { "delay": -12, "time": "1766944428" }, "stopId": "stop_point:SP_944", "stopSequence": 26 }, { "arrival": { "delay": 20, "time": "1766944460" }, "departure": { "delay": 20, "time": "1766944460" }, "stopId": "stop_point:SP_51", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_2004", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766944523" }, "departure": { "delay": 23, "time": "1766944523" }, "stopId": "stop_point:SP_417", "stopSequence": 29 }, { "arrival": { "delay": 18, "time": "1766944578" }, "departure": { "delay": 18, "time": "1766944578" }, "stopId": "stop_point:SP_1168", "stopSequence": 30 }, { "arrival": { "delay": -12, "time": "1766944608" }, "departure": { "delay": -12, "time": "1766944608" }, "stopId": "stop_point:SP_2401", "stopSequence": 31 }, { "arrival": { "delay": 26, "time": "1766944646" }, "departure": { "delay": 26, "time": "1766944646" }, "stopId": "stop_point:SP_1072", "stopSequence": 32 }, { "arrival": { "delay": 9, "time": "1766944689" }, "departure": { "delay": 9, "time": "1766944689" }, "stopId": "stop_point:SP_1658", "stopSequence": 33 }, { "arrival": { "delay": 7, "time": "1766944747" }, "departure": { "delay": 7, "time": "1766944747" }, "stopId": "stop_point:SP_959", "stopSequence": 34 }, { "arrival": { "delay": -8, "time": "1766944792" }, "departure": { "delay": -8, "time": "1766944792" }, "stopId": "stop_point:SP_2214", "stopSequence": 35 }, { "arrival": { "delay": 11, "time": "1766944871" }, "departure": { "delay": 11, "time": "1766944871" }, "stopId": "stop_point:SP_199", "stopSequence": 36 }, { "arrival": { "delay": -24, "time": "1766944896" }, "departure": { "delay": -24, "time": "1766944896" }, "stopId": "stop_point:SP_859", "stopSequence": 37 }, { "arrival": { "delay": 9, "time": "1766944929" }, "departure": { "delay": 9, "time": "1766944929" }, "stopId": "stop_point:SP_916", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_5263", "stopSequence": 39 }, { "arrival": { "delay": 8, "time": "1766945108" }, "departure": { "delay": 8, "time": "1766945108" }, "stopId": "stop_point:SP_3662", "stopSequence": 40 }, { "arrival": { "delay": 16, "time": "1766945176" }, "departure": { "delay": 16, "time": "1766945176" }, "stopId": "stop_point:SP_2622", "stopSequence": 41 }, { "arrival": { "delay": 24, "time": "1766945304" }, "departure": { "delay": 24, "time": "1766945304" }, "stopId": "stop_point:SP_1153", "stopSequence": 42 }, { "arrival": { "delay": 18, "time": "1766945538" }, "departure": { "delay": 18, "time": "1766945538" }, "stopId": "stop_point:SP_4164", "stopSequence": 43 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1419", "stopSequence": 44 }, { "arrival": { "delay": 21, "time": "1766945661" }, "departure": { "delay": 21, "time": "1766945661" }, "stopId": "stop_point:SP_1067", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_36", "stopSequence": 46 }, { "arrival": { "delay": 4, "time": "1766945764" }, "departure": { "delay": 4, "time": "1766945764" }, "stopId": "stop_point:SP_2876", "stopSequence": 47 }, { "arrival": { "delay": -1, "time": "1766945819" }, "departure": { "delay": -1, "time": "1766945819" }, "stopId": "stop_point:SP_372", "stopSequence": 48 }, { "arrival": { "delay": -17, "time": "1766945923" }, "departure": { "delay": -17, "time": "1766945923" }, "stopId": "stop_point:SP_4544", "stopSequence": 49 }, { "arrival": { "delay": 2, "time": "1766945942" }, "departure": { "delay": 2, "time": "1766945942" }, "stopId": "stop_point:SP_4766", "stopSequence": 50 }, { "arrival": { "delay": -18, "time": "1766945982" }, "departure": { "delay": -18, "time": "1766945982" }, "stopId": "stop_point:SP_834", "stopSequence": 51 }, { "arrival": { "delay": 17, "time": "1766946017" }, "departure": { "delay": 17, "time": "1766946017" }, "stopId": "stop_point:SP_3522", "stopSequence": 52 }, { "arrival": { "delay": 22, "time": "1766946142" }, "departure": { "delay": 22, "time": "1766946142" }, "stopId": "stop_point:SP_191", "stopSequence": 53 }, { "arrival": { "delay": 1, "time": "1766946181" }, "departure": { "delay": 1, "time": "1766946181" }, "stopId": "stop_point:SP_5390", "stopSequence": 54 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_5251", "stopSequence": 55 } ], "timestamp": "1766942094", "trip": { "routeId": "line:31", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2196278" }, "vehicle": { "id": "1449663" } } }, { "id": "TripUpdateJoin:2193134", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -651, "time": "1766942349" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_5247", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_5168", "stopSequence": 2 }, { "arrival": { "delay": 13, "time": "1766943133" }, "departure": { "delay": 13, "time": "1766943133" }, "stopId": "stop_point:SP_243", "stopSequence": 3 }, { "arrival": { "delay": 28, "time": "1766943208" }, "departure": { "delay": 28, "time": "1766943208" }, "stopId": "stop_point:SP_3753", "stopSequence": 4 }, { "arrival": { "delay": 5, "time": "1766943245" }, "departure": { "delay": 5, "time": "1766943245" }, "stopId": "stop_point:SP_1547", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_3276", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766943346" }, "departure": { "delay": -14, "time": "1766943346" }, "stopId": "stop_point:SP_1989", "stopSequence": 7 }, { "arrival": { "delay": 16, "time": "1766943376" }, "departure": { "delay": 16, "time": "1766943376" }, "stopId": "stop_point:SP_1190", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_219", "stopSequence": 9 }, { "arrival": { "delay": 3, "time": "1766943543" }, "departure": { "delay": 3, "time": "1766943543" }, "stopId": "stop_point:SP_1370", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_3053", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766943666" }, "departure": { "delay": 6, "time": "1766943666" }, "stopId": "stop_point:SP_3516", "stopSequence": 12 }, { "arrival": { "delay": -7, "time": "1766943713" }, "departure": { "delay": -7, "time": "1766943713" }, "stopId": "stop_point:SP_1879", "stopSequence": 13 }, { "arrival": { "delay": 5, "time": "1766943785" }, "departure": { "delay": 5, "time": "1766943785" }, "stopId": "stop_point:SP_175", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_1760", "stopSequence": 15 }, { "arrival": { "delay": -10, "time": "1766943890" }, "departure": { "delay": -10, "time": "1766943890" }, "stopId": "stop_point:SP_2311", "stopSequence": 16 }, { "arrival": { "delay": -13, "time": "1766943947" }, "departure": { "delay": -13, "time": "1766943947" }, "stopId": "stop_point:SP_802", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766944012" }, "departure": { "delay": -8, "time": "1766944012" }, "stopId": "stop_point:SP_2114", "stopSequence": 18 }, { "arrival": { "delay": 8, "time": "1766944088" }, "departure": { "delay": 8, "time": "1766944088" }, "stopId": "stop_point:SP_3810", "stopSequence": 19 }, { "arrival": { "delay": 29, "time": "1766944169" }, "departure": { "delay": 29, "time": "1766944169" }, "stopId": "stop_point:SP_507", "stopSequence": 20 }, { "arrival": { "delay": -25, "time": "1766944235" }, "departure": { "delay": -25, "time": "1766944235" }, "stopId": "stop_point:SP_3354", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_2207", "stopSequence": 22 }, { "arrival": { "delay": -1, "time": "1766944379" }, "departure": { "delay": -1, "time": "1766944379" }, "stopId": "stop_point:SP_2270", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766944457" }, "departure": { "delay": 17, "time": "1766944457" }, "stopId": "stop_point:SP_1526", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_97", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_1175", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193134" }, "vehicle": { "id": "1449925" } } }, { "id": "TripUpdateJoin:2209768", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -675, "time": "1766942325" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_2840", "stopSequence": 1 }, { "arrival": { "delay": 637, "time": "1766943757" }, "departure": { "delay": 637, "time": "1766943757" }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 646, "uncertainty": 100 }, "departure": { "delay": 655, "uncertainty": 100 }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 599, "uncertainty": 100 }, "departure": { "delay": 604, "uncertainty": 100 }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 613, "time": "1766943793" }, "departure": { "delay": 613, "time": "1766943793" }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 660, "uncertainty": 100 }, "departure": { "delay": 768, "uncertainty": 100 }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 983, "time": "1766944223" }, "departure": { "delay": 983, "time": "1766944223" }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 869, "uncertainty": 100 }, "departure": { "delay": 876, "uncertainty": 100 }, "stopId": "stop_point:SP_2525", "stopSequence": 5 }, { "arrival": { "delay": 819, "uncertainty": 100 }, "departure": { "delay": 823, "uncertainty": 100 }, "stopId": "stop_point:SP_5627", "stopSequence": 6 }, { "arrival": { "delay": 644, "uncertainty": 100 }, "departure": { "delay": 646, "uncertainty": 100 }, "stopId": "stop_point:SP_3046", "stopSequence": 7 }, { "arrival": { "delay": 587, "uncertainty": 100 }, "departure": { "delay": 588, "uncertainty": 100 }, "stopId": "stop_point:SP_2380", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3785", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3082", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_295", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3844", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3839", "stopSequence": 17 }, { "arrival": { "delay": -11, "time": "1766944429" }, "departure": { "delay": -11, "time": "1766944429" }, "stopId": "stop_point:SP_3670", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766944517" }, "departure": { "delay": 17, "time": "1766944517" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": -14, "time": "1766944606" }, "departure": { "delay": -14, "time": "1766944606" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766944663" }, "departure": { "delay": -17, "time": "1766944663" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766944810" }, "departure": { "delay": 10, "time": "1766944810" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 }, { "arrival": { "delay": -6, "time": "1766944914" }, "departure": { "delay": -6, "time": "1766944914" }, "stopId": "stop_point:SP_3104", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766944987" }, "departure": { "delay": 7, "time": "1766944987" }, "stopId": "stop_point:SP_523", "stopSequence": 25 }, { "arrival": { "delay": -1, "time": "1766945039" }, "departure": { "delay": -1, "time": "1766945039" }, "stopId": "stop_point:SP_3836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_3546", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209768" }, "vehicle": { "id": "27_1461194" } } }, { "id": "TripUpdateJoin:2144146", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 91, "time": "1766942131" }, "departure": { "delay": 91, "time": "1766942131" }, "stopId": "stop_point:SP_70", "stopSequence": 4 }, { "arrival": { "delay": 93, "time": "1766942193" }, "departure": { "delay": 93, "time": "1766942193" }, "stopId": "stop_point:SP_1427", "stopSequence": 5 }, { "arrival": { "delay": 98, "time": "1766942198" }, "departure": { "delay": 98, "time": "1766942198" }, "stopId": "stop_point:SP_1451", "stopSequence": 6 }, { "arrival": { "delay": 141, "time": "1766942301" }, "departure": { "delay": 141, "time": "1766942301" }, "stopId": "stop_point:SP_2980", "stopSequence": 7 }, { "arrival": { "delay": 98, "time": "1766942318" }, "departure": { "delay": 98, "time": "1766942318" }, "stopId": "stop_point:SP_3234", "stopSequence": 8 }, { "arrival": { "delay": 96, "time": "1766942376" }, "departure": { "delay": 96, "time": "1766942376" }, "stopId": "stop_point:SP_2173", "stopSequence": 9 }, { "arrival": { "delay": 96, "time": "1766942436" }, "departure": { "delay": 96, "time": "1766942436" }, "stopId": "stop_point:SP_1454", "stopSequence": 10 }, { "arrival": { "delay": 92, "time": "1766942492" }, "departure": { "delay": 92, "time": "1766942492" }, "stopId": "stop_point:SP_4410", "stopSequence": 11 }, { "arrival": { "delay": 96, "time": "1766942556" }, "departure": { "delay": 96, "time": "1766942556" }, "stopId": "stop_point:SP_2564", "stopSequence": 12 }, { "arrival": { "delay": 146, "time": "1766942606" }, "departure": { "delay": 146, "time": "1766942606" }, "stopId": "stop_point:SP_795", "stopSequence": 13 }, { "arrival": { "delay": 98, "time": "1766942618" }, "departure": { "delay": 98, "time": "1766942618" }, "stopId": "stop_point:SP_415", "stopSequence": 14 }, { "arrival": { "delay": 95, "time": "1766942675" }, "departure": { "delay": 95, "time": "1766942675" }, "stopId": "stop_point:SP_4940", "stopSequence": 15 }, { "arrival": { "delay": 96, "time": "1766942796" }, "departure": { "delay": 96, "time": "1766942796" }, "stopId": "stop_point:SP_320", "stopSequence": 16 }, { "arrival": { "delay": 85, "time": "1766942845" }, "departure": { "delay": 85, "time": "1766942845" }, "stopId": "stop_point:SP_4906", "stopSequence": 17 }, { "arrival": { "delay": 90, "time": "1766942850" }, "departure": { "delay": 90, "time": "1766942850" }, "stopId": "stop_point:SP_3681", "stopSequence": 18 }, { "arrival": { "delay": 96, "time": "1766942916" }, "departure": { "delay": 96, "time": "1766942916" }, "stopId": "stop_point:SP_2892", "stopSequence": 19 }, { "arrival": { "delay": 99, "time": "1766942919" }, "departure": { "delay": 99, "time": "1766942919" }, "stopId": "stop_point:SP_5096", "stopSequence": 20 }, { "arrival": { "delay": 90, "time": "1766942970" }, "departure": { "delay": 90, "time": "1766942970" }, "stopId": "stop_point:SP_2663", "stopSequence": 21 }, { "arrival": { "delay": 98, "time": "1766943038" }, "departure": { "delay": 98, "time": "1766943038" }, "stopId": "stop_point:SP_116", "stopSequence": 22 }, { "arrival": { "delay": 147, "time": "1766943087" }, "departure": { "delay": 147, "time": "1766943087" }, "stopId": "stop_point:SP_1334", "stopSequence": 23 }, { "arrival": { "delay": 91, "time": "1766943091" }, "departure": { "delay": 91, "time": "1766943091" }, "stopId": "stop_point:SP_1973", "stopSequence": 24 }, { "arrival": { "delay": 98, "time": "1766943158" }, "departure": { "delay": 98, "time": "1766943158" }, "stopId": "stop_point:SP_3988", "stopSequence": 25 }, { "arrival": { "delay": 96, "time": "1766943216" }, "departure": { "delay": 96, "time": "1766943216" }, "stopId": "stop_point:SP_3430", "stopSequence": 26 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_657", "stopSequence": 27 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1579", "stopSequence": 28 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1859", "stopSequence": 29 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3122", "stopSequence": 30 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3422", "stopSequence": 31 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1188", "stopSequence": 32 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_58", "stopSequence": 33 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3098", "stopSequence": 34 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1104", "stopSequence": 35 }, { "arrival": { "delay": 52, "uncertainty": 100 }, "departure": { "delay": 52, "uncertainty": 100 }, "stopId": "stop_point:SP_461", "stopSequence": 36 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144146" }, "vehicle": { "id": "1432376" } } }, { "id": "TripUpdateJoin:2186893", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_5037", "stopSequence": 1 }, { "arrival": { "delay": -23, "time": "1766946697" }, "departure": { "delay": -23, "time": "1766946697" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766946820" }, "departure": { "delay": -20, "time": "1766946820" }, "stopId": "stop_point:SP_822", "stopSequence": 4 }, { "arrival": { "delay": -21, "time": "1766946879" }, "departure": { "delay": -21, "time": "1766946879" }, "stopId": "stop_point:SP_2647", "stopSequence": 5 }, { "arrival": { "delay": 6, "time": "1766946966" }, "departure": { "delay": 6, "time": "1766946966" }, "stopId": "stop_point:SP_1412", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_3860", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766947076" }, "departure": { "delay": -4, "time": "1766947076" }, "stopId": "stop_point:SP_3735", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766947211" }, "departure": { "delay": 11, "time": "1766947211" }, "stopId": "stop_point:SP_1844", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766947291" }, "departure": { "delay": -29, "time": "1766947291" }, "stopId": "stop_point:SP_475", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766947350" }, "departure": { "delay": -30, "time": "1766947350" }, "stopId": "stop_point:SP_426", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_2161", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766947482" }, "departure": { "delay": -18, "time": "1766947482" }, "stopId": "stop_point:SP_2151", "stopSequence": 13 }, { "arrival": { "delay": -21, "time": "1766947539" }, "departure": { "delay": -21, "time": "1766947539" }, "stopId": "stop_point:SP_3187", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766947586" }, "departure": { "delay": 26, "time": "1766947586" }, "stopId": "stop_point:SP_3864", "stopSequence": 15 }, { "arrival": { "delay": 20, "time": "1766947640" }, "departure": { "delay": 20, "time": "1766947640" }, "stopId": "stop_point:SP_1379", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_997", "stopSequence": 17 }, { "arrival": { "delay": -16, "time": "1766947724" }, "departure": { "delay": -16, "time": "1766947724" }, "stopId": "stop_point:SP_3066", "stopSequence": 18 }, { "arrival": { "delay": 25, "time": "1766947825" }, "departure": { "delay": 25, "time": "1766947825" }, "stopId": "stop_point:SP_2814", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766947865" }, "departure": { "delay": 5, "time": "1766947865" }, "stopId": "stop_point:SP_274", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766947919" }, "departure": { "delay": -1, "time": "1766947919" }, "stopId": "stop_point:SP_3023", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2951", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766948023" }, "departure": { "delay": -17, "time": "1766948023" }, "stopId": "stop_point:SP_1221", "stopSequence": 23 }, { "arrival": { "delay": 15, "time": "1766948055" }, "departure": { "delay": 15, "time": "1766948055" }, "stopId": "stop_point:SP_196", "stopSequence": 24 }, { "arrival": { "delay": -11, "time": "1766948089" }, "departure": { "delay": -11, "time": "1766948089" }, "stopId": "stop_point:SP_1130", "stopSequence": 25 }, { "arrival": { "delay": 29, "time": "1766948129" }, "departure": { "delay": 29, "time": "1766948129" }, "stopId": "stop_point:SP_454", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_1558", "stopSequence": 27 }, { "arrival": { "delay": 5, "time": "1766948225" }, "departure": { "delay": 5, "time": "1766948225" }, "stopId": "stop_point:SP_1095", "stopSequence": 28 }, { "arrival": { "delay": -10, "time": "1766948270" }, "departure": { "delay": -10, "time": "1766948270" }, "stopId": "stop_point:SP_2970", "stopSequence": 29 }, { "arrival": { "delay": 25, "time": "1766948305" }, "departure": { "delay": 25, "time": "1766948305" }, "stopId": "stop_point:SP_3766", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_5618", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_5601", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186893" }, "vehicle": { "id": "27_1437007" } } }, { "id": "TripUpdateJoin:2166151", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1766942280" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766942609" }, "departure": { "delay": 29, "time": "1766942609" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766942656" }, "departure": { "delay": 16, "time": "1766942656" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1766942782" }, "departure": { "delay": 22, "time": "1766942782" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -26, "time": "1766942854" }, "departure": { "delay": -26, "time": "1766942854" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -7, "time": "1766942933" }, "departure": { "delay": -7, "time": "1766942933" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": 16, "time": "1766943016" }, "departure": { "delay": 16, "time": "1766943016" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 }, { "arrival": { "delay": 19, "time": "1766943139" }, "departure": { "delay": 19, "time": "1766943139" }, "stopId": "stop_point:SP_1668", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_2469", "stopSequence": 9 }, { "arrival": { "delay": -16, "time": "1766943224" }, "departure": { "delay": -16, "time": "1766943224" }, "stopId": "stop_point:SP_1842", "stopSequence": 10 }, { "arrival": { "delay": -21, "time": "1766943279" }, "departure": { "delay": -21, "time": "1766943279" }, "stopId": "stop_point:SP_1317", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_1352", "stopSequence": 12 }, { "arrival": { "delay": -12, "time": "1766943408" }, "departure": { "delay": -12, "time": "1766943408" }, "stopId": "stop_point:SP_1240", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1766943489" }, "departure": { "delay": 9, "time": "1766943489" }, "stopId": "stop_point:SP_3758", "stopSequence": 14 }, { "arrival": { "delay": -5, "time": "1766943535" }, "departure": { "delay": -5, "time": "1766943535" }, "stopId": "stop_point:SP_2918", "stopSequence": 15 }, { "arrival": { "delay": -9, "time": "1766943651" }, "departure": { "delay": -9, "time": "1766943651" }, "stopId": "stop_point:SP_1480", "stopSequence": 16 }, { "arrival": { "delay": 6, "time": "1766943726" }, "departure": { "delay": 6, "time": "1766943726" }, "stopId": "stop_point:SP_501", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_1315", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766943855" }, "departure": { "delay": 15, "time": "1766943855" }, "stopId": "stop_point:SP_968", "stopSequence": 19 }, { "arrival": { "delay": 3, "time": "1766943963" }, "departure": { "delay": 3, "time": "1766943963" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 20, "time": "1766944160" }, "departure": { "delay": 20, "time": "1766944160" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766944414" }, "departure": { "delay": -26, "time": "1766944414" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": -7, "time": "1766944553" }, "departure": { "delay": -7, "time": "1766944553" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944620" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766944716" }, "departure": { "delay": -24, "time": "1766944716" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766944831" }, "departure": { "delay": -29, "time": "1766944831" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 17, "time": "1766944877" }, "departure": { "delay": 17, "time": "1766944877" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": -8, "time": "1766944972" }, "departure": { "delay": -8, "time": "1766944972" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766945016" }, "departure": { "delay": -24, "time": "1766945016" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 21, "time": "1766945061" }, "departure": { "delay": 21, "time": "1766945061" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 0, "time": "1766945160" }, "departure": { "delay": 0, "time": "1766945160" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166151" }, "vehicle": { "id": "1432062" } } }, { "id": "TripUpdateJoin:2145368", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766948463" }, "departure": { "delay": 3, "time": "1766948463" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766948513" }, "departure": { "delay": -7, "time": "1766948513" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948580" }, "departure": { "delay": 0, "time": "1766948580" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": -12, "time": "1766948688" }, "departure": { "delay": -12, "time": "1766948688" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766948839" }, "departure": { "delay": 19, "time": "1766948839" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766949009" }, "departure": { "delay": 9, "time": "1766949009" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766949049" }, "departure": { "delay": -11, "time": "1766949049" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766949119" }, "departure": { "delay": -1, "time": "1766949119" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766949220" }, "departure": { "delay": -20, "time": "1766949220" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766949285" }, "departure": { "delay": -15, "time": "1766949285" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145368" }, "vehicle": { "id": "1432578" } } }, { "id": "TripUpdateJoin:2187354", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -50, "time": "1766942170" }, "departure": { "delay": -50, "time": "1766942170" }, "stopId": "stop_point:SP_1668", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1766942307" }, "departure": { "delay": 27, "time": "1766942307" }, "stopId": "stop_point:SP_402", "stopSequence": 19 }, { "arrival": { "delay": 26, "time": "1766942366" }, "departure": { "delay": 26, "time": "1766942366" }, "stopId": "stop_point:SP_370", "stopSequence": 20 }, { "arrival": { "delay": -44, "time": "1766942416" }, "departure": { "delay": -44, "time": "1766942416" }, "stopId": "stop_point:SP_204", "stopSequence": 21 }, { "arrival": { "delay": -37, "time": "1766942543" }, "departure": { "delay": -37, "time": "1766942543" }, "stopId": "stop_point:SP_3958", "stopSequence": 22 }, { "arrival": { "delay": -50, "time": "1766942590" }, "departure": { "delay": -50, "time": "1766942590" }, "stopId": "stop_point:SP_293", "stopSequence": 23 }, { "arrival": { "delay": -51, "time": "1766942649" }, "departure": { "delay": -51, "time": "1766942649" }, "stopId": "stop_point:SP_2241", "stopSequence": 24 }, { "arrival": { "delay": 24, "time": "1766942784" }, "departure": { "delay": 24, "time": "1766942784" }, "stopId": "stop_point:SP_887", "stopSequence": 25 }, { "arrival": { "delay": -37, "time": "1766942843" }, "departure": { "delay": -37, "time": "1766942843" }, "stopId": "stop_point:SP_1053", "stopSequence": 26 }, { "arrival": { "delay": -45, "time": "1766942895" }, "departure": { "delay": -45, "time": "1766942895" }, "stopId": "stop_point:SP_3149", "stopSequence": 27 }, { "arrival": { "delay": -47, "time": "1766943013" }, "departure": { "delay": -47, "time": "1766943013" }, "stopId": "stop_point:SP_747", "stopSequence": 28 }, { "arrival": { "delay": -50, "time": "1766943130" }, "departure": { "delay": -50, "time": "1766943130" }, "stopId": "stop_point:SP_3772", "stopSequence": 29 }, { "arrival": { "delay": -43, "time": "1766943197" }, "departure": { "delay": -43, "time": "1766943197" }, "stopId": "stop_point:SP_1312", "stopSequence": 30 }, { "arrival": { "delay": -37, "time": "1766943263" }, "departure": { "delay": -37, "time": "1766943263" }, "stopId": "stop_point:SP_1676", "stopSequence": 31 }, { "arrival": { "delay": -50, "time": "1766943310" }, "departure": { "delay": -50, "time": "1766943310" }, "stopId": "stop_point:SP_4741", "stopSequence": 32 }, { "arrival": { "delay": -41, "time": "1766943379" }, "departure": { "delay": -41, "time": "1766943379" }, "stopId": "stop_point:SP_1120", "stopSequence": 33 }, { "arrival": { "delay": -44, "time": "1766943436" }, "departure": { "delay": -44, "time": "1766943436" }, "stopId": "stop_point:SP_1082", "stopSequence": 34 }, { "arrival": { "delay": -50, "time": "1766943490" }, "departure": { "delay": -50, "time": "1766943490" }, "stopId": "stop_point:SP_2725", "stopSequence": 35 }, { "arrival": { "delay": -41, "time": "1766943559" }, "departure": { "delay": -41, "time": "1766943559" }, "stopId": "stop_point:SP_2320", "stopSequence": 36 }, { "arrival": { "delay": -37, "time": "1766943683" }, "departure": { "delay": -37, "time": "1766943683" }, "stopId": "stop_point:SP_1680", "stopSequence": 37 }, { "arrival": { "delay": -31, "time": "1766943689" }, "departure": { "delay": -31, "time": "1766943689" }, "stopId": "stop_point:SP_1757", "stopSequence": 38 }, { "arrival": { "delay": -50, "time": "1766943790" }, "departure": { "delay": -50, "time": "1766943790" }, "stopId": "stop_point:SP_906", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187354" }, "vehicle": { "id": "27_1437468" } } }, { "id": "TripUpdateJoin:2162511", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -585, "time": "1766944335" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766944972" }, "departure": { "delay": -8, "time": "1766944972" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766945154" }, "departure": { "delay": -6, "time": "1766945154" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766945417" }, "departure": { "delay": 17, "time": "1766945417" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766945669" }, "departure": { "delay": 29, "time": "1766945669" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766945782" }, "departure": { "delay": 22, "time": "1766945782" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766945850" }, "departure": { "delay": -30, "time": "1766945850" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766946162" }, "departure": { "delay": -18, "time": "1766946162" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766946276" }, "departure": { "delay": -24, "time": "1766946276" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766946465" }, "departure": { "delay": -15, "time": "1766946465" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766946598" }, "departure": { "delay": -2, "time": "1766946598" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766946674" }, "departure": { "delay": 14, "time": "1766946674" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766946756" }, "departure": { "delay": -24, "time": "1766946756" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162511" }, "vehicle": { "id": "1430690" } } }, { "id": "TripUpdateJoin:2144634", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_2588", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766948519" }, "departure": { "delay": -1, "time": "1766948519" }, "stopId": "stop_point:SP_2006", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766948651" }, "departure": { "delay": 11, "time": "1766948651" }, "stopId": "stop_point:SP_2868", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_3248", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3798", "stopSequence": 5 }, { "arrival": { "delay": -3, "time": "1766948817" }, "departure": { "delay": -3, "time": "1766948817" }, "stopId": "stop_point:SP_277", "stopSequence": 6 }, { "arrival": { "delay": -17, "time": "1766948863" }, "departure": { "delay": -17, "time": "1766948863" }, "stopId": "stop_point:SP_725", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_53", "stopSequence": 8 }, { "arrival": { "delay": 15, "time": "1766949015" }, "departure": { "delay": 15, "time": "1766949015" }, "stopId": "stop_point:SP_3097", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_679", "stopSequence": 10 }, { "arrival": { "delay": -5, "time": "1766949115" }, "departure": { "delay": -5, "time": "1766949115" }, "stopId": "stop_point:SP_3559", "stopSequence": 11 }, { "arrival": { "delay": -14, "time": "1766949166" }, "departure": { "delay": -14, "time": "1766949166" }, "stopId": "stop_point:SP_2023", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766949222" }, "departure": { "delay": -18, "time": "1766949222" }, "stopId": "stop_point:SP_423", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766949282" }, "departure": { "delay": -18, "time": "1766949282" }, "stopId": "stop_point:SP_66", "stopSequence": 14 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144634" }, "vehicle": { "id": "1432414" } } }, { "id": "TripUpdateJoin:2145365", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766944863" }, "departure": { "delay": 3, "time": "1766944863" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766944913" }, "departure": { "delay": -7, "time": "1766944913" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766945124" }, "departure": { "delay": 24, "time": "1766945124" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766945299" }, "departure": { "delay": 19, "time": "1766945299" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766945469" }, "departure": { "delay": 9, "time": "1766945469" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766945509" }, "departure": { "delay": -11, "time": "1766945509" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766945579" }, "departure": { "delay": -1, "time": "1766945579" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766945680" }, "departure": { "delay": -20, "time": "1766945680" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766945745" }, "departure": { "delay": -15, "time": "1766945745" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766945795" }, "departure": { "delay": -25, "time": "1766945795" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 12, "time": "1766945892" }, "departure": { "delay": 12, "time": "1766945892" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766946043" }, "departure": { "delay": -17, "time": "1766946043" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766946119" }, "departure": { "delay": -1, "time": "1766946119" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 19, "time": "1766946199" }, "departure": { "delay": 19, "time": "1766946199" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766946258" }, "departure": { "delay": 18, "time": "1766946258" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": -20, "time": "1766946340" }, "departure": { "delay": -20, "time": "1766946340" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145365" }, "vehicle": { "id": "1432575" } } }, { "id": "TripUpdateJoin:2166080", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 225, "time": "1766942145" }, "departure": { "delay": 225, "time": "1766942145" }, "stopId": "stop_point:SP_1674", "stopSequence": 30 }, { "arrival": { "delay": 221, "time": "1766942201" }, "departure": { "delay": 221, "time": "1766942201" }, "stopId": "stop_point:SP_1644", "stopSequence": 31 }, { "arrival": { "delay": 150, "time": "1766942250" }, "departure": { "delay": 150, "time": "1766942250" }, "stopId": "stop_point:SP_484", "stopSequence": 32 }, { "arrival": { "delay": 225, "time": "1766942325" }, "departure": { "delay": 225, "time": "1766942325" }, "stopId": "stop_point:SP_2514", "stopSequence": 33 }, { "arrival": { "delay": 222, "time": "1766942442" }, "departure": { "delay": 222, "time": "1766942442" }, "stopId": "stop_point:SP_3552", "stopSequence": 34 }, { "arrival": { "delay": 215, "time": "1766942495" }, "departure": { "delay": 215, "time": "1766942495" }, "stopId": "stop_point:SP_4777", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166080" }, "vehicle": { "id": "1432004" } } }, { "id": "TripUpdateJoin:2162595", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_4947", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_605", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1766948949" }, "departure": { "delay": 9, "time": "1766948949" }, "stopId": "stop_point:SP_3690", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_3119", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766949194" }, "departure": { "delay": 14, "time": "1766949194" }, "stopId": "stop_point:SP_3470", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766949283" }, "departure": { "delay": -17, "time": "1766949283" }, "stopId": "stop_point:SP_695", "stopSequence": 6 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162595" }, "vehicle": { "id": "1430516" } } }, { "id": "TripUpdateJoin:2204536", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3140", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766946652" }, "departure": { "delay": -8, "time": "1766946652" }, "stopId": "stop_point:SP_5097", "stopSequence": 2 }, { "arrival": { "delay": 4, "time": "1766946664" }, "departure": { "delay": 4, "time": "1766946664" }, "stopId": "stop_point:SP_3604", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766946700" }, "departure": { "delay": -20, "time": "1766946700" }, "stopId": "stop_point:SP_2125", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766946741" }, "departure": { "delay": 21, "time": "1766946741" }, "stopId": "stop_point:SP_1973", "stopSequence": 5 }, { "arrival": { "delay": 20, "time": "1766946800" }, "departure": { "delay": 20, "time": "1766946800" }, "stopId": "stop_point:SP_3988", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_3430", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766946915" }, "departure": { "delay": 15, "time": "1766946915" }, "stopId": "stop_point:SP_2376", "stopSequence": 8 }, { "arrival": { "delay": -15, "time": "1766946945" }, "departure": { "delay": -15, "time": "1766946945" }, "stopId": "stop_point:SP_405", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_135", "stopSequence": 10 }, { "arrival": { "delay": 1, "time": "1766947081" }, "departure": { "delay": 1, "time": "1766947081" }, "stopId": "stop_point:SP_2824", "stopSequence": 11 }, { "arrival": { "delay": 13, "time": "1766947153" }, "departure": { "delay": 13, "time": "1766947153" }, "stopId": "stop_point:SP_313", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766947180" }, "departure": { "delay": -20, "time": "1766947180" }, "stopId": "stop_point:SP_255", "stopSequence": 13 }, { "arrival": { "delay": 28, "time": "1766947228" }, "departure": { "delay": 28, "time": "1766947228" }, "stopId": "stop_point:SP_818", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766947272" }, "departure": { "delay": 12, "time": "1766947272" }, "stopId": "stop_point:SP_3930", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3669", "stopSequence": 16 }, { "arrival": { "delay": -20, "time": "1766947420" }, "departure": { "delay": -20, "time": "1766947420" }, "stopId": "stop_point:SP_573", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1766947449" }, "departure": { "delay": 9, "time": "1766947449" }, "stopId": "stop_point:SP_895", "stopSequence": 18 }, { "arrival": { "delay": -20, "time": "1766947480" }, "departure": { "delay": -20, "time": "1766947480" }, "stopId": "stop_point:SP_1143", "stopSequence": 19 }, { "arrival": { "delay": -13, "time": "1766947547" }, "departure": { "delay": -13, "time": "1766947547" }, "stopId": "stop_point:SP_2124", "stopSequence": 20 }, { "arrival": { "delay": 17, "time": "1766947577" }, "departure": { "delay": 17, "time": "1766947577" }, "stopId": "stop_point:SP_1406", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_2913", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766947726" }, "departure": { "delay": -14, "time": "1766947726" }, "stopId": "stop_point:SP_2856", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766947751" }, "departure": { "delay": 11, "time": "1766947751" }, "stopId": "stop_point:SP_1207", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_1523", "stopSequence": 25 }, { "arrival": { "delay": -17, "time": "1766947843" }, "departure": { "delay": -17, "time": "1766947843" }, "stopId": "stop_point:SP_2789", "stopSequence": 26 }, { "arrival": { "delay": 29, "time": "1766947889" }, "departure": { "delay": 29, "time": "1766947889" }, "stopId": "stop_point:SP_240", "stopSequence": 27 }, { "arrival": { "delay": 15, "time": "1766947935" }, "departure": { "delay": 15, "time": "1766947935" }, "stopId": "stop_point:SP_2244", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766948003" }, "departure": { "delay": 23, "time": "1766948003" }, "stopId": "stop_point:SP_2452", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_2162", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204536" }, "vehicle": { "id": "1457716" } } }, { "id": "TripUpdateJoin:2168547", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -126, "time": "1766941974" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_5062", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766942160" }, "departure": { "delay": 0, "time": "1766942160" }, "stopId": "stop_point:SP_2597", "stopSequence": 2 }, { "arrival": { "delay": -24, "time": "1766942196" }, "departure": { "delay": -24, "time": "1766942196" }, "stopId": "stop_point:SP_321", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766942220" }, "departure": { "delay": 0, "time": "1766942220" }, "stopId": "stop_point:SP_1267", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766942278" }, "departure": { "delay": -2, "time": "1766942278" }, "stopId": "stop_point:SP_5056", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942340" }, "departure": { "delay": 0, "time": "1766942340" }, "stopId": "stop_point:SP_5061", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766942369" }, "departure": { "delay": 29, "time": "1766942369" }, "stopId": "stop_point:SP_5053", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766942418" }, "departure": { "delay": 18, "time": "1766942418" }, "stopId": "stop_point:SP_5044", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766942463" }, "departure": { "delay": 3, "time": "1766942463" }, "stopId": "stop_point:SP_5051", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_5042", "stopSequence": 10 }, { "arrival": { "delay": 19, "time": "1766942599" }, "departure": { "delay": 19, "time": "1766942599" }, "stopId": "stop_point:SP_5046", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_5049", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766942718" }, "departure": { "delay": 18, "time": "1766942718" }, "stopId": "stop_point:SP_5177", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_5180", "stopSequence": 14 }, { "arrival": { "delay": -28, "time": "1766942852" }, "departure": { "delay": -28, "time": "1766942852" }, "stopId": "stop_point:SP_145", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766942884" }, "departure": { "delay": 4, "time": "1766942884" }, "stopId": "stop_point:SP_1591", "stopSequence": 16 }, { "arrival": { "delay": -9, "time": "1766942931" }, "departure": { "delay": -9, "time": "1766942931" }, "stopId": "stop_point:SP_3191", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766942992" }, "departure": { "delay": -8, "time": "1766942992" }, "stopId": "stop_point:SP_54", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_1959", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766943174" }, "departure": { "delay": -6, "time": "1766943174" }, "stopId": "stop_point:SP_726", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_3106", "stopSequence": 21 }, { "arrival": { "delay": -3, "time": "1766943357" }, "departure": { "delay": -3, "time": "1766943357" }, "stopId": "stop_point:SP_4853", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766943463" }, "departure": { "delay": -17, "time": "1766943463" }, "stopId": "stop_point:SP_1672", "stopSequence": 23 }, { "arrival": { "delay": 1, "time": "1766943541" }, "departure": { "delay": 1, "time": "1766943541" }, "stopId": "stop_point:SP_2104", "stopSequence": 24 }, { "arrival": { "delay": 17, "time": "1766943617" }, "departure": { "delay": 17, "time": "1766943617" }, "stopId": "stop_point:SP_1458", "stopSequence": 25 }, { "arrival": { "delay": -29, "time": "1766943691" }, "departure": { "delay": -29, "time": "1766943691" }, "stopId": "stop_point:SP_2122", "stopSequence": 26 }, { "arrival": { "delay": 14, "time": "1766943734" }, "departure": { "delay": 14, "time": "1766943734" }, "stopId": "stop_point:SP_1867", "stopSequence": 27 }, { "arrival": { "delay": 1, "time": "1766943841" }, "departure": { "delay": 1, "time": "1766943841" }, "stopId": "stop_point:SP_319", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:216", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2168547" }, "vehicle": { "id": "1432877" } } }, { "id": "TripUpdateJoin:2199515", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_93", "stopSequence": 1 }, { "arrival": { "delay": 25, "time": "1766943445" }, "departure": { "delay": 25, "time": "1766943445" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 4, "time": "1766943484" }, "departure": { "delay": 4, "time": "1766943484" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766943537" }, "departure": { "delay": -3, "time": "1766943537" }, "stopId": "stop_point:SP_2191", "stopSequence": 4 }, { "arrival": { "delay": 8, "time": "1766943608" }, "departure": { "delay": 8, "time": "1766943608" }, "stopId": "stop_point:SP_832", "stopSequence": 5 }, { "arrival": { "delay": 21, "time": "1766943681" }, "departure": { "delay": 21, "time": "1766943681" }, "stopId": "stop_point:SP_3947", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_112", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766943748" }, "departure": { "delay": 28, "time": "1766943748" }, "stopId": "stop_point:SP_710", "stopSequence": 8 }, { "arrival": { "delay": 16, "time": "1766943796" }, "departure": { "delay": 16, "time": "1766943796" }, "stopId": "stop_point:SP_1887", "stopSequence": 9 }, { "arrival": { "delay": 24, "time": "1766943864" }, "departure": { "delay": 24, "time": "1766943864" }, "stopId": "stop_point:SP_3130", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_2906", "stopSequence": 11 }, { "arrival": { "delay": -28, "time": "1766943992" }, "departure": { "delay": -28, "time": "1766943992" }, "stopId": "stop_point:SP_1866", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766944098" }, "departure": { "delay": 18, "time": "1766944098" }, "stopId": "stop_point:SP_2819", "stopSequence": 13 }, { "arrival": { "delay": -1, "time": "1766944139" }, "departure": { "delay": -1, "time": "1766944139" }, "stopId": "stop_point:SP_3462", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3510", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_5259", "stopSequence": 16 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199515" }, "vehicle": { "id": "27_1452544" } } }, { "id": "TripUpdateJoin:2152000", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 162, "time": "1766942142" }, "departure": { "delay": 162, "time": "1766942142" }, "stopId": "stop_point:SP_2231", "stopSequence": 4 }, { "arrival": { "delay": 163, "time": "1766942203" }, "departure": { "delay": 163, "time": "1766942203" }, "stopId": "stop_point:SP_2429", "stopSequence": 5 }, { "arrival": { "delay": 164, "time": "1766942324" }, "departure": { "delay": 164, "time": "1766942324" }, "stopId": "stop_point:SP_1698", "stopSequence": 6 }, { "arrival": { "delay": 214, "time": "1766942374" }, "departure": { "delay": 214, "time": "1766942374" }, "stopId": "stop_point:SP_908", "stopSequence": 7 }, { "arrival": { "delay": 169, "uncertainty": 100 }, "departure": { "delay": 184, "uncertainty": 100 }, "stopId": "stop_point:SP_2946", "stopSequence": 8 }, { "arrival": { "delay": 155, "time": "1766942435" }, "departure": { "delay": 155, "time": "1766942435" }, "stopId": "stop_point:SP_3459", "stopSequence": 9 }, { "arrival": { "delay": 162, "time": "1766942442" }, "departure": { "delay": 162, "time": "1766942442" }, "stopId": "stop_point:SP_2273", "stopSequence": 10 }, { "arrival": { "delay": 165, "time": "1766942505" }, "departure": { "delay": 165, "time": "1766942505" }, "stopId": "stop_point:SP_3118", "stopSequence": 11 }, { "arrival": { "delay": 160, "time": "1766942560" }, "departure": { "delay": 160, "time": "1766942560" }, "stopId": "stop_point:SP_2878", "stopSequence": 12 }, { "arrival": { "delay": 162, "time": "1766942562" }, "departure": { "delay": 162, "time": "1766942562" }, "stopId": "stop_point:SP_2349", "stopSequence": 13 }, { "arrival": { "delay": 162, "time": "1766942682" }, "departure": { "delay": 162, "time": "1766942682" }, "stopId": "stop_point:SP_1515", "stopSequence": 14 }, { "arrival": { "delay": 215, "time": "1766942735" }, "departure": { "delay": 215, "time": "1766942735" }, "stopId": "stop_point:SP_1550", "stopSequence": 15 }, { "arrival": { "delay": 162, "time": "1766942742" }, "departure": { "delay": 162, "time": "1766942742" }, "stopId": "stop_point:SP_3184", "stopSequence": 16 }, { "arrival": { "delay": 166, "time": "1766942866" }, "departure": { "delay": 166, "time": "1766942866" }, "stopId": "stop_point:SP_1046", "stopSequence": 17 }, { "arrival": { "delay": 211, "time": "1766942911" }, "departure": { "delay": 211, "time": "1766942911" }, "stopId": "stop_point:SP_2100", "stopSequence": 18 }, { "arrival": { "delay": 168, "time": "1766942928" }, "departure": { "delay": 168, "time": "1766942928" }, "stopId": "stop_point:SP_3720", "stopSequence": 19 }, { "arrival": { "delay": 220, "time": "1766942980" }, "departure": { "delay": 220, "time": "1766942980" }, "stopId": "stop_point:SP_4919", "stopSequence": 20 }, { "arrival": { "delay": 212, "time": "1766943032" }, "departure": { "delay": 212, "time": "1766943032" }, "stopId": "stop_point:SP_3584", "stopSequence": 21 }, { "arrival": { "delay": 166, "uncertainty": 100 }, "departure": { "delay": 181, "uncertainty": 100 }, "stopId": "stop_point:SP_1903", "stopSequence": 22 }, { "arrival": { "delay": 210, "time": "1766943090" }, "departure": { "delay": 210, "time": "1766943090" }, "stopId": "stop_point:SP_3457", "stopSequence": 23 }, { "arrival": { "delay": 214, "time": "1766943154" }, "departure": { "delay": 214, "time": "1766943154" }, "stopId": "stop_point:SP_299", "stopSequence": 24 }, { "arrival": { "delay": 159, "time": "1766943159" }, "departure": { "delay": 159, "time": "1766943159" }, "stopId": "stop_point:SP_1773", "stopSequence": 25 }, { "arrival": { "delay": 155, "time": "1766943275" }, "departure": { "delay": 155, "time": "1766943275" }, "stopId": "stop_point:SP_3504", "stopSequence": 26 }, { "arrival": { "delay": 159, "time": "1766943339" }, "departure": { "delay": 159, "time": "1766943339" }, "stopId": "stop_point:SP_3461", "stopSequence": 27 }, { "arrival": { "delay": 166, "time": "1766943406" }, "departure": { "delay": 166, "time": "1766943406" }, "stopId": "stop_point:SP_527", "stopSequence": 28 }, { "arrival": { "delay": 158, "time": "1766943458" }, "departure": { "delay": 158, "time": "1766943458" }, "stopId": "stop_point:SP_2689", "stopSequence": 29 }, { "arrival": { "delay": 159, "time": "1766943459" }, "departure": { "delay": 159, "time": "1766943459" }, "stopId": "stop_point:SP_482", "stopSequence": 30 }, { "arrival": { "delay": 162, "time": "1766943522" }, "departure": { "delay": 162, "time": "1766943522" }, "stopId": "stop_point:SP_2551", "stopSequence": 31 }, { "arrival": { "delay": 164, "time": "1766943524" }, "departure": { "delay": 164, "time": "1766943524" }, "stopId": "stop_point:SP_4918", "stopSequence": 32 }, { "arrival": { "delay": 158, "time": "1766943578" }, "departure": { "delay": 158, "time": "1766943578" }, "stopId": "stop_point:SP_2083", "stopSequence": 33 }, { "arrival": { "delay": 159, "time": "1766943639" }, "departure": { "delay": 159, "time": "1766943639" }, "stopId": "stop_point:SP_5215", "stopSequence": 34 }, { "arrival": { "delay": 151, "time": "1766943691" }, "departure": { "delay": 151, "time": "1766943691" }, "stopId": "stop_point:SP_5219", "stopSequence": 35 }, { "arrival": { "delay": 153, "time": "1766943993" }, "departure": { "delay": 153, "time": "1766943993" }, "stopId": "stop_point:SP_5216", "stopSequence": 36 }, { "arrival": { "delay": 153, "time": "1766944053" }, "departure": { "delay": 153, "time": "1766944053" }, "stopId": "stop_point:SP_5213", "stopSequence": 37 }, { "arrival": { "delay": 150, "time": "1766944110" }, "departure": { "delay": 150, "time": "1766944110" }, "stopId": "stop_point:SP_3664", "stopSequence": 38 }, { "arrival": { "delay": 215, "time": "1766944175" }, "departure": { "delay": 215, "time": "1766944175" }, "stopId": "stop_point:SP_5218", "stopSequence": 39 }, { "arrival": { "delay": 159, "time": "1766944179" }, "departure": { "delay": 159, "time": "1766944179" }, "stopId": "stop_point:SP_5140", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:32", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152000" }, "vehicle": { "id": "1431623" } } }, { "id": "TripUpdateJoin:2162589", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 27, "time": "1766942127" }, "departure": { "delay": 27, "time": "1766942127" }, "stopId": "stop_point:SP_695", "stopSequence": 6 }, { "arrival": { "delay": 6, "time": "1766942286" }, "departure": { "delay": 6, "time": "1766942286" }, "stopId": "stop_point:SP_1097", "stopSequence": 7 }, { "arrival": { "delay": 6, "time": "1766942406" }, "departure": { "delay": 6, "time": "1766942406" }, "stopId": "stop_point:SP_3482", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766942478" }, "departure": { "delay": 18, "time": "1766942478" }, "stopId": "stop_point:SP_2261", "stopSequence": 9 }, { "arrival": { "delay": 16, "time": "1766942536" }, "departure": { "delay": 16, "time": "1766942536" }, "stopId": "stop_point:SP_2567", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1766942607" }, "departure": { "delay": 27, "time": "1766942607" }, "stopId": "stop_point:SP_412", "stopSequence": 11 }, { "arrival": { "delay": 27, "time": "1766942727" }, "departure": { "delay": 27, "time": "1766942727" }, "stopId": "stop_point:SP_3001", "stopSequence": 12 }, { "arrival": { "delay": 10, "time": "1766942890" }, "departure": { "delay": 10, "time": "1766942890" }, "stopId": "stop_point:SP_1187", "stopSequence": 13 }, { "arrival": { "delay": 20, "time": "1766943020" }, "departure": { "delay": 20, "time": "1766943020" }, "stopId": "stop_point:SP_1845", "stopSequence": 14 }, { "arrival": { "delay": 6, "time": "1766943126" }, "departure": { "delay": 6, "time": "1766943126" }, "stopId": "stop_point:SP_1751", "stopSequence": 15 }, { "arrival": { "delay": 22, "time": "1766943322" }, "departure": { "delay": 22, "time": "1766943322" }, "stopId": "stop_point:SP_4943", "stopSequence": 16 }, { "arrival": { "delay": 13, "time": "1766943373" }, "departure": { "delay": 13, "time": "1766943373" }, "stopId": "stop_point:SP_4945", "stopSequence": 17 }, { "arrival": { "delay": 6, "time": "1766943486" }, "departure": { "delay": 6, "time": "1766943486" }, "stopId": "stop_point:SP_4948", "stopSequence": 18 }, { "arrival": { "delay": 6, "time": "1766943666" }, "departure": { "delay": 6, "time": "1766943666" }, "stopId": "stop_point:SP_3178", "stopSequence": 19 }, { "arrival": { "delay": 14, "time": "1766943794" }, "departure": { "delay": 14, "time": "1766943794" }, "stopId": "stop_point:SP_2925", "stopSequence": 20 }, { "arrival": { "delay": 6, "time": "1766943966" }, "departure": { "delay": 6, "time": "1766943966" }, "stopId": "stop_point:SP_2123", "stopSequence": 21 }, { "arrival": { "delay": 14, "time": "1766944094" }, "departure": { "delay": 14, "time": "1766944094" }, "stopId": "stop_point:SP_1946", "stopSequence": 22 }, { "arrival": { "delay": 6, "time": "1766944206" }, "departure": { "delay": 6, "time": "1766944206" }, "stopId": "stop_point:SP_1132", "stopSequence": 23 }, { "arrival": { "delay": 13, "time": "1766944273" }, "departure": { "delay": 13, "time": "1766944273" }, "stopId": "stop_point:SP_3971", "stopSequence": 24 }, { "arrival": { "delay": 6, "time": "1766944326" }, "departure": { "delay": 6, "time": "1766944326" }, "stopId": "stop_point:SP_115", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162589" }, "vehicle": { "id": "1430513" } } }, { "id": "TripUpdateJoin:2185464", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766941740" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_2324", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1766942790" }, "departure": { "delay": -30, "time": "1766942790" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": 24, "time": "1766942844" }, "departure": { "delay": 24, "time": "1766942844" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -28, "time": "1766942912" }, "departure": { "delay": -28, "time": "1766942912" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766942995" }, "departure": { "delay": -5, "time": "1766942995" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": -7, "time": "1766943113" }, "departure": { "delay": -7, "time": "1766943113" }, "stopId": "stop_point:SP_2410", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_3108", "stopSequence": 8 }, { "arrival": { "delay": -10, "time": "1766943290" }, "departure": { "delay": -10, "time": "1766943290" }, "stopId": "stop_point:SP_1787", "stopSequence": 9 }, { "arrival": { "delay": -25, "time": "1766943335" }, "departure": { "delay": -25, "time": "1766943335" }, "stopId": "stop_point:SP_3520", "stopSequence": 10 }, { "arrival": { "delay": 11, "time": "1766943371" }, "departure": { "delay": 11, "time": "1766943371" }, "stopId": "stop_point:SP_1789", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_564", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766943477" }, "departure": { "delay": -3, "time": "1766943477" }, "stopId": "stop_point:SP_3070", "stopSequence": 13 }, { "arrival": { "delay": 25, "time": "1766943505" }, "departure": { "delay": 25, "time": "1766943505" }, "stopId": "stop_point:SP_3452", "stopSequence": 14 }, { "arrival": { "delay": 15, "time": "1766943555" }, "departure": { "delay": 15, "time": "1766943555" }, "stopId": "stop_point:SP_697", "stopSequence": 15 }, { "arrival": { "delay": -6, "time": "1766943594" }, "departure": { "delay": -6, "time": "1766943594" }, "stopId": "stop_point:SP_1940", "stopSequence": 16 }, { "arrival": { "delay": 29, "time": "1766943629" }, "departure": { "delay": 29, "time": "1766943629" }, "stopId": "stop_point:SP_3572", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_3085", "stopSequence": 18 }, { "arrival": { "delay": -19, "time": "1766943821" }, "departure": { "delay": -19, "time": "1766943821" }, "stopId": "stop_point:SP_1985", "stopSequence": 19 }, { "arrival": { "delay": -7, "time": "1766943893" }, "departure": { "delay": -7, "time": "1766943893" }, "stopId": "stop_point:SP_3611", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766943994" }, "departure": { "delay": -26, "time": "1766943994" }, "stopId": "stop_point:SP_308", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_180", "stopSequence": 22 }, { "arrival": { "delay": -12, "time": "1766944248" }, "departure": { "delay": -12, "time": "1766944248" }, "stopId": "stop_point:SP_3203", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944380" }, "departure": { "delay": 0, "time": "1766944380" }, "stopId": "stop_point:SP_2862", "stopSequence": 24 }, { "arrival": { "delay": 20, "time": "1766944460" }, "departure": { "delay": 20, "time": "1766944460" }, "stopId": "stop_point:SP_2982", "stopSequence": 25 }, { "arrival": { "delay": 15, "time": "1766944515" }, "departure": { "delay": 15, "time": "1766944515" }, "stopId": "stop_point:SP_3686", "stopSequence": 26 }, { "arrival": { "delay": -21, "time": "1766944599" }, "departure": { "delay": -21, "time": "1766944599" }, "stopId": "stop_point:SP_3540", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1776", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766944763" }, "departure": { "delay": 23, "time": "1766944763" }, "stopId": "stop_point:SP_3903", "stopSequence": 29 }, { "arrival": { "delay": 3, "time": "1766944803" }, "departure": { "delay": 3, "time": "1766944803" }, "stopId": "stop_point:SP_1388", "stopSequence": 30 }, { "arrival": { "delay": -5, "time": "1766944915" }, "departure": { "delay": -5, "time": "1766944915" }, "stopId": "stop_point:SP_1613", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_5334", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185464" }, "vehicle": { "id": "27_1435578" } } }, { "id": "TripUpdateJoin:2209762", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 762, "time": "1766942682" }, "departure": { "delay": 762, "time": "1766942682" }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 752, "time": "1766942732" }, "departure": { "delay": 752, "time": "1766942732" }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 858, "uncertainty": 100 }, "departure": { "delay": 964, "uncertainty": 100 }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 957, "uncertainty": 100 }, "departure": { "delay": 1010, "uncertainty": 100 }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 1117, "time": "1766943157" }, "departure": { "delay": 1117, "time": "1766943157" }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 999, "uncertainty": 100 }, "departure": { "delay": 1001, "uncertainty": 100 }, "stopId": "stop_point:SP_2525", "stopSequence": 5 }, { "arrival": { "delay": 942, "uncertainty": 100 }, "departure": { "delay": 943, "uncertainty": 100 }, "stopId": "stop_point:SP_5627", "stopSequence": 6 }, { "arrival": { "delay": 763, "uncertainty": 100 }, "departure": { "delay": 764, "uncertainty": 100 }, "stopId": "stop_point:SP_3046", "stopSequence": 7 }, { "arrival": { "delay": 704, "uncertainty": 100 }, "departure": { "delay": 705, "uncertainty": 100 }, "stopId": "stop_point:SP_2380", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3785", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3082", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_295", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3844", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3839", "stopSequence": 17 }, { "arrival": { "delay": 54, "uncertainty": 100 }, "departure": { "delay": 71, "uncertainty": 100 }, "stopId": "stop_point:SP_3670", "stopSequence": 18 }, { "arrival": { "delay": -15, "time": "1766943345" }, "departure": { "delay": -15, "time": "1766943345" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1766943447" }, "departure": { "delay": 27, "time": "1766943447" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -28, "time": "1766943512" }, "departure": { "delay": -28, "time": "1766943512" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 10, "time": "1766943670" }, "departure": { "delay": 10, "time": "1766943670" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 }, { "arrival": { "delay": -6, "time": "1766943774" }, "departure": { "delay": -6, "time": "1766943774" }, "stopId": "stop_point:SP_3104", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766943847" }, "departure": { "delay": 7, "time": "1766943847" }, "stopId": "stop_point:SP_523", "stopSequence": 25 }, { "arrival": { "delay": -1, "time": "1766943899" }, "departure": { "delay": -1, "time": "1766943899" }, "stopId": "stop_point:SP_3836", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3546", "stopSequence": 27 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209762" }, "vehicle": { "id": "27_1461188" } } }, { "id": "TripUpdateJoin:2147139", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -719, "time": "1766944981" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_71", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766945789" }, "departure": { "delay": 29, "time": "1766945789" }, "stopId": "stop_point:SP_2590", "stopSequence": 2 }, { "arrival": { "delay": 12, "time": "1766945832" }, "departure": { "delay": 12, "time": "1766945832" }, "stopId": "stop_point:SP_3494", "stopSequence": 3 }, { "arrival": { "delay": 8, "time": "1766945888" }, "departure": { "delay": 8, "time": "1766945888" }, "stopId": "stop_point:SP_1206", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766945961" }, "departure": { "delay": 21, "time": "1766945961" }, "stopId": "stop_point:SP_1860", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766945999" }, "departure": { "delay": -1, "time": "1766945999" }, "stopId": "stop_point:SP_2799", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766946033" }, "departure": { "delay": -27, "time": "1766946033" }, "stopId": "stop_point:SP_718", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1766946069" }, "departure": { "delay": 9, "time": "1766946069" }, "stopId": "stop_point:SP_2225", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766946094" }, "departure": { "delay": -26, "time": "1766946094" }, "stopId": "stop_point:SP_3505", "stopSequence": 9 }, { "arrival": { "delay": 12, "time": "1766946132" }, "departure": { "delay": 12, "time": "1766946132" }, "stopId": "stop_point:SP_258", "stopSequence": 10 }, { "arrival": { "delay": -2, "time": "1766946178" }, "departure": { "delay": -2, "time": "1766946178" }, "stopId": "stop_point:SP_3381", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_993", "stopSequence": 12 }, { "arrival": { "delay": -10, "time": "1766946350" }, "departure": { "delay": -10, "time": "1766946350" }, "stopId": "stop_point:SP_3477", "stopSequence": 13 }, { "arrival": { "delay": -18, "time": "1766946402" }, "departure": { "delay": -18, "time": "1766946402" }, "stopId": "stop_point:SP_2106", "stopSequence": 14 }, { "arrival": { "delay": -26, "time": "1766946454" }, "departure": { "delay": -26, "time": "1766946454" }, "stopId": "stop_point:SP_2280", "stopSequence": 15 }, { "arrival": { "delay": 21, "time": "1766946501" }, "departure": { "delay": 21, "time": "1766946501" }, "stopId": "stop_point:SP_1719", "stopSequence": 16 }, { "arrival": { "delay": 10, "time": "1766946550" }, "departure": { "delay": 10, "time": "1766946550" }, "stopId": "stop_point:SP_513", "stopSequence": 17 }, { "arrival": { "delay": 3, "time": "1766946603" }, "departure": { "delay": 3, "time": "1766946603" }, "stopId": "stop_point:SP_2078", "stopSequence": 18 }, { "arrival": { "delay": 15, "time": "1766946675" }, "departure": { "delay": 15, "time": "1766946675" }, "stopId": "stop_point:SP_3196", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_180", "stopSequence": 20 }, { "arrival": { "delay": -21, "time": "1766946819" }, "departure": { "delay": -21, "time": "1766946819" }, "stopId": "stop_point:SP_1434", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766946862" }, "departure": { "delay": 22, "time": "1766946862" }, "stopId": "stop_point:SP_3345", "stopSequence": 22 }, { "arrival": { "delay": 20, "time": "1766946920" }, "departure": { "delay": 20, "time": "1766946920" }, "stopId": "stop_point:SP_3415", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_631", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147139" }, "vehicle": { "id": "1430983" } } }, { "id": "TripUpdateJoin:2152001", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -840, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_2490", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766944870" }, "departure": { "delay": 10, "time": "1766944870" }, "stopId": "stop_point:SP_2028", "stopSequence": 2 }, { "arrival": { "delay": -9, "time": "1766944911" }, "departure": { "delay": -9, "time": "1766944911" }, "stopId": "stop_point:SP_1294", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2231", "stopSequence": 4 }, { "arrival": { "delay": -18, "time": "1766945022" }, "departure": { "delay": -18, "time": "1766945022" }, "stopId": "stop_point:SP_2429", "stopSequence": 5 }, { "arrival": { "delay": -28, "time": "1766945132" }, "departure": { "delay": -28, "time": "1766945132" }, "stopId": "stop_point:SP_1698", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1766945182" }, "departure": { "delay": 22, "time": "1766945182" }, "stopId": "stop_point:SP_908", "stopSequence": 7 }, { "arrival": { "delay": -9, "time": "1766945211" }, "departure": { "delay": -9, "time": "1766945211" }, "stopId": "stop_point:SP_2946", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766945254" }, "departure": { "delay": -26, "time": "1766945254" }, "stopId": "stop_point:SP_3459", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2273", "stopSequence": 10 }, { "arrival": { "delay": -16, "time": "1766945324" }, "departure": { "delay": -16, "time": "1766945324" }, "stopId": "stop_point:SP_3118", "stopSequence": 11 }, { "arrival": { "delay": -21, "time": "1766945379" }, "departure": { "delay": -21, "time": "1766945379" }, "stopId": "stop_point:SP_2878", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766945415" }, "departure": { "delay": 15, "time": "1766945415" }, "stopId": "stop_point:SP_2349", "stopSequence": 13 }, { "arrival": { "delay": -30, "time": "1766945490" }, "departure": { "delay": -30, "time": "1766945490" }, "stopId": "stop_point:SP_1515", "stopSequence": 14 }, { "arrival": { "delay": 23, "time": "1766945543" }, "departure": { "delay": 23, "time": "1766945543" }, "stopId": "stop_point:SP_1550", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_3184", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766945671" }, "departure": { "delay": -29, "time": "1766945671" }, "stopId": "stop_point:SP_1046", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_2100", "stopSequence": 18 }, { "arrival": { "delay": 24, "time": "1766945724" }, "departure": { "delay": 24, "time": "1766945724" }, "stopId": "stop_point:SP_3720", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_4919", "stopSequence": 20 }, { "arrival": { "delay": -15, "time": "1766945805" }, "departure": { "delay": -15, "time": "1766945805" }, "stopId": "stop_point:SP_3584", "stopSequence": 21 }, { "arrival": { "delay": 10, "time": "1766945830" }, "departure": { "delay": 10, "time": "1766945830" }, "stopId": "stop_point:SP_1903", "stopSequence": 22 }, { "arrival": { "delay": -24, "time": "1766945856" }, "departure": { "delay": -24, "time": "1766945856" }, "stopId": "stop_point:SP_3457", "stopSequence": 23 }, { "arrival": { "delay": -29, "time": "1766945911" }, "departure": { "delay": -29, "time": "1766945911" }, "stopId": "stop_point:SP_299", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_1773", "stopSequence": 25 }, { "arrival": { "delay": -22, "time": "1766946038" }, "departure": { "delay": -22, "time": "1766946038" }, "stopId": "stop_point:SP_3504", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3461", "stopSequence": 27 }, { "arrival": { "delay": -11, "time": "1766946169" }, "departure": { "delay": -11, "time": "1766946169" }, "stopId": "stop_point:SP_527", "stopSequence": 28 }, { "arrival": { "delay": -30, "time": "1766946210" }, "departure": { "delay": -30, "time": "1766946210" }, "stopId": "stop_point:SP_2689", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_482", "stopSequence": 30 }, { "arrival": { "delay": -15, "time": "1766946285" }, "departure": { "delay": -15, "time": "1766946285" }, "stopId": "stop_point:SP_2551", "stopSequence": 31 }, { "arrival": { "delay": 5, "time": "1766946305" }, "departure": { "delay": 5, "time": "1766946305" }, "stopId": "stop_point:SP_4918", "stopSequence": 32 }, { "arrival": { "delay": -30, "time": "1766946330" }, "departure": { "delay": -30, "time": "1766946330" }, "stopId": "stop_point:SP_2083", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_5215", "stopSequence": 34 }, { "arrival": { "delay": 7, "time": "1766946487" }, "departure": { "delay": 7, "time": "1766946487" }, "stopId": "stop_point:SP_5219", "stopSequence": 35 }, { "arrival": { "delay": 9, "time": "1766946789" }, "departure": { "delay": 9, "time": "1766946789" }, "stopId": "stop_point:SP_5216", "stopSequence": 36 }, { "arrival": { "delay": -6, "time": "1766946834" }, "departure": { "delay": -6, "time": "1766946834" }, "stopId": "stop_point:SP_5213", "stopSequence": 37 }, { "arrival": { "delay": -9, "time": "1766946891" }, "departure": { "delay": -9, "time": "1766946891" }, "stopId": "stop_point:SP_3664", "stopSequence": 38 }, { "arrival": { "delay": 27, "time": "1766946927" }, "departure": { "delay": 27, "time": "1766946927" }, "stopId": "stop_point:SP_5218", "stopSequence": 39 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_5140", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:32", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152001" }, "vehicle": { "id": "1431624" } } }, { "id": "TripUpdateJoin:2145416", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_3733", "stopSequence": 1 }, { "arrival": { "delay": 14, "time": "1766944514" }, "departure": { "delay": 14, "time": "1766944514" }, "stopId": "stop_point:SP_5276", "stopSequence": 2 }, { "arrival": { "delay": -12, "time": "1766944548" }, "departure": { "delay": -12, "time": "1766944548" }, "stopId": "stop_point:SP_4963", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766944599" }, "departure": { "delay": -21, "time": "1766944599" }, "stopId": "stop_point:SP_3747", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766944641" }, "departure": { "delay": 21, "time": "1766944641" }, "stopId": "stop_point:SP_1589", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766944691" }, "departure": { "delay": 11, "time": "1766944691" }, "stopId": "stop_point:SP_3027", "stopSequence": 6 }, { "arrival": { "delay": -6, "time": "1766944734" }, "departure": { "delay": -6, "time": "1766944734" }, "stopId": "stop_point:SP_871", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_244", "stopSequence": 8 }, { "arrival": { "delay": -14, "time": "1766944846" }, "departure": { "delay": -14, "time": "1766944846" }, "stopId": "stop_point:SP_2546", "stopSequence": 9 }, { "arrival": { "delay": -9, "time": "1766944911" }, "departure": { "delay": -9, "time": "1766944911" }, "stopId": "stop_point:SP_1241", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766944960" }, "departure": { "delay": -20, "time": "1766944960" }, "stopId": "stop_point:SP_911", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766945011" }, "departure": { "delay": -29, "time": "1766945011" }, "stopId": "stop_point:SP_2555", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_2048", "stopSequence": 13 }, { "arrival": { "delay": -9, "time": "1766945091" }, "departure": { "delay": -9, "time": "1766945091" }, "stopId": "stop_point:SP_2454", "stopSequence": 14 }, { "arrival": { "delay": 7, "time": "1766945167" }, "departure": { "delay": 7, "time": "1766945167" }, "stopId": "stop_point:SP_3288", "stopSequence": 15 }, { "arrival": { "delay": 1, "time": "1766945221" }, "departure": { "delay": 1, "time": "1766945221" }, "stopId": "stop_point:SP_2965", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_618", "stopSequence": 17 }, { "arrival": { "delay": -6, "time": "1766945454" }, "departure": { "delay": -6, "time": "1766945454" }, "stopId": "stop_point:SP_501", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1315", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766945612" }, "departure": { "delay": -28, "time": "1766945612" }, "stopId": "stop_point:SP_968", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_4709", "stopSequence": 21 }, { "arrival": { "delay": -14, "time": "1766945806" }, "departure": { "delay": -14, "time": "1766945806" }, "stopId": "stop_point:SP_2212", "stopSequence": 22 }, { "arrival": { "delay": 19, "time": "1766945899" }, "departure": { "delay": 19, "time": "1766945899" }, "stopId": "stop_point:SP_3359", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_2852", "stopSequence": 24 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145416" }, "vehicle": { "id": "1432624" } } }, { "id": "TripUpdateJoin:2204534", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -444, "time": "1766941956" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_3140", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766942452" }, "departure": { "delay": -8, "time": "1766942452" }, "stopId": "stop_point:SP_5097", "stopSequence": 2 }, { "arrival": { "delay": 4, "time": "1766942464" }, "departure": { "delay": 4, "time": "1766942464" }, "stopId": "stop_point:SP_3604", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766942500" }, "departure": { "delay": -20, "time": "1766942500" }, "stopId": "stop_point:SP_2125", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766942541" }, "departure": { "delay": 21, "time": "1766942541" }, "stopId": "stop_point:SP_1973", "stopSequence": 5 }, { "arrival": { "delay": 20, "time": "1766942600" }, "departure": { "delay": 20, "time": "1766942600" }, "stopId": "stop_point:SP_3988", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_3430", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766942715" }, "departure": { "delay": 15, "time": "1766942715" }, "stopId": "stop_point:SP_2376", "stopSequence": 8 }, { "arrival": { "delay": -15, "time": "1766942745" }, "departure": { "delay": -15, "time": "1766942745" }, "stopId": "stop_point:SP_405", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_135", "stopSequence": 10 }, { "arrival": { "delay": 12, "time": "1766942892" }, "departure": { "delay": 12, "time": "1766942892" }, "stopId": "stop_point:SP_2824", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766942975" }, "departure": { "delay": -25, "time": "1766942975" }, "stopId": "stop_point:SP_313", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766943007" }, "departure": { "delay": 7, "time": "1766943007" }, "stopId": "stop_point:SP_255", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766943063" }, "departure": { "delay": 3, "time": "1766943063" }, "stopId": "stop_point:SP_818", "stopSequence": 14 }, { "arrival": { "delay": -6, "time": "1766943114" }, "departure": { "delay": -6, "time": "1766943114" }, "stopId": "stop_point:SP_3930", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_3669", "stopSequence": 16 }, { "arrival": { "delay": -12, "time": "1766943288" }, "departure": { "delay": -12, "time": "1766943288" }, "stopId": "stop_point:SP_573", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1766943323" }, "departure": { "delay": 23, "time": "1766943323" }, "stopId": "stop_point:SP_895", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_1143", "stopSequence": 19 }, { "arrival": { "delay": 20, "time": "1766943440" }, "departure": { "delay": 20, "time": "1766943440" }, "stopId": "stop_point:SP_2124", "stopSequence": 20 }, { "arrival": { "delay": -3, "time": "1766943477" }, "departure": { "delay": -3, "time": "1766943477" }, "stopId": "stop_point:SP_1406", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2913", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766943646" }, "departure": { "delay": -14, "time": "1766943646" }, "stopId": "stop_point:SP_2856", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1766943671" }, "departure": { "delay": 11, "time": "1766943671" }, "stopId": "stop_point:SP_1207", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_1523", "stopSequence": 25 }, { "arrival": { "delay": -17, "time": "1766943763" }, "departure": { "delay": -17, "time": "1766943763" }, "stopId": "stop_point:SP_2789", "stopSequence": 26 }, { "arrival": { "delay": 29, "time": "1766943809" }, "departure": { "delay": 29, "time": "1766943809" }, "stopId": "stop_point:SP_240", "stopSequence": 27 }, { "arrival": { "delay": 15, "time": "1766943855" }, "departure": { "delay": 15, "time": "1766943855" }, "stopId": "stop_point:SP_2244", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1766943923" }, "departure": { "delay": 23, "time": "1766943923" }, "stopId": "stop_point:SP_2452", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_2162", "stopSequence": 30 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204534" }, "vehicle": { "id": "1457714" } } }, { "id": "TripUpdateJoin:2152015", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1380, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_5140", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766945452" }, "departure": { "delay": -8, "time": "1766945452" }, "stopId": "stop_point:SP_5212", "stopSequence": 2 }, { "arrival": { "delay": -13, "time": "1766945507" }, "departure": { "delay": -13, "time": "1766945507" }, "stopId": "stop_point:SP_2337", "stopSequence": 3 }, { "arrival": { "delay": -16, "time": "1766945564" }, "departure": { "delay": -16, "time": "1766945564" }, "stopId": "stop_point:SP_5214", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766945599" }, "departure": { "delay": 19, "time": "1766945599" }, "stopId": "stop_point:SP_5217", "stopSequence": 5 }, { "arrival": { "delay": -10, "time": "1766945930" }, "departure": { "delay": -10, "time": "1766945930" }, "stopId": "stop_point:SP_5221", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_3555", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766946089" }, "departure": { "delay": 29, "time": "1766946089" }, "stopId": "stop_point:SP_2234", "stopSequence": 8 }, { "arrival": { "delay": 1, "time": "1766946121" }, "departure": { "delay": 1, "time": "1766946121" }, "stopId": "stop_point:SP_4920", "stopSequence": 9 }, { "arrival": { "delay": 25, "time": "1766946145" }, "departure": { "delay": 25, "time": "1766946145" }, "stopId": "stop_point:SP_1626", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1007", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766946215" }, "departure": { "delay": -25, "time": "1766946215" }, "stopId": "stop_point:SP_1761", "stopSequence": 12 }, { "arrival": { "delay": 21, "time": "1766946261" }, "departure": { "delay": 21, "time": "1766946261" }, "stopId": "stop_point:SP_920", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_7", "stopSequence": 14 }, { "arrival": { "delay": 5, "time": "1766946365" }, "departure": { "delay": 5, "time": "1766946365" }, "stopId": "stop_point:SP_142", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_1796", "stopSequence": 16 }, { "arrival": { "delay": -22, "time": "1766946458" }, "departure": { "delay": -22, "time": "1766946458" }, "stopId": "stop_point:SP_3344", "stopSequence": 17 }, { "arrival": { "delay": -25, "time": "1766946515" }, "departure": { "delay": -25, "time": "1766946515" }, "stopId": "stop_point:SP_2487", "stopSequence": 18 }, { "arrival": { "delay": 19, "time": "1766946559" }, "departure": { "delay": 19, "time": "1766946559" }, "stopId": "stop_point:SP_2769", "stopSequence": 19 }, { "arrival": { "delay": -19, "time": "1766946581" }, "departure": { "delay": -19, "time": "1766946581" }, "stopId": "stop_point:SP_2424", "stopSequence": 20 }, { "arrival": { "delay": -19, "time": "1766946641" }, "departure": { "delay": -19, "time": "1766946641" }, "stopId": "stop_point:SP_4917", "stopSequence": 21 }, { "arrival": { "delay": 11, "time": "1766946671" }, "departure": { "delay": 11, "time": "1766946671" }, "stopId": "stop_point:SP_1893", "stopSequence": 22 }, { "arrival": { "delay": -15, "time": "1766946705" }, "departure": { "delay": -15, "time": "1766946705" }, "stopId": "stop_point:SP_2417", "stopSequence": 23 }, { "arrival": { "delay": 21, "time": "1766946741" }, "departure": { "delay": 21, "time": "1766946741" }, "stopId": "stop_point:SP_823", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1197", "stopSequence": 25 }, { "arrival": { "delay": -12, "time": "1766946888" }, "departure": { "delay": -12, "time": "1766946888" }, "stopId": "stop_point:SP_2973", "stopSequence": 26 }, { "arrival": { "delay": -3, "time": "1766946957" }, "departure": { "delay": -3, "time": "1766946957" }, "stopId": "stop_point:SP_3724", "stopSequence": 27 }, { "arrival": { "delay": 26, "time": "1766946986" }, "departure": { "delay": 26, "time": "1766946986" }, "stopId": "stop_point:SP_1071", "stopSequence": 28 }, { "arrival": { "delay": 17, "time": "1766947037" }, "departure": { "delay": 17, "time": "1766947037" }, "stopId": "stop_point:SP_2707", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2990", "stopSequence": 30 }, { "arrival": { "delay": 23, "time": "1766947103" }, "departure": { "delay": 23, "time": "1766947103" }, "stopId": "stop_point:SP_3560", "stopSequence": 31 }, { "arrival": { "delay": 2, "time": "1766947142" }, "departure": { "delay": 2, "time": "1766947142" }, "stopId": "stop_point:SP_2642", "stopSequence": 32 }, { "arrival": { "delay": 17, "time": "1766947157" }, "departure": { "delay": 17, "time": "1766947157" }, "stopId": "stop_point:SP_3440", "stopSequence": 33 }, { "arrival": { "delay": 3, "time": "1766947203" }, "departure": { "delay": 3, "time": "1766947203" }, "stopId": "stop_point:SP_409", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1766947320" }, "departure": { "delay": 0, "time": "1766947320" }, "stopId": "stop_point:SP_3442", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_1494", "stopSequence": 36 }, { "arrival": { "delay": 10, "time": "1766947450" }, "departure": { "delay": 10, "time": "1766947450" }, "stopId": "stop_point:SP_97", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2490", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:32", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2152015" }, "vehicle": { "id": "1431638" } } }, { "id": "TripUpdateJoin:2197533", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1140, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_940", "stopSequence": 1 }, { "arrival": { "delay": 28, "time": "1766944288" }, "departure": { "delay": 28, "time": "1766944288" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766944346" }, "departure": { "delay": 26, "time": "1766944346" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766944463" }, "departure": { "delay": 23, "time": "1766944463" }, "stopId": "stop_point:SP_897", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766944500" }, "departure": { "delay": 0, "time": "1766944500" }, "stopId": "stop_point:SP_1084", "stopSequence": 5 }, { "arrival": { "delay": 7, "time": "1766944567" }, "departure": { "delay": 7, "time": "1766944567" }, "stopId": "stop_point:SP_3531", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766944692" }, "departure": { "delay": 12, "time": "1766944692" }, "stopId": "stop_point:SP_1077", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_553", "stopSequence": 8 }, { "arrival": { "delay": -28, "time": "1766944772" }, "departure": { "delay": -28, "time": "1766944772" }, "stopId": "stop_point:SP_3856", "stopSequence": 9 }, { "arrival": { "delay": 20, "time": "1766944880" }, "departure": { "delay": 20, "time": "1766944880" }, "stopId": "stop_point:SP_3238", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766944923" }, "departure": { "delay": 3, "time": "1766944923" }, "stopId": "stop_point:SP_2800", "stopSequence": 11 }, { "arrival": { "delay": -16, "time": "1766944964" }, "departure": { "delay": -16, "time": "1766944964" }, "stopId": "stop_point:SP_1806", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766945018" }, "departure": { "delay": -22, "time": "1766945018" }, "stopId": "stop_point:SP_154", "stopSequence": 13 }, { "arrival": { "delay": 24, "time": "1766945064" }, "departure": { "delay": 24, "time": "1766945064" }, "stopId": "stop_point:SP_1945", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_77", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766945284" }, "departure": { "delay": 4, "time": "1766945284" }, "stopId": "stop_point:SP_3652", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766945310" }, "departure": { "delay": -30, "time": "1766945310" }, "stopId": "stop_point:SP_896", "stopSequence": 17 }, { "arrival": { "delay": 24, "time": "1766945364" }, "departure": { "delay": 24, "time": "1766945364" }, "stopId": "stop_point:SP_3206", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3014", "stopSequence": 19 }, { "arrival": { "delay": -5, "time": "1766945455" }, "departure": { "delay": -5, "time": "1766945455" }, "stopId": "stop_point:SP_719", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_3417", "stopSequence": 21 }, { "arrival": { "delay": -23, "time": "1766945557" }, "departure": { "delay": -23, "time": "1766945557" }, "stopId": "stop_point:SP_2170", "stopSequence": 22 }, { "arrival": { "delay": -3, "time": "1766945577" }, "departure": { "delay": -3, "time": "1766945577" }, "stopId": "stop_point:SP_236", "stopSequence": 23 }, { "arrival": { "delay": 29, "time": "1766945609" }, "departure": { "delay": 29, "time": "1766945609" }, "stopId": "stop_point:SP_1686", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766945647" }, "departure": { "delay": 7, "time": "1766945647" }, "stopId": "stop_point:SP_1461", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766945689" }, "departure": { "delay": -11, "time": "1766945689" }, "stopId": "stop_point:SP_4962", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_3628", "stopSequence": 27 }, { "arrival": { "delay": 23, "time": "1766945843" }, "departure": { "delay": 23, "time": "1766945843" }, "stopId": "stop_point:SP_3169", "stopSequence": 28 }, { "arrival": { "delay": -21, "time": "1766945919" }, "departure": { "delay": -21, "time": "1766945919" }, "stopId": "stop_point:SP_649", "stopSequence": 29 }, { "arrival": { "delay": 24, "time": "1766945964" }, "departure": { "delay": 24, "time": "1766945964" }, "stopId": "stop_point:SP_2673", "stopSequence": 30 }, { "arrival": { "delay": 6, "time": "1766946006" }, "departure": { "delay": 6, "time": "1766946006" }, "stopId": "stop_point:SP_3640", "stopSequence": 31 }, { "arrival": { "delay": 1, "time": "1766946061" }, "departure": { "delay": 1, "time": "1766946061" }, "stopId": "stop_point:SP_3692", "stopSequence": 32 }, { "arrival": { "delay": 8, "time": "1766946128" }, "departure": { "delay": 8, "time": "1766946128" }, "stopId": "stop_point:SP_317", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1870", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766946195" }, "departure": { "delay": 15, "time": "1766946195" }, "stopId": "stop_point:SP_1530", "stopSequence": 35 }, { "arrival": { "delay": 3, "time": "1766946243" }, "departure": { "delay": 3, "time": "1766946243" }, "stopId": "stop_point:SP_1083", "stopSequence": 36 }, { "arrival": { "delay": 19, "time": "1766946259" }, "departure": { "delay": 19, "time": "1766946259" }, "stopId": "stop_point:SP_2421", "stopSequence": 37 }, { "arrival": { "delay": -28, "time": "1766946272" }, "departure": { "delay": -28, "time": "1766946272" }, "stopId": "stop_point:SP_3095", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_3512", "stopSequence": 39 }, { "arrival": { "delay": 0, "time": "1766946420" }, "departure": { "delay": 0, "time": "1766946420" }, "stopId": "stop_point:SP_4097", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197533" }, "vehicle": { "id": "1452664" } } }, { "id": "TripUpdateJoin:2186896", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_5037", "stopSequence": 1 }, { "arrival": { "delay": -23, "time": "1766944897" }, "departure": { "delay": -23, "time": "1766944897" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": -20, "time": "1766945020" }, "departure": { "delay": -20, "time": "1766945020" }, "stopId": "stop_point:SP_822", "stopSequence": 4 }, { "arrival": { "delay": -21, "time": "1766945079" }, "departure": { "delay": -21, "time": "1766945079" }, "stopId": "stop_point:SP_2647", "stopSequence": 5 }, { "arrival": { "delay": 6, "time": "1766945166" }, "departure": { "delay": 6, "time": "1766945166" }, "stopId": "stop_point:SP_1412", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_3860", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766945276" }, "departure": { "delay": -4, "time": "1766945276" }, "stopId": "stop_point:SP_3735", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766945411" }, "departure": { "delay": 11, "time": "1766945411" }, "stopId": "stop_point:SP_1844", "stopSequence": 9 }, { "arrival": { "delay": -29, "time": "1766945491" }, "departure": { "delay": -29, "time": "1766945491" }, "stopId": "stop_point:SP_475", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766945550" }, "departure": { "delay": -30, "time": "1766945550" }, "stopId": "stop_point:SP_426", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_2161", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766945682" }, "departure": { "delay": -18, "time": "1766945682" }, "stopId": "stop_point:SP_2151", "stopSequence": 13 }, { "arrival": { "delay": -21, "time": "1766945739" }, "departure": { "delay": -21, "time": "1766945739" }, "stopId": "stop_point:SP_3187", "stopSequence": 14 }, { "arrival": { "delay": 26, "time": "1766945786" }, "departure": { "delay": 26, "time": "1766945786" }, "stopId": "stop_point:SP_3864", "stopSequence": 15 }, { "arrival": { "delay": 20, "time": "1766945840" }, "departure": { "delay": 20, "time": "1766945840" }, "stopId": "stop_point:SP_1379", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_997", "stopSequence": 17 }, { "arrival": { "delay": -16, "time": "1766945924" }, "departure": { "delay": -16, "time": "1766945924" }, "stopId": "stop_point:SP_3066", "stopSequence": 18 }, { "arrival": { "delay": 25, "time": "1766946025" }, "departure": { "delay": 25, "time": "1766946025" }, "stopId": "stop_point:SP_2814", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766946065" }, "departure": { "delay": 5, "time": "1766946065" }, "stopId": "stop_point:SP_274", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766946119" }, "departure": { "delay": -1, "time": "1766946119" }, "stopId": "stop_point:SP_3023", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_2951", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766946223" }, "departure": { "delay": -17, "time": "1766946223" }, "stopId": "stop_point:SP_1221", "stopSequence": 23 }, { "arrival": { "delay": 15, "time": "1766946255" }, "departure": { "delay": 15, "time": "1766946255" }, "stopId": "stop_point:SP_196", "stopSequence": 24 }, { "arrival": { "delay": -11, "time": "1766946289" }, "departure": { "delay": -11, "time": "1766946289" }, "stopId": "stop_point:SP_1130", "stopSequence": 25 }, { "arrival": { "delay": 29, "time": "1766946329" }, "departure": { "delay": 29, "time": "1766946329" }, "stopId": "stop_point:SP_454", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_1558", "stopSequence": 27 }, { "arrival": { "delay": 5, "time": "1766946425" }, "departure": { "delay": 5, "time": "1766946425" }, "stopId": "stop_point:SP_1095", "stopSequence": 28 }, { "arrival": { "delay": -10, "time": "1766946470" }, "departure": { "delay": -10, "time": "1766946470" }, "stopId": "stop_point:SP_2970", "stopSequence": 29 }, { "arrival": { "delay": 25, "time": "1766946505" }, "departure": { "delay": 25, "time": "1766946505" }, "stopId": "stop_point:SP_3766", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_5618", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_5601", "stopSequence": 32 } ], "timestamp": "1766942094", "trip": { "routeId": "line:171", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2186896" }, "vehicle": { "id": "27_1437010" } } }, { "id": "TripUpdateJoin:2199551", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 228, "time": "1766942148" }, "departure": { "delay": 228, "time": "1766942148" }, "stopId": "stop_point:SP_1093", "stopSequence": 8 }, { "arrival": { "delay": 214, "time": "1766942254" }, "departure": { "delay": 214, "time": "1766942254" }, "stopId": "stop_point:SP_305", "stopSequence": 9 }, { "arrival": { "delay": 220, "time": "1766942260" }, "departure": { "delay": 220, "time": "1766942260" }, "stopId": "stop_point:SP_330", "stopSequence": 10 }, { "arrival": { "delay": 229, "time": "1766942329" }, "departure": { "delay": 229, "time": "1766942329" }, "stopId": "stop_point:SP_1537", "stopSequence": 11 }, { "arrival": { "delay": 215, "time": "1766942375" }, "departure": { "delay": 215, "time": "1766942375" }, "stopId": "stop_point:SP_3295", "stopSequence": 12 }, { "arrival": { "delay": 225, "time": "1766942445" }, "departure": { "delay": 225, "time": "1766942445" }, "stopId": "stop_point:SP_3668", "stopSequence": 13 }, { "arrival": { "delay": 216, "time": "1766942496" }, "departure": { "delay": 216, "time": "1766942496" }, "stopId": "stop_point:SP_1988", "stopSequence": 14 }, { "arrival": { "delay": 200, "time": "1766942540" }, "departure": { "delay": 200, "time": "1766942540" }, "stopId": "stop_point:SP_1680", "stopSequence": 15 }, { "arrival": { "delay": 222, "time": "1766942562" }, "departure": { "delay": 222, "time": "1766942562" }, "stopId": "stop_point:SP_1757", "stopSequence": 16 }, { "arrival": { "delay": 229, "time": "1766942689" }, "departure": { "delay": 229, "time": "1766942689" }, "stopId": "stop_point:SP_93", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199551" }, "vehicle": { "id": "27_1452580" } } }, { "id": "TripUpdateJoin:2206765", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -480, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944620" }, "stopId": "stop_point:SP_1929", "stopSequence": 1 }, { "arrival": { "delay": -18, "time": "1766944662" }, "departure": { "delay": -18, "time": "1766944662" }, "stopId": "stop_point:SP_3954", "stopSequence": 2 }, { "arrival": { "delay": 13, "time": "1766944693" }, "departure": { "delay": 13, "time": "1766944693" }, "stopId": "stop_point:SP_904", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_439", "stopSequence": 4 }, { "arrival": { "delay": 29, "time": "1766944769" }, "departure": { "delay": 29, "time": "1766944769" }, "stopId": "stop_point:SP_3807", "stopSequence": 5 }, { "arrival": { "delay": -1, "time": "1766944799" }, "departure": { "delay": -1, "time": "1766944799" }, "stopId": "stop_point:SP_3156", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766944829" }, "departure": { "delay": 29, "time": "1766944829" }, "stopId": "stop_point:SP_3696", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_1873", "stopSequence": 8 }, { "arrival": { "delay": 19, "time": "1766944999" }, "departure": { "delay": 19, "time": "1766944999" }, "stopId": "stop_point:SP_2801", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766945068" }, "departure": { "delay": 28, "time": "1766945068" }, "stopId": "stop_point:SP_2745", "stopSequence": 10 }, { "arrival": { "delay": -18, "time": "1766945142" }, "departure": { "delay": -18, "time": "1766945142" }, "stopId": "stop_point:SP_667", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766945255" }, "departure": { "delay": -25, "time": "1766945255" }, "stopId": "stop_point:SP_201", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766945340" }, "departure": { "delay": 0, "time": "1766945340" }, "stopId": "stop_point:SP_1882", "stopSequence": 13 } ], "timestamp": "1766942094", "trip": { "routeId": "line:16", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2206765" }, "vehicle": { "id": "27_1458220" } } }, { "id": "TripUpdateJoin:2211176", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_322", "stopSequence": 1 }, { "arrival": { "delay": 29, "time": "1766945549" }, "departure": { "delay": 29, "time": "1766945549" }, "stopId": "stop_point:SP_3273", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766945614" }, "departure": { "delay": -26, "time": "1766945614" }, "stopId": "stop_point:SP_1837", "stopSequence": 3 }, { "arrival": { "delay": 12, "time": "1766945712" }, "departure": { "delay": 12, "time": "1766945712" }, "stopId": "stop_point:SP_2084", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945760" }, "departure": { "delay": 0, "time": "1766945760" }, "stopId": "stop_point:SP_2059", "stopSequence": 5 }, { "arrival": { "delay": 14, "time": "1766945834" }, "departure": { "delay": 14, "time": "1766945834" }, "stopId": "stop_point:SP_3209", "stopSequence": 6 }, { "arrival": { "delay": 17, "time": "1766945897" }, "departure": { "delay": 17, "time": "1766945897" }, "stopId": "stop_point:SP_2631", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_682", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766946063" }, "departure": { "delay": 3, "time": "1766946063" }, "stopId": "stop_point:SP_3573", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_3188", "stopSequence": 10 }, { "arrival": { "delay": -17, "time": "1766946223" }, "departure": { "delay": -17, "time": "1766946223" }, "stopId": "stop_point:SP_1926", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_786", "stopSequence": 12 }, { "arrival": { "delay": 25, "time": "1766946445" }, "departure": { "delay": 25, "time": "1766946445" }, "stopId": "stop_point:SP_1493", "stopSequence": 13 }, { "arrival": { "delay": 17, "time": "1766946497" }, "departure": { "delay": 17, "time": "1766946497" }, "stopId": "stop_point:SP_1516", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_386", "stopSequence": 15 }, { "arrival": { "delay": 11, "time": "1766946671" }, "departure": { "delay": 11, "time": "1766946671" }, "stopId": "stop_point:SP_2041", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766946751" }, "departure": { "delay": -29, "time": "1766946751" }, "stopId": "stop_point:SP_1595", "stopSequence": 17 }, { "arrival": { "delay": 18, "time": "1766946798" }, "departure": { "delay": 18, "time": "1766946798" }, "stopId": "stop_point:SP_39", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_1635", "stopSequence": 19 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211176" }, "vehicle": { "id": "27_1462844" } } }, { "id": "TripUpdateJoin:2193135", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_5247", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_5168", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766944915" }, "departure": { "delay": -5, "time": "1766944915" }, "stopId": "stop_point:SP_243", "stopSequence": 3 }, { "arrival": { "delay": -9, "time": "1766944971" }, "departure": { "delay": -9, "time": "1766944971" }, "stopId": "stop_point:SP_3753", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766944999" }, "departure": { "delay": 19, "time": "1766944999" }, "stopId": "stop_point:SP_1547", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945040" }, "departure": { "delay": 0, "time": "1766945040" }, "stopId": "stop_point:SP_3276", "stopSequence": 6 }, { "arrival": { "delay": -14, "time": "1766945086" }, "departure": { "delay": -14, "time": "1766945086" }, "stopId": "stop_point:SP_1989", "stopSequence": 7 }, { "arrival": { "delay": 16, "time": "1766945116" }, "departure": { "delay": 16, "time": "1766945116" }, "stopId": "stop_point:SP_1190", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_219", "stopSequence": 9 }, { "arrival": { "delay": -28, "time": "1766945252" }, "departure": { "delay": -28, "time": "1766945252" }, "stopId": "stop_point:SP_1370", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_3053", "stopSequence": 11 }, { "arrival": { "delay": 6, "time": "1766945346" }, "departure": { "delay": 6, "time": "1766945346" }, "stopId": "stop_point:SP_3516", "stopSequence": 12 }, { "arrival": { "delay": -7, "time": "1766945393" }, "departure": { "delay": -7, "time": "1766945393" }, "stopId": "stop_point:SP_1879", "stopSequence": 13 }, { "arrival": { "delay": 5, "time": "1766945465" }, "departure": { "delay": 5, "time": "1766945465" }, "stopId": "stop_point:SP_175", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1760", "stopSequence": 15 }, { "arrival": { "delay": -10, "time": "1766945570" }, "departure": { "delay": -10, "time": "1766945570" }, "stopId": "stop_point:SP_2311", "stopSequence": 16 }, { "arrival": { "delay": -13, "time": "1766945627" }, "departure": { "delay": -13, "time": "1766945627" }, "stopId": "stop_point:SP_802", "stopSequence": 17 }, { "arrival": { "delay": -8, "time": "1766945692" }, "departure": { "delay": -8, "time": "1766945692" }, "stopId": "stop_point:SP_2114", "stopSequence": 18 }, { "arrival": { "delay": 8, "time": "1766945768" }, "departure": { "delay": 8, "time": "1766945768" }, "stopId": "stop_point:SP_3810", "stopSequence": 19 }, { "arrival": { "delay": 29, "time": "1766945849" }, "departure": { "delay": 29, "time": "1766945849" }, "stopId": "stop_point:SP_507", "stopSequence": 20 }, { "arrival": { "delay": -25, "time": "1766945915" }, "departure": { "delay": -25, "time": "1766945915" }, "stopId": "stop_point:SP_3354", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_2207", "stopSequence": 22 }, { "arrival": { "delay": -1, "time": "1766946059" }, "departure": { "delay": -1, "time": "1766946059" }, "stopId": "stop_point:SP_2270", "stopSequence": 23 }, { "arrival": { "delay": 17, "time": "1766946137" }, "departure": { "delay": 17, "time": "1766946137" }, "stopId": "stop_point:SP_1526", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_97", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766946240" }, "departure": { "delay": 0, "time": "1766946240" }, "stopId": "stop_point:SP_1175", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:209", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193135" }, "vehicle": { "id": "1449928" } } }, { "id": "TripUpdateJoin:2204125", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -757, "time": "1766942003" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -16, "time": "1766942804" }, "departure": { "delay": -16, "time": "1766942804" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": -20, "time": "1766942860" }, "departure": { "delay": -20, "time": "1766942860" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": -13, "time": "1766943047" }, "departure": { "delay": -13, "time": "1766943047" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": 22, "time": "1766943082" }, "departure": { "delay": 22, "time": "1766943082" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943180" }, "departure": { "delay": 0, "time": "1766943180" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": -16, "time": "1766943284" }, "departure": { "delay": -16, "time": "1766943284" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": -8, "time": "1766943352" }, "departure": { "delay": -8, "time": "1766943352" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766943474" }, "departure": { "delay": -6, "time": "1766943474" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766943532" }, "departure": { "delay": -8, "time": "1766943532" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766943593" }, "departure": { "delay": -7, "time": "1766943593" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766943615" }, "departure": { "delay": 15, "time": "1766943615" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_439", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766943736" }, "departure": { "delay": 16, "time": "1766943736" }, "stopId": "stop_point:SP_3807", "stopSequence": 15 }, { "arrival": { "delay": -25, "time": "1766943815" }, "departure": { "delay": -25, "time": "1766943815" }, "stopId": "stop_point:SP_3156", "stopSequence": 16 }, { "arrival": { "delay": -5, "time": "1766943895" }, "departure": { "delay": -5, "time": "1766943895" }, "stopId": "stop_point:SP_3696", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766943976" }, "departure": { "delay": 16, "time": "1766943976" }, "stopId": "stop_point:SP_1873", "stopSequence": 18 }, { "arrival": { "delay": 29, "time": "1766944109" }, "departure": { "delay": 29, "time": "1766944109" }, "stopId": "stop_point:SP_2801", "stopSequence": 19 }, { "arrival": { "delay": -25, "time": "1766944175" }, "departure": { "delay": -25, "time": "1766944175" }, "stopId": "stop_point:SP_2745", "stopSequence": 20 }, { "arrival": { "delay": -14, "time": "1766944246" }, "departure": { "delay": -14, "time": "1766944246" }, "stopId": "stop_point:SP_667", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766944354" }, "departure": { "delay": -26, "time": "1766944354" }, "stopId": "stop_point:SP_201", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_4021", "stopSequence": 23 }, { "arrival": { "delay": 22, "time": "1766944642" }, "departure": { "delay": 22, "time": "1766944642" }, "stopId": "stop_point:SP_35", "stopSequence": 24 }, { "arrival": { "delay": 29, "time": "1766944769" }, "departure": { "delay": 29, "time": "1766944769" }, "stopId": "stop_point:SP_4775", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766944980" }, "departure": { "delay": 0, "time": "1766944980" }, "stopId": "stop_point:SP_3917", "stopSequence": 26 }, { "arrival": { "delay": 3, "time": "1766945043" }, "departure": { "delay": 3, "time": "1766945043" }, "stopId": "stop_point:SP_1999", "stopSequence": 27 }, { "arrival": { "delay": 24, "time": "1766945124" }, "departure": { "delay": 24, "time": "1766945124" }, "stopId": "stop_point:SP_1991", "stopSequence": 28 }, { "arrival": { "delay": -2, "time": "1766945218" }, "departure": { "delay": -2, "time": "1766945218" }, "stopId": "stop_point:SP_703", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_2295", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766945327" }, "departure": { "delay": -13, "time": "1766945327" }, "stopId": "stop_point:SP_2591", "stopSequence": 31 }, { "arrival": { "delay": -7, "time": "1766945393" }, "departure": { "delay": -7, "time": "1766945393" }, "stopId": "stop_point:SP_343", "stopSequence": 32 }, { "arrival": { "delay": -6, "time": "1766945454" }, "departure": { "delay": -6, "time": "1766945454" }, "stopId": "stop_point:SP_613", "stopSequence": 33 }, { "arrival": { "delay": -4, "time": "1766945516" }, "departure": { "delay": -4, "time": "1766945516" }, "stopId": "stop_point:SP_4723", "stopSequence": 34 }, { "arrival": { "delay": -12, "time": "1766945568" }, "departure": { "delay": -12, "time": "1766945568" }, "stopId": "stop_point:SP_1429", "stopSequence": 35 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_560", "stopSequence": 36 }, { "arrival": { "delay": 12, "time": "1766945712" }, "departure": { "delay": 12, "time": "1766945712" }, "stopId": "stop_point:SP_5268", "stopSequence": 37 }, { "arrival": { "delay": 16, "time": "1766945776" }, "departure": { "delay": 16, "time": "1766945776" }, "stopId": "stop_point:SP_3026", "stopSequence": 38 }, { "arrival": { "delay": 26, "time": "1766945846" }, "departure": { "delay": 26, "time": "1766945846" }, "stopId": "stop_point:SP_504", "stopSequence": 39 }, { "arrival": { "delay": 23, "time": "1766945903" }, "departure": { "delay": 23, "time": "1766945903" }, "stopId": "stop_point:SP_152", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_3262", "stopSequence": 41 }, { "arrival": { "delay": 1, "time": "1766946121" }, "departure": { "delay": 1, "time": "1766946121" }, "stopId": "stop_point:SP_1942", "stopSequence": 42 }, { "arrival": { "delay": 28, "time": "1766946148" }, "departure": { "delay": 28, "time": "1766946148" }, "stopId": "stop_point:SP_1124", "stopSequence": 43 }, { "arrival": { "delay": -11, "time": "1766946229" }, "departure": { "delay": -11, "time": "1766946229" }, "stopId": "stop_point:SP_3524", "stopSequence": 44 }, { "arrival": { "delay": -10, "time": "1766946290" }, "departure": { "delay": -10, "time": "1766946290" }, "stopId": "stop_point:SP_376", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_4721", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204125" }, "vehicle": { "id": "1457913" } } }, { "id": "TripUpdateJoin:2162507", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766941920" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766942572" }, "departure": { "delay": -8, "time": "1766942572" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766942754" }, "departure": { "delay": -6, "time": "1766942754" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766943017" }, "departure": { "delay": 17, "time": "1766943017" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766943269" }, "departure": { "delay": 29, "time": "1766943269" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766943382" }, "departure": { "delay": 22, "time": "1766943382" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766943450" }, "departure": { "delay": -30, "time": "1766943450" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943600" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766943762" }, "departure": { "delay": -18, "time": "1766943762" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766943876" }, "departure": { "delay": -24, "time": "1766943876" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766944065" }, "departure": { "delay": -15, "time": "1766944065" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766944198" }, "departure": { "delay": -2, "time": "1766944198" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766944274" }, "departure": { "delay": 14, "time": "1766944274" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766944356" }, "departure": { "delay": -24, "time": "1766944356" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_5236", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162507" }, "vehicle": { "id": "1430689" } } }, { "id": "TripUpdateJoin:2144109", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -720, "time": "1766941980" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_461", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1256", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3822", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3148", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_519", "stopSequence": 9 }, { "arrival": { "delay": -27, "time": "1766943273" }, "departure": { "delay": -27, "time": "1766943273" }, "stopId": "stop_point:SP_1436", "stopSequence": 10 }, { "arrival": { "delay": -15, "time": "1766943345" }, "departure": { "delay": -15, "time": "1766943345" }, "stopId": "stop_point:SP_3779", "stopSequence": 11 }, { "arrival": { "delay": -29, "time": "1766943391" }, "departure": { "delay": -29, "time": "1766943391" }, "stopId": "stop_point:SP_3025", "stopSequence": 12 }, { "arrival": { "delay": -22, "time": "1766943458" }, "departure": { "delay": -22, "time": "1766943458" }, "stopId": "stop_point:SP_931", "stopSequence": 13 }, { "arrival": { "delay": -41, "time": "1766943499" }, "departure": { "delay": -41, "time": "1766943499" }, "stopId": "stop_point:SP_2330", "stopSequence": 14 }, { "arrival": { "delay": -7, "time": "1766943533" }, "departure": { "delay": -7, "time": "1766943533" }, "stopId": "stop_point:SP_324", "stopSequence": 15 }, { "arrival": { "delay": 8, "time": "1766943608" }, "departure": { "delay": 8, "time": "1766943608" }, "stopId": "stop_point:SP_2491", "stopSequence": 16 }, { "arrival": { "delay": -29, "time": "1766943631" }, "departure": { "delay": -29, "time": "1766943631" }, "stopId": "stop_point:SP_5097", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766943645" }, "departure": { "delay": -15, "time": "1766943645" }, "stopId": "stop_point:SP_3604", "stopSequence": 18 }, { "arrival": { "delay": 5, "time": "1766943725" }, "departure": { "delay": 5, "time": "1766943725" }, "stopId": "stop_point:SP_3185", "stopSequence": 19 }, { "arrival": { "delay": -6, "time": "1766943774" }, "departure": { "delay": -6, "time": "1766943774" }, "stopId": "stop_point:SP_4907", "stopSequence": 20 }, { "arrival": { "delay": -15, "time": "1766943825" }, "departure": { "delay": -15, "time": "1766943825" }, "stopId": "stop_point:SP_3258", "stopSequence": 21 }, { "arrival": { "delay": -26, "time": "1766943934" }, "departure": { "delay": -26, "time": "1766943934" }, "stopId": "stop_point:SP_265", "stopSequence": 22 }, { "arrival": { "delay": -37, "time": "1766943983" }, "departure": { "delay": -37, "time": "1766943983" }, "stopId": "stop_point:SP_1374", "stopSequence": 23 }, { "arrival": { "delay": -44, "time": "1766944036" }, "departure": { "delay": -44, "time": "1766944036" }, "stopId": "stop_point:SP_2247", "stopSequence": 24 }, { "arrival": { "delay": -15, "time": "1766944065" }, "departure": { "delay": -15, "time": "1766944065" }, "stopId": "stop_point:SP_4000", "stopSequence": 25 }, { "arrival": { "delay": -12, "time": "1766944128" }, "departure": { "delay": -12, "time": "1766944128" }, "stopId": "stop_point:SP_4916", "stopSequence": 26 }, { "arrival": { "delay": -15, "time": "1766944185" }, "departure": { "delay": -15, "time": "1766944185" }, "stopId": "stop_point:SP_2008", "stopSequence": 27 }, { "arrival": { "delay": -18, "time": "1766944242" }, "departure": { "delay": -18, "time": "1766944242" }, "stopId": "stop_point:SP_741", "stopSequence": 28 }, { "arrival": { "delay": -32, "time": "1766944288" }, "departure": { "delay": -32, "time": "1766944288" }, "stopId": "stop_point:SP_311", "stopSequence": 29 }, { "arrival": { "delay": 7, "time": "1766944327" }, "departure": { "delay": 7, "time": "1766944327" }, "stopId": "stop_point:SP_2882", "stopSequence": 30 }, { "arrival": { "delay": 3, "time": "1766944383" }, "departure": { "delay": 3, "time": "1766944383" }, "stopId": "stop_point:SP_3831", "stopSequence": 31 }, { "arrival": { "delay": -22, "time": "1766944418" }, "departure": { "delay": -22, "time": "1766944418" }, "stopId": "stop_point:SP_1947", "stopSequence": 32 }, { "arrival": { "delay": -30, "time": "1766944470" }, "departure": { "delay": -30, "time": "1766944470" }, "stopId": "stop_point:SP_1897", "stopSequence": 33 }, { "arrival": { "delay": -15, "time": "1766944545" }, "departure": { "delay": -15, "time": "1766944545" }, "stopId": "stop_point:SP_4522", "stopSequence": 34 }, { "arrival": { "delay": -15, "time": "1766944665" }, "departure": { "delay": -15, "time": "1766944665" }, "stopId": "stop_point:SP_4521", "stopSequence": 35 } ], "timestamp": "1766942094", "trip": { "routeId": "line:193", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144109" }, "vehicle": { "id": "1432336" } } }, { "id": "TripUpdateJoin:2144631", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1766942220" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_2588", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766943119" }, "departure": { "delay": -1, "time": "1766943119" }, "stopId": "stop_point:SP_2006", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766943251" }, "departure": { "delay": 11, "time": "1766943251" }, "stopId": "stop_point:SP_2868", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_3248", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_3798", "stopSequence": 5 }, { "arrival": { "delay": -3, "time": "1766943417" }, "departure": { "delay": -3, "time": "1766943417" }, "stopId": "stop_point:SP_277", "stopSequence": 6 }, { "arrival": { "delay": -17, "time": "1766943463" }, "departure": { "delay": -17, "time": "1766943463" }, "stopId": "stop_point:SP_725", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_53", "stopSequence": 8 }, { "arrival": { "delay": 15, "time": "1766943615" }, "departure": { "delay": 15, "time": "1766943615" }, "stopId": "stop_point:SP_3097", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_679", "stopSequence": 10 }, { "arrival": { "delay": 7, "time": "1766943727" }, "departure": { "delay": 7, "time": "1766943727" }, "stopId": "stop_point:SP_3559", "stopSequence": 11 }, { "arrival": { "delay": 8, "time": "1766943788" }, "departure": { "delay": 8, "time": "1766943788" }, "stopId": "stop_point:SP_2023", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766943855" }, "departure": { "delay": 15, "time": "1766943855" }, "stopId": "stop_point:SP_423", "stopSequence": 13 }, { "arrival": { "delay": 27, "time": "1766943927" }, "departure": { "delay": 27, "time": "1766943927" }, "stopId": "stop_point:SP_66", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_4745", "stopSequence": 15 }, { "arrival": { "delay": -4, "time": "1766944076" }, "departure": { "delay": -4, "time": "1766944076" }, "stopId": "stop_point:SP_4724", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_3424", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144631" }, "vehicle": { "id": "1432398" } } }, { "id": "TripUpdateJoin:2145367", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766947263" }, "departure": { "delay": 3, "time": "1766947263" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766947313" }, "departure": { "delay": -7, "time": "1766947313" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": -12, "time": "1766947488" }, "departure": { "delay": -12, "time": "1766947488" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766947639" }, "departure": { "delay": 19, "time": "1766947639" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766947809" }, "departure": { "delay": 9, "time": "1766947809" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766947849" }, "departure": { "delay": -11, "time": "1766947849" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766947919" }, "departure": { "delay": -1, "time": "1766947919" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766948020" }, "departure": { "delay": -20, "time": "1766948020" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766948085" }, "departure": { "delay": -15, "time": "1766948085" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766948135" }, "departure": { "delay": -25, "time": "1766948135" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 12, "time": "1766948232" }, "departure": { "delay": 12, "time": "1766948232" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766948383" }, "departure": { "delay": -17, "time": "1766948383" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766948459" }, "departure": { "delay": -1, "time": "1766948459" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 19, "time": "1766948539" }, "departure": { "delay": 19, "time": "1766948539" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766948598" }, "departure": { "delay": 18, "time": "1766948598" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": -20, "time": "1766948680" }, "departure": { "delay": -20, "time": "1766948680" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145367" }, "vehicle": { "id": "1432577" } } }, { "id": "TripUpdateJoin:2197562", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -657, "time": "1766941743" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_4097", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766942503" }, "departure": { "delay": -17, "time": "1766942503" }, "stopId": "stop_point:SP_464", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766942531" }, "departure": { "delay": 11, "time": "1766942531" }, "stopId": "stop_point:SP_1545", "stopSequence": 3 }, { "arrival": { "delay": 26, "time": "1766942546" }, "departure": { "delay": 26, "time": "1766942546" }, "stopId": "stop_point:SP_2914", "stopSequence": 4 }, { "arrival": { "delay": -9, "time": "1766942571" }, "departure": { "delay": -9, "time": "1766942571" }, "stopId": "stop_point:SP_1269", "stopSequence": 5 }, { "arrival": { "delay": 24, "time": "1766942604" }, "departure": { "delay": 24, "time": "1766942604" }, "stopId": "stop_point:SP_3811", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942640" }, "departure": { "delay": 0, "time": "1766942640" }, "stopId": "stop_point:SP_1358", "stopSequence": 7 }, { "arrival": { "delay": -4, "time": "1766942696" }, "departure": { "delay": -4, "time": "1766942696" }, "stopId": "stop_point:SP_2346", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766942763" }, "departure": { "delay": 3, "time": "1766942763" }, "stopId": "stop_point:SP_2869", "stopSequence": 9 }, { "arrival": { "delay": 13, "time": "1766942833" }, "departure": { "delay": 13, "time": "1766942833" }, "stopId": "stop_point:SP_3181", "stopSequence": 10 }, { "arrival": { "delay": -17, "time": "1766942863" }, "departure": { "delay": -17, "time": "1766942863" }, "stopId": "stop_point:SP_2076", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766942915" }, "departure": { "delay": -25, "time": "1766942915" }, "stopId": "stop_point:SP_498", "stopSequence": 12 }, { "arrival": { "delay": -3, "time": "1766942997" }, "departure": { "delay": -3, "time": "1766942997" }, "stopId": "stop_point:SP_826", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_4960", "stopSequence": 14 }, { "arrival": { "delay": 12, "time": "1766943192" }, "departure": { "delay": 12, "time": "1766943192" }, "stopId": "stop_point:SP_982", "stopSequence": 15 }, { "arrival": { "delay": 5, "time": "1766943245" }, "departure": { "delay": 5, "time": "1766943245" }, "stopId": "stop_point:SP_1055", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766943279" }, "departure": { "delay": -21, "time": "1766943279" }, "stopId": "stop_point:SP_3977", "stopSequence": 17 }, { "arrival": { "delay": 5, "time": "1766943305" }, "departure": { "delay": 5, "time": "1766943305" }, "stopId": "stop_point:SP_3294", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1766943322" }, "departure": { "delay": 22, "time": "1766943322" }, "stopId": "stop_point:SP_1441", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_40", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766943445" }, "departure": { "delay": 25, "time": "1766943445" }, "stopId": "stop_point:SP_1413", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_2052", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766943523" }, "departure": { "delay": -17, "time": "1766943523" }, "stopId": "stop_point:SP_1821", "stopSequence": 23 }, { "arrival": { "delay": -28, "time": "1766943572" }, "departure": { "delay": -28, "time": "1766943572" }, "stopId": "stop_point:SP_3049", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3282", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766943829" }, "departure": { "delay": -11, "time": "1766943829" }, "stopId": "stop_point:SP_4447", "stopSequence": 26 }, { "arrival": { "delay": -16, "time": "1766943884" }, "departure": { "delay": -16, "time": "1766943884" }, "stopId": "stop_point:SP_4448", "stopSequence": 27 }, { "arrival": { "delay": -27, "time": "1766943933" }, "departure": { "delay": -27, "time": "1766943933" }, "stopId": "stop_point:SP_508", "stopSequence": 28 }, { "arrival": { "delay": 25, "time": "1766943985" }, "departure": { "delay": 25, "time": "1766943985" }, "stopId": "stop_point:SP_3089", "stopSequence": 29 }, { "arrival": { "delay": 22, "time": "1766944042" }, "departure": { "delay": 22, "time": "1766944042" }, "stopId": "stop_point:SP_166", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_1015", "stopSequence": 31 }, { "arrival": { "delay": 11, "time": "1766944271" }, "departure": { "delay": 11, "time": "1766944271" }, "stopId": "stop_point:SP_974", "stopSequence": 32 }, { "arrival": { "delay": 3, "time": "1766944383" }, "departure": { "delay": 3, "time": "1766944383" }, "stopId": "stop_point:SP_552", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1166", "stopSequence": 34 }, { "arrival": { "delay": -4, "time": "1766944556" }, "departure": { "delay": -4, "time": "1766944556" }, "stopId": "stop_point:SP_2031", "stopSequence": 35 }, { "arrival": { "delay": 2, "time": "1766944682" }, "departure": { "delay": 2, "time": "1766944682" }, "stopId": "stop_point:SP_2041", "stopSequence": 36 }, { "arrival": { "delay": 30, "time": "1766944770" }, "departure": { "delay": 30, "time": "1766944770" }, "stopId": "stop_point:SP_1595", "stopSequence": 37 }, { "arrival": { "delay": 22, "time": "1766944822" }, "departure": { "delay": 22, "time": "1766944822" }, "stopId": "stop_point:SP_39", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766944860" }, "departure": { "delay": 0, "time": "1766944860" }, "stopId": "stop_point:SP_940", "stopSequence": 39 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197562" }, "vehicle": { "id": "1452696" } } }, { "id": "TripUpdateJoin:2187311", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -820, "time": "1766941280" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_906", "stopSequence": 1 }, { "arrival": { "delay": 33, "time": "1766942253" }, "departure": { "delay": 33, "time": "1766942253" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766942296" }, "departure": { "delay": 16, "time": "1766942296" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766942394" }, "departure": { "delay": -6, "time": "1766942394" }, "stopId": "stop_point:SP_764", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_3369", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766942531" }, "departure": { "delay": 11, "time": "1766942531" }, "stopId": "stop_point:SP_3739", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766942613" }, "departure": { "delay": -27, "time": "1766942613" }, "stopId": "stop_point:SP_3645", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_4742", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766942778" }, "departure": { "delay": 18, "time": "1766942778" }, "stopId": "stop_point:SP_1976", "stopSequence": 9 }, { "arrival": { "delay": -10, "time": "1766942810" }, "departure": { "delay": -10, "time": "1766942810" }, "stopId": "stop_point:SP_1721", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_2317", "stopSequence": 11 }, { "arrival": { "delay": 27, "time": "1766943027" }, "departure": { "delay": 27, "time": "1766943027" }, "stopId": "stop_point:SP_3591", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766943096" }, "departure": { "delay": -24, "time": "1766943096" }, "stopId": "stop_point:SP_3087", "stopSequence": 13 }, { "arrival": { "delay": -17, "time": "1766943163" }, "departure": { "delay": -17, "time": "1766943163" }, "stopId": "stop_point:SP_1129", "stopSequence": 14 }, { "arrival": { "delay": 8, "time": "1766943248" }, "departure": { "delay": 8, "time": "1766943248" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": 21, "time": "1766943321" }, "departure": { "delay": 21, "time": "1766943321" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": 4, "time": "1766943424" }, "departure": { "delay": 4, "time": "1766943424" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 }, { "arrival": { "delay": 11, "time": "1766943491" }, "departure": { "delay": 11, "time": "1766943491" }, "stopId": "stop_point:SP_2406", "stopSequence": 19 }, { "arrival": { "delay": -3, "time": "1766943537" }, "departure": { "delay": -3, "time": "1766943537" }, "stopId": "stop_point:SP_1291", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766943574" }, "departure": { "delay": -26, "time": "1766943574" }, "stopId": "stop_point:SP_1633", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_4899", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766943889" }, "departure": { "delay": -11, "time": "1766943889" }, "stopId": "stop_point:SP_5326", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_2600", "stopSequence": 24 }, { "arrival": { "delay": 3, "time": "1766944143" }, "departure": { "delay": 3, "time": "1766944143" }, "stopId": "stop_point:SP_835", "stopSequence": 25 }, { "arrival": { "delay": -10, "time": "1766944190" }, "departure": { "delay": -10, "time": "1766944190" }, "stopId": "stop_point:SP_3589", "stopSequence": 26 }, { "arrival": { "delay": 26, "time": "1766944226" }, "departure": { "delay": 26, "time": "1766944226" }, "stopId": "stop_point:SP_2659", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944320" }, "departure": { "delay": 0, "time": "1766944320" }, "stopId": "stop_point:SP_2022", "stopSequence": 28 }, { "arrival": { "delay": -13, "time": "1766944367" }, "departure": { "delay": -13, "time": "1766944367" }, "stopId": "stop_point:SP_3501", "stopSequence": 29 }, { "arrival": { "delay": 17, "time": "1766944457" }, "departure": { "delay": 17, "time": "1766944457" }, "stopId": "stop_point:SP_469", "stopSequence": 30 }, { "arrival": { "delay": -6, "time": "1766944494" }, "departure": { "delay": -6, "time": "1766944494" }, "stopId": "stop_point:SP_731", "stopSequence": 31 }, { "arrival": { "delay": -17, "time": "1766944663" }, "departure": { "delay": -17, "time": "1766944663" }, "stopId": "stop_point:SP_5526", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_5522", "stopSequence": 33 }, { "arrival": { "delay": 29, "time": "1766944829" }, "departure": { "delay": 29, "time": "1766944829" }, "stopId": "stop_point:SP_5520", "stopSequence": 34 }, { "arrival": { "delay": 30, "time": "1766944890" }, "departure": { "delay": 30, "time": "1766944890" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": 39, "time": "1766944959" }, "departure": { "delay": 39, "time": "1766944959" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": 50, "time": "1766945090" }, "departure": { "delay": 50, "time": "1766945090" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187311" }, "vehicle": { "id": "27_1437425" } } }, { "id": "TripUpdateJoin:2182529", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -529, "time": "1766941571" }, "departure": { "delay": 0, "time": "1766942100" }, "stopId": "stop_point:SP_3200", "stopSequence": 1 }, { "arrival": { "delay": 15, "time": "1766942235" }, "departure": { "delay": 15, "time": "1766942235" }, "stopId": "stop_point:SP_91", "stopSequence": 2 }, { "arrival": { "delay": -16, "time": "1766942264" }, "departure": { "delay": -16, "time": "1766942264" }, "stopId": "stop_point:SP_2865", "stopSequence": 3 }, { "arrival": { "delay": -3, "time": "1766942337" }, "departure": { "delay": -3, "time": "1766942337" }, "stopId": "stop_point:SP_1152", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1766942409" }, "departure": { "delay": 9, "time": "1766942409" }, "stopId": "stop_point:SP_3402", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942460" }, "departure": { "delay": 0, "time": "1766942460" }, "stopId": "stop_point:SP_2952", "stopSequence": 6 }, { "arrival": { "delay": 25, "time": "1766942545" }, "departure": { "delay": 25, "time": "1766942545" }, "stopId": "stop_point:SP_1352", "stopSequence": 7 }, { "arrival": { "delay": -17, "time": "1766942623" }, "departure": { "delay": -17, "time": "1766942623" }, "stopId": "stop_point:SP_109", "stopSequence": 8 }, { "arrival": { "delay": 25, "time": "1766942665" }, "departure": { "delay": 25, "time": "1766942665" }, "stopId": "stop_point:SP_2670", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_1692", "stopSequence": 10 }, { "arrival": { "delay": 28, "time": "1766942728" }, "departure": { "delay": 28, "time": "1766942728" }, "stopId": "stop_point:SP_2496", "stopSequence": 11 }, { "arrival": { "delay": -9, "time": "1766942751" }, "departure": { "delay": -9, "time": "1766942751" }, "stopId": "stop_point:SP_2997", "stopSequence": 12 }, { "arrival": { "delay": 18, "time": "1766942778" }, "departure": { "delay": 18, "time": "1766942778" }, "stopId": "stop_point:SP_2665", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_407", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766942880" }, "departure": { "delay": 0, "time": "1766942880" }, "stopId": "stop_point:SP_3653", "stopSequence": 15 }, { "arrival": { "delay": -8, "time": "1766942932" }, "departure": { "delay": -8, "time": "1766942932" }, "stopId": "stop_point:SP_1135", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1337", "stopSequence": 17 }, { "arrival": { "delay": -2, "time": "1766943058" }, "departure": { "delay": -2, "time": "1766943058" }, "stopId": "stop_point:SP_487", "stopSequence": 18 }, { "arrival": { "delay": -3, "time": "1766943177" }, "departure": { "delay": -3, "time": "1766943177" }, "stopId": "stop_point:SP_1385", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766943262" }, "departure": { "delay": 22, "time": "1766943262" }, "stopId": "stop_point:SP_1759", "stopSequence": 20 }, { "arrival": { "delay": -12, "time": "1766943348" }, "departure": { "delay": -12, "time": "1766943348" }, "stopId": "stop_point:SP_882", "stopSequence": 21 }, { "arrival": { "delay": -22, "time": "1766943398" }, "departure": { "delay": -22, "time": "1766943398" }, "stopId": "stop_point:SP_3083", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_5276", "stopSequence": 23 }, { "arrival": { "delay": -7, "time": "1766943533" }, "departure": { "delay": -7, "time": "1766943533" }, "stopId": "stop_point:SP_4963", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766943664" }, "departure": { "delay": 4, "time": "1766943664" }, "stopId": "stop_point:SP_3890", "stopSequence": 25 }, { "arrival": { "delay": 8, "time": "1766943728" }, "departure": { "delay": 8, "time": "1766943728" }, "stopId": "stop_point:SP_2545", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766943815" }, "departure": { "delay": -25, "time": "1766943815" }, "stopId": "stop_point:SP_2730", "stopSequence": 27 }, { "arrival": { "delay": -18, "time": "1766944002" }, "departure": { "delay": -18, "time": "1766944002" }, "stopId": "stop_point:SP_2661", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_3799", "stopSequence": 29 }, { "arrival": { "delay": 9, "time": "1766944149" }, "departure": { "delay": 9, "time": "1766944149" }, "stopId": "stop_point:SP_2792", "stopSequence": 30 }, { "arrival": { "delay": -21, "time": "1766944239" }, "departure": { "delay": -21, "time": "1766944239" }, "stopId": "stop_point:SP_2607", "stopSequence": 31 }, { "arrival": { "delay": -9, "time": "1766944311" }, "departure": { "delay": -9, "time": "1766944311" }, "stopId": "stop_point:SP_474", "stopSequence": 32 }, { "arrival": { "delay": -12, "time": "1766944368" }, "departure": { "delay": -12, "time": "1766944368" }, "stopId": "stop_point:SP_1854", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_548", "stopSequence": 34 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182529" }, "vehicle": { "id": "27_1431291" } } }, { "id": "TripUpdateJoin:2204513", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_2162", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766948763" }, "departure": { "delay": 3, "time": "1766948763" }, "stopId": "stop_point:SP_212", "stopSequence": 2 }, { "arrival": { "delay": -18, "time": "1766948802" }, "departure": { "delay": -18, "time": "1766948802" }, "stopId": "stop_point:SP_3541", "stopSequence": 3 }, { "arrival": { "delay": 17, "time": "1766948897" }, "departure": { "delay": 17, "time": "1766948897" }, "stopId": "stop_point:SP_2931", "stopSequence": 4 }, { "arrival": { "delay": -13, "time": "1766948987" }, "departure": { "delay": -13, "time": "1766948987" }, "stopId": "stop_point:SP_2883", "stopSequence": 5 }, { "arrival": { "delay": -22, "time": "1766949038" }, "departure": { "delay": -22, "time": "1766949038" }, "stopId": "stop_point:SP_424", "stopSequence": 6 }, { "arrival": { "delay": 15, "time": "1766949075" }, "departure": { "delay": 15, "time": "1766949075" }, "stopId": "stop_point:SP_2802", "stopSequence": 7 }, { "arrival": { "delay": -5, "time": "1766949115" }, "departure": { "delay": -5, "time": "1766949115" }, "stopId": "stop_point:SP_3511", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_4483", "stopSequence": 9 }, { "arrival": { "delay": 18, "time": "1766949258" }, "departure": { "delay": 18, "time": "1766949258" }, "stopId": "stop_point:SP_4672", "stopSequence": 10 } ], "timestamp": "1766942094", "trip": { "routeId": "line:142", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204513" }, "vehicle": { "id": "1457670" } } }, { "id": "TripUpdateJoin:2208790", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 102, "time": "1766942142" }, "departure": { "delay": 102, "time": "1766942142" }, "stopId": "stop_point:SP_3854", "stopSequence": 14 }, { "arrival": { "delay": 102, "time": "1766942202" }, "departure": { "delay": 102, "time": "1766942202" }, "stopId": "stop_point:SP_1911", "stopSequence": 15 }, { "arrival": { "delay": 145, "time": "1766942305" }, "departure": { "delay": 145, "time": "1766942305" }, "stopId": "stop_point:SP_1518", "stopSequence": 16 }, { "arrival": { "delay": 102, "time": "1766942322" }, "departure": { "delay": 102, "time": "1766942322" }, "stopId": "stop_point:SP_1051", "stopSequence": 17 }, { "arrival": { "delay": 143, "time": "1766942483" }, "departure": { "delay": 143, "time": "1766942483" }, "stopId": "stop_point:SP_3783", "stopSequence": 18 }, { "arrival": { "delay": 102, "time": "1766942502" }, "departure": { "delay": 102, "time": "1766942502" }, "stopId": "stop_point:SP_5234", "stopSequence": 19 }, { "arrival": { "delay": 144, "time": "1766942664" }, "departure": { "delay": 144, "time": "1766942664" }, "stopId": "stop_point:SP_3010", "stopSequence": 20 }, { "arrival": { "delay": 102, "time": "1766942742" }, "departure": { "delay": 102, "time": "1766942742" }, "stopId": "stop_point:SP_3702", "stopSequence": 21 }, { "arrival": { "delay": 102, "time": "1766942862" }, "departure": { "delay": 102, "time": "1766942862" }, "stopId": "stop_point:SP_2139", "stopSequence": 22 }, { "arrival": { "delay": 149, "time": "1766942969" }, "departure": { "delay": 149, "time": "1766942969" }, "stopId": "stop_point:SP_2767", "stopSequence": 23 }, { "arrival": { "delay": 104, "time": "1766942984" }, "departure": { "delay": 104, "time": "1766942984" }, "stopId": "stop_point:SP_224", "stopSequence": 24 }, { "arrival": { "delay": 102, "time": "1766943042" }, "departure": { "delay": 102, "time": "1766943042" }, "stopId": "stop_point:SP_3046", "stopSequence": 25 }, { "arrival": { "delay": 104, "time": "1766943104" }, "departure": { "delay": 104, "time": "1766943104" }, "stopId": "stop_point:SP_2380", "stopSequence": 26 }, { "arrival": { "delay": 156, "time": "1766943216" }, "departure": { "delay": 156, "time": "1766943216" }, "stopId": "stop_point:SP_626", "stopSequence": 27 }, { "arrival": { "delay": 99, "time": "1766943219" }, "departure": { "delay": 99, "time": "1766943219" }, "stopId": "stop_point:SP_5379", "stopSequence": 28 }, { "arrival": { "delay": 102, "time": "1766943282" }, "departure": { "delay": 102, "time": "1766943282" }, "stopId": "stop_point:SP_3617", "stopSequence": 29 }, { "arrival": { "delay": 150, "time": "1766943330" }, "departure": { "delay": 150, "time": "1766943330" }, "stopId": "stop_point:SP_3514", "stopSequence": 30 }, { "arrival": { "delay": 102, "time": "1766943402" }, "departure": { "delay": 102, "time": "1766943402" }, "stopId": "stop_point:SP_2664", "stopSequence": 31 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208790" }, "vehicle": { "id": "27_1460216" } } }, { "id": "TripUpdateJoin:2182555", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -335, "time": "1766942125" }, "departure": { "delay": -335, "time": "1766942125" }, "stopId": "stop_point:SP_2225", "stopSequence": 23 }, { "arrival": { "delay": -328, "time": "1766942132" }, "departure": { "delay": -328, "time": "1766942132" }, "stopId": "stop_point:SP_3505", "stopSequence": 24 }, { "arrival": { "delay": -333, "time": "1766942187" }, "departure": { "delay": -333, "time": "1766942187" }, "stopId": "stop_point:SP_258", "stopSequence": 25 }, { "arrival": { "delay": -278, "time": "1766942242" }, "departure": { "delay": -278, "time": "1766942242" }, "stopId": "stop_point:SP_3381", "stopSequence": 26 }, { "arrival": { "delay": -333, "time": "1766942307" }, "departure": { "delay": -333, "time": "1766942307" }, "stopId": "stop_point:SP_993", "stopSequence": 27 }, { "arrival": { "delay": -328, "time": "1766942372" }, "departure": { "delay": -328, "time": "1766942372" }, "stopId": "stop_point:SP_3477", "stopSequence": 28 }, { "arrival": { "delay": -328, "time": "1766942432" }, "departure": { "delay": -328, "time": "1766942432" }, "stopId": "stop_point:SP_2259", "stopSequence": 29 }, { "arrival": { "delay": -334, "time": "1766942486" }, "departure": { "delay": -334, "time": "1766942486" }, "stopId": "stop_point:SP_3648", "stopSequence": 30 }, { "arrival": { "delay": -332, "time": "1766942548" }, "departure": { "delay": -332, "time": "1766942548" }, "stopId": "stop_point:SP_3569", "stopSequence": 31 }, { "arrival": { "delay": -281, "time": "1766942599" }, "departure": { "delay": -281, "time": "1766942599" }, "stopId": "stop_point:SP_1024", "stopSequence": 32 }, { "arrival": { "delay": -328, "time": "1766942672" }, "departure": { "delay": -328, "time": "1766942672" }, "stopId": "stop_point:SP_3200", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182555" }, "vehicle": { "id": "27_1431317" } } }, { "id": "TripUpdateJoin:2162512", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_1889", "stopSequence": 1 }, { "arrival": { "delay": -8, "time": "1766945572" }, "departure": { "delay": -8, "time": "1766945572" }, "stopId": "stop_point:SP_1106", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3020", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766945754" }, "departure": { "delay": -6, "time": "1766945754" }, "stopId": "stop_point:SP_1387", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_988", "stopSequence": 5 }, { "arrival": { "delay": 17, "time": "1766946017" }, "departure": { "delay": 17, "time": "1766946017" }, "stopId": "stop_point:SP_1217", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_3485", "stopSequence": 7 }, { "arrival": { "delay": 29, "time": "1766946269" }, "departure": { "delay": 29, "time": "1766946269" }, "stopId": "stop_point:SP_4944", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1766946382" }, "departure": { "delay": 22, "time": "1766946382" }, "stopId": "stop_point:SP_4942", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1766946450" }, "departure": { "delay": -30, "time": "1766946450" }, "stopId": "stop_point:SP_4946", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1384", "stopSequence": 11 }, { "arrival": { "delay": -18, "time": "1766946762" }, "departure": { "delay": -18, "time": "1766946762" }, "stopId": "stop_point:SP_3707", "stopSequence": 12 }, { "arrival": { "delay": -24, "time": "1766946876" }, "departure": { "delay": -24, "time": "1766946876" }, "stopId": "stop_point:SP_144", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766947065" }, "departure": { "delay": -15, "time": "1766947065" }, "stopId": "stop_point:SP_1271", "stopSequence": 14 }, { "arrival": { "delay": -2, "time": "1766947198" }, "departure": { "delay": -2, "time": "1766947198" }, "stopId": "stop_point:SP_2471", "stopSequence": 15 }, { "arrival": { "delay": 14, "time": "1766947274" }, "departure": { "delay": 14, "time": "1766947274" }, "stopId": "stop_point:SP_1681", "stopSequence": 16 }, { "arrival": { "delay": -24, "time": "1766947356" }, "departure": { "delay": -24, "time": "1766947356" }, "stopId": "stop_point:SP_612", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_494", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_3526", "stopSequence": 19 }, { "arrival": { "delay": 5, "time": "1766947685" }, "departure": { "delay": 5, "time": "1766947685" }, "stopId": "stop_point:SP_3229", "stopSequence": 20 }, { "arrival": { "delay": -22, "time": "1766947778" }, "departure": { "delay": -22, "time": "1766947778" }, "stopId": "stop_point:SP_1150", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947920" }, "departure": { "delay": 0, "time": "1766947920" }, "stopId": "stop_point:SP_81", "stopSequence": 22 }, { "arrival": { "delay": -9, "time": "1766948031" }, "departure": { "delay": -9, "time": "1766948031" }, "stopId": "stop_point:SP_1792", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_1268", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766948220" }, "departure": { "delay": 0, "time": "1766948220" }, "stopId": "stop_point:SP_4949", "stopSequence": 25 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162512" }, "vehicle": { "id": "1430631" } } }, { "id": "TripUpdateJoin:2211153", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -960, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1635", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1766945770" }, "departure": { "delay": 10, "time": "1766945770" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766945836" }, "departure": { "delay": 16, "time": "1766945836" }, "stopId": "stop_point:SP_127", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766945880" }, "departure": { "delay": 0, "time": "1766945880" }, "stopId": "stop_point:SP_1313", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766945993" }, "departure": { "delay": -7, "time": "1766945993" }, "stopId": "stop_point:SP_2805", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1766946069" }, "departure": { "delay": 9, "time": "1766946069" }, "stopId": "stop_point:SP_3157", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1289", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766946305" }, "departure": { "delay": 5, "time": "1766946305" }, "stopId": "stop_point:SP_1907", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_1010", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766946437" }, "departure": { "delay": 17, "time": "1766946437" }, "stopId": "stop_point:SP_3339", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_1736", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_3876", "stopSequence": 12 }, { "arrival": { "delay": -26, "time": "1766946634" }, "departure": { "delay": -26, "time": "1766946634" }, "stopId": "stop_point:SP_1339", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_325", "stopSequence": 14 }, { "arrival": { "delay": -4, "time": "1766946776" }, "departure": { "delay": -4, "time": "1766946776" }, "stopId": "stop_point:SP_3548", "stopSequence": 15 }, { "arrival": { "delay": 8, "time": "1766946908" }, "departure": { "delay": 8, "time": "1766946908" }, "stopId": "stop_point:SP_2242", "stopSequence": 16 }, { "arrival": { "delay": 4, "time": "1766946964" }, "departure": { "delay": 4, "time": "1766946964" }, "stopId": "stop_point:SP_3732", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766947020" }, "departure": { "delay": 0, "time": "1766947020" }, "stopId": "stop_point:SP_322", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:97", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2211153" }, "vehicle": { "id": "27_1462821" } } }, { "id": "TripUpdateJoin:2162640", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -977, "time": "1766942023" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_5236", "stopSequence": 1 }, { "arrival": { "delay": 12, "time": "1766943072" }, "departure": { "delay": 12, "time": "1766943072" }, "stopId": "stop_point:SP_2261", "stopSequence": 2 }, { "arrival": { "delay": 10, "time": "1766943130" }, "departure": { "delay": 10, "time": "1766943130" }, "stopId": "stop_point:SP_2567", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1766943207" }, "departure": { "delay": 27, "time": "1766943207" }, "stopId": "stop_point:SP_412", "stopSequence": 4 }, { "arrival": { "delay": 21, "time": "1766943321" }, "departure": { "delay": 21, "time": "1766943321" }, "stopId": "stop_point:SP_3001", "stopSequence": 5 }, { "arrival": { "delay": 4, "time": "1766943484" }, "departure": { "delay": 4, "time": "1766943484" }, "stopId": "stop_point:SP_1187", "stopSequence": 6 }, { "arrival": { "delay": -18, "time": "1766943582" }, "departure": { "delay": -18, "time": "1766943582" }, "stopId": "stop_point:SP_1845", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_1751", "stopSequence": 8 }, { "arrival": { "delay": -16, "time": "1766943884" }, "departure": { "delay": -16, "time": "1766943884" }, "stopId": "stop_point:SP_4943", "stopSequence": 9 }, { "arrival": { "delay": -2, "time": "1766943958" }, "departure": { "delay": -2, "time": "1766943958" }, "stopId": "stop_point:SP_4945", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766944080" }, "departure": { "delay": 0, "time": "1766944080" }, "stopId": "stop_point:SP_4948", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944260" }, "departure": { "delay": 0, "time": "1766944260" }, "stopId": "stop_point:SP_3178", "stopSequence": 12 }, { "arrival": { "delay": 8, "time": "1766944388" }, "departure": { "delay": 8, "time": "1766944388" }, "stopId": "stop_point:SP_2925", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_2123", "stopSequence": 14 }, { "arrival": { "delay": 8, "time": "1766944688" }, "departure": { "delay": 8, "time": "1766944688" }, "stopId": "stop_point:SP_1946", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766944800" }, "departure": { "delay": 0, "time": "1766944800" }, "stopId": "stop_point:SP_1132", "stopSequence": 16 }, { "arrival": { "delay": 7, "time": "1766944867" }, "departure": { "delay": 7, "time": "1766944867" }, "stopId": "stop_point:SP_3971", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_115", "stopSequence": 18 } ], "timestamp": "1766942094", "trip": { "routeId": "line:68", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2162640" }, "vehicle": { "id": "1430577" } } }, { "id": "TripUpdateJoin:2199555", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766949120" }, "departure": { "delay": 0, "time": "1766949120" }, "stopId": "stop_point:SP_5259", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766949129" }, "departure": { "delay": 9, "time": "1766949129" }, "stopId": "stop_point:SP_5384", "stopSequence": 2 }, { "arrival": { "delay": -5, "time": "1766949175" }, "departure": { "delay": -5, "time": "1766949175" }, "stopId": "stop_point:SP_3269", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766949221" }, "departure": { "delay": -19, "time": "1766949221" }, "stopId": "stop_point:SP_3655", "stopSequence": 4 }, { "arrival": { "delay": 10, "time": "1766949250" }, "departure": { "delay": 10, "time": "1766949250" }, "stopId": "stop_point:SP_345", "stopSequence": 5 } ], "timestamp": "1766942094", "trip": { "routeId": "line:10", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2199555" }, "vehicle": { "id": "27_1452584" } } }, { "id": "TripUpdateJoin:2187314", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_906", "stopSequence": 1 }, { "arrival": { "delay": 33, "time": "1766946453" }, "departure": { "delay": 33, "time": "1766946453" }, "stopId": "stop_point:SP_2858", "stopSequence": 2 }, { "arrival": { "delay": 16, "time": "1766946496" }, "departure": { "delay": 16, "time": "1766946496" }, "stopId": "stop_point:SP_3186", "stopSequence": 3 }, { "arrival": { "delay": -6, "time": "1766946594" }, "departure": { "delay": -6, "time": "1766946594" }, "stopId": "stop_point:SP_764", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766946660" }, "departure": { "delay": 0, "time": "1766946660" }, "stopId": "stop_point:SP_3369", "stopSequence": 5 }, { "arrival": { "delay": 11, "time": "1766946731" }, "departure": { "delay": 11, "time": "1766946731" }, "stopId": "stop_point:SP_3739", "stopSequence": 6 }, { "arrival": { "delay": -27, "time": "1766946813" }, "departure": { "delay": -27, "time": "1766946813" }, "stopId": "stop_point:SP_3645", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_4742", "stopSequence": 8 }, { "arrival": { "delay": 18, "time": "1766946978" }, "departure": { "delay": 18, "time": "1766946978" }, "stopId": "stop_point:SP_1976", "stopSequence": 9 }, { "arrival": { "delay": -10, "time": "1766947010" }, "departure": { "delay": -10, "time": "1766947010" }, "stopId": "stop_point:SP_1721", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2317", "stopSequence": 11 }, { "arrival": { "delay": -10, "time": "1766947190" }, "departure": { "delay": -10, "time": "1766947190" }, "stopId": "stop_point:SP_3591", "stopSequence": 12 }, { "arrival": { "delay": -18, "time": "1766947242" }, "departure": { "delay": -18, "time": "1766947242" }, "stopId": "stop_point:SP_3087", "stopSequence": 13 }, { "arrival": { "delay": -28, "time": "1766947292" }, "departure": { "delay": -28, "time": "1766947292" }, "stopId": "stop_point:SP_1129", "stopSequence": 14 }, { "arrival": { "delay": -24, "time": "1766947356" }, "departure": { "delay": -24, "time": "1766947356" }, "stopId": "stop_point:SP_2887", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766947411" }, "departure": { "delay": -29, "time": "1766947411" }, "stopId": "stop_point:SP_2910", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947440" }, "departure": { "delay": 0, "time": "1766947440" }, "stopId": "stop_point:SP_3529", "stopSequence": 17 }, { "arrival": { "delay": -9, "time": "1766947491" }, "departure": { "delay": -9, "time": "1766947491" }, "stopId": "stop_point:SP_1465", "stopSequence": 18 }, { "arrival": { "delay": -15, "time": "1766947545" }, "departure": { "delay": -15, "time": "1766947545" }, "stopId": "stop_point:SP_2406", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1766947582" }, "departure": { "delay": 22, "time": "1766947582" }, "stopId": "stop_point:SP_1291", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766947611" }, "departure": { "delay": -9, "time": "1766947611" }, "stopId": "stop_point:SP_1633", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947680" }, "departure": { "delay": 0, "time": "1766947680" }, "stopId": "stop_point:SP_4899", "stopSequence": 22 }, { "arrival": { "delay": -11, "time": "1766947909" }, "departure": { "delay": -11, "time": "1766947909" }, "stopId": "stop_point:SP_5326", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_2600", "stopSequence": 24 }, { "arrival": { "delay": -13, "time": "1766948147" }, "departure": { "delay": -13, "time": "1766948147" }, "stopId": "stop_point:SP_835", "stopSequence": 25 }, { "arrival": { "delay": 23, "time": "1766948183" }, "departure": { "delay": 23, "time": "1766948183" }, "stopId": "stop_point:SP_3589", "stopSequence": 26 }, { "arrival": { "delay": -11, "time": "1766948209" }, "departure": { "delay": -11, "time": "1766948209" }, "stopId": "stop_point:SP_2659", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_2022", "stopSequence": 28 }, { "arrival": { "delay": -19, "time": "1766948321" }, "departure": { "delay": -19, "time": "1766948321" }, "stopId": "stop_point:SP_3501", "stopSequence": 29 }, { "arrival": { "delay": -3, "time": "1766948397" }, "departure": { "delay": -3, "time": "1766948397" }, "stopId": "stop_point:SP_469", "stopSequence": 30 }, { "arrival": { "delay": 29, "time": "1766948429" }, "departure": { "delay": 29, "time": "1766948429" }, "stopId": "stop_point:SP_731", "stopSequence": 31 }, { "arrival": { "delay": -6, "time": "1766948574" }, "departure": { "delay": -6, "time": "1766948574" }, "stopId": "stop_point:SP_5526", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_5522", "stopSequence": 33 }, { "arrival": { "delay": 29, "time": "1766948729" }, "departure": { "delay": 29, "time": "1766948729" }, "stopId": "stop_point:SP_5520", "stopSequence": 34 }, { "arrival": { "delay": 30, "time": "1766948790" }, "departure": { "delay": 30, "time": "1766948790" }, "stopId": "stop_point:SP_5524", "stopSequence": 35 }, { "arrival": { "delay": 39, "time": "1766948859" }, "departure": { "delay": 39, "time": "1766948859" }, "stopId": "stop_point:SP_5523", "stopSequence": 36 }, { "arrival": { "delay": 50, "time": "1766948990" }, "departure": { "delay": 50, "time": "1766948990" }, "stopId": "stop_point:SP_3039", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_5397", "stopSequence": 38 } ], "timestamp": "1766942094", "trip": { "routeId": "line:269", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2187314" }, "vehicle": { "id": "27_1437428" } } }, { "id": "TripUpdateJoin:2153862", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -31, "time": "1766942129" }, "departure": { "delay": -31, "time": "1766942129" }, "stopId": "stop_point:SP_4900", "stopSequence": 15 }, { "arrival": { "delay": -95, "time": "1766942185" }, "departure": { "delay": -95, "time": "1766942185" }, "stopId": "stop_point:SP_484", "stopSequence": 16 }, { "arrival": { "delay": -84, "time": "1766942196" }, "departure": { "delay": -84, "time": "1766942196" }, "stopId": "stop_point:SP_2514", "stopSequence": 17 }, { "arrival": { "delay": -32, "time": "1766942308" }, "departure": { "delay": -32, "time": "1766942308" }, "stopId": "stop_point:SP_3460", "stopSequence": 18 }, { "arrival": { "delay": -48, "time": "1766942352" }, "departure": { "delay": -48, "time": "1766942352" }, "stopId": "stop_point:SP_2936", "stopSequence": 19 }, { "arrival": { "delay": -84, "time": "1766942376" }, "departure": { "delay": -84, "time": "1766942376" }, "stopId": "stop_point:SP_261", "stopSequence": 20 }, { "arrival": { "delay": -80, "time": "1766942440" }, "departure": { "delay": -80, "time": "1766942440" }, "stopId": "stop_point:SP_3481", "stopSequence": 21 }, { "arrival": { "delay": -84, "time": "1766942496" }, "departure": { "delay": -84, "time": "1766942496" }, "stopId": "stop_point:SP_288", "stopSequence": 22 }, { "arrival": { "delay": -85, "time": "1766942555" }, "departure": { "delay": -85, "time": "1766942555" }, "stopId": "stop_point:SP_1281", "stopSequence": 23 }, { "arrival": { "delay": -51, "time": "1766942589" }, "departure": { "delay": -51, "time": "1766942589" }, "stopId": "stop_point:SP_220", "stopSequence": 24 }, { "arrival": { "delay": -78, "time": "1766942622" }, "departure": { "delay": -78, "time": "1766942622" }, "stopId": "stop_point:SP_1894", "stopSequence": 25 }, { "arrival": { "delay": -84, "time": "1766942676" }, "departure": { "delay": -84, "time": "1766942676" }, "stopId": "stop_point:SP_1707", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:105", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2153862" }, "vehicle": { "id": "1431909" } } }, { "id": "TripUpdateJoin:2209772", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947500" }, "departure": { "delay": 0, "time": "1766947500" }, "stopId": "stop_point:SP_2840", "stopSequence": 1 }, { "arrival": { "delay": 628, "time": "1766948248" }, "departure": { "delay": 628, "time": "1766948248" }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 636, "uncertainty": 100 }, "departure": { "delay": 644, "uncertainty": 100 }, "stopId": "stop_point:SP_50", "stopSequence": 2 }, { "arrival": { "delay": 588, "uncertainty": 100 }, "departure": { "delay": 592, "uncertainty": 100 }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 601, "time": "1766948281" }, "departure": { "delay": 601, "time": "1766948281" }, "stopId": "stop_point:SP_3318", "stopSequence": 3 }, { "arrival": { "delay": 640, "uncertainty": 100 }, "departure": { "delay": 740, "uncertainty": 100 }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 939, "time": "1766948679" }, "departure": { "delay": 939, "time": "1766948679" }, "stopId": "stop_point:SP_1704", "stopSequence": 4 }, { "arrival": { "delay": 821, "uncertainty": 100 }, "departure": { "delay": 824, "uncertainty": 100 }, "stopId": "stop_point:SP_2525", "stopSequence": 5 }, { "arrival": { "delay": 765, "uncertainty": 100 }, "departure": { "delay": 767, "uncertainty": 100 }, "stopId": "stop_point:SP_5627", "stopSequence": 6 }, { "arrival": { "delay": 587, "uncertainty": 100 }, "departure": { "delay": 588, "uncertainty": 100 }, "stopId": "stop_point:SP_3046", "stopSequence": 7 }, { "arrival": { "delay": 528, "uncertainty": 100 }, "departure": { "delay": 529, "uncertainty": 100 }, "stopId": "stop_point:SP_2380", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_806", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_1012", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3759", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3915", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3785", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3082", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_295", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3844", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_3839", "stopSequence": 17 }, { "arrival": { "delay": -11, "time": "1766948869" }, "departure": { "delay": -11, "time": "1766948869" }, "stopId": "stop_point:SP_3670", "stopSequence": 18 }, { "arrival": { "delay": 17, "time": "1766948957" }, "departure": { "delay": 17, "time": "1766948957" }, "stopId": "stop_point:SP_3902", "stopSequence": 19 }, { "arrival": { "delay": -14, "time": "1766949046" }, "departure": { "delay": -14, "time": "1766949046" }, "stopId": "stop_point:SP_1274", "stopSequence": 20 }, { "arrival": { "delay": -17, "time": "1766949103" }, "departure": { "delay": -17, "time": "1766949103" }, "stopId": "stop_point:SP_2818", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766949180" }, "departure": { "delay": 0, "time": "1766949180" }, "stopId": "stop_point:SP_2955", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_1948", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209772" }, "vehicle": { "id": "27_1461198" } } }, { "id": "TripUpdateJoin:2205239", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -586, "time": "1766941814" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_5142", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766942520" }, "departure": { "delay": 0, "time": "1766942520" }, "stopId": "stop_point:SP_1014", "stopSequence": 2 }, { "arrival": { "delay": -21, "time": "1766942559" }, "departure": { "delay": -21, "time": "1766942559" }, "stopId": "stop_point:SP_1562", "stopSequence": 3 }, { "arrival": { "delay": 10, "time": "1766942590" }, "departure": { "delay": 10, "time": "1766942590" }, "stopId": "stop_point:SP_2958", "stopSequence": 4 }, { "arrival": { "delay": -7, "time": "1766942633" }, "departure": { "delay": -7, "time": "1766942633" }, "stopId": "stop_point:SP_5239", "stopSequence": 5 }, { "arrival": { "delay": -23, "time": "1766942677" }, "departure": { "delay": -23, "time": "1766942677" }, "stopId": "stop_point:SP_1396", "stopSequence": 6 }, { "arrival": { "delay": 9, "time": "1766942709" }, "departure": { "delay": 9, "time": "1766942709" }, "stopId": "stop_point:SP_249", "stopSequence": 7 }, { "arrival": { "delay": -15, "time": "1766942745" }, "departure": { "delay": -15, "time": "1766942745" }, "stopId": "stop_point:SP_2468", "stopSequence": 8 }, { "arrival": { "delay": 20, "time": "1766942780" }, "departure": { "delay": 20, "time": "1766942780" }, "stopId": "stop_point:SP_341", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_1542", "stopSequence": 10 }, { "arrival": { "delay": -3, "time": "1766942877" }, "departure": { "delay": -3, "time": "1766942877" }, "stopId": "stop_point:SP_3774", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_4783", "stopSequence": 12 }, { "arrival": { "delay": -17, "time": "1766942983" }, "departure": { "delay": -17, "time": "1766942983" }, "stopId": "stop_point:SP_851", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766943015" }, "departure": { "delay": 15, "time": "1766943015" }, "stopId": "stop_point:SP_529", "stopSequence": 14 }, { "arrival": { "delay": -3, "time": "1766943057" }, "departure": { "delay": -3, "time": "1766943057" }, "stopId": "stop_point:SP_2835", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_1192", "stopSequence": 16 }, { "arrival": { "delay": -21, "time": "1766943159" }, "departure": { "delay": -21, "time": "1766943159" }, "stopId": "stop_point:SP_1047", "stopSequence": 17 }, { "arrival": { "delay": 11, "time": "1766943191" }, "departure": { "delay": 11, "time": "1766943191" }, "stopId": "stop_point:SP_160", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_2305", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_3216", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766943438" }, "departure": { "delay": 18, "time": "1766943438" }, "stopId": "stop_point:SP_656", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1766943502" }, "departure": { "delay": 22, "time": "1766943502" }, "stopId": "stop_point:SP_2289", "stopSequence": 22 }, { "arrival": { "delay": -16, "time": "1766943584" }, "departure": { "delay": -16, "time": "1766943584" }, "stopId": "stop_point:SP_983", "stopSequence": 23 }, { "arrival": { "delay": -1, "time": "1766943659" }, "departure": { "delay": -1, "time": "1766943659" }, "stopId": "stop_point:SP_2427", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943720" }, "departure": { "delay": 0, "time": "1766943720" }, "stopId": "stop_point:SP_702", "stopSequence": 25 }, { "arrival": { "delay": 7, "time": "1766943787" }, "departure": { "delay": 7, "time": "1766943787" }, "stopId": "stop_point:SP_259", "stopSequence": 26 }, { "arrival": { "delay": 5, "time": "1766943845" }, "departure": { "delay": 5, "time": "1766943845" }, "stopId": "stop_point:SP_113", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_3853", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_1140", "stopSequence": 29 } ], "timestamp": "1766942094", "trip": { "routeId": "line:33", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2205239" }, "vehicle": { "id": "27_1455329" } } }, { "id": "TripUpdateJoin:2145364", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1020, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_2852", "stopSequence": 1 }, { "arrival": { "delay": 3, "time": "1766943663" }, "departure": { "delay": 3, "time": "1766943663" }, "stopId": "stop_point:SP_1434", "stopSequence": 2 }, { "arrival": { "delay": -7, "time": "1766943713" }, "departure": { "delay": -7, "time": "1766943713" }, "stopId": "stop_point:SP_3345", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_3415", "stopSequence": 4 }, { "arrival": { "delay": 24, "time": "1766943924" }, "departure": { "delay": 24, "time": "1766943924" }, "stopId": "stop_point:SP_35", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_4710", "stopSequence": 6 }, { "arrival": { "delay": 19, "time": "1766944099" }, "departure": { "delay": 19, "time": "1766944099" }, "stopId": "stop_point:SP_1522", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766944200" }, "stopId": "stop_point:SP_57", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1766944269" }, "departure": { "delay": 9, "time": "1766944269" }, "stopId": "stop_point:SP_1491", "stopSequence": 9 }, { "arrival": { "delay": -11, "time": "1766944309" }, "departure": { "delay": -11, "time": "1766944309" }, "stopId": "stop_point:SP_2127", "stopSequence": 10 }, { "arrival": { "delay": -1, "time": "1766944379" }, "departure": { "delay": -1, "time": "1766944379" }, "stopId": "stop_point:SP_253", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_2508", "stopSequence": 12 }, { "arrival": { "delay": -20, "time": "1766944480" }, "departure": { "delay": -20, "time": "1766944480" }, "stopId": "stop_point:SP_3116", "stopSequence": 13 }, { "arrival": { "delay": -15, "time": "1766944545" }, "departure": { "delay": -15, "time": "1766944545" }, "stopId": "stop_point:SP_1114", "stopSequence": 14 }, { "arrival": { "delay": -25, "time": "1766944595" }, "departure": { "delay": -25, "time": "1766944595" }, "stopId": "stop_point:SP_2538", "stopSequence": 15 }, { "arrival": { "delay": 12, "time": "1766944692" }, "departure": { "delay": 12, "time": "1766944692" }, "stopId": "stop_point:SP_3204", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766944740" }, "departure": { "delay": 0, "time": "1766944740" }, "stopId": "stop_point:SP_2229", "stopSequence": 17 }, { "arrival": { "delay": -17, "time": "1766944843" }, "departure": { "delay": -17, "time": "1766944843" }, "stopId": "stop_point:SP_1949", "stopSequence": 18 }, { "arrival": { "delay": -1, "time": "1766944919" }, "departure": { "delay": -1, "time": "1766944919" }, "stopId": "stop_point:SP_1662", "stopSequence": 19 }, { "arrival": { "delay": 19, "time": "1766944999" }, "departure": { "delay": 19, "time": "1766944999" }, "stopId": "stop_point:SP_3303", "stopSequence": 20 }, { "arrival": { "delay": 18, "time": "1766945058" }, "departure": { "delay": 18, "time": "1766945058" }, "stopId": "stop_point:SP_469", "stopSequence": 21 }, { "arrival": { "delay": -20, "time": "1766945140" }, "departure": { "delay": -20, "time": "1766945140" }, "stopId": "stop_point:SP_4961", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1766945220" }, "departure": { "delay": 0, "time": "1766945220" }, "stopId": "stop_point:SP_3733", "stopSequence": 23 } ], "timestamp": "1766942094", "trip": { "routeId": "line:172", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2145364" }, "vehicle": { "id": "1432574" } } }, { "id": "TripUpdateJoin:2182543", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -600, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943600" }, "stopId": "stop_point:SP_548", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766943703" }, "departure": { "delay": -17, "time": "1766943703" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766943754" }, "departure": { "delay": -26, "time": "1766943754" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766943819" }, "departure": { "delay": -21, "time": "1766943819" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766943898" }, "departure": { "delay": -2, "time": "1766943898" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": 28, "time": "1766944048" }, "departure": { "delay": 28, "time": "1766944048" }, "stopId": "stop_point:SP_3735", "stopSequence": 7 }, { "arrival": { "delay": 2, "time": "1766944262" }, "departure": { "delay": 2, "time": "1766944262" }, "stopId": "stop_point:SP_1844", "stopSequence": 8 }, { "arrival": { "delay": 10, "time": "1766944390" }, "departure": { "delay": 10, "time": "1766944390" }, "stopId": "stop_point:SP_737", "stopSequence": 9 }, { "arrival": { "delay": 9, "time": "1766944449" }, "departure": { "delay": 9, "time": "1766944449" }, "stopId": "stop_point:SP_875", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1766944590" }, "departure": { "delay": -30, "time": "1766944590" }, "stopId": "stop_point:SP_4961", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_4720", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766944741" }, "departure": { "delay": 1, "time": "1766944741" }, "stopId": "stop_point:SP_603", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766944802" }, "departure": { "delay": 2, "time": "1766944802" }, "stopId": "stop_point:SP_340", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766944876" }, "departure": { "delay": 16, "time": "1766944876" }, "stopId": "stop_point:SP_2304", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766944963" }, "departure": { "delay": -17, "time": "1766944963" }, "stopId": "stop_point:SP_2562", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_2590", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766945145" }, "departure": { "delay": -15, "time": "1766945145" }, "stopId": "stop_point:SP_3494", "stopSequence": 18 }, { "arrival": { "delay": -16, "time": "1766945204" }, "departure": { "delay": -16, "time": "1766945204" }, "stopId": "stop_point:SP_1206", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766945280" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_1860", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766945314" }, "departure": { "delay": -26, "time": "1766945314" }, "stopId": "stop_point:SP_2799", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766945344" }, "departure": { "delay": 4, "time": "1766945344" }, "stopId": "stop_point:SP_718", "stopSequence": 22 }, { "arrival": { "delay": -23, "time": "1766945377" }, "departure": { "delay": -23, "time": "1766945377" }, "stopId": "stop_point:SP_2225", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_3505", "stopSequence": 24 }, { "arrival": { "delay": -21, "time": "1766945439" }, "departure": { "delay": -21, "time": "1766945439" }, "stopId": "stop_point:SP_258", "stopSequence": 25 }, { "arrival": { "delay": 26, "time": "1766945486" }, "departure": { "delay": 26, "time": "1766945486" }, "stopId": "stop_point:SP_3381", "stopSequence": 26 }, { "arrival": { "delay": -29, "time": "1766945551" }, "departure": { "delay": -29, "time": "1766945551" }, "stopId": "stop_point:SP_993", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766945640" }, "departure": { "delay": 0, "time": "1766945640" }, "stopId": "stop_point:SP_3477", "stopSequence": 28 }, { "arrival": { "delay": -4, "time": "1766945696" }, "departure": { "delay": -4, "time": "1766945696" }, "stopId": "stop_point:SP_2259", "stopSequence": 29 }, { "arrival": { "delay": -15, "time": "1766945745" }, "departure": { "delay": -15, "time": "1766945745" }, "stopId": "stop_point:SP_3648", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766945807" }, "departure": { "delay": -13, "time": "1766945807" }, "stopId": "stop_point:SP_3569", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1766945843" }, "departure": { "delay": 23, "time": "1766945843" }, "stopId": "stop_point:SP_1024", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766945940" }, "departure": { "delay": 0, "time": "1766945940" }, "stopId": "stop_point:SP_3200", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182543" }, "vehicle": { "id": "27_1431305" } } }, { "id": "TripUpdateJoin:2209735", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_3546", "stopSequence": 1 }, { "arrival": { "delay": -2, "time": "1766948578" }, "departure": { "delay": -2, "time": "1766948578" }, "stopId": "stop_point:SP_3383", "stopSequence": 2 }, { "arrival": { "delay": -13, "time": "1766948627" }, "departure": { "delay": -13, "time": "1766948627" }, "stopId": "stop_point:SP_3850", "stopSequence": 3 }, { "arrival": { "delay": -17, "time": "1766948683" }, "departure": { "delay": -17, "time": "1766948683" }, "stopId": "stop_point:SP_2130", "stopSequence": 4 }, { "arrival": { "delay": 19, "time": "1766948779" }, "departure": { "delay": 19, "time": "1766948779" }, "stopId": "stop_point:SP_1357", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_2042", "stopSequence": 6 }, { "arrival": { "delay": 3, "time": "1766948883" }, "departure": { "delay": 3, "time": "1766948883" }, "stopId": "stop_point:SP_2517", "stopSequence": 7 }, { "arrival": { "delay": -27, "time": "1766948973" }, "departure": { "delay": -27, "time": "1766948973" }, "stopId": "stop_point:SP_1487", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_3528", "stopSequence": 9 }, { "arrival": { "delay": 22, "time": "1766949142" }, "departure": { "delay": 22, "time": "1766949142" }, "stopId": "stop_point:SP_3671", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_135", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "stop_point:SP_2969", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:187", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2209735" }, "vehicle": { "id": "27_1461161" } } }, { "id": "TripUpdateJoin:2208792", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -779, "time": "1766944501" }, "departure": { "delay": 0, "time": "1766945280" }, "stopId": "stop_point:SP_326", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766945400" }, "departure": { "delay": 0, "time": "1766945400" }, "stopId": "stop_point:SP_1574", "stopSequence": 2 }, { "arrival": { "delay": -10, "time": "1766945450" }, "departure": { "delay": -10, "time": "1766945450" }, "stopId": "stop_point:SP_2137", "stopSequence": 3 }, { "arrival": { "delay": 28, "time": "1766945488" }, "departure": { "delay": 28, "time": "1766945488" }, "stopId": "stop_point:SP_3408", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766945520" }, "departure": { "delay": 0, "time": "1766945520" }, "stopId": "stop_point:SP_2831", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945580" }, "departure": { "delay": 0, "time": "1766945580" }, "stopId": "stop_point:SP_1815", "stopSequence": 6 }, { "arrival": { "delay": -2, "time": "1766945638" }, "departure": { "delay": -2, "time": "1766945638" }, "stopId": "stop_point:SP_3373", "stopSequence": 7 }, { "arrival": { "delay": 18, "time": "1766945658" }, "departure": { "delay": 18, "time": "1766945658" }, "stopId": "stop_point:SP_3634", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766945700" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_5641", "stopSequence": 9 }, { "arrival": { "delay": 17, "time": "1766945777" }, "departure": { "delay": 17, "time": "1766945777" }, "stopId": "stop_point:SP_5640", "stopSequence": 10 }, { "arrival": { "delay": -13, "time": "1766945867" }, "departure": { "delay": -13, "time": "1766945867" }, "stopId": "stop_point:SP_5642", "stopSequence": 11 }, { "arrival": { "delay": -25, "time": "1766945915" }, "departure": { "delay": -25, "time": "1766945915" }, "stopId": "stop_point:SP_1620", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766945941" }, "departure": { "delay": 1, "time": "1766945941" }, "stopId": "stop_point:SP_1437", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946000" }, "departure": { "delay": 0, "time": "1766946000" }, "stopId": "stop_point:SP_3854", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766946060" }, "departure": { "delay": 0, "time": "1766946060" }, "stopId": "stop_point:SP_1911", "stopSequence": 15 }, { "arrival": { "delay": 18, "time": "1766946138" }, "departure": { "delay": 18, "time": "1766946138" }, "stopId": "stop_point:SP_1518", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946180" }, "departure": { "delay": 0, "time": "1766946180" }, "stopId": "stop_point:SP_1051", "stopSequence": 17 }, { "arrival": { "delay": 16, "time": "1766946316" }, "departure": { "delay": 16, "time": "1766946316" }, "stopId": "stop_point:SP_3783", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766946360" }, "departure": { "delay": 0, "time": "1766946360" }, "stopId": "stop_point:SP_5234", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766946497" }, "departure": { "delay": 17, "time": "1766946497" }, "stopId": "stop_point:SP_3010", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_3702", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_2139", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1766946802" }, "departure": { "delay": 22, "time": "1766946802" }, "stopId": "stop_point:SP_2767", "stopSequence": 23 }, { "arrival": { "delay": -18, "time": "1766946822" }, "departure": { "delay": -18, "time": "1766946822" }, "stopId": "stop_point:SP_224", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766946900" }, "departure": { "delay": 0, "time": "1766946900" }, "stopId": "stop_point:SP_3046", "stopSequence": 25 }, { "arrival": { "delay": -18, "time": "1766946942" }, "departure": { "delay": -18, "time": "1766946942" }, "stopId": "stop_point:SP_2380", "stopSequence": 26 }, { "arrival": { "delay": 25, "time": "1766947045" }, "departure": { "delay": 25, "time": "1766947045" }, "stopId": "stop_point:SP_626", "stopSequence": 27 }, { "arrival": { "delay": -3, "time": "1766947077" }, "departure": { "delay": -3, "time": "1766947077" }, "stopId": "stop_point:SP_5379", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1766947140" }, "departure": { "delay": 0, "time": "1766947140" }, "stopId": "stop_point:SP_3617", "stopSequence": 29 }, { "arrival": { "delay": 29, "time": "1766947169" }, "departure": { "delay": 29, "time": "1766947169" }, "stopId": "stop_point:SP_3514", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_2664", "stopSequence": 31 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208792" }, "vehicle": { "id": "27_1460218" } } }, { "id": "TripUpdateJoin:2144668", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 102, "time": "1766942142" }, "departure": { "delay": 102, "time": "1766942142" }, "stopId": "stop_point:SP_1230", "stopSequence": 16 }, { "arrival": { "delay": 97, "time": "1766942317" }, "departure": { "delay": 97, "time": "1766942317" }, "stopId": "stop_point:SP_2588", "stopSequence": 17 } ], "timestamp": "1766942094", "trip": { "routeId": "line:170", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2144668" }, "vehicle": { "id": "1432433" } } }, { "id": "TripUpdateJoin:2153863", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766946300" }, "departure": { "delay": 0, "time": "1766946300" }, "stopId": "stop_point:SP_32", "stopSequence": 1 }, { "arrival": { "delay": -2, "time": "1766946358" }, "departure": { "delay": -2, "time": "1766946358" }, "stopId": "stop_point:SP_2288", "stopSequence": 2 }, { "arrival": { "delay": 5, "time": "1766946485" }, "departure": { "delay": 5, "time": "1766946485" }, "stopId": "stop_point:SP_3341", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_3147", "stopSequence": 4 }, { "arrival": { "delay": -27, "time": "1766946573" }, "departure": { "delay": -27, "time": "1766946573" }, "stopId": "stop_point:SP_2015", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766946600" }, "departure": { "delay": 0, "time": "1766946600" }, "stopId": "stop_point:SP_1651", "stopSequence": 6 }, { "arrival": { "delay": -22, "time": "1766946638" }, "departure": { "delay": -22, "time": "1766946638" }, "stopId": "stop_point:SP_1971", "stopSequence": 7 }, { "arrival": { "delay": -7, "time": "1766946713" }, "departure": { "delay": -7, "time": "1766946713" }, "stopId": "stop_point:SP_2763", "stopSequence": 8 }, { "arrival": { "delay": 15, "time": "1766946735" }, "departure": { "delay": 15, "time": "1766946735" }, "stopId": "stop_point:SP_2258", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766946780" }, "departure": { "delay": 0, "time": "1766946780" }, "stopId": "stop_point:SP_362", "stopSequence": 10 }, { "arrival": { "delay": -13, "time": "1766946827" }, "departure": { "delay": -13, "time": "1766946827" }, "stopId": "stop_point:SP_3445", "stopSequence": 11 }, { "arrival": { "delay": -9, "time": "1766946891" }, "departure": { "delay": -9, "time": "1766946891" }, "stopId": "stop_point:SP_3907", "stopSequence": 12 }, { "arrival": { "delay": -26, "time": "1766946934" }, "departure": { "delay": -26, "time": "1766946934" }, "stopId": "stop_point:SP_3170", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766946960" }, "departure": { "delay": 0, "time": "1766946960" }, "stopId": "stop_point:SP_1772", "stopSequence": 14 }, { "arrival": { "delay": 27, "time": "1766946987" }, "departure": { "delay": 27, "time": "1766946987" }, "stopId": "stop_point:SP_4900", "stopSequence": 15 }, { "arrival": { "delay": -29, "time": "1766947051" }, "departure": { "delay": -29, "time": "1766947051" }, "stopId": "stop_point:SP_484", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_2514", "stopSequence": 17 }, { "arrival": { "delay": 26, "time": "1766947166" }, "departure": { "delay": 26, "time": "1766947166" }, "stopId": "stop_point:SP_3460", "stopSequence": 18 }, { "arrival": { "delay": 9, "time": "1766947209" }, "departure": { "delay": 9, "time": "1766947209" }, "stopId": "stop_point:SP_2936", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766947260" }, "departure": { "delay": 0, "time": "1766947260" }, "stopId": "stop_point:SP_261", "stopSequence": 20 }, { "arrival": { "delay": -9, "time": "1766947311" }, "departure": { "delay": -9, "time": "1766947311" }, "stopId": "stop_point:SP_3481", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_288", "stopSequence": 22 }, { "arrival": { "delay": -14, "time": "1766947426" }, "departure": { "delay": -14, "time": "1766947426" }, "stopId": "stop_point:SP_1281", "stopSequence": 23 }, { "arrival": { "delay": 6, "time": "1766947446" }, "departure": { "delay": 6, "time": "1766947446" }, "stopId": "stop_point:SP_220", "stopSequence": 24 }, { "arrival": { "delay": -7, "time": "1766947493" }, "departure": { "delay": -7, "time": "1766947493" }, "stopId": "stop_point:SP_1894", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_1707", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:105", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2153863" }, "vehicle": { "id": "1431910" } } }, { "id": "TripUpdateJoin:2204177", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 34, "time": "1766942194" }, "departure": { "delay": 34, "time": "1766942194" }, "stopId": "stop_point:SP_3929", "stopSequence": 3 }, { "arrival": { "delay": 30, "time": "1766942250" }, "departure": { "delay": 30, "time": "1766942250" }, "stopId": "stop_point:SP_528", "stopSequence": 4 }, { "arrival": { "delay": 31, "time": "1766942311" }, "departure": { "delay": 31, "time": "1766942311" }, "stopId": "stop_point:SP_3571", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_2278", "stopSequence": 6 }, { "arrival": { "delay": 36, "time": "1766942556" }, "departure": { "delay": 36, "time": "1766942556" }, "stopId": "stop_point:SP_3501", "stopSequence": 7 }, { "arrival": { "delay": 49, "time": "1766942629" }, "departure": { "delay": 49, "time": "1766942629" }, "stopId": "stop_point:SP_1865", "stopSequence": 8 }, { "arrival": { "delay": -29, "time": "1766942671" }, "departure": { "delay": -29, "time": "1766942671" }, "stopId": "stop_point:SP_1351", "stopSequence": 9 }, { "arrival": { "delay": -20, "time": "1766942740" }, "departure": { "delay": -20, "time": "1766942740" }, "stopId": "stop_point:SP_5269", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766942820" }, "departure": { "delay": 0, "time": "1766942820" }, "stopId": "stop_point:SP_2195", "stopSequence": 11 }, { "arrival": { "delay": 41, "time": "1766942921" }, "departure": { "delay": 41, "time": "1766942921" }, "stopId": "stop_point:SP_3193", "stopSequence": 12 }, { "arrival": { "delay": 45, "time": "1766942985" }, "departure": { "delay": 45, "time": "1766942985" }, "stopId": "stop_point:SP_1251", "stopSequence": 13 }, { "arrival": { "delay": -20, "time": "1766943040" }, "departure": { "delay": -20, "time": "1766943040" }, "stopId": "stop_point:SP_1600", "stopSequence": 14 }, { "arrival": { "delay": -14, "time": "1766943106" }, "departure": { "delay": -14, "time": "1766943106" }, "stopId": "stop_point:SP_588", "stopSequence": 15 }, { "arrival": { "delay": 37, "time": "1766943217" }, "departure": { "delay": 37, "time": "1766943217" }, "stopId": "stop_point:SP_1975", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766943240" }, "departure": { "delay": 0, "time": "1766943240" }, "stopId": "stop_point:SP_1552", "stopSequence": 17 }, { "arrival": { "delay": -4, "time": "1766943296" }, "departure": { "delay": -4, "time": "1766943296" }, "stopId": "stop_point:SP_1034", "stopSequence": 18 }, { "arrival": { "delay": 32, "time": "1766943392" }, "departure": { "delay": 32, "time": "1766943392" }, "stopId": "stop_point:SP_1116", "stopSequence": 19 }, { "arrival": { "delay": 40, "time": "1766943460" }, "departure": { "delay": 40, "time": "1766943460" }, "stopId": "stop_point:SP_1518", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_1051", "stopSequence": 21 }, { "arrival": { "delay": -11, "time": "1766943649" }, "departure": { "delay": -11, "time": "1766943649" }, "stopId": "stop_point:SP_5264", "stopSequence": 22 }, { "arrival": { "delay": 32, "time": "1766943752" }, "departure": { "delay": 32, "time": "1766943752" }, "stopId": "stop_point:SP_968", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766943840" }, "departure": { "delay": 0, "time": "1766943840" }, "stopId": "stop_point:SP_1702", "stopSequence": 24 }, { "arrival": { "delay": 4, "time": "1766943964" }, "departure": { "delay": 4, "time": "1766943964" }, "stopId": "stop_point:SP_2340", "stopSequence": 25 }, { "arrival": { "delay": 44, "time": "1766944124" }, "departure": { "delay": 44, "time": "1766944124" }, "stopId": "stop_point:SP_3762", "stopSequence": 26 }, { "arrival": { "delay": -30, "time": "1766944170" }, "departure": { "delay": -30, "time": "1766944170" }, "stopId": "stop_point:SP_3728", "stopSequence": 27 }, { "arrival": { "delay": 42, "time": "1766944242" }, "departure": { "delay": 42, "time": "1766944242" }, "stopId": "stop_point:SP_2713", "stopSequence": 28 }, { "arrival": { "delay": 33, "time": "1766944353" }, "departure": { "delay": 33, "time": "1766944353" }, "stopId": "stop_point:SP_1660", "stopSequence": 29 }, { "arrival": { "delay": 39, "time": "1766944479" }, "departure": { "delay": 39, "time": "1766944479" }, "stopId": "stop_point:SP_1685", "stopSequence": 30 }, { "arrival": { "delay": -28, "time": "1766944532" }, "departure": { "delay": -28, "time": "1766944532" }, "stopId": "stop_point:SP_2717", "stopSequence": 31 }, { "arrival": { "delay": -19, "time": "1766944601" }, "departure": { "delay": -19, "time": "1766944601" }, "stopId": "stop_point:SP_3535", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_1185", "stopSequence": 33 }, { "arrival": { "delay": -25, "time": "1766944715" }, "departure": { "delay": -25, "time": "1766944715" }, "stopId": "stop_point:SP_4785", "stopSequence": 34 }, { "arrival": { "delay": 40, "time": "1766944780" }, "departure": { "delay": 40, "time": "1766944780" }, "stopId": "stop_point:SP_3620", "stopSequence": 35 }, { "arrival": { "delay": -9, "time": "1766944791" }, "departure": { "delay": -9, "time": "1766944791" }, "stopId": "stop_point:SP_3385", "stopSequence": 36 }, { "arrival": { "delay": 36, "time": "1766944896" }, "departure": { "delay": 36, "time": "1766944896" }, "stopId": "stop_point:SP_390", "stopSequence": 37 }, { "arrival": { "delay": 0, "time": "1766944920" }, "departure": { "delay": 0, "time": "1766944920" }, "stopId": "stop_point:SP_3962", "stopSequence": 38 }, { "arrival": { "delay": -18, "time": "1766944962" }, "departure": { "delay": -18, "time": "1766944962" }, "stopId": "stop_point:SP_1891", "stopSequence": 39 }, { "arrival": { "delay": 35, "time": "1766945075" }, "departure": { "delay": 35, "time": "1766945075" }, "stopId": "stop_point:SP_2667", "stopSequence": 40 }, { "arrival": { "delay": 0, "time": "1766945100" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_1303", "stopSequence": 41 }, { "arrival": { "delay": -18, "time": "1766945202" }, "departure": { "delay": -18, "time": "1766945202" }, "stopId": "stop_point:SP_2827", "stopSequence": 42 }, { "arrival": { "delay": -26, "time": "1766945254" }, "departure": { "delay": -26, "time": "1766945254" }, "stopId": "stop_point:SP_3593", "stopSequence": 43 }, { "arrival": { "delay": -4, "time": "1766945396" }, "departure": { "delay": -4, "time": "1766945396" }, "stopId": "stop_point:SP_1100", "stopSequence": 44 }, { "arrival": { "delay": -17, "time": "1766945443" }, "departure": { "delay": -17, "time": "1766945443" }, "stopId": "stop_point:SP_3965", "stopSequence": 45 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_4787", "stopSequence": 46 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204177" }, "vehicle": { "id": "1457960" } } }, { "id": "TripUpdateJoin:2208744", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -683, "time": "1766941717" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_2664", "stopSequence": 1 }, { "arrival": { "delay": -9, "time": "1766942511" }, "departure": { "delay": -9, "time": "1766942511" }, "stopId": "stop_point:SP_296", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766942580" }, "departure": { "delay": 0, "time": "1766942580" }, "stopId": "stop_point:SP_514", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766942621" }, "departure": { "delay": -19, "time": "1766942621" }, "stopId": "stop_point:SP_5378", "stopSequence": 4 }, { "arrival": { "delay": 14, "time": "1766942654" }, "departure": { "delay": 14, "time": "1766942654" }, "stopId": "stop_point:SP_3506", "stopSequence": 5 }, { "arrival": { "delay": 25, "time": "1766942725" }, "departure": { "delay": 25, "time": "1766942725" }, "stopId": "stop_point:SP_3487", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766942760" }, "departure": { "delay": 0, "time": "1766942760" }, "stopId": "stop_point:SP_578", "stopSequence": 7 }, { "arrival": { "delay": -19, "time": "1766942861" }, "departure": { "delay": -19, "time": "1766942861" }, "stopId": "stop_point:SP_467", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1766942910" }, "departure": { "delay": -30, "time": "1766942910" }, "stopId": "stop_point:SP_532", "stopSequence": 9 }, { "arrival": { "delay": 7, "time": "1766942947" }, "departure": { "delay": 7, "time": "1766942947" }, "stopId": "stop_point:SP_947", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1766943000" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_50", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_3318", "stopSequence": 12 }, { "arrival": { "delay": -28, "time": "1766943152" }, "departure": { "delay": -28, "time": "1766943152" }, "stopId": "stop_point:SP_1704", "stopSequence": 13 }, { "arrival": { "delay": 3, "time": "1766943243" }, "departure": { "delay": 3, "time": "1766943243" }, "stopId": "stop_point:SP_5235", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943300" }, "departure": { "delay": 0, "time": "1766943300" }, "stopId": "stop_point:SP_280", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766943420" }, "departure": { "delay": 0, "time": "1766943420" }, "stopId": "stop_point:SP_3917", "stopSequence": 16 }, { "arrival": { "delay": -18, "time": "1766943462" }, "departure": { "delay": -18, "time": "1766943462" }, "stopId": "stop_point:SP_1999", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1766943502" }, "departure": { "delay": 22, "time": "1766943502" }, "stopId": "stop_point:SP_3152", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_2576", "stopSequence": 19 }, { "arrival": { "delay": 26, "time": "1766943626" }, "departure": { "delay": 26, "time": "1766943626" }, "stopId": "stop_point:SP_1361", "stopSequence": 20 }, { "arrival": { "delay": -1, "time": "1766943659" }, "departure": { "delay": -1, "time": "1766943659" }, "stopId": "stop_point:SP_2968", "stopSequence": 21 }, { "arrival": { "delay": -30, "time": "1766943750" }, "departure": { "delay": -30, "time": "1766943750" }, "stopId": "stop_point:SP_5639", "stopSequence": 22 }, { "arrival": { "delay": 1, "time": "1766943841" }, "departure": { "delay": 1, "time": "1766943841" }, "stopId": "stop_point:SP_5643", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766943900" }, "departure": { "delay": 0, "time": "1766943900" }, "stopId": "stop_point:SP_5644", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1766943960" }, "departure": { "delay": 0, "time": "1766943960" }, "stopId": "stop_point:SP_1035", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766944009" }, "departure": { "delay": -11, "time": "1766944009" }, "stopId": "stop_point:SP_2584", "stopSequence": 26 }, { "arrival": { "delay": -25, "time": "1766944055" }, "departure": { "delay": -25, "time": "1766944055" }, "stopId": "stop_point:SP_2614", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766944140" }, "departure": { "delay": 0, "time": "1766944140" }, "stopId": "stop_point:SP_2909", "stopSequence": 28 }, { "arrival": { "delay": -17, "time": "1766944183" }, "departure": { "delay": -17, "time": "1766944183" }, "stopId": "stop_point:SP_1755", "stopSequence": 29 }, { "arrival": { "delay": 19, "time": "1766944219" }, "departure": { "delay": 19, "time": "1766944219" }, "stopId": "stop_point:SP_1098", "stopSequence": 30 }, { "arrival": { "delay": 1, "time": "1766944261" }, "departure": { "delay": 1, "time": "1766944261" }, "stopId": "stop_point:SP_2154", "stopSequence": 31 }, { "arrival": { "delay": -9, "time": "1766944371" }, "departure": { "delay": -9, "time": "1766944371" }, "stopId": "stop_point:SP_3871", "stopSequence": 32 }, { "arrival": { "delay": 1, "time": "1766944501" }, "departure": { "delay": 1, "time": "1766944501" }, "stopId": "stop_point:SP_326", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:140", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2208744" }, "vehicle": { "id": "27_1460170" } } }, { "id": "TripUpdateJoin:2182471", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 154, "time": "1766942194" }, "departure": { "delay": 154, "time": "1766942194" }, "stopId": "stop_point:SP_806", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182471" }, "vehicle": { "id": "27_1431233" } } }, { "id": "TripUpdateJoin:2166149", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 34, "time": "1766942194" }, "departure": { "delay": 34, "time": "1766942194" }, "stopId": "stop_point:SP_1702", "stopSequence": 20 }, { "arrival": { "delay": 31, "time": "1766942311" }, "departure": { "delay": 31, "time": "1766942311" }, "stopId": "stop_point:SP_2373", "stopSequence": 21 }, { "arrival": { "delay": 31, "time": "1766942371" }, "departure": { "delay": 31, "time": "1766942371" }, "stopId": "stop_point:SP_2833", "stopSequence": 22 }, { "arrival": { "delay": 31, "time": "1766942491" }, "departure": { "delay": 31, "time": "1766942491" }, "stopId": "stop_point:SP_127", "stopSequence": 23 }, { "arrival": { "delay": 31, "time": "1766942551" }, "departure": { "delay": 31, "time": "1766942551" }, "stopId": "stop_point:SP_1313", "stopSequence": 24 }, { "arrival": { "delay": -26, "time": "1766942614" }, "departure": { "delay": -26, "time": "1766942614" }, "stopId": "stop_point:SP_2485", "stopSequence": 25 }, { "arrival": { "delay": 31, "time": "1766942731" }, "departure": { "delay": 31, "time": "1766942731" }, "stopId": "stop_point:SP_3270", "stopSequence": 26 }, { "arrival": { "delay": 20, "time": "1766942780" }, "departure": { "delay": 20, "time": "1766942780" }, "stopId": "stop_point:SP_2795", "stopSequence": 27 }, { "arrival": { "delay": 31, "time": "1766942851" }, "departure": { "delay": 31, "time": "1766942851" }, "stopId": "stop_point:SP_1608", "stopSequence": 28 }, { "arrival": { "delay": 31, "time": "1766942911" }, "departure": { "delay": 31, "time": "1766942911" }, "stopId": "stop_point:SP_3990", "stopSequence": 29 }, { "arrival": { "delay": -24, "time": "1766942916" }, "departure": { "delay": -24, "time": "1766942916" }, "stopId": "stop_point:SP_3856", "stopSequence": 30 }, { "arrival": { "delay": -29, "time": "1766943031" }, "departure": { "delay": -29, "time": "1766943031" }, "stopId": "stop_point:SP_3238", "stopSequence": 31 }, { "arrival": { "delay": 48, "time": "1766943108" }, "departure": { "delay": 48, "time": "1766943108" }, "stopId": "stop_point:SP_2800", "stopSequence": 32 }, { "arrival": { "delay": 31, "time": "1766943151" }, "departure": { "delay": 31, "time": "1766943151" }, "stopId": "stop_point:SP_1806", "stopSequence": 33 }, { "arrival": { "delay": 19, "time": "1766943199" }, "departure": { "delay": 19, "time": "1766943199" }, "stopId": "stop_point:SP_4438", "stopSequence": 34 }, { "arrival": { "delay": -24, "time": "1766943216" }, "departure": { "delay": -24, "time": "1766943216" }, "stopId": "stop_point:SP_4467", "stopSequence": 35 }, { "arrival": { "delay": 32, "time": "1766943272" }, "departure": { "delay": 32, "time": "1766943272" }, "stopId": "stop_point:SP_4440", "stopSequence": 36 }, { "arrival": { "delay": 31, "time": "1766943391" }, "departure": { "delay": 31, "time": "1766943391" }, "stopId": "stop_point:SP_4436", "stopSequence": 37 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166149" }, "vehicle": { "id": "1432060" } } }, { "id": "TripUpdateJoin:2182472", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1766942220" }, "departure": { "delay": 0, "time": "1766943000" }, "stopId": "stop_point:SP_1775", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1766943060" }, "departure": { "delay": 0, "time": "1766943060" }, "stopId": "stop_point:SP_282", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766943120" }, "departure": { "delay": 0, "time": "1766943120" }, "stopId": "stop_point:SP_1639", "stopSequence": 3 }, { "arrival": { "delay": 9, "time": "1766943189" }, "departure": { "delay": 9, "time": "1766943189" }, "stopId": "stop_point:SP_432", "stopSequence": 4 }, { "arrival": { "delay": 15, "time": "1766943255" }, "departure": { "delay": 15, "time": "1766943255" }, "stopId": "stop_point:SP_2995", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766943360" }, "departure": { "delay": 0, "time": "1766943360" }, "stopId": "stop_point:SP_570", "stopSequence": 6 }, { "arrival": { "delay": -8, "time": "1766943412" }, "departure": { "delay": -8, "time": "1766943412" }, "stopId": "stop_point:SP_3447", "stopSequence": 7 }, { "arrival": { "delay": 28, "time": "1766943448" }, "departure": { "delay": 28, "time": "1766943448" }, "stopId": "stop_point:SP_315", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766943540" }, "departure": { "delay": 0, "time": "1766943540" }, "stopId": "stop_point:SP_1917", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766943628" }, "departure": { "delay": 28, "time": "1766943628" }, "stopId": "stop_point:SP_74", "stopSequence": 10 }, { "arrival": { "delay": 32, "time": "1766943752" }, "departure": { "delay": 32, "time": "1766943752" }, "stopId": "stop_point:SP_2843", "stopSequence": 11 }, { "arrival": { "delay": 60, "time": "1766943900" }, "departure": { "delay": 60, "time": "1766943900" }, "stopId": "stop_point:SP_806", "stopSequence": 12 } ], "timestamp": "1766942094", "trip": { "routeId": "line:73", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182472" }, "vehicle": { "id": "27_1431234" } } }, { "id": "TripUpdateJoin:2147117", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_631", "stopSequence": 1 }, { "arrival": { "delay": -27, "time": "1766948253" }, "departure": { "delay": -27, "time": "1766948253" }, "stopId": "stop_point:SP_2574", "stopSequence": 2 }, { "arrival": { "delay": -29, "time": "1766948311" }, "departure": { "delay": -29, "time": "1766948311" }, "stopId": "stop_point:SP_2212", "stopSequence": 3 }, { "arrival": { "delay": -10, "time": "1766948390" }, "departure": { "delay": -10, "time": "1766948390" }, "stopId": "stop_point:SP_3359", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_736", "stopSequence": 5 }, { "arrival": { "delay": -17, "time": "1766948563" }, "departure": { "delay": -17, "time": "1766948563" }, "stopId": "stop_point:SP_1349", "stopSequence": 6 }, { "arrival": { "delay": -1, "time": "1766948639" }, "departure": { "delay": -1, "time": "1766948639" }, "stopId": "stop_point:SP_869", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1766948705" }, "departure": { "delay": 5, "time": "1766948705" }, "stopId": "stop_point:SP_139", "stopSequence": 8 }, { "arrival": { "delay": 3, "time": "1766948763" }, "departure": { "delay": 3, "time": "1766948763" }, "stopId": "stop_point:SP_3015", "stopSequence": 9 }, { "arrival": { "delay": -17, "time": "1766948803" }, "departure": { "delay": -17, "time": "1766948803" }, "stopId": "stop_point:SP_1646", "stopSequence": 10 }, { "arrival": { "delay": 9, "time": "1766948829" }, "departure": { "delay": 9, "time": "1766948829" }, "stopId": "stop_point:SP_3402", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1766948891" }, "departure": { "delay": 11, "time": "1766948891" }, "stopId": "stop_point:SP_2952", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1352", "stopSequence": 13 }, { "arrival": { "delay": 14, "time": "1766949074" }, "departure": { "delay": 14, "time": "1766949074" }, "stopId": "stop_point:SP_109", "stopSequence": 14 }, { "arrival": { "delay": -7, "time": "1766949113" }, "departure": { "delay": -7, "time": "1766949113" }, "stopId": "stop_point:SP_2670", "stopSequence": 15 }, { "arrival": { "delay": 26, "time": "1766949146" }, "departure": { "delay": 26, "time": "1766949146" }, "stopId": "stop_point:SP_1692", "stopSequence": 16 }, { "arrival": { "delay": -4, "time": "1766949176" }, "departure": { "delay": -4, "time": "1766949176" }, "stopId": "stop_point:SP_2496", "stopSequence": 17 }, { "arrival": { "delay": 20, "time": "1766949200" }, "departure": { "delay": 20, "time": "1766949200" }, "stopId": "stop_point:SP_2997", "stopSequence": 18 }, { "arrival": { "delay": -12, "time": "1766949228" }, "departure": { "delay": -12, "time": "1766949228" }, "stopId": "stop_point:SP_2665", "stopSequence": 19 }, { "arrival": { "delay": -28, "time": "1766949272" }, "departure": { "delay": -28, "time": "1766949272" }, "stopId": "stop_point:SP_407", "stopSequence": 20 } ], "timestamp": "1766942094", "trip": { "routeId": "line:74", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2147117" }, "vehicle": { "id": "1430961" } } }, { "id": "TripUpdateJoin:2204130", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_4787", "stopSequence": 1 }, { "arrival": { "delay": -28, "time": "1766948552" }, "departure": { "delay": -28, "time": "1766948552" }, "stopId": "stop_point:SP_2810", "stopSequence": 2 }, { "arrival": { "delay": 11, "time": "1766948591" }, "departure": { "delay": 11, "time": "1766948591" }, "stopId": "stop_point:SP_3741", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1766948725" }, "departure": { "delay": 25, "time": "1766948725" }, "stopId": "stop_point:SP_2732", "stopSequence": 4 }, { "arrival": { "delay": -10, "time": "1766948750" }, "departure": { "delay": -10, "time": "1766948750" }, "stopId": "stop_point:SP_4789", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766948820" }, "departure": { "delay": 0, "time": "1766948820" }, "stopId": "stop_point:SP_1296", "stopSequence": 6 }, { "arrival": { "delay": 18, "time": "1766948898" }, "departure": { "delay": 18, "time": "1766948898" }, "stopId": "stop_point:SP_2414", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1766948949" }, "departure": { "delay": 9, "time": "1766948949" }, "stopId": "stop_point:SP_3940", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_2169", "stopSequence": 9 }, { "arrival": { "delay": -6, "time": "1766949054" }, "departure": { "delay": -6, "time": "1766949054" }, "stopId": "stop_point:SP_2327", "stopSequence": 10 }, { "arrival": { "delay": -8, "time": "1766949112" }, "departure": { "delay": -8, "time": "1766949112" }, "stopId": "stop_point:SP_1272", "stopSequence": 11 }, { "arrival": { "delay": -7, "time": "1766949173" }, "departure": { "delay": -7, "time": "1766949173" }, "stopId": "stop_point:SP_1694", "stopSequence": 12 }, { "arrival": { "delay": 15, "time": "1766949195" }, "departure": { "delay": 15, "time": "1766949195" }, "stopId": "stop_point:SP_1248", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766949240" }, "departure": { "delay": 0, "time": "1766949240" }, "stopId": "stop_point:SP_439", "stopSequence": 14 } ], "timestamp": "1766942094", "trip": { "routeId": "line:174", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2204130" }, "vehicle": { "id": "1457917" } } }, { "id": "TripUpdateJoin:2166088", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_4436", "stopSequence": 1 }, { "arrival": { "delay": -1, "time": "1766947859" }, "departure": { "delay": -1, "time": "1766947859" }, "stopId": "stop_point:SP_4437", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766947894" }, "departure": { "delay": -26, "time": "1766947894" }, "stopId": "stop_point:SP_4439", "stopSequence": 3 }, { "arrival": { "delay": 20, "time": "1766947940" }, "departure": { "delay": 20, "time": "1766947940" }, "stopId": "stop_point:SP_3829", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766947980" }, "departure": { "delay": 0, "time": "1766947980" }, "stopId": "stop_point:SP_508", "stopSequence": 5 }, { "arrival": { "delay": -18, "time": "1766948022" }, "departure": { "delay": -18, "time": "1766948022" }, "stopId": "stop_point:SP_3089", "stopSequence": 6 }, { "arrival": { "delay": 29, "time": "1766948069" }, "departure": { "delay": 29, "time": "1766948069" }, "stopId": "stop_point:SP_166", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_1107", "stopSequence": 8 }, { "arrival": { "delay": 11, "time": "1766948231" }, "departure": { "delay": 11, "time": "1766948231" }, "stopId": "stop_point:SP_3809", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_1655", "stopSequence": 10 }, { "arrival": { "delay": -4, "time": "1766948396" }, "departure": { "delay": -4, "time": "1766948396" }, "stopId": "stop_point:SP_3666", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766948460" }, "departure": { "delay": 0, "time": "1766948460" }, "stopId": "stop_point:SP_386", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1766948520" }, "departure": { "delay": 0, "time": "1766948520" }, "stopId": "stop_point:SP_2041", "stopSequence": 13 }, { "arrival": { "delay": 15, "time": "1766948595" }, "departure": { "delay": 15, "time": "1766948595" }, "stopId": "stop_point:SP_1595", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948640" }, "departure": { "delay": 0, "time": "1766948640" }, "stopId": "stop_point:SP_39", "stopSequence": 15 }, { "arrival": { "delay": -2, "time": "1766948818" }, "departure": { "delay": -2, "time": "1766948818" }, "stopId": "stop_point:SP_4021", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766948910" }, "departure": { "delay": -30, "time": "1766948910" }, "stopId": "stop_point:SP_35", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_4710", "stopSequence": 18 }, { "arrival": { "delay": 2, "time": "1766949062" }, "departure": { "delay": 2, "time": "1766949062" }, "stopId": "stop_point:SP_1522", "stopSequence": 19 }, { "arrival": { "delay": 17, "time": "1766949137" }, "departure": { "delay": 17, "time": "1766949137" }, "stopId": "stop_point:SP_1864", "stopSequence": 20 }, { "arrival": { "delay": 24, "time": "1766949204" }, "departure": { "delay": 24, "time": "1766949204" }, "stopId": "stop_point:SP_647", "stopSequence": 21 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166088" }, "vehicle": { "id": "1432015" } } }, { "id": "TripUpdateJoin:2197532", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766942400" }, "departure": { "delay": 0, "time": "1766942400" }, "stopId": "stop_point:SP_940", "stopSequence": 1 }, { "arrival": { "delay": 28, "time": "1766942488" }, "departure": { "delay": 28, "time": "1766942488" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766942546" }, "departure": { "delay": 26, "time": "1766942546" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766942663" }, "departure": { "delay": 23, "time": "1766942663" }, "stopId": "stop_point:SP_897", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766942700" }, "departure": { "delay": 0, "time": "1766942700" }, "stopId": "stop_point:SP_1084", "stopSequence": 5 }, { "arrival": { "delay": 7, "time": "1766942767" }, "departure": { "delay": 7, "time": "1766942767" }, "stopId": "stop_point:SP_3531", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766942892" }, "departure": { "delay": 12, "time": "1766942892" }, "stopId": "stop_point:SP_1077", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766942940" }, "departure": { "delay": 0, "time": "1766942940" }, "stopId": "stop_point:SP_553", "stopSequence": 8 }, { "arrival": { "delay": -24, "time": "1766942976" }, "departure": { "delay": -24, "time": "1766942976" }, "stopId": "stop_point:SP_3856", "stopSequence": 9 }, { "arrival": { "delay": -23, "time": "1766943097" }, "departure": { "delay": -23, "time": "1766943097" }, "stopId": "stop_point:SP_3238", "stopSequence": 10 }, { "arrival": { "delay": 26, "time": "1766943146" }, "departure": { "delay": 26, "time": "1766943146" }, "stopId": "stop_point:SP_2800", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1766943191" }, "departure": { "delay": 11, "time": "1766943191" }, "stopId": "stop_point:SP_1806", "stopSequence": 12 }, { "arrival": { "delay": 13, "time": "1766943253" }, "departure": { "delay": 13, "time": "1766943253" }, "stopId": "stop_point:SP_154", "stopSequence": 13 }, { "arrival": { "delay": 5, "time": "1766943305" }, "departure": { "delay": 5, "time": "1766943305" }, "stopId": "stop_point:SP_1945", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766943480" }, "departure": { "delay": 0, "time": "1766943480" }, "stopId": "stop_point:SP_77", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766943544" }, "departure": { "delay": 4, "time": "1766943544" }, "stopId": "stop_point:SP_3652", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766943570" }, "departure": { "delay": -30, "time": "1766943570" }, "stopId": "stop_point:SP_896", "stopSequence": 17 }, { "arrival": { "delay": 24, "time": "1766943624" }, "departure": { "delay": 24, "time": "1766943624" }, "stopId": "stop_point:SP_3206", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766943660" }, "departure": { "delay": 0, "time": "1766943660" }, "stopId": "stop_point:SP_3014", "stopSequence": 19 }, { "arrival": { "delay": -5, "time": "1766943715" }, "departure": { "delay": -5, "time": "1766943715" }, "stopId": "stop_point:SP_719", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766943780" }, "departure": { "delay": 0, "time": "1766943780" }, "stopId": "stop_point:SP_3417", "stopSequence": 21 }, { "arrival": { "delay": -23, "time": "1766943817" }, "departure": { "delay": -23, "time": "1766943817" }, "stopId": "stop_point:SP_2170", "stopSequence": 22 }, { "arrival": { "delay": -3, "time": "1766943837" }, "departure": { "delay": -3, "time": "1766943837" }, "stopId": "stop_point:SP_236", "stopSequence": 23 }, { "arrival": { "delay": 29, "time": "1766943869" }, "departure": { "delay": 29, "time": "1766943869" }, "stopId": "stop_point:SP_1686", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766943907" }, "departure": { "delay": 7, "time": "1766943907" }, "stopId": "stop_point:SP_1461", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766943949" }, "departure": { "delay": -11, "time": "1766943949" }, "stopId": "stop_point:SP_4962", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1766944020" }, "departure": { "delay": 0, "time": "1766944020" }, "stopId": "stop_point:SP_3628", "stopSequence": 27 }, { "arrival": { "delay": 23, "time": "1766944103" }, "departure": { "delay": 23, "time": "1766944103" }, "stopId": "stop_point:SP_3169", "stopSequence": 28 }, { "arrival": { "delay": -21, "time": "1766944179" }, "departure": { "delay": -21, "time": "1766944179" }, "stopId": "stop_point:SP_649", "stopSequence": 29 }, { "arrival": { "delay": 24, "time": "1766944224" }, "departure": { "delay": 24, "time": "1766944224" }, "stopId": "stop_point:SP_2673", "stopSequence": 30 }, { "arrival": { "delay": 6, "time": "1766944266" }, "departure": { "delay": 6, "time": "1766944266" }, "stopId": "stop_point:SP_3640", "stopSequence": 31 }, { "arrival": { "delay": 1, "time": "1766944321" }, "departure": { "delay": 1, "time": "1766944321" }, "stopId": "stop_point:SP_3692", "stopSequence": 32 }, { "arrival": { "delay": 8, "time": "1766944388" }, "departure": { "delay": 8, "time": "1766944388" }, "stopId": "stop_point:SP_317", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766944440" }, "stopId": "stop_point:SP_1870", "stopSequence": 34 }, { "arrival": { "delay": 15, "time": "1766944455" }, "departure": { "delay": 15, "time": "1766944455" }, "stopId": "stop_point:SP_1530", "stopSequence": 35 }, { "arrival": { "delay": 3, "time": "1766944503" }, "departure": { "delay": 3, "time": "1766944503" }, "stopId": "stop_point:SP_1083", "stopSequence": 36 }, { "arrival": { "delay": 19, "time": "1766944519" }, "departure": { "delay": 19, "time": "1766944519" }, "stopId": "stop_point:SP_2421", "stopSequence": 37 }, { "arrival": { "delay": -28, "time": "1766944532" }, "departure": { "delay": -28, "time": "1766944532" }, "stopId": "stop_point:SP_3095", "stopSequence": 38 }, { "arrival": { "delay": 0, "time": "1766944560" }, "departure": { "delay": 0, "time": "1766944560" }, "stopId": "stop_point:SP_3512", "stopSequence": 39 }, { "arrival": { "delay": 0, "time": "1766944680" }, "departure": { "delay": 0, "time": "1766944680" }, "stopId": "stop_point:SP_4097", "stopSequence": 40 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197532" }, "vehicle": { "id": "1452667" } } }, { "id": "TripUpdateJoin:2182542", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -660, "time": "1766944440" }, "departure": { "delay": 0, "time": "1766945100" }, "stopId": "stop_point:SP_548", "stopSequence": 1 }, { "arrival": { "delay": -17, "time": "1766945203" }, "departure": { "delay": -17, "time": "1766945203" }, "stopId": "stop_point:SP_3112", "stopSequence": 2 }, { "arrival": { "delay": -26, "time": "1766945254" }, "departure": { "delay": -26, "time": "1766945254" }, "stopId": "stop_point:SP_3474", "stopSequence": 3 }, { "arrival": { "delay": -21, "time": "1766945319" }, "departure": { "delay": -21, "time": "1766945319" }, "stopId": "stop_point:SP_3508", "stopSequence": 4 }, { "arrival": { "delay": -2, "time": "1766945398" }, "departure": { "delay": -2, "time": "1766945398" }, "stopId": "stop_point:SP_1412", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766945460" }, "departure": { "delay": 0, "time": "1766945460" }, "stopId": "stop_point:SP_3860", "stopSequence": 6 }, { "arrival": { "delay": 21, "time": "1766945541" }, "departure": { "delay": 21, "time": "1766945541" }, "stopId": "stop_point:SP_3735", "stopSequence": 7 }, { "arrival": { "delay": -23, "time": "1766945737" }, "departure": { "delay": -23, "time": "1766945737" }, "stopId": "stop_point:SP_1844", "stopSequence": 8 }, { "arrival": { "delay": -26, "time": "1766945854" }, "departure": { "delay": -26, "time": "1766945854" }, "stopId": "stop_point:SP_737", "stopSequence": 9 }, { "arrival": { "delay": 28, "time": "1766945908" }, "departure": { "delay": 28, "time": "1766945908" }, "stopId": "stop_point:SP_875", "stopSequence": 10 }, { "arrival": { "delay": -22, "time": "1766946038" }, "departure": { "delay": -22, "time": "1766946038" }, "stopId": "stop_point:SP_4961", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1766946120" }, "departure": { "delay": 0, "time": "1766946120" }, "stopId": "stop_point:SP_4720", "stopSequence": 12 }, { "arrival": { "delay": 1, "time": "1766946181" }, "departure": { "delay": 1, "time": "1766946181" }, "stopId": "stop_point:SP_603", "stopSequence": 13 }, { "arrival": { "delay": 2, "time": "1766946242" }, "departure": { "delay": 2, "time": "1766946242" }, "stopId": "stop_point:SP_340", "stopSequence": 14 }, { "arrival": { "delay": 16, "time": "1766946316" }, "departure": { "delay": 16, "time": "1766946316" }, "stopId": "stop_point:SP_2304", "stopSequence": 15 }, { "arrival": { "delay": -17, "time": "1766946403" }, "departure": { "delay": -17, "time": "1766946403" }, "stopId": "stop_point:SP_2562", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1766946540" }, "departure": { "delay": 0, "time": "1766946540" }, "stopId": "stop_point:SP_2590", "stopSequence": 17 }, { "arrival": { "delay": -15, "time": "1766946585" }, "departure": { "delay": -15, "time": "1766946585" }, "stopId": "stop_point:SP_3494", "stopSequence": 18 }, { "arrival": { "delay": -16, "time": "1766946644" }, "departure": { "delay": -16, "time": "1766946644" }, "stopId": "stop_point:SP_1206", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_1860", "stopSequence": 20 }, { "arrival": { "delay": -26, "time": "1766946754" }, "departure": { "delay": -26, "time": "1766946754" }, "stopId": "stop_point:SP_2799", "stopSequence": 21 }, { "arrival": { "delay": 4, "time": "1766946784" }, "departure": { "delay": 4, "time": "1766946784" }, "stopId": "stop_point:SP_718", "stopSequence": 22 }, { "arrival": { "delay": -23, "time": "1766946817" }, "departure": { "delay": -23, "time": "1766946817" }, "stopId": "stop_point:SP_2225", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766946840" }, "departure": { "delay": 0, "time": "1766946840" }, "stopId": "stop_point:SP_3505", "stopSequence": 24 }, { "arrival": { "delay": -21, "time": "1766946879" }, "departure": { "delay": -21, "time": "1766946879" }, "stopId": "stop_point:SP_258", "stopSequence": 25 }, { "arrival": { "delay": 26, "time": "1766946926" }, "departure": { "delay": 26, "time": "1766946926" }, "stopId": "stop_point:SP_3381", "stopSequence": 26 }, { "arrival": { "delay": -29, "time": "1766946991" }, "departure": { "delay": -29, "time": "1766946991" }, "stopId": "stop_point:SP_993", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766947080" }, "departure": { "delay": 0, "time": "1766947080" }, "stopId": "stop_point:SP_3477", "stopSequence": 28 }, { "arrival": { "delay": -4, "time": "1766947136" }, "departure": { "delay": -4, "time": "1766947136" }, "stopId": "stop_point:SP_2259", "stopSequence": 29 }, { "arrival": { "delay": -15, "time": "1766947185" }, "departure": { "delay": -15, "time": "1766947185" }, "stopId": "stop_point:SP_3648", "stopSequence": 30 }, { "arrival": { "delay": -13, "time": "1766947247" }, "departure": { "delay": -13, "time": "1766947247" }, "stopId": "stop_point:SP_3569", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1766947283" }, "departure": { "delay": 23, "time": "1766947283" }, "stopId": "stop_point:SP_1024", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1766947380" }, "departure": { "delay": 0, "time": "1766947380" }, "stopId": "stop_point:SP_3200", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:65", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2182542" }, "vehicle": { "id": "27_1431304" } } }, { "id": "TripUpdateJoin:2193408", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_1027", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1766947269" }, "departure": { "delay": 9, "time": "1766947269" }, "stopId": "stop_point:SP_4802", "stopSequence": 2 }, { "arrival": { "delay": 15, "time": "1766947335" }, "departure": { "delay": 15, "time": "1766947335" }, "stopId": "stop_point:SP_4805", "stopSequence": 3 }, { "arrival": { "delay": -11, "time": "1766947369" }, "departure": { "delay": -11, "time": "1766947369" }, "stopId": "stop_point:SP_4808", "stopSequence": 4 }, { "arrival": { "delay": -5, "time": "1766947435" }, "departure": { "delay": -5, "time": "1766947435" }, "stopId": "stop_point:SP_4804", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1766947560" }, "departure": { "delay": 0, "time": "1766947560" }, "stopId": "stop_point:SP_4807", "stopSequence": 6 }, { "arrival": { "delay": 4, "time": "1766947624" }, "departure": { "delay": 4, "time": "1766947624" }, "stopId": "stop_point:SP_4841", "stopSequence": 7 }, { "arrival": { "delay": 15, "time": "1766947695" }, "departure": { "delay": 15, "time": "1766947695" }, "stopId": "stop_point:SP_3834", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1766947740" }, "departure": { "delay": 0, "time": "1766947740" }, "stopId": "stop_point:SP_1724", "stopSequence": 9 }, { "arrival": { "delay": 4, "time": "1766947804" }, "departure": { "delay": 4, "time": "1766947804" }, "stopId": "stop_point:SP_2531", "stopSequence": 10 }, { "arrival": { "delay": 3, "time": "1766947863" }, "departure": { "delay": 3, "time": "1766947863" }, "stopId": "stop_point:SP_1488", "stopSequence": 11 }, { "arrival": { "delay": -17, "time": "1766947903" }, "departure": { "delay": -17, "time": "1766947903" }, "stopId": "stop_point:SP_1091", "stopSequence": 12 }, { "arrival": { "delay": 7, "time": "1766947987" }, "departure": { "delay": 7, "time": "1766947987" }, "stopId": "stop_point:SP_1551", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1766948040" }, "departure": { "delay": 0, "time": "1766948040" }, "stopId": "stop_point:SP_1439", "stopSequence": 14 }, { "arrival": { "delay": 13, "time": "1766948113" }, "departure": { "delay": 13, "time": "1766948113" }, "stopId": "stop_point:SP_2889", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1766948160" }, "departure": { "delay": 0, "time": "1766948160" }, "stopId": "stop_point:SP_4809", "stopSequence": 16 }, { "arrival": { "delay": -3, "time": "1766948217" }, "departure": { "delay": -3, "time": "1766948217" }, "stopId": "stop_point:SP_2196", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1766948280" }, "departure": { "delay": 0, "time": "1766948280" }, "stopId": "stop_point:SP_473", "stopSequence": 18 }, { "arrival": { "delay": -22, "time": "1766948318" }, "departure": { "delay": -22, "time": "1766948318" }, "stopId": "stop_point:SP_2216", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1766948400" }, "departure": { "delay": 0, "time": "1766948400" }, "stopId": "stop_point:SP_1474", "stopSequence": 20 }, { "arrival": { "delay": 25, "time": "1766948485" }, "departure": { "delay": 25, "time": "1766948485" }, "stopId": "stop_point:SP_668", "stopSequence": 21 }, { "arrival": { "delay": -12, "time": "1766948568" }, "departure": { "delay": -12, "time": "1766948568" }, "stopId": "stop_point:SP_3700", "stopSequence": 22 }, { "arrival": { "delay": -17, "time": "1766948623" }, "departure": { "delay": -17, "time": "1766948623" }, "stopId": "stop_point:SP_1171", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1766948700" }, "departure": { "delay": 0, "time": "1766948700" }, "stopId": "stop_point:SP_1460", "stopSequence": 24 }, { "arrival": { "delay": 1, "time": "1766948761" }, "departure": { "delay": 1, "time": "1766948761" }, "stopId": "stop_point:SP_1149", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766948809" }, "departure": { "delay": -11, "time": "1766948809" }, "stopId": "stop_point:SP_3407", "stopSequence": 26 }, { "arrival": { "delay": -10, "time": "1766948870" }, "departure": { "delay": -10, "time": "1766948870" }, "stopId": "stop_point:SP_639", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1766949000" }, "departure": { "delay": 0, "time": "1766949000" }, "stopId": "stop_point:SP_1754", "stopSequence": 28 } ], "timestamp": "1766942094", "trip": { "routeId": "line:176", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2193408" }, "vehicle": { "id": "1449837" } } }, { "id": "TripUpdateJoin:2185439", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 446, "time": "1766942186" }, "departure": { "delay": 446, "time": "1766942186" }, "stopId": "stop_point:SP_2324", "stopSequence": 33 } ], "timestamp": "1766942094", "trip": { "routeId": "line:76", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2185439" }, "vehicle": { "id": "27_1435553" } } }, { "id": "TripUpdateJoin:2197535", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766947800" }, "departure": { "delay": 0, "time": "1766947800" }, "stopId": "stop_point:SP_940", "stopSequence": 1 }, { "arrival": { "delay": 28, "time": "1766947888" }, "departure": { "delay": 28, "time": "1766947888" }, "stopId": "stop_point:SP_2833", "stopSequence": 2 }, { "arrival": { "delay": 26, "time": "1766947946" }, "departure": { "delay": 26, "time": "1766947946" }, "stopId": "stop_point:SP_3899", "stopSequence": 3 }, { "arrival": { "delay": 23, "time": "1766948063" }, "departure": { "delay": 23, "time": "1766948063" }, "stopId": "stop_point:SP_897", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1766948100" }, "departure": { "delay": 0, "time": "1766948100" }, "stopId": "stop_point:SP_1084", "stopSequence": 5 }, { "arrival": { "delay": 7, "time": "1766948167" }, "departure": { "delay": 7, "time": "1766948167" }, "stopId": "stop_point:SP_3531", "stopSequence": 6 }, { "arrival": { "delay": 12, "time": "1766948292" }, "departure": { "delay": 12, "time": "1766948292" }, "stopId": "stop_point:SP_1077", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1766948340" }, "departure": { "delay": 0, "time": "1766948340" }, "stopId": "stop_point:SP_553", "stopSequence": 8 }, { "arrival": { "delay": 28, "time": "1766948368" }, "departure": { "delay": 28, "time": "1766948368" }, "stopId": "stop_point:SP_3856", "stopSequence": 9 }, { "arrival": { "delay": 2, "time": "1766948462" }, "departure": { "delay": 2, "time": "1766948462" }, "stopId": "stop_point:SP_3238", "stopSequence": 10 }, { "arrival": { "delay": -20, "time": "1766948500" }, "departure": { "delay": -20, "time": "1766948500" }, "stopId": "stop_point:SP_2800", "stopSequence": 11 }, { "arrival": { "delay": 16, "time": "1766948536" }, "departure": { "delay": 16, "time": "1766948536" }, "stopId": "stop_point:SP_1806", "stopSequence": 12 }, { "arrival": { "delay": 3, "time": "1766948583" }, "departure": { "delay": 3, "time": "1766948583" }, "stopId": "stop_point:SP_154", "stopSequence": 13 }, { "arrival": { "delay": -16, "time": "1766948624" }, "departure": { "delay": -16, "time": "1766948624" }, "stopId": "stop_point:SP_1945", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1766948760" }, "departure": { "delay": 0, "time": "1766948760" }, "stopId": "stop_point:SP_77", "stopSequence": 15 }, { "arrival": { "delay": 4, "time": "1766948824" }, "departure": { "delay": 4, "time": "1766948824" }, "stopId": "stop_point:SP_3652", "stopSequence": 16 }, { "arrival": { "delay": -30, "time": "1766948850" }, "departure": { "delay": -30, "time": "1766948850" }, "stopId": "stop_point:SP_896", "stopSequence": 17 }, { "arrival": { "delay": 24, "time": "1766948904" }, "departure": { "delay": 24, "time": "1766948904" }, "stopId": "stop_point:SP_3206", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1766948940" }, "departure": { "delay": 0, "time": "1766948940" }, "stopId": "stop_point:SP_3014", "stopSequence": 19 }, { "arrival": { "delay": -5, "time": "1766948995" }, "departure": { "delay": -5, "time": "1766948995" }, "stopId": "stop_point:SP_719", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1766949060" }, "departure": { "delay": 0, "time": "1766949060" }, "stopId": "stop_point:SP_3417", "stopSequence": 21 }, { "arrival": { "delay": -23, "time": "1766949097" }, "departure": { "delay": -23, "time": "1766949097" }, "stopId": "stop_point:SP_2170", "stopSequence": 22 }, { "arrival": { "delay": -3, "time": "1766949117" }, "departure": { "delay": -3, "time": "1766949117" }, "stopId": "stop_point:SP_236", "stopSequence": 23 }, { "arrival": { "delay": 29, "time": "1766949149" }, "departure": { "delay": 29, "time": "1766949149" }, "stopId": "stop_point:SP_1686", "stopSequence": 24 }, { "arrival": { "delay": 7, "time": "1766949187" }, "departure": { "delay": 7, "time": "1766949187" }, "stopId": "stop_point:SP_1461", "stopSequence": 25 }, { "arrival": { "delay": -11, "time": "1766949229" }, "departure": { "delay": -11, "time": "1766949229" }, "stopId": "stop_point:SP_4962", "stopSequence": 26 } ], "timestamp": "1766942094", "trip": { "routeId": "line:42", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2197535" }, "vehicle": { "id": "1452669" } } }, { "id": "TripUpdateJoin:2169243", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1500, "time": "1766944200" }, "departure": { "delay": 0, "time": "1766945700" }, "stopId": "stop_point:SP_1753", "stopSequence": 1 }, { "arrival": { "delay": 16, "time": "1766946376" }, "departure": { "delay": 16, "time": "1766946376" }, "stopId": "stop_point:SP_3763", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1766946480" }, "departure": { "delay": 0, "time": "1766946480" }, "stopId": "stop_point:SP_1262", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1766946720" }, "departure": { "delay": 0, "time": "1766946720" }, "stopId": "stop_point:SP_39", "stopSequence": 4 }, { "arrival": { "delay": -28, "time": "1766946872" }, "departure": { "delay": -28, "time": "1766946872" }, "stopId": "stop_point:SP_4109", "stopSequence": 5 }, { "arrival": { "delay": 15, "time": "1766947035" }, "departure": { "delay": 15, "time": "1766947035" }, "stopId": "stop_point:SP_3203", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1766947200" }, "departure": { "delay": 0, "time": "1766947200" }, "stopId": "stop_point:SP_2944", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:99", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2169243" }, "vehicle": { "id": "1431100" } } }, { "id": "TripUpdateJoin:2166157", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1766948880" }, "departure": { "delay": 0, "time": "1766948880" }, "stopId": "stop_point:SP_4777", "stopSequence": 1 }, { "arrival": { "delay": 23, "time": "1766948903" }, "departure": { "delay": 23, "time": "1766948903" }, "stopId": "stop_point:SP_1679", "stopSequence": 2 }, { "arrival": { "delay": 1, "time": "1766948941" }, "departure": { "delay": 1, "time": "1766948941" }, "stopId": "stop_point:SP_1836", "stopSequence": 3 }, { "arrival": { "delay": -19, "time": "1766949041" }, "departure": { "delay": -19, "time": "1766949041" }, "stopId": "stop_point:SP_727", "stopSequence": 4 }, { "arrival": { "delay": -21, "time": "1766949099" }, "departure": { "delay": -21, "time": "1766949099" }, "stopId": "stop_point:SP_3509", "stopSequence": 5 }, { "arrival": { "delay": -18, "time": "1766949162" }, "departure": { "delay": -18, "time": "1766949162" }, "stopId": "stop_point:SP_1483", "stopSequence": 6 }, { "arrival": { "delay": -12, "time": "1766949228" }, "departure": { "delay": -12, "time": "1766949228" }, "stopId": "stop_point:SP_2271", "stopSequence": 7 } ], "timestamp": "1766942094", "trip": { "routeId": "line:144", "scheduleRelationship": "SCHEDULED", "startDate": "20251228", "tripId": "2166157" }, "vehicle": { "id": "1432068" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1766942094" } }