Détails de la ressource

Nom du fichier : Extension GTFS-RT : Mises à jour de trajet
Format : gtfs-rt

Les mises à jour de trajet représentent des fluctuations dans les horaires

Cette ressource fait partie du jeu de données Réseau urbain Léo.

Disponibilité au téléchargement

19/06/2025
100%
20/06/2025
100%
21/06/2025
100%
22/06/2025
100%
23/06/2025
99.8%
24/06/2025
100%
25/06/2025
100%
26/06/2025
99.9%
27/06/2025
100%
28/06/2025
100%
29/06/2025
100%
30/06/2025
100%
01/07/2025
100%
02/07/2025
100%
03/07/2025
100%
04/07/2025
99.6%
05/07/2025
100%
06/07/2025
100%
07/07/2025
100%
08/07/2025
100%
09/07/2025
100%
10/07/2025
100%
11/07/2025
100%
12/07/2025
100%
13/07/2025
100%
14/07/2025
100%
15/07/2025
100%
16/07/2025
100%
17/07/2025
100%
18/07/2025
100%
19/07/2025
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

118 erreurs, 15 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 19/07/2025 à 09h08 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 4 erreurs

All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED

Exemples d'erreurs
  • trip_id 4-10066395137 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 4-10066395139 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 4-10066657284 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 4-10066657283 does not exist in the GTFS data and does not have schedule_relationship of ADDED

GTFS-rt route_id does not exist in GTFS data E004 4 erreurs

All route_ids provided in the GTFS-rt feed must exist in the GTFS data

Exemples d'erreurs
  • route_id 600 does not exist in the GTFS data routes.txt
  • route_id 600 does not exist in the GTFS data routes.txt
  • route_id 600 does not exist in the GTFS data routes.txt
  • route_id 600 does not exist in the GTFS data routes.txt

GTFS-rt stop_id does not exist in GTFS data E011 44 erreurs

All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt

Exemples d'erreurs
  • trip_id 4-10066395137 stop_id 3159 does not exist in GTFS data stops.txt
  • trip_id 4-10066395137 stop_id 3160 does not exist in GTFS data stops.txt
  • trip_id 4-10066395137 stop_id 3161 does not exist in GTFS data stops.txt
  • trip_id 4-10066395137 stop_id 3162 does not exist in GTFS data stops.txt
  • trip_id 4-10066395137 stop_id 3163 does not exist in GTFS data stops.txt

Sequential stop_time_update times are not increasing E022 66 erreurs

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

Exemples d'erreurs
  • trip_id 4-10066395137 stop_sequence 9 arrival_time 08:12:50 (1752905570) is less than previous stop arrival_time 09:01:47 (1752908507) - times must increase between two sequential stops
  • trip_id 4-10066395137 stop_sequence 9 arrival_time 08:12:50 (1752905570) is less than previous stop departure_time 09:01:47 (1752908507) - times must increase between two sequential stops
  • trip_id 4-10066395137 stop_sequence 9 departure_time 08:13:10 (1752905590) is less than previous stop departure_time 09:01:47 (1752908507) - times must increase between two sequential stops
  • trip_id 4-10066395137 stop_sequence 9 departure_time 08:13:10 (1752905590) is less than previous stop arrival_time 09:01:47 (1752908507) - times must increase between two sequential stops
  • trip_id 14192{01_3}-24U_ETE_LMCJVSDF_01_S stop_sequence 6 arrival_time 09:09:42 (1752908982) is equal to previous stop arrival_time 09:09:42 (1752908982) - times must increase between two sequential stops

Avertissements

timestamp not populated W001 13 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 14178{01_3}-24U_ETE_LMCJVSDF_01_S does not have a timestamp
  • trip_id 14139{01_3}-24U_ETE_LMCJVSDF_01_S does not have a timestamp
  • trip_id 4-10066395137 does not have a timestamp
  • trip_id 14192{01_3}-24U_ETE_LMCJVSDF_01_S does not have a timestamp
  • trip_id 14154{01_3}-24U_ETE_LMCJVSDF_01_S does not have a timestamp

vehicle_id not populated W002 2 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 4-10066657284 does not have a vehicle_id
  • trip_id 4-10066657283 does not have a vehicle_id
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 1 344 23 fois (96 % des validations)
W001 Timestamps should be populated for all elements 446 23 fois (96 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 207 19 fois (79 % des validations)
E004 All route_ids provided in the GTFS-rt feed must exist in the GTFS data 207 19 fois (79 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 2 468 19 fois (79 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 160 19 fois (79 % des validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 15 10 fois (42 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 19/07/2025 à 11h19 Europe/Paris.

trip_updates (18) vehicle_positions (0) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 19/07/2025 à 11h19 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "1074517", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "3159", "stopSequence": 1 }, { "arrival": { "delay": -1531, "time": "1752906689" }, "departure": { "delay": -1514, "time": "1752906706" }, "stopId": "3160", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "3161", "stopSequence": 3 }, { "arrival": { "delay": -1537, "time": "1752907103" }, "departure": { "delay": -1184, "time": "1752907456" }, "stopId": "3162", "stopSequence": 4 }, { "arrival": { "delay": -1161, "time": "1752907659" }, "departure": { "delay": -1153, "time": "1752907667" }, "stopId": "3163", "stopSequence": 5 }, { "arrival": { "delay": -1153, "time": "1752908027" }, "departure": { "delay": -1153, "time": "1752908027" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "delay": -1153, "time": "1752908147" }, "departure": { "delay": -1153, "time": "1752908147" }, "stopId": "3165", "stopSequence": 7 }, { "arrival": { "delay": -1153, "time": "1752908507" }, "departure": { "delay": -1153, "time": "1752908507" }, "stopId": "2860", "stopSequence": 8 }, { "arrival": { "delay": -4630, "time": "1752905570" }, "departure": { "delay": -4610, "time": "1752905590" }, "stopId": "2861", "stopSequence": 9 }, { "arrival": { "delay": -1153, "time": "1752909347" }, "departure": { "delay": -1153, "time": "1752909347" }, "stopId": "2862", "stopSequence": 10 }, { "arrival": { "delay": -1153, "time": "1752909647" }, "stopId": "2863", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "08:52:00", "tripId": "4-10066395137" }, "vehicle": { "id": "138", "label": "230386", "licensePlate": "GR-997-FP" } } }, { "id": "1074677", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 49, "time": "1752914749" }, "stopId": "AUXLCLA1", "stopSequence": 1 }, { "arrival": { "delay": 19, "time": "1752914839" }, "departure": { "delay": 23, "time": "1752914843" }, "stopId": "AUXJMON1", "stopSequence": 2 }, { "arrival": { "delay": 14, "time": "1752914894" }, "departure": { "delay": 25, "time": "1752914905" }, "stopId": "AUXMARN1", "stopSequence": 3 }, { "arrival": { "delay": 25, "time": "1752914965" }, "departure": { "delay": 46, "time": "1752914986" }, "stopId": "AUXVERD1", "stopSequence": 4 }, { "arrival": { "delay": 32, "time": "1752915032" }, "departure": { "delay": 108, "time": "1752915108" }, "stopId": "AUXSSMI1", "stopSequence": 5 }, { "arrival": { "delay": 89, "time": "1752915149" }, "departure": { "delay": 99, "time": "1752915159" }, "stopId": "AUXHOPI1", "stopSequence": 6 }, { "arrival": { "delay": 122, "time": "1752915302" }, "departure": { "delay": 136, "time": "1752915316" }, "stopId": "AUXLPHA1", "stopSequence": 7 }, { "arrival": { "delay": 146, "time": "1752915386" }, "departure": { "delay": 171, "time": "1752915411" }, "stopId": "AUXFRAG1", "stopSequence": 8 }, { "arrival": { "delay": 147, "time": "1752915447" }, "departure": { "delay": 168, "time": "1752915468" }, "stopId": "AUXINGR1", "stopSequence": 9 }, { "arrival": { "delay": 126, "time": "1752915486" }, "departure": { "delay": 136, "time": "1752915496" }, "stopId": "AUXLFAY1", "stopSequence": 10 }, { "arrival": { "delay": 131, "time": "1752915551" }, "departure": { "delay": 146, "time": "1752915566" }, "stopId": "AUXFOUR1", "stopSequence": 11 }, { "arrival": { "delay": 102, "time": "1752915582" }, "departure": { "delay": 116, "time": "1752915596" }, "stopId": "AUXPAST1", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXHATI1", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXDENF1", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXEGLE1", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXARQU1", "stopSequence": 16 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXVAUL1", "stopSequence": 17 }, { "arrival": { "delay": 247, "time": "1752916207" }, "departure": { "delay": 261, "time": "1752916221" }, "stopId": "AUXPOLI1", "stopSequence": 18 }, { "arrival": { "delay": 167, "time": "1752916307" }, "departure": { "delay": 267, "time": "1752916407" }, "stopId": "AUXGAMB1", "stopSequence": 19 }, { "arrival": { "delay": 261, "time": "1752916521" }, "departure": { "delay": 283, "time": "1752916543" }, "stopId": "AUXGSNC1", "stopSequence": 20 }, { "arrival": { "delay": 256, "time": "1752916576" }, "departure": { "delay": 267, "time": "1752916587" }, "stopId": "AUXBRAZ2", "stopSequence": 21 }, { "arrival": { "delay": 216, "time": "1752916656" }, "departure": { "delay": 226, "time": "1752916666" }, "stopId": "AUXPSMA1", "stopSequence": 22 }, { "arrival": { "delay": 228, "time": "1752916728" }, "departure": { "delay": 237, "time": "1752916737" }, "stopId": "AUXH21", "stopSequence": 23 }, { "arrival": { "delay": 237, "time": "1752916797" }, "departure": { "delay": 237, "time": "1752916797" }, "stopId": "AUXMIGN2", "stopSequence": 24 }, { "arrival": { "delay": 237, "time": "1752916857" }, "departure": { "delay": 237, "time": "1752916857" }, "stopId": "AUXTURG2", "stopSequence": 25 }, { "arrival": { "delay": 237, "time": "1752916917" }, "departure": { "delay": 237, "time": "1752916917" }, "stopId": "AUXCOLB2", "stopSequence": 26 }, { "arrival": { "delay": 237, "time": "1752916977" }, "departure": { "delay": 237, "time": "1752916977" }, "stopId": "AUXCDFO2", "stopSequence": 27 }, { "arrival": { "delay": 237, "time": "1752917097" }, "departure": { "delay": 237, "time": "1752917097" }, "stopId": "AUXEGRI1", "stopSequence": 28 }, { "arrival": { "delay": 237, "time": "1752917277" }, "departure": { "delay": 237, "time": "1752917277" }, "stopId": "AUXDSCH2", "stopSequence": 29 }, { "arrival": { "delay": 237, "time": "1752917337" }, "stopId": "AUXLROU2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "01_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "10:45:00", "tripId": "14141{01_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "11", "label": "159504", "licensePlate": "DP-232-EV" } } }, { "id": "1074716", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 262, "time": "1752915382" }, "stopId": "AUXLROU1", "stopSequence": 1 }, { "arrival": { "delay": 237, "time": "1752915417" }, "departure": { "delay": 251, "time": "1752915431" }, "stopId": "AUXDSCH1", "stopSequence": 2 }, { "arrival": { "delay": 264, "time": "1752915564" }, "departure": { "delay": 281, "time": "1752915581" }, "stopId": "AUXEGRI2", "stopSequence": 3 }, { "arrival": { "delay": 208, "time": "1752915628" }, "departure": { "delay": 211, "time": "1752915631" }, "stopId": "AUXCDFO1", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXCOLB1", "stopSequence": 5 }, { "arrival": { "delay": 248, "time": "1752915788" }, "departure": { "delay": 262, "time": "1752915802" }, "stopId": "AUXTURG1", "stopSequence": 6 }, { "arrival": { "delay": 272, "time": "1752915812" }, "departure": { "delay": 288, "time": "1752915828" }, "stopId": "AUXMIGN1", "stopSequence": 7 }, { "arrival": { "delay": 209, "time": "1752915869" }, "departure": { "delay": 216, "time": "1752915876" }, "stopId": "AUXH22", "stopSequence": 8 }, { "arrival": { "delay": 227, "time": "1752915947" }, "departure": { "delay": 236, "time": "1752915956" }, "stopId": "AUXPSMA2", "stopSequence": 9 }, { "arrival": { "delay": 170, "time": "1752916010" }, "departure": { "delay": 194, "time": "1752916034" }, "stopId": "AUXTOUR1", "stopSequence": 10 }, { "arrival": { "delay": 203, "time": "1752916103" }, "departure": { "delay": 210, "time": "1752916110" }, "stopId": "AUXGSNC2", "stopSequence": 11 }, { "arrival": { "delay": 187, "time": "1752916207" }, "departure": { "delay": 207, "time": "1752916227" }, "stopId": "AUXGAMB2", "stopSequence": 12 }, { "arrival": { "delay": 219, "time": "1752916359" }, "departure": { "delay": 236, "time": "1752916376" }, "stopId": "AUXPOLI2", "stopSequence": 13 }, { "arrival": { "delay": 221, "time": "1752916421" }, "departure": { "delay": 231, "time": "1752916431" }, "stopId": "AUXVAUL2", "stopSequence": 14 }, { "arrival": { "delay": 201, "time": "1752916521" }, "departure": { "delay": 232, "time": "1752916552" }, "stopId": "AUXARQU2", "stopSequence": 15 }, { "arrival": { "delay": 232, "time": "1752916732" }, "departure": { "delay": 232, "time": "1752916732" }, "stopId": "AUXEGLE3", "stopSequence": 16 }, { "arrival": { "delay": 232, "time": "1752916792" }, "departure": { "delay": 232, "time": "1752916792" }, "stopId": "AUXDENF2", "stopSequence": 17 }, { "arrival": { "delay": 232, "time": "1752916852" }, "departure": { "delay": 232, "time": "1752916852" }, "stopId": "AUXHATI2", "stopSequence": 18 }, { "arrival": { "delay": 232, "time": "1752916912" }, "departure": { "delay": 232, "time": "1752916912" }, "stopId": "AUXPAST2", "stopSequence": 19 }, { "arrival": { "delay": 232, "time": "1752916972" }, "departure": { "delay": 232, "time": "1752916972" }, "stopId": "AUXFOUR2", "stopSequence": 20 }, { "arrival": { "delay": 232, "time": "1752917032" }, "departure": { "delay": 232, "time": "1752917032" }, "stopId": "AUXLFAY2", "stopSequence": 21 }, { "arrival": { "delay": 232, "time": "1752917032" }, "departure": { "delay": 232, "time": "1752917032" }, "stopId": "AUXINGR2", "stopSequence": 22 }, { "arrival": { "delay": 232, "time": "1752917092" }, "departure": { "delay": 232, "time": "1752917092" }, "stopId": "AUXFRAG2", "stopSequence": 23 }, { "arrival": { "delay": 232, "time": "1752917212" }, "departure": { "delay": 232, "time": "1752917212" }, "stopId": "AUXLPHA2", "stopSequence": 24 }, { "arrival": { "delay": 232, "time": "1752917332" }, "departure": { "delay": 232, "time": "1752917332" }, "stopId": "AUXHOPI2", "stopSequence": 25 }, { "arrival": { "delay": 232, "time": "1752917392" }, "departure": { "delay": 232, "time": "1752917392" }, "stopId": "AUXSSMI2", "stopSequence": 26 }, { "arrival": { "delay": 232, "time": "1752917452" }, "departure": { "delay": 232, "time": "1752917452" }, "stopId": "AUXVERD2", "stopSequence": 27 }, { "arrival": { "delay": 232, "time": "1752917572" }, "departure": { "delay": 232, "time": "1752917572" }, "stopId": "AUXMARN2", "stopSequence": 28 }, { "arrival": { "delay": 232, "time": "1752917632" }, "departure": { "delay": 232, "time": "1752917632" }, "stopId": "AUXJMON2", "stopSequence": 29 }, { "arrival": { "delay": 232, "time": "1752917752" }, "stopId": "AUXLCLA1", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "01_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "10:52:00", "tripId": "14180{01_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "68", "label": "189368", "licensePlate": "FD-700-FH" } } }, { "id": "1074642", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 147, "time": "1752916047" }, "stopId": "APPAPPO1", "stopSequence": 1 }, { "arrival": { "delay": 135, "time": "1752916095" }, "departure": { "delay": 166, "time": "1752916126" }, "stopId": "APPAEGL1", "stopSequence": 2 }, { "arrival": { "delay": 148, "time": "1752916288" }, "departure": { "delay": 212, "time": "1752916352" }, "stopId": "APPARDU1", "stopSequence": 3 }, { "arrival": { "delay": 212, "time": "1752916472" }, "departure": { "delay": 212, "time": "1752916472" }, "stopId": "AAPAPNO1", "stopSequence": 4 }, { "arrival": { "delay": 212, "time": "1752916532" }, "departure": { "delay": 212, "time": "1752916532" }, "stopId": "APPAPAR1", "stopSequence": 5 }, { "arrival": { "delay": 212, "time": "1752916652" }, "departure": { "delay": 212, "time": "1752916652" }, "stopId": "APPPRNO1", "stopSequence": 6 }, { "arrival": { "delay": 212, "time": "1752916712" }, "departure": { "delay": 212, "time": "1752916712" }, "stopId": "MONBRUX1", "stopSequence": 7 }, { "arrival": { "delay": 212, "time": "1752916712" }, "departure": { "delay": 212, "time": "1752916712" }, "stopId": "MONLOND1", "stopSequence": 8 }, { "arrival": { "delay": 212, "time": "1752916772" }, "departure": { "delay": 212, "time": "1752916772" }, "stopId": "MONGHAI2", "stopSequence": 9 }, { "arrival": { "delay": 212, "time": "1752917312" }, "departure": { "delay": 212, "time": "1752917312" }, "stopId": "AUXJMON2", "stopSequence": 10 }, { "arrival": { "delay": 212, "time": "1752917372" }, "departure": { "delay": 212, "time": "1752917372" }, "stopId": "AUXPOLY1", "stopSequence": 11 }, { "arrival": { "delay": 212, "time": "1752917372" }, "departure": { "delay": 212, "time": "1752917372" }, "stopId": "AUXSMAR1", "stopSequence": 12 }, { "arrival": { "delay": 212, "time": "1752917432" }, "departure": { "delay": 212, "time": "1752917432" }, "stopId": "AUXMONG1", "stopSequence": 13 }, { "arrival": { "delay": 212, "time": "1752917552" }, "departure": { "delay": 212, "time": "1752917552" }, "stopId": "AUXDGAU1", "stopSequence": 14 }, { "arrival": { "delay": 212, "time": "1752917612" }, "departure": { "delay": 212, "time": "1752917612" }, "stopId": "AUXPDPA1", "stopSequence": 15 }, { "arrival": { "delay": 212, "time": "1752917672" }, "departure": { "delay": 212, "time": "1752917672" }, "stopId": "AUXVAUB1", "stopSequence": 16 }, { "arrival": { "delay": 212, "time": "1752917732" }, "departure": { "delay": 212, "time": "1752917732" }, "stopId": "AUXEGLE1", "stopSequence": 17 }, { "arrival": { "delay": 212, "time": "1752917852" }, "departure": { "delay": 212, "time": "1752917912" }, "stopId": "AUXARQU1", "stopSequence": 18 }, { "arrival": { "delay": 212, "time": "1752918032" }, "departure": { "delay": 212, "time": "1752918032" }, "stopId": "AUXVAUL1", "stopSequence": 19 }, { "arrival": { "delay": 212, "time": "1752918092" }, "departure": { "delay": 212, "time": "1752918092" }, "stopId": "AUXPOLI1", "stopSequence": 20 }, { "arrival": { "delay": 212, "time": "1752918272" }, "departure": { "delay": 212, "time": "1752918272" }, "stopId": "AUXGAMB1", "stopSequence": 21 }, { "arrival": { "delay": 212, "time": "1752918392" }, "departure": { "delay": 212, "time": "1752918392" }, "stopId": "AUXGSNC1", "stopSequence": 22 }, { "arrival": { "delay": 212, "time": "1752918572" }, "departure": { "delay": 212, "time": "1752918572" }, "stopId": "AUXREDD1", "stopSequence": 23 }, { "arrival": { "delay": 212, "time": "1752918692" }, "departure": { "delay": 212, "time": "1752918692" }, "stopId": "AUXAEXP2", "stopSequence": 24 }, { "arrival": { "delay": 212, "time": "1752918752" }, "stopId": "AUXUDBO1", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "05_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:05:00", "tripId": "13565{05_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "7", "label": "119335", "licensePlate": "BS-348-DK" } } }, { "id": "1074694", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 302, "time": "1752916502" }, "stopId": "AUXLCLA1", "stopSequence": 1 }, { "arrival": { "delay": 246, "time": "1752916566" }, "departure": { "delay": 257, "time": "1752916577" }, "stopId": "AUXJMON1", "stopSequence": 2 }, { "arrival": { "delay": 234, "time": "1752916614" }, "departure": { "delay": 245, "time": "1752916625" }, "stopId": "AUXMARN1", "stopSequence": 3 }, { "arrival": { "delay": 235, "time": "1752916675" }, "departure": { "delay": 278, "time": "1752916718" }, "stopId": "AUXVERD1", "stopSequence": 4 }, { "arrival": { "delay": 278, "time": "1752916778" }, "departure": { "delay": 278, "time": "1752916778" }, "stopId": "AUXSSMI1", "stopSequence": 5 }, { "arrival": { "delay": 278, "time": "1752916838" }, "departure": { "delay": 278, "time": "1752916838" }, "stopId": "AUXHOPI1", "stopSequence": 6 }, { "arrival": { "delay": 278, "time": "1752916958" }, "departure": { "delay": 278, "time": "1752916958" }, "stopId": "AUXLPHA1", "stopSequence": 7 }, { "arrival": { "delay": 278, "time": "1752917018" }, "departure": { "delay": 278, "time": "1752917018" }, "stopId": "AUXFRAG1", "stopSequence": 8 }, { "arrival": { "delay": 278, "time": "1752917078" }, "departure": { "delay": 278, "time": "1752917078" }, "stopId": "AUXINGR1", "stopSequence": 9 }, { "arrival": { "delay": 278, "time": "1752917138" }, "departure": { "delay": 278, "time": "1752917138" }, "stopId": "AUXLFAY1", "stopSequence": 10 }, { "arrival": { "delay": 278, "time": "1752917198" }, "departure": { "delay": 278, "time": "1752917198" }, "stopId": "AUXFOUR1", "stopSequence": 11 }, { "arrival": { "delay": 278, "time": "1752917258" }, "departure": { "delay": 278, "time": "1752917258" }, "stopId": "AUXPAST1", "stopSequence": 12 }, { "arrival": { "delay": 278, "time": "1752917258" }, "departure": { "delay": 278, "time": "1752917258" }, "stopId": "AUXHATI1", "stopSequence": 13 }, { "arrival": { "delay": 278, "time": "1752917318" }, "departure": { "delay": 278, "time": "1752917318" }, "stopId": "AUXDENF1", "stopSequence": 14 }, { "arrival": { "delay": 278, "time": "1752917438" }, "departure": { "delay": 278, "time": "1752917438" }, "stopId": "AUXEGLE1", "stopSequence": 15 }, { "arrival": { "delay": 278, "time": "1752917558" }, "departure": { "delay": 278, "time": "1752917558" }, "stopId": "AUXARQU1", "stopSequence": 16 }, { "arrival": { "delay": 278, "time": "1752917678" }, "departure": { "delay": 278, "time": "1752917678" }, "stopId": "AUXVAUL1", "stopSequence": 17 }, { "arrival": { "delay": 278, "time": "1752917738" }, "departure": { "delay": 278, "time": "1752917738" }, "stopId": "AUXPOLI1", "stopSequence": 18 }, { "arrival": { "delay": 278, "time": "1752917918" }, "departure": { "delay": 278, "time": "1752917918" }, "stopId": "AUXGAMB1", "stopSequence": 19 }, { "arrival": { "delay": 278, "time": "1752918038" }, "departure": { "delay": 278, "time": "1752918038" }, "stopId": "AUXGSNC1", "stopSequence": 20 }, { "arrival": { "delay": 278, "time": "1752918098" }, "departure": { "delay": 278, "time": "1752918098" }, "stopId": "AUXBRAZ2", "stopSequence": 21 }, { "arrival": { "delay": 278, "time": "1752918218" }, "departure": { "delay": 278, "time": "1752918218" }, "stopId": "AUXPSMA1", "stopSequence": 22 }, { "arrival": { "delay": 278, "time": "1752918278" }, "departure": { "delay": 278, "time": "1752918278" }, "stopId": "AUXH21", "stopSequence": 23 }, { "arrival": { "delay": 278, "time": "1752918338" }, "departure": { "delay": 278, "time": "1752918338" }, "stopId": "AUXMIGN2", "stopSequence": 24 }, { "arrival": { "delay": 278, "time": "1752918398" }, "departure": { "delay": 278, "time": "1752918398" }, "stopId": "AUXTURG2", "stopSequence": 25 }, { "arrival": { "delay": 278, "time": "1752918458" }, "departure": { "delay": 278, "time": "1752918458" }, "stopId": "AUXCOLB2", "stopSequence": 26 }, { "arrival": { "delay": 278, "time": "1752918518" }, "departure": { "delay": 278, "time": "1752918518" }, "stopId": "AUXCDFO2", "stopSequence": 27 }, { "arrival": { "delay": 278, "time": "1752918638" }, "departure": { "delay": 278, "time": "1752918638" }, "stopId": "AUXDSCH2", "stopSequence": 28 }, { "arrival": { "delay": 278, "time": "1752918758" }, "stopId": "AUXLROU2", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "01_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:10:00", "tripId": "14158{01_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "17", "label": "119340", "licensePlate": "BS-336-DK" } } }, { "id": "1074626", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 167, "time": "1752916367" }, "stopId": "AUXUDBO1", "stopSequence": 1 }, { "arrival": { "delay": 173, "time": "1752916433" }, "departure": { "delay": 189, "time": "1752916449" }, "stopId": "AUXAEXP1", "stopSequence": 2 }, { "arrival": { "delay": 278, "time": "1752916658" }, "departure": { "delay": 288, "time": "1752916668" }, "stopId": "AUXREDD2", "stopSequence": 3 }, { "arrival": { "delay": 100, "time": "1752916720" }, "departure": { "delay": 110, "time": "1752916730" }, "stopId": "AUXGSNC2", "stopSequence": 4 }, { "arrival": { "delay": 101, "time": "1752916841" }, "departure": { "delay": 101, "time": "1752916841" }, "stopId": "AUXGAMB2", "stopSequence": 5 }, { "arrival": { "delay": 101, "time": "1752916961" }, "departure": { "delay": 101, "time": "1752916961" }, "stopId": "AUXPOLI2", "stopSequence": 6 }, { "arrival": { "delay": 101, "time": "1752917081" }, "departure": { "delay": 101, "time": "1752917081" }, "stopId": "AUXVAUL2", "stopSequence": 7 }, { "arrival": { "delay": 101, "time": "1752917201" }, "departure": { "delay": 101, "time": "1752917261" }, "stopId": "AUXARQU2", "stopSequence": 8 }, { "arrival": { "delay": 101, "time": "1752917381" }, "departure": { "delay": 101, "time": "1752917381" }, "stopId": "AUXEGLE2", "stopSequence": 9 }, { "arrival": { "delay": 101, "time": "1752917441" }, "departure": { "delay": 101, "time": "1752917441" }, "stopId": "AUXVAUB2", "stopSequence": 10 }, { "arrival": { "delay": 101, "time": "1752917561" }, "departure": { "delay": 101, "time": "1752917561" }, "stopId": "AUXPDPA2", "stopSequence": 11 }, { "arrival": { "delay": 101, "time": "1752917621" }, "departure": { "delay": 101, "time": "1752917621" }, "stopId": "AUXDGAU2", "stopSequence": 12 }, { "arrival": { "delay": 101, "time": "1752917741" }, "departure": { "delay": 101, "time": "1752917741" }, "stopId": "AUXMONG2", "stopSequence": 13 }, { "arrival": { "delay": 101, "time": "1752917801" }, "departure": { "delay": 101, "time": "1752917801" }, "stopId": "AUXSMAR2", "stopSequence": 14 }, { "arrival": { "delay": 101, "time": "1752917801" }, "departure": { "delay": 101, "time": "1752917801" }, "stopId": "AUXPOLY2", "stopSequence": 15 }, { "arrival": { "delay": 101, "time": "1752917921" }, "departure": { "delay": 101, "time": "1752917921" }, "stopId": "AUXJMON1", "stopSequence": 16 }, { "arrival": { "delay": 101, "time": "1752918281" }, "departure": { "delay": 101, "time": "1752918281" }, "stopId": "MONGHAI1", "stopSequence": 17 }, { "arrival": { "delay": 101, "time": "1752918341" }, "departure": { "delay": 101, "time": "1752918341" }, "stopId": "MONLOND2", "stopSequence": 18 }, { "arrival": { "delay": 101, "time": "1752918341" }, "departure": { "delay": 101, "time": "1752918341" }, "stopId": "MONBRUX2", "stopSequence": 19 }, { "arrival": { "delay": 101, "time": "1752918401" }, "departure": { "delay": 101, "time": "1752918401" }, "stopId": "APPPRNO2", "stopSequence": 20 }, { "arrival": { "delay": 101, "time": "1752918581" }, "departure": { "delay": 101, "time": "1752918581" }, "stopId": "APPAPAR2", "stopSequence": 21 }, { "arrival": { "delay": 101, "time": "1752918641" }, "departure": { "delay": 101, "time": "1752918641" }, "stopId": "AAPAPNO2", "stopSequence": 22 }, { "arrival": { "delay": 101, "time": "1752918821" }, "departure": { "delay": 101, "time": "1752918821" }, "stopId": "APPARDU2", "stopSequence": 23 }, { "arrival": { "delay": 101, "time": "1752918941" }, "departure": { "delay": 101, "time": "1752918941" }, "stopId": "APPAEGL2", "stopSequence": 24 }, { "arrival": { "delay": 101, "time": "1752919001" }, "stopId": "APPAPPO1", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "05_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:10:00", "tripId": "13549{05_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "16", "label": "119333", "licensePlate": "BS-285-DK" } } }, { "id": "1074664", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 109, "time": "1752916309" }, "stopId": "PERBREA1", "stopSequence": 1 }, { "arrival": { "delay": 127, "time": "1752916327" }, "departure": { "delay": 143, "time": "1752916343" }, "stopId": "PERVEND1", "stopSequence": 2 }, { "arrival": { "delay": 102, "time": "1752916422" }, "departure": { "delay": 117, "time": "1752916437" }, "stopId": "PERMDPE1", "stopSequence": 3 }, { "arrival": { "delay": 140, "time": "1752916520" }, "departure": { "delay": 150, "time": "1752916530" }, "stopId": "PERAGAR1", "stopSequence": 4 }, { "arrival": { "delay": 122, "time": "1752916562" }, "departure": { "delay": 129, "time": "1752916569" }, "stopId": "PERCDEP1", "stopSequence": 5 }, { "arrival": { "delay": 104, "time": "1752916604" }, "departure": { "delay": 116, "time": "1752916616" }, "stopId": "SGSCORM1", "stopSequence": 6 }, { "arrival": { "delay": 105, "time": "1752916665" }, "departure": { "delay": 127, "time": "1752916687" }, "stopId": "SGSCJBE1", "stopSequence": 7 }, { "arrival": { "delay": 109, "time": "1752916729" }, "departure": { "delay": 127, "time": "1752916747" }, "stopId": "SGSMDSA1", "stopSequence": 8 }, { "arrival": { "delay": 127, "time": "1752916987" }, "departure": { "delay": 127, "time": "1752916987" }, "stopId": "SGSLGUI1", "stopSequence": 9 }, { "arrival": { "delay": 127, "time": "1752917047" }, "departure": { "delay": 127, "time": "1752917047" }, "stopId": "SGSSGEO1", "stopSequence": 10 }, { "arrival": { "delay": 127, "time": "1752917107" }, "departure": { "delay": 127, "time": "1752917107" }, "stopId": "SGSLARD1", "stopSequence": 11 }, { "arrival": { "delay": 127, "time": "1752917167" }, "departure": { "delay": 127, "time": "1752917167" }, "stopId": "SGSLORR1", "stopSequence": 12 }, { "arrival": { "delay": 127, "time": "1752917227" }, "departure": { "delay": 127, "time": "1752917227" }, "stopId": "AUXDREI1", "stopSequence": 13 }, { "arrival": { "delay": 127, "time": "1752917347" }, "departure": { "delay": 127, "time": "1752917347" }, "stopId": "AUXBRIC1", "stopSequence": 14 }, { "arrival": { "delay": 127, "time": "1752917407" }, "departure": { "delay": 127, "time": "1752917407" }, "stopId": "AUXLYAU1", "stopSequence": 15 }, { "arrival": { "delay": 127, "time": "1752917467" }, "departure": { "delay": 127, "time": "1752917467" }, "stopId": "AUXCOLE1", "stopSequence": 16 }, { "arrival": { "delay": 127, "time": "1752917527" }, "departure": { "delay": 127, "time": "1752917527" }, "stopId": "AUXTASS1", "stopSequence": 17 }, { "arrival": { "delay": 127, "time": "1752917707" }, "departure": { "delay": 127, "time": "1752917707" }, "stopId": "AUXSAMA1", "stopSequence": 18 }, { "arrival": { "delay": 127, "time": "1752917827" }, "departure": { "delay": 127, "time": "1752917827" }, "stopId": "AUXARQU2", "stopSequence": 19 }, { "arrival": { "delay": 127, "time": "1752917947" }, "departure": { "delay": 127, "time": "1752917947" }, "stopId": "AUXEGLE2", "stopSequence": 20 }, { "arrival": { "delay": 127, "time": "1752918007" }, "departure": { "delay": 127, "time": "1752918007" }, "stopId": "AUXVAUB2", "stopSequence": 21 }, { "arrival": { "delay": 127, "time": "1752918067" }, "departure": { "delay": 127, "time": "1752918067" }, "stopId": "AUXPDPA2", "stopSequence": 22 }, { "arrival": { "delay": 127, "time": "1752918127" }, "departure": { "delay": 127, "time": "1752918127" }, "stopId": "AUXLAMA1", "stopSequence": 23 }, { "arrival": { "delay": 127, "time": "1752918247" }, "departure": { "delay": 127, "time": "1752918247" }, "stopId": "AUXCHAP2", "stopSequence": 24 }, { "arrival": { "delay": 127, "time": "1752918307" }, "departure": { "delay": 127, "time": "1752918307" }, "stopId": "AUXMDPR2", "stopSequence": 25 }, { "arrival": { "delay": 127, "time": "1752918367" }, "departure": { "delay": 127, "time": "1752918367" }, "stopId": "AUXDPAP2", "stopSequence": 26 }, { "arrival": { "delay": 127, "time": "1752918367" }, "departure": { "delay": 127, "time": "1752918367" }, "stopId": "AUXLUMI2", "stopSequence": 27 }, { "arrival": { "delay": 127, "time": "1752918487" }, "departure": { "delay": 127, "time": "1752918487" }, "stopId": "AUXMERM2", "stopSequence": 28 }, { "arrival": { "delay": 127, "time": "1752918727" }, "departure": { "delay": 127, "time": "1752918727" }, "stopId": "AUXSTEC2", "stopSequence": 29 }, { "arrival": { "delay": 127, "time": "1752918787" }, "departure": { "delay": 127, "time": "1752918787" }, "stopId": "AUXPEMP2", "stopSequence": 30 }, { "arrival": { "delay": 127, "time": "1752918847" }, "departure": { "delay": 127, "time": "1752918847" }, "stopId": "AUXGUYN2", "stopSequence": 31 }, { "arrival": { "delay": 127, "time": "1752918847" }, "departure": { "delay": 127, "time": "1752918847" }, "stopId": "AUXEIFF2", "stopSequence": 32 }, { "arrival": { "delay": 127, "time": "1752918907" }, "departure": { "delay": 127, "time": "1752918907" }, "stopId": "AUXFOUN2", "stopSequence": 33 }, { "arrival": { "delay": 127, "time": "1752918967" }, "stopId": "AUXLCLA1", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "04_2", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:10:00", "tripId": "14046{04_2}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "13", "label": "159505", "licensePlate": "DP-453-HR" } } }, { "id": "1074786", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "MONGHAI1", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "MONRDCH1", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "MONSOMM1", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "MONLIBE1", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "MONEGLI1", "stopSequence": 5 }, { "arrival": { "delay": 22, "time": "1752916522" }, "departure": { "delay": 130, "time": "1752916630" }, "stopId": "MONMMAI1", "stopSequence": 6 }, { "arrival": { "delay": 88, "time": "1752916708" }, "departure": { "delay": 100, "time": "1752916720" }, "stopId": "MONIDFR1", "stopSequence": 7 }, { "arrival": { "delay": 100, "time": "1752916780" }, "departure": { "delay": 100, "time": "1752916780" }, "stopId": "MONBRET1", "stopSequence": 8 }, { "arrival": { "delay": 100, "time": "1752916900" }, "departure": { "delay": 100, "time": "1752916900" }, "stopId": "MONCOMM1", "stopSequence": 9 }, { "arrival": { "delay": 100, "time": "1752916900" }, "departure": { "delay": 100, "time": "1752916900" }, "stopId": "MONCARR1", "stopSequence": 10 }, { "arrival": { "delay": 100, "time": "1752916960" }, "departure": { "delay": 100, "time": "1752916960" }, "stopId": "MONPCUR1", "stopSequence": 11 }, { "arrival": { "delay": 100, "time": "1752917080" }, "departure": { "delay": 100, "time": "1752917080" }, "stopId": "MONSQUE1", "stopSequence": 12 }, { "arrival": { "delay": 100, "time": "1752917260" }, "departure": { "delay": 100, "time": "1752917260" }, "stopId": "MONSEXU1", "stopSequence": 13 }, { "arrival": { "delay": 100, "time": "1752917380" }, "departure": { "delay": 100, "time": "1752917380" }, "stopId": "MONCANA1", "stopSequence": 14 }, { "arrival": { "delay": 100, "time": "1752917440" }, "departure": { "delay": 100, "time": "1752917440" }, "stopId": "MONLDUM1", "stopSequence": 15 }, { "arrival": { "delay": 100, "time": "1752917440" }, "departure": { "delay": 100, "time": "1752917440" }, "stopId": "AUXPDIS1", "stopSequence": 16 }, { "arrival": { "delay": 100, "time": "1752917500" }, "departure": { "delay": 100, "time": "1752917500" }, "stopId": "AUXZIND1", "stopSequence": 17 }, { "arrival": { "delay": 100, "time": "1752917560" }, "departure": { "delay": 100, "time": "1752917560" }, "stopId": "AUXCAIL1", "stopSequence": 18 }, { "arrival": { "delay": 100, "time": "1752917620" }, "departure": { "delay": 100, "time": "1752917620" }, "stopId": "AUXBDJO1", "stopSequence": 19 }, { "arrival": { "delay": 100, "time": "1752917800" }, "departure": { "delay": 100, "time": "1752917800" }, "stopId": "AUXHAUS1", "stopSequence": 20 }, { "arrival": { "delay": 100, "time": "1752917860" }, "departure": { "delay": 100, "time": "1752917860" }, "stopId": "AUXLCLA1", "stopSequence": 21 }, { "arrival": { "delay": 100, "time": "1752917920" }, "departure": { "delay": 100, "time": "1752917920" }, "stopId": "AUXFOUN1", "stopSequence": 22 }, { "arrival": { "delay": 100, "time": "1752917980" }, "departure": { "delay": 100, "time": "1752917980" }, "stopId": "AUXEIFF1", "stopSequence": 23 }, { "arrival": { "delay": 100, "time": "1752918040" }, "departure": { "delay": 100, "time": "1752918040" }, "stopId": "AUXCACA1", "stopSequence": 24 }, { "arrival": { "delay": 100, "time": "1752918100" }, "departure": { "delay": 100, "time": "1752918100" }, "stopId": "AUXLCON1", "stopSequence": 25 }, { "arrival": { "delay": 100, "time": "1752918160" }, "departure": { "delay": 100, "time": "1752918160" }, "stopId": "AUXDGAU1", "stopSequence": 26 }, { "arrival": { "delay": 100, "time": "1752918280" }, "departure": { "delay": 100, "time": "1752918280" }, "stopId": "AUXPDPA1", "stopSequence": 27 }, { "arrival": { "delay": 100, "time": "1752918340" }, "departure": { "delay": 100, "time": "1752918340" }, "stopId": "AUXVAUB1", "stopSequence": 28 }, { "arrival": { "delay": 100, "time": "1752918400" }, "departure": { "delay": 100, "time": "1752918400" }, "stopId": "AUXEGLE1", "stopSequence": 29 }, { "arrival": { "delay": 100, "time": "1752918520" }, "departure": { "delay": 100, "time": "1752918580" }, "stopId": "AUXARQU1", "stopSequence": 30 }, { "arrival": { "delay": 100, "time": "1752918640" }, "departure": { "delay": 100, "time": "1752918640" }, "stopId": "AUXBOUR1", "stopSequence": 31 }, { "arrival": { "delay": 100, "time": "1752918700" }, "departure": { "delay": 100, "time": "1752918700" }, "stopId": "AUXPDVA1", "stopSequence": 32 }, { "arrival": { "delay": 100, "time": "1752918760" }, "departure": { "delay": 100, "time": "1752918760" }, "stopId": "AUXARBO1", "stopSequence": 33 }, { "arrival": { "delay": 100, "time": "1752918760" }, "departure": { "delay": 100, "time": "1752918760" }, "stopId": "AUXLRIC1", "stopSequence": 34 }, { "arrival": { "delay": 100, "time": "1752918820" }, "departure": { "delay": 100, "time": "1752918820" }, "stopId": "AUXVAGR1", "stopSequence": 35 }, { "arrival": { "delay": 100, "time": "1752918940" }, "departure": { "delay": 100, "time": "1752918940" }, "stopId": "AUXLPIE1", "stopSequence": 36 }, { "arrival": { "delay": 100, "time": "1752919060" }, "departure": { "delay": 100, "time": "1752919060" }, "stopId": "AUXGUYE1", "stopSequence": 37 }, { "arrival": { "delay": 100, "time": "1752919060" }, "departure": { "delay": 100, "time": "1752919060" }, "stopId": "AUXSAVO1", "stopSequence": 38 }, { "arrival": { "delay": 100, "time": "1752919180" }, "departure": { "delay": 100, "time": "1752919180" }, "stopId": "AUXCHAN1", "stopSequence": 39 }, { "arrival": { "delay": 100, "time": "1752919240" }, "departure": { "delay": 100, "time": "1752919240" }, "stopId": "AUXLNOU1", "stopSequence": 40 }, { "arrival": { "delay": 100, "time": "1752919360" }, "departure": { "delay": 100, "time": "1752919360" }, "stopId": "AUXCPBE1", "stopSequence": 41 }, { "arrival": { "delay": 100, "time": "1752919420" }, "departure": { "delay": 100, "time": "1752919420" }, "stopId": "AUXSASE1", "stopSequence": 42 }, { "arrival": { "delay": 100, "time": "1752919480" }, "stopId": "AUXCARR1", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "03_4", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:10:00", "tripId": "14366{03_4}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "226", "label": "179223", "licensePlate": "EQ-034-AR" } } }, { "id": "1074732", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 94, "time": "1752916414" }, "stopId": "AUXLROU1", "stopSequence": 1 }, { "arrival": { "delay": 73, "time": "1752916453" }, "departure": { "delay": 86, "time": "1752916466" }, "stopId": "AUXDSCH1", "stopSequence": 2 }, { "arrival": { "delay": 25, "time": "1752916525" }, "departure": { "delay": 28, "time": "1752916528" }, "stopId": "AUXCDFO1", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXCOLB1", "stopSequence": 4 }, { "arrival": { "delay": 72, "time": "1752916692" }, "departure": { "delay": 88, "time": "1752916708" }, "stopId": "AUXTURG1", "stopSequence": 5 }, { "arrival": { "delay": 99, "time": "1752916719" }, "departure": { "delay": 114, "time": "1752916734" }, "stopId": "AUXMIGN1", "stopSequence": 6 }, { "arrival": { "delay": 114, "time": "1752916854" }, "departure": { "delay": 114, "time": "1752916854" }, "stopId": "AUXH22", "stopSequence": 7 }, { "arrival": { "delay": 114, "time": "1752916914" }, "departure": { "delay": 114, "time": "1752916914" }, "stopId": "AUXPSMA2", "stopSequence": 8 }, { "arrival": { "delay": 114, "time": "1752917034" }, "departure": { "delay": 114, "time": "1752917034" }, "stopId": "AUXTOUR1", "stopSequence": 9 }, { "arrival": { "delay": 114, "time": "1752917094" }, "departure": { "delay": 114, "time": "1752917094" }, "stopId": "AUXGSNC2", "stopSequence": 10 }, { "arrival": { "delay": 114, "time": "1752917214" }, "departure": { "delay": 114, "time": "1752917214" }, "stopId": "AUXGAMB2", "stopSequence": 11 }, { "arrival": { "delay": 114, "time": "1752917334" }, "departure": { "delay": 114, "time": "1752917334" }, "stopId": "AUXPOLI2", "stopSequence": 12 }, { "arrival": { "delay": 114, "time": "1752917394" }, "departure": { "delay": 114, "time": "1752917394" }, "stopId": "AUXVAUL2", "stopSequence": 13 }, { "arrival": { "delay": 114, "time": "1752917514" }, "departure": { "delay": 114, "time": "1752917514" }, "stopId": "AUXARQU2", "stopSequence": 14 }, { "arrival": { "delay": 114, "time": "1752917694" }, "departure": { "delay": 114, "time": "1752917694" }, "stopId": "AUXEGLE3", "stopSequence": 15 }, { "arrival": { "delay": 114, "time": "1752917754" }, "departure": { "delay": 114, "time": "1752917754" }, "stopId": "AUXDENF2", "stopSequence": 16 }, { "arrival": { "delay": 114, "time": "1752917814" }, "departure": { "delay": 114, "time": "1752917814" }, "stopId": "AUXHATI2", "stopSequence": 17 }, { "arrival": { "delay": 114, "time": "1752917874" }, "departure": { "delay": 114, "time": "1752917874" }, "stopId": "AUXPAST2", "stopSequence": 18 }, { "arrival": { "delay": 114, "time": "1752917934" }, "departure": { "delay": 114, "time": "1752917934" }, "stopId": "AUXFOUR2", "stopSequence": 19 }, { "arrival": { "delay": 114, "time": "1752917994" }, "departure": { "delay": 114, "time": "1752917994" }, "stopId": "AUXLFAY2", "stopSequence": 20 }, { "arrival": { "delay": 114, "time": "1752917994" }, "departure": { "delay": 114, "time": "1752917994" }, "stopId": "AUXINGR2", "stopSequence": 21 }, { "arrival": { "delay": 114, "time": "1752918054" }, "departure": { "delay": 114, "time": "1752918054" }, "stopId": "AUXFRAG2", "stopSequence": 22 }, { "arrival": { "delay": 114, "time": "1752918174" }, "departure": { "delay": 114, "time": "1752918174" }, "stopId": "AUXLPHA2", "stopSequence": 23 }, { "arrival": { "delay": 114, "time": "1752918294" }, "departure": { "delay": 114, "time": "1752918294" }, "stopId": "AUXHOPI2", "stopSequence": 24 }, { "arrival": { "delay": 114, "time": "1752918354" }, "departure": { "delay": 114, "time": "1752918354" }, "stopId": "AUXSSMI2", "stopSequence": 25 }, { "arrival": { "delay": 114, "time": "1752918414" }, "departure": { "delay": 114, "time": "1752918414" }, "stopId": "AUXVERD2", "stopSequence": 26 }, { "arrival": { "delay": 114, "time": "1752918534" }, "departure": { "delay": 114, "time": "1752918534" }, "stopId": "AUXMARN2", "stopSequence": 27 }, { "arrival": { "delay": 114, "time": "1752918594" }, "departure": { "delay": 114, "time": "1752918594" }, "stopId": "AUXJMON2", "stopSequence": 28 }, { "arrival": { "delay": 114, "time": "1752918714" }, "stopId": "AUXLCLA1", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "01_3", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:12:00", "tripId": "14225{01_3}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "141", "label": "179013", "licensePlate": "EK-438-PP" } } }, { "id": "1074834", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "PERAUGE1", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "PERCHAT1", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXSSNO1", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXHEUR1", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXFOUL1", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXGOUR1", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXHOPI1", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXFLEU1", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXLROS1", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXQRI1", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXCHAM1", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXPEM0", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXLAMA1", "stopSequence": 13 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXTOUR1", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXGSNC2", "stopSequence": 15 }, { "scheduleRelationship": "SKIPPED", "stopId": "AUXGAMB2", "stopSequence": 16 }, { "arrival": { "delay": -1332, "time": "1752916548" }, "stopId": "AUXBATA1", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "02_2", "scheduleRelationship": "UNSCHEDULED", "startDate": "20250719", "startTime": "11:15:00", "tripId": "14297{02_2}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "70", "label": "189366", "licensePlate": "FD-469-FH" } } }, { "id": "1074759", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 25, "time": "1752916525" }, "stopId": "PERAUGE1", "stopSequence": 1 }, { "arrival": { "delay": 30, "time": "1752916650" }, "departure": { "delay": 49, "time": "1752916669" }, "stopId": "PERCHAT1", "stopSequence": 2 }, { "arrival": { "delay": 25, "time": "1752916705" }, "departure": { "delay": 42, "time": "1752916722" }, "stopId": "AUXSSNO1", "stopSequence": 3 }, { "arrival": { "delay": 42, "time": "1752916782" }, "departure": { "delay": 42, "time": "1752916782" }, "stopId": "AUXHEUR1", "stopSequence": 4 }, { "arrival": { "delay": 42, "time": "1752916782" }, "departure": { "delay": 42, "time": "1752916782" }, "stopId": "AUXFOUL1", "stopSequence": 5 }, { "arrival": { "delay": 42, "time": "1752916842" }, "departure": { "delay": 42, "time": "1752916842" }, "stopId": "AUXGOUR1", "stopSequence": 6 }, { "arrival": { "delay": 42, "time": "1752916962" }, "departure": { "delay": 42, "time": "1752916962" }, "stopId": "AUXHOPI1", "stopSequence": 7 }, { "arrival": { "delay": 42, "time": "1752916962" }, "departure": { "delay": 42, "time": "1752916962" }, "stopId": "AUXFLEU1", "stopSequence": 8 }, { "arrival": { "delay": 42, "time": "1752917022" }, "departure": { "delay": 42, "time": "1752917022" }, "stopId": "AUXLROS1", "stopSequence": 9 }, { "arrival": { "delay": 42, "time": "1752917082" }, "departure": { "delay": 42, "time": "1752917082" }, "stopId": "AUXQRI1", "stopSequence": 10 }, { "arrival": { "delay": 42, "time": "1752917142" }, "departure": { "delay": 42, "time": "1752917142" }, "stopId": "AUXCHAM1", "stopSequence": 11 }, { "arrival": { "delay": 42, "time": "1752917262" }, "departure": { "delay": 42, "time": "1752917262" }, "stopId": "AUXPEM0", "stopSequence": 12 }, { "arrival": { "delay": 42, "time": "1752917382" }, "departure": { "delay": 42, "time": "1752917382" }, "stopId": "AUXLAMA1", "stopSequence": 13 }, { "arrival": { "delay": 42, "time": "1752917442" }, "departure": { "delay": 42, "time": "1752917442" }, "stopId": "AUXTOUR1", "stopSequence": 14 }, { "arrival": { "delay": 42, "time": "1752917562" }, "departure": { "delay": 42, "time": "1752917562" }, "stopId": "AUXGSNC2", "stopSequence": 15 }, { "arrival": { "delay": 42, "time": "1752917742" }, "departure": { "delay": 42, "time": "1752917742" }, "stopId": "AUXGAMB2", "stopSequence": 16 }, { "arrival": { "delay": 42, "time": "1752917922" }, "stopId": "AUXBATA1", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "02_2", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:15:00", "tripId": "14297{02_2}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "6", "label": "119339", "licensePlate": "BS-340-DK" } } }, { "id": "1074814", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 223, "time": "1752916723" }, "stopId": "AUXBATA2", "stopSequence": 1 }, { "arrival": { "delay": 223, "time": "1752916903" }, "departure": { "delay": 223, "time": "1752916903" }, "stopId": "AUXGAMB1", "stopSequence": 2 }, { "arrival": { "delay": 223, "time": "1752917023" }, "departure": { "delay": 223, "time": "1752917023" }, "stopId": "AUXGSNC1", "stopSequence": 3 }, { "arrival": { "delay": 223, "time": "1752917083" }, "departure": { "delay": 223, "time": "1752917083" }, "stopId": "AUXBRAZ2", "stopSequence": 4 }, { "arrival": { "delay": 223, "time": "1752917203" }, "departure": { "delay": 223, "time": "1752917203" }, "stopId": "AUXLAMA2", "stopSequence": 5 }, { "arrival": { "delay": 223, "time": "1752917383" }, "departure": { "delay": 223, "time": "1752917383" }, "stopId": "AUXPEM6", "stopSequence": 6 }, { "arrival": { "delay": 223, "time": "1752917443" }, "departure": { "delay": 223, "time": "1752917443" }, "stopId": "AUXCHAM2", "stopSequence": 7 }, { "arrival": { "delay": 223, "time": "1752917503" }, "departure": { "delay": 223, "time": "1752917503" }, "stopId": "AUXQRI2", "stopSequence": 8 }, { "arrival": { "delay": 223, "time": "1752917563" }, "departure": { "delay": 223, "time": "1752917563" }, "stopId": "AUXLROS2", "stopSequence": 9 }, { "arrival": { "delay": 223, "time": "1752917623" }, "departure": { "delay": 223, "time": "1752917623" }, "stopId": "AUXFLEU2", "stopSequence": 10 }, { "arrival": { "delay": 223, "time": "1752917683" }, "departure": { "delay": 223, "time": "1752917683" }, "stopId": "AUXHOPI2", "stopSequence": 11 }, { "arrival": { "delay": 223, "time": "1752917743" }, "departure": { "delay": 223, "time": "1752917743" }, "stopId": "AUXGOUR2", "stopSequence": 12 }, { "arrival": { "delay": 223, "time": "1752917863" }, "departure": { "delay": 223, "time": "1752917863" }, "stopId": "AUXFOUL2", "stopSequence": 13 }, { "arrival": { "delay": 223, "time": "1752917863" }, "departure": { "delay": 223, "time": "1752917863" }, "stopId": "AUXHEUR2", "stopSequence": 14 }, { "arrival": { "delay": 223, "time": "1752917923" }, "departure": { "delay": 223, "time": "1752917923" }, "stopId": "AUXSSNO2", "stopSequence": 15 }, { "arrival": { "delay": 223, "time": "1752917983" }, "departure": { "delay": 223, "time": "1752917983" }, "stopId": "PERCHAT2", "stopSequence": 16 }, { "arrival": { "delay": 223, "time": "1752918103" }, "stopId": "PERAUGE2", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "02_2", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:15:00", "tripId": "14394{02_2}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "70", "label": "189366", "licensePlate": "FD-469-FH" } } }, { "id": "1074651", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 38, "time": "1752916538" }, "stopId": "AUXLCLA1", "stopSequence": 1 }, { "arrival": { "delay": 10, "time": "1752916570" }, "departure": { "delay": 24, "time": "1752916584" }, "stopId": "AUXFOUN1", "stopSequence": 2 }, { "arrival": { "delay": 39, "time": "1752916599" }, "departure": { "delay": 64, "time": "1752916624" }, "stopId": "AUXEIFF1", "stopSequence": 3 }, { "arrival": { "delay": 47, "time": "1752916667" }, "departure": { "delay": 58, "time": "1752916678" }, "stopId": "AUXGUYN1", "stopSequence": 4 }, { "arrival": { "delay": 13, "time": "1752916693" }, "departure": { "delay": 23, "time": "1752916703" }, "stopId": "AUXPEMP1", "stopSequence": 5 }, { "arrival": { "delay": 23, "time": "1752916763" }, "departure": { "delay": 23, "time": "1752916763" }, "stopId": "AUXSTEC1", "stopSequence": 6 }, { "arrival": { "delay": 23, "time": "1752916943" }, "departure": { "delay": 23, "time": "1752916943" }, "stopId": "AUXMERM1", "stopSequence": 7 }, { "arrival": { "delay": 23, "time": "1752917003" }, "departure": { "delay": 23, "time": "1752917003" }, "stopId": "AUXLUMI1", "stopSequence": 8 }, { "arrival": { "delay": 23, "time": "1752917003" }, "departure": { "delay": 23, "time": "1752917003" }, "stopId": "AUXDPAP1", "stopSequence": 9 }, { "arrival": { "delay": 23, "time": "1752917063" }, "departure": { "delay": 23, "time": "1752917063" }, "stopId": "AUXMDPR1", "stopSequence": 10 }, { "arrival": { "delay": 23, "time": "1752917123" }, "departure": { "delay": 23, "time": "1752917123" }, "stopId": "AUXCHAP1", "stopSequence": 11 }, { "arrival": { "delay": 23, "time": "1752917183" }, "departure": { "delay": 23, "time": "1752917183" }, "stopId": "AUXLAMA2", "stopSequence": 12 }, { "arrival": { "delay": 23, "time": "1752917363" }, "departure": { "delay": 23, "time": "1752917363" }, "stopId": "AUXPDPA1", "stopSequence": 13 }, { "arrival": { "delay": 23, "time": "1752917423" }, "departure": { "delay": 23, "time": "1752917423" }, "stopId": "AUXVAUB1", "stopSequence": 14 }, { "arrival": { "delay": 23, "time": "1752917483" }, "departure": { "delay": 23, "time": "1752917483" }, "stopId": "AUXEGLE1", "stopSequence": 15 }, { "arrival": { "delay": 23, "time": "1752917603" }, "departure": { "delay": 23, "time": "1752917603" }, "stopId": "AUXARQU1", "stopSequence": 16 }, { "arrival": { "delay": 23, "time": "1752917663" }, "departure": { "delay": 23, "time": "1752917663" }, "stopId": "AUXSAMA2", "stopSequence": 17 }, { "arrival": { "delay": 23, "time": "1752917723" }, "departure": { "delay": 23, "time": "1752917723" }, "stopId": "AUXTASS2", "stopSequence": 18 }, { "arrival": { "delay": 23, "time": "1752917783" }, "departure": { "delay": 23, "time": "1752917783" }, "stopId": "AUXCOLE2", "stopSequence": 19 }, { "arrival": { "delay": 23, "time": "1752917903" }, "departure": { "delay": 23, "time": "1752917903" }, "stopId": "AUXLYAU2", "stopSequence": 20 }, { "arrival": { "delay": 23, "time": "1752917963" }, "departure": { "delay": 23, "time": "1752917963" }, "stopId": "AUXBRIC2", "stopSequence": 21 }, { "arrival": { "delay": 23, "time": "1752918083" }, "departure": { "delay": 23, "time": "1752918083" }, "stopId": "AUXDREI2", "stopSequence": 22 }, { "arrival": { "delay": 23, "time": "1752918143" }, "departure": { "delay": 23, "time": "1752918143" }, "stopId": "SGSLORR2", "stopSequence": 23 }, { "arrival": { "delay": 23, "time": "1752918203" }, "departure": { "delay": 23, "time": "1752918203" }, "stopId": "SGSLARD2", "stopSequence": 24 }, { "arrival": { "delay": 23, "time": "1752918263" }, "departure": { "delay": 23, "time": "1752918263" }, "stopId": "SGSSGEO2", "stopSequence": 25 }, { "arrival": { "delay": 23, "time": "1752918323" }, "departure": { "delay": 23, "time": "1752918323" }, "stopId": "SGSLGUI2", "stopSequence": 26 }, { "arrival": { "delay": 23, "time": "1752918503" }, "departure": { "delay": 23, "time": "1752918503" }, "stopId": "SGSMDSA2", "stopSequence": 27 }, { "arrival": { "delay": 23, "time": "1752918563" }, "departure": { "delay": 23, "time": "1752918563" }, "stopId": "SGSCJBE2", "stopSequence": 28 }, { "arrival": { "delay": 23, "time": "1752918623" }, "departure": { "delay": 23, "time": "1752918623" }, "stopId": "SGSCORM2", "stopSequence": 29 }, { "arrival": { "delay": 23, "time": "1752918683" }, "departure": { "delay": 23, "time": "1752918683" }, "stopId": "PERCDEP2", "stopSequence": 30 }, { "arrival": { "delay": 23, "time": "1752918743" }, "departure": { "delay": 23, "time": "1752918743" }, "stopId": "PERAGAR2", "stopSequence": 31 }, { "arrival": { "delay": 23, "time": "1752918803" }, "departure": { "delay": 23, "time": "1752918803" }, "stopId": "PERMDPE2", "stopSequence": 32 }, { "arrival": { "delay": 23, "time": "1752918983" }, "stopId": "PERBREA1", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "04_2", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:15:00", "tripId": "14033{04_2}-24U_ETE_LMCJVSDF_01_S" }, "vehicle": { "id": "12", "label": "159500", "licensePlate": "DN-600-YG" } } }, { "id": "1074586", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1752938700" }, "stopId": "2863", "stopSequence": 1 }, { "arrival": { "time": "1752939000" }, "departure": { "time": "1752939000" }, "stopId": "2862", "stopSequence": 2 }, { "arrival": { "time": "1752939300" }, "departure": { "time": "1752939300" }, "stopId": "2861", "stopSequence": 3 }, { "arrival": { "time": "1752939840" }, "departure": { "time": "1752939840" }, "stopId": "2860", "stopSequence": 4 }, { "arrival": { "time": "1752940200" }, "departure": { "time": "1752940200" }, "stopId": "3165", "stopSequence": 5 }, { "arrival": { "time": "1752940320" }, "departure": { "time": "1752940320" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "time": "1752940680" }, "departure": { "time": "1752940680" }, "stopId": "3163", "stopSequence": 7 }, { "arrival": { "time": "1752940860" }, "departure": { "time": "1752940860" }, "stopId": "3162", "stopSequence": 8 }, { "arrival": { "time": "1752941220" }, "departure": { "time": "1752941220" }, "stopId": "3161", "stopSequence": 9 }, { "arrival": { "time": "1752941280" }, "departure": { "time": "1752941280" }, "stopId": "3160", "stopSequence": 10 }, { "arrival": { "time": "1752941580" }, "stopId": "3159", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "17:25:00", "tripId": "4-10066657284" }, "vehicle": {} } }, { "id": "1074574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1752935100" }, "stopId": "2863", "stopSequence": 1 }, { "arrival": { "time": "1752935400" }, "departure": { "time": "1752935400" }, "stopId": "2862", "stopSequence": 2 }, { "arrival": { "time": "1752935700" }, "departure": { "time": "1752935700" }, "stopId": "2861", "stopSequence": 3 }, { "arrival": { "time": "1752936240" }, "departure": { "time": "1752936240" }, "stopId": "2860", "stopSequence": 4 }, { "arrival": { "time": "1752936600" }, "departure": { "time": "1752936600" }, "stopId": "3165", "stopSequence": 5 }, { "arrival": { "time": "1752936720" }, "departure": { "time": "1752936720" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "time": "1752937080" }, "departure": { "time": "1752937080" }, "stopId": "3163", "stopSequence": 7 }, { "arrival": { "time": "1752937260" }, "departure": { "time": "1752937260" }, "stopId": "3162", "stopSequence": 8 }, { "arrival": { "time": "1752937620" }, "departure": { "time": "1752937620" }, "stopId": "3161", "stopSequence": 9 }, { "arrival": { "time": "1752937680" }, "departure": { "time": "1752937680" }, "stopId": "3160", "stopSequence": 10 }, { "arrival": { "time": "1752937980" }, "stopId": "3159", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "16:25:00", "tripId": "4-10066657283" }, "vehicle": {} } }, { "id": "1074550", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1752918900" }, "stopId": "2863", "stopSequence": 1 }, { "arrival": { "time": "1752919200" }, "departure": { "time": "1752919200" }, "stopId": "2862", "stopSequence": 2 }, { "arrival": { "time": "1752919500" }, "departure": { "time": "1752919500" }, "stopId": "2861", "stopSequence": 3 }, { "arrival": { "time": "1752920040" }, "departure": { "time": "1752920040" }, "stopId": "2860", "stopSequence": 4 }, { "arrival": { "time": "1752920400" }, "departure": { "time": "1752920400" }, "stopId": "3165", "stopSequence": 5 }, { "arrival": { "time": "1752920520" }, "departure": { "time": "1752920520" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "time": "1752920880" }, "departure": { "time": "1752920880" }, "stopId": "3163", "stopSequence": 7 }, { "arrival": { "time": "1752921060" }, "departure": { "time": "1752921060" }, "stopId": "3162", "stopSequence": 8 }, { "arrival": { "time": "1752921420" }, "departure": { "time": "1752921420" }, "stopId": "3161", "stopSequence": 9 }, { "arrival": { "time": "1752921480" }, "departure": { "time": "1752921480" }, "stopId": "3160", "stopSequence": 10 }, { "arrival": { "time": "1752921780" }, "stopId": "3159", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "11:55:00", "tripId": "4-10066657282" }, "vehicle": {} } }, { "id": "1074538", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1752915300" }, "stopId": "2863", "stopSequence": 1 }, { "arrival": { "time": "1752915600" }, "departure": { "time": "1752915600" }, "stopId": "2862", "stopSequence": 2 }, { "arrival": { "time": "1752915900" }, "departure": { "time": "1752915900" }, "stopId": "2861", "stopSequence": 3 }, { "arrival": { "time": "1752916440" }, "departure": { "time": "1752916440" }, "stopId": "2860", "stopSequence": 4 }, { "arrival": { "time": "1752916800" }, "departure": { "time": "1752916800" }, "stopId": "3165", "stopSequence": 5 }, { "arrival": { "time": "1752916920" }, "departure": { "time": "1752916920" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "time": "1752917280" }, "departure": { "time": "1752917280" }, "stopId": "3163", "stopSequence": 7 }, { "arrival": { "time": "1752917460" }, "departure": { "time": "1752917460" }, "stopId": "3162", "stopSequence": 8 }, { "arrival": { "time": "1752917820" }, "departure": { "time": "1752917820" }, "stopId": "3161", "stopSequence": 9 }, { "arrival": { "time": "1752917880" }, "departure": { "time": "1752917880" }, "stopId": "3160", "stopSequence": 10 }, { "arrival": { "time": "1752918180" }, "stopId": "3159", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "10:55:00", "tripId": "4-10066657281" }, "vehicle": {} } }, { "id": "1074529", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1752911520" }, "stopId": "3159", "stopSequence": 1 }, { "arrival": { "time": "1752911820" }, "departure": { "time": "1752911820" }, "stopId": "3160", "stopSequence": 2 }, { "arrival": { "time": "1752911880" }, "departure": { "time": "1752911880" }, "stopId": "3161", "stopSequence": 3 }, { "arrival": { "time": "1752912240" }, "departure": { "time": "1752912240" }, "stopId": "3162", "stopSequence": 4 }, { "arrival": { "time": "1752912420" }, "departure": { "time": "1752912420" }, "stopId": "3163", "stopSequence": 5 }, { "arrival": { "time": "1752912780" }, "departure": { "time": "1752912780" }, "stopId": "3164", "stopSequence": 6 }, { "arrival": { "time": "1752912900" }, "departure": { "time": "1752912900" }, "stopId": "3165", "stopSequence": 7 }, { "arrival": { "time": "1752913260" }, "departure": { "time": "1752913260" }, "stopId": "2860", "stopSequence": 8 }, { "arrival": { "time": "1752913800" }, "departure": { "time": "1752913800" }, "stopId": "2861", "stopSequence": 9 }, { "arrival": { "time": "1752914100" }, "departure": { "time": "1752914100" }, "stopId": "2862", "stopSequence": 10 }, { "arrival": { "time": "1752914400" }, "stopId": "2863", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "600", "scheduleRelationship": "SCHEDULED", "startDate": "20250719", "startTime": "09:52:00", "tripId": "4-10066395138" }, "vehicle": {} } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1752916740" } }