Détails de la ressource

Nom du fichier : Données GTFS en temps réel du réseau des transports interurbains en Corse
Format : gtfs-rt

Cette ressource fait partie du jeu de données Réseau interurbain - Corse.

Disponibilité au téléchargement

05/08/2026
100%
06/08/2026
100%
07/08/2026
100%
08/08/2026
100%
09/08/2026
100%
10/08/2026
100%
11/08/2026
100%
12/08/2026
100%
13/08/2026
100%
14/08/2026
100%
15/08/2026
100%
16/08/2026
100%
17/08/2026
100%
18/08/2026
100%
19/08/2026
100%
20/08/2026
100%
21/08/2026
100%
22/08/2026
100%
23/08/2026
100%
24/08/2026
100%
25/08/2026
100%
26/08/2026
100%
27/08/2026
100%
28/08/2026
100%
29/08/2026
100%
30/08/2026
100%
31/08/2026
100%
01/09/2026
100%
02/09/2026
100%
03/09/2026
100%
04/09/2026
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

62 erreurs, 14 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 04/09/2026 à 09h11 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 14c70afc-72c6-49d2-91ba-78b2e7c1122e does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 4ea69cc5-5004-4469-80ab-b38edfb05462 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 1000203-1000448 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 1005161-1007024 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 C13 does not exist in the GTFS data routes.txt
  • route_id VIGGIRM9 does not exist in the GTFS data routes.txt
  • route_id 1000079 does not exist in the GTFS data routes.txt
  • route_id 1000262 does not exist in the GTFS data routes.txt

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

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

Exemples d'erreurs
  • trip_id 14c70afc-72c6-49d2-91ba-78b2e7c1122e stop_id STP-FAUBOURGSA does not exist in GTFS data stops.txt
  • trip_id 14c70afc-72c6-49d2-91ba-78b2e7c1122e stop_id STP-CHJARASGIOLU does not exist in GTFS data stops.txt
  • trip_id 14c70afc-72c6-49d2-91ba-78b2e7c1122e stop_id STP-TUANI does not exist in GTFS data stops.txt
  • trip_id 14c70afc-72c6-49d2-91ba-78b2e7c1122e stop_id STP-RIVISECCU does not exist in GTFS data stops.txt
  • trip_id 14c70afc-72c6-49d2-91ba-78b2e7c1122e stop_id STP-FRASSETA does not exist in GTFS data stops.txt

Sequential stop_time_update times are not increasing E022 7 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 1433719e-307e-4463-99dd-08199accca7a stop_sequence 13 departure_time 09:07:25 (1788505645) is less than previous stop arrival_time 09:11:00 (1788505860) - times must increase between two sequential stops
  • trip_id 1005161-1007024 stop_sequence 2 arrival_time 12:00:00 (1788516000) is equal to previous stop departure_time 12:00:00 (1788516000) - times must increase between two sequential stops
  • trip_id 1005161-1007024 stop_sequence 2 departure_time 12:00:00 (1788516000) is equal to previous stop departure_time 12:00:00 (1788516000) - times must increase between two sequential stops
  • trip_id 1005161-1007024 stop_sequence 4 arrival_time 08:43:54 (1788504234) is less than previous stop arrival_time 12:09:00 (1788516540) - times must increase between two sequential stops
  • trip_id 1005161-1007024 stop_sequence 4 arrival_time 08:43:54 (1788504234) is less than previous stop departure_time 12:09:00 (1788516540) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 2 erreurs

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.

Exemples d'erreurs
  • trip_id 1433719e-307e-4463-99dd-08199accca7a stop_sequence 12 departure_time 09:02:25 (1788505345) is less than the same stop arrival_time 09:11:00 (1788505860) - departure time must be equal to or greater than arrival time
  • trip_id 1433719e-307e-4463-99dd-08199accca7a stop_sequence 13 departure_time 09:07:25 (1788505645) is less than the same stop arrival_time 09:11:01 (1788505861) - departure time must be equal to or greater than arrival time

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 22 erreurs

If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt

Exemples d'erreurs
  • GTFS-rt trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 stop_sequence 11 has stop_id STP-TR00007-R but GTFS stop_sequence 11 has stop_id STP-TR00038-R - stop_ids should be the same
  • GTFS-rt trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 stop_sequence 12 has stop_id STP-TR00039-R but GTFS stop_sequence 12 has stop_id STP-TR00007-R - stop_ids should be the same
  • GTFS-rt trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 stop_sequence 13 has stop_id STP-TR00006-R but GTFS stop_sequence 13 has stop_id STP-TR00039-R - stop_ids should be the same
  • GTFS-rt trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 stop_sequence 14 has stop_id STP-TR00040-R but GTFS stop_sequence 14 has stop_id STP-TR00006-R - stop_ids should be the same
  • GTFS-rt trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 stop_sequence 15 has stop_id STP-TR00005-R but GTFS stop_sequence 15 has stop_id STP-TR00040-R - stop_ids should be the same

Avertissements

timestamp not populated W001 14 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 7fac774f-3324-45f1-a2ed-6ad81a32e82f does not have a timestamp
  • trip_id 30cebf35-a2ef-46a5-ab8f-d58b3f76bb66 does not have a timestamp
  • trip_id d536397b-7a8d-4363-a52a-7ec7d3a4f735 does not have a timestamp
  • trip_id 1433719e-307e-4463-99dd-08199accca7a does not have a timestamp
  • trip_id bc81c4bd-baf7-4f09-92fc-c6b34e1ef74b does not have a timestamp
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
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 111 29 fois (97 % des validations)
E004 All route_ids provided in the GTFS-rt feed must exist in the GTFS data 111 29 fois (97 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 513 29 fois (97 % des validations)
E045 If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt 440 29 fois (97 % des validations)
W001 Timestamps should be populated for all elements 308 29 fois (97 % 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. 9 7 fois (23 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 11 2 fois (7 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 04/09/2026 à 18h22 Europe/Paris.

trip_updates (70) 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 04/09/2026 à 18h22 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "190776", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -326, "time": "1788528274" }, "stopId": "STP-TR00001", "stopSequence": 1 }, { "arrival": { "delay": -30, "time": "1788529470" }, "departure": { "delay": -16, "time": "1788529484" }, "stopId": "STP-TR00002", "stopSequence": 2 }, { "arrival": { "delay": -151, "time": "1788529949" }, "departure": { "delay": -134, "time": "1788529966" }, "stopId": "STP-TR00003", "stopSequence": 3 }, { "arrival": { "delay": 1, "time": "1788530401" }, "departure": { "delay": 10, "time": "1788530410" }, "stopId": "STP-TR00042", "stopSequence": 4 }, { "arrival": { "delay": -182, "time": "1788530818" }, "departure": { "delay": -161, "time": "1788530839" }, "stopId": "STP-TR00004", "stopSequence": 5 }, { "arrival": { "delay": 80, "time": "1788531680" }, "departure": { "delay": 107, "time": "1788531707" }, "stopId": "STP-TR00005", "stopSequence": 6 }, { "arrival": { "delay": -21, "time": "1788533979" }, "departure": { "delay": 17, "time": "1788534017" }, "stopId": "STP-TR00058", "stopSequence": 7 }, { "arrival": { "delay": -145, "time": "1788534455" }, "departure": { "delay": 792, "time": "1788535392" }, "stopId": "STP-TR00057", "stopSequence": 8 }, { "arrival": { "delay": 94, "time": "1788535594" }, "departure": { "delay": 115, "time": "1788535615" }, "stopId": "STP-TR00056", "stopSequence": 9 }, { "arrival": { "delay": 99, "time": "1788535899" }, "departure": { "delay": 244, "time": "1788536044" }, "stopId": "STP-TR00055", "stopSequence": 10 }, { "arrival": { "delay": 244, "time": "1788536644" }, "departure": { "delay": 320, "time": "1788536720" }, "stopId": "STP-TR00032BIS", "stopSequence": 11 }, { "arrival": { "delay": 305, "time": "1788538205" }, "departure": { "delay": 367, "time": "1788538267" }, "stopId": "STP-TR00054", "stopSequence": 14 }, { "arrival": { "delay": 367, "time": "1788540067" }, "stopId": "STP-TR00017", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "15:30:00", "tripId": "92f01377-2a36-4ea0-86cf-82bed795e7a4" }, "vehicle": { "id": "533", "label": "FERQUI LIGNE", "licensePlate": "GB 733 DF" } } }, { "id": "190773", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 288, "time": "1788530508" }, "stopId": "STP-TR00081", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-BIACFC412", "stopSequence": 2 }, { "arrival": { "delay": -393, "time": "1788530907" }, "departure": { "delay": -385, "time": "1788530915" }, "stopId": "STP-TR00080", "stopSequence": 3 }, { "arrival": { "delay": -338, "time": "1788531262" }, "departure": { "delay": -157, "time": "1788531443" }, "stopId": "STP-FURIANI", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00079", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00078", "stopSequence": 8 }, { "arrival": { "delay": 879, "time": "1788534579" }, "departure": { "delay": 884, "time": "1788534584" }, "stopId": "STP-FOLELLI", "stopSequence": 9 }, { "arrival": { "delay": 872, "time": "1788535172" }, "departure": { "delay": 878, "time": "1788535178" }, "stopId": "STP-MORIANI", "stopSequence": 10 }, { "arrival": { "delay": 916, "time": "1788535516" }, "departure": { "delay": 960, "time": "1788535560" }, "stopId": "STP-PRUNETE", "stopSequence": 11 }, { "arrival": { "delay": 867, "time": "1788536367" }, "departure": { "delay": 875, "time": "1788536375" }, "stopId": "STP-BRAVONE", "stopSequence": 13 }, { "arrival": { "delay": 212, "time": "1788536912" }, "departure": { "delay": 269, "time": "1788536969" }, "stopId": "STP-TR00074", "stopSequence": 15 }, { "arrival": { "delay": -464, "time": "1788537736" }, "departure": { "delay": -328, "time": "1788537872" }, "stopId": "STP-TR00073", "stopSequence": 16 }, { "arrival": { "delay": -273, "time": "1788538167" }, "departure": { "delay": -244, "time": "1788538196" }, "stopId": "STP-TR00072", "stopSequence": 17 }, { "arrival": { "delay": -191, "time": "1788538729" }, "departure": { "delay": -163, "time": "1788538757" }, "stopId": "STP-TR00071", "stopSequence": 19 }, { "arrival": { "delay": -163, "time": "1788539057" }, "departure": { "delay": -163, "time": "1788539057" }, "stopId": "STP-TR00070", "stopSequence": 20 }, { "arrival": { "delay": -163, "time": "1788540257" }, "departure": { "delay": -163, "time": "1788540257" }, "stopId": "STP-TR00069", "stopSequence": 22 }, { "arrival": { "delay": -163, "time": "1788540857" }, "departure": { "delay": -163, "time": "1788540857" }, "stopId": "STP-LECCI", "stopSequence": 23 }, { "arrival": { "delay": -163, "time": "1788542057" }, "stopId": "STP-TR00017", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C10", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "15:57:00", "tripId": "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" }, "vehicle": { "id": "742", "label": "GV-412-GV", "licensePlate": "GV-412-GV" } } }, { "id": "190824", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -49, "time": "1788530171" }, "stopId": "STP-TR00081", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-BIACFC412", "stopSequence": 2 }, { "arrival": { "delay": -704, "time": "1788530596" }, "departure": { "delay": -411, "time": "1788530889" }, "stopId": "STP-TR00080", "stopSequence": 3 }, { "arrival": { "delay": -404, "time": "1788531196" }, "departure": { "delay": -394, "time": "1788531206" }, "stopId": "STP-FURIANI", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00079", "stopSequence": 5 }, { "arrival": { "delay": -307, "time": "1788532793" }, "departure": { "delay": -158, "time": "1788532942" }, "stopId": "STP-TR00078", "stopSequence": 8 }, { "arrival": { "delay": 1043, "time": "1788534743" }, "departure": { "delay": 1046, "time": "1788534746" }, "stopId": "STP-FOLELLI", "stopSequence": 9 }, { "arrival": { "delay": 1020, "time": "1788535320" }, "departure": { "delay": 1068, "time": "1788535368" }, "stopId": "STP-MORIANI", "stopSequence": 10 }, { "arrival": { "delay": 1106, "time": "1788535706" }, "departure": { "delay": 1115, "time": "1788535715" }, "stopId": "STP-PRUNETE", "stopSequence": 11 }, { "arrival": { "delay": 947, "time": "1788536447" }, "departure": { "delay": 958, "time": "1788536458" }, "stopId": "STP-BRAVONE", "stopSequence": 13 }, { "arrival": { "delay": 231, "time": "1788536931" }, "departure": { "delay": 287, "time": "1788536987" }, "stopId": "STP-TR00074", "stopSequence": 15 }, { "arrival": { "delay": -445, "time": "1788537755" }, "departure": { "delay": -322, "time": "1788537878" }, "stopId": "STP-TR00073", "stopSequence": 16 }, { "arrival": { "delay": -268, "time": "1788538172" }, "departure": { "delay": -243, "time": "1788538197" }, "stopId": "STP-TR00072", "stopSequence": 17 }, { "arrival": { "delay": -189, "time": "1788538731" }, "departure": { "delay": -100, "time": "1788538820" }, "stopId": "STP-TR00071", "stopSequence": 19 }, { "arrival": { "delay": -100, "time": "1788539120" }, "departure": { "delay": -100, "time": "1788539120" }, "stopId": "STP-TR00070", "stopSequence": 20 }, { "arrival": { "delay": -100, "time": "1788540320" }, "departure": { "delay": -100, "time": "1788540320" }, "stopId": "STP-TR00069", "stopSequence": 22 }, { "arrival": { "delay": -100, "time": "1788540920" }, "departure": { "delay": -100, "time": "1788540920" }, "stopId": "STP-LECCI", "stopSequence": 23 }, { "arrival": { "delay": -100, "time": "1788542120" }, "stopId": "STP-TR00017", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C10", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "15:57:00", "tripId": "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" }, "vehicle": { "id": "807", "label": "DM-815-YJ", "licensePlate": "DM-815-YJ" } } }, { "id": "190774", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 474, "time": "1788534894" }, "stopId": "STP-TR00081", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-BIACFC412", "stopSequence": 2 }, { "arrival": { "delay": 104, "time": "1788535604" }, "departure": { "delay": 655, "time": "1788536155" }, "stopId": "STP-TR00080", "stopSequence": 3 }, { "arrival": { "delay": 1089, "time": "1788536889" }, "departure": { "delay": 1101, "time": "1788536901" }, "stopId": "STP-FURIANI", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00079", "stopSequence": 5 }, { "arrival": { "delay": 1069, "time": "1788538369" }, "departure": { "delay": 1104, "time": "1788538404" }, "stopId": "STP-TR00078", "stopSequence": 8 }, { "arrival": { "delay": 1104, "time": "1788539004" }, "departure": { "delay": 1104, "time": "1788539004" }, "stopId": "STP-FOLELLI", "stopSequence": 9 }, { "arrival": { "delay": 1104, "time": "1788539604" }, "departure": { "delay": 1104, "time": "1788539604" }, "stopId": "STP-MORIANI", "stopSequence": 10 }, { "arrival": { "delay": 1104, "time": "1788539904" }, "departure": { "delay": 1104, "time": "1788539904" }, "stopId": "STP-PRUNETE", "stopSequence": 11 }, { "arrival": { "delay": 1104, "time": "1788540804" }, "departure": { "delay": 1104, "time": "1788540804" }, "stopId": "STP-BRAVONE", "stopSequence": 13 }, { "arrival": { "delay": 1104, "time": "1788542004" }, "departure": { "delay": 1104, "time": "1788542004" }, "stopId": "STP-TR00074", "stopSequence": 15 }, { "arrival": { "delay": 1104, "time": "1788543504" }, "departure": { "delay": 1104, "time": "1788543504" }, "stopId": "STP-TR00073", "stopSequence": 16 }, { "arrival": { "delay": 1104, "time": "1788543744" }, "departure": { "delay": 1104, "time": "1788543744" }, "stopId": "STP-TR00072", "stopSequence": 17 }, { "arrival": { "delay": 1104, "time": "1788544224" }, "departure": { "delay": 1104, "time": "1788544224" }, "stopId": "STP-TR00071", "stopSequence": 19 }, { "arrival": { "delay": 1104, "time": "1788544524" }, "departure": { "delay": 1104, "time": "1788544524" }, "stopId": "STP-TR00070", "stopSequence": 20 }, { "arrival": { "delay": 1104, "time": "1788545724" }, "departure": { "delay": 1104, "time": "1788545724" }, "stopId": "STP-TR00069", "stopSequence": 22 }, { "arrival": { "delay": 1104, "time": "1788546324" }, "departure": { "delay": 1104, "time": "1788546324" }, "stopId": "STP-LECCI", "stopSequence": 23 }, { "arrival": { "delay": 1104, "time": "1788547524" }, "stopId": "STP-TR00017", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C10", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:07:00", "tripId": "33b716db-7318-4222-a4b9-c68ff7ed6bcb" }, "vehicle": { "id": "622", "label": "GJ 507 QL", "licensePlate": "GJ 507 QL" } } }, { "id": "190756", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 1987, "time": "1788536887" }, "stopId": "STP-TR00081", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "STP-2329A", "stopSequence": 2 }, { "arrival": { "delay": 1827, "time": "1788537327" }, "departure": { "delay": 1833, "time": "1788537333" }, "stopId": "STP-TR00080", "stopSequence": 3 }, { "arrival": { "delay": 1833, "time": "1788539433" }, "departure": { "delay": 1833, "time": "1788539433" }, "stopId": "STP-TR00078", "stopSequence": 4 }, { "arrival": { "delay": 1833, "time": "1788539733" }, "departure": { "delay": 1833, "time": "1788539733" }, "stopId": "STP-TR00089", "stopSequence": 5 }, { "arrival": { "delay": 1833, "time": "1788540333" }, "departure": { "delay": 1833, "time": "1788540333" }, "stopId": "STP-TR00088", "stopSequence": 6 }, { "arrival": { "delay": 1833, "time": "1788541233" }, "departure": { "delay": 1833, "time": "1788541233" }, "stopId": "STP-TR00087", "stopSequence": 7 }, { "arrival": { "delay": 1833, "time": "1788541833" }, "departure": { "delay": 1833, "time": "1788541833" }, "stopId": "STP-PIETRALBALAMA", "stopSequence": 8 }, { "arrival": { "delay": 1833, "time": "1788543633" }, "departure": { "delay": 1833, "time": "1788543633" }, "stopId": "STP-LOZARI", "stopSequence": 9 }, { "arrival": { "delay": 1833, "time": "1788543933" }, "departure": { "delay": 1833, "time": "1788543933" }, "stopId": "STP-TR00086", "stopSequence": 10 }, { "arrival": { "delay": 1833, "time": "1788544233" }, "departure": { "delay": 1833, "time": "1788544233" }, "stopId": "STP-MARINEDEDAVIA", "stopSequence": 11 }, { "arrival": { "delay": 1833, "time": "1788544533" }, "departure": { "delay": 1833, "time": "1788544533" }, "stopId": "STP-ALGAJOLA", "stopSequence": 12 }, { "arrival": { "delay": 1833, "time": "1788544833" }, "departure": { "delay": 1833, "time": "1788544833" }, "stopId": "STP-LUMIO", "stopSequence": 13 }, { "arrival": { "delay": 1833, "time": "1788545133" }, "departure": { "delay": 1833, "time": "1788545133" }, "stopId": "STP-TR00085", "stopSequence": 14 }, { "arrival": { "delay": 1833, "time": "1788545733" }, "stopId": "STP-SDN48801A", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "C12", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:15:00", "tripId": "8c5352e7-46d1-4396-865e-af9a44086375" }, "vehicle": { "id": "666", "label": "CORS-23", "licensePlate": "AT-027-YD " } } }, { "id": "190827", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -52, "time": "1788535748" }, "stopId": "STP-TR00001", "stopSequence": 1 }, { "arrival": { "delay": -67, "time": "1788536633" }, "departure": { "delay": -55, "time": "1788536645" }, "stopId": "STP-TR00002", "stopSequence": 2 }, { "arrival": { "delay": -143, "time": "1788537157" }, "departure": { "delay": -129, "time": "1788537171" }, "stopId": "STP-TR00003", "stopSequence": 3 }, { "arrival": { "delay": 57, "time": "1788537657" }, "departure": { "delay": 66, "time": "1788537666" }, "stopId": "STP-TR00042", "stopSequence": 4 }, { "arrival": { "delay": -138, "time": "1788538062" }, "departure": { "delay": -118, "time": "1788538082" }, "stopId": "STP-TR00004", "stopSequence": 5 }, { "arrival": { "delay": -531, "time": "1788538869" }, "departure": { "delay": -514, "time": "1788538886" }, "stopId": "STP-TR00005", "stopSequence": 6 }, { "arrival": { "delay": -514, "time": "1788539186" }, "departure": { "delay": -514, "time": "1788539186" }, "stopId": "STP-TR00040", "stopSequence": 7 }, { "arrival": { "delay": -514, "time": "1788539486" }, "departure": { "delay": -514, "time": "1788539486" }, "stopId": "STP-TR00006", "stopSequence": 8 }, { "arrival": { "delay": -514, "time": "1788539786" }, "departure": { "delay": -514, "time": "1788539786" }, "stopId": "STP-TR00039", "stopSequence": 9 }, { "arrival": { "delay": -514, "time": "1788540086" }, "departure": { "delay": -514, "time": "1788540086" }, "stopId": "STP-TR00007", "stopSequence": 10 }, { "arrival": { "delay": -514, "time": "1788540986" }, "departure": { "delay": -514, "time": "1788540986" }, "stopId": "STP-TR00008", "stopSequence": 11 }, { "arrival": { "delay": -514, "time": "1788541286" }, "departure": { "delay": -514, "time": "1788541286" }, "stopId": "STP-TR00037", "stopSequence": 12 }, { "arrival": { "delay": -514, "time": "1788541586" }, "departure": { "delay": -514, "time": "1788541586" }, "stopId": "STP-TR00009", "stopSequence": 13 }, { "arrival": { "delay": -514, "time": "1788543386" }, "departure": { "delay": -514, "time": "1788543386" }, "stopId": "STP-TR00010", "stopSequence": 14 }, { "arrival": { "delay": -514, "time": "1788543986" }, "departure": { "delay": -514, "time": "1788543986" }, "stopId": "STP-TR00011", "stopSequence": 15 }, { "arrival": { "delay": -514, "time": "1788544586" }, "departure": { "delay": -514, "time": "1788544586" }, "stopId": "STP-TR00012", "stopSequence": 16 }, { "arrival": { "delay": -514, "time": "1788544886" }, "departure": { "delay": -514, "time": "1788544886" }, "stopId": "STP-TR00013", "stopSequence": 17 }, { "arrival": { "delay": -514, "time": "1788545186" }, "departure": { "delay": -514, "time": "1788545186" }, "stopId": "STP-TR00014", "stopSequence": 18 }, { "arrival": { "delay": -514, "time": "1788545786" }, "departure": { "delay": -514, "time": "1788545786" }, "stopId": "STP-TR00015", "stopSequence": 19 }, { "arrival": { "delay": -514, "time": "1788546086" }, "departure": { "delay": -514, "time": "1788546086" }, "stopId": "STP-TR00016", "stopSequence": 20 }, { "arrival": { "delay": -514, "time": "1788546686" }, "stopId": "STP-TR00017", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "e0da62ac-e9bd-4c93-94b3-41f83de4d9be" }, "vehicle": { "id": "240", "label": "MAN 499", "licensePlate": "BY-499-NV" } } }, { "id": "190769", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 45, "time": "1788535845" }, "stopId": "STP-TR00001", "stopSequence": 1 }, { "arrival": { "delay": 46, "time": "1788536746" }, "departure": { "delay": 58, "time": "1788536758" }, "stopId": "STP-TR00002", "stopSequence": 2 }, { "arrival": { "delay": -89, "time": "1788537211" }, "departure": { "delay": -62, "time": "1788537238" }, "stopId": "STP-TR00003", "stopSequence": 3 }, { "arrival": { "delay": 96, "time": "1788537696" }, "departure": { "delay": 105, "time": "1788537705" }, "stopId": "STP-TR00042", "stopSequence": 4 }, { "arrival": { "delay": -90, "time": "1788538110" }, "departure": { "delay": -66, "time": "1788538134" }, "stopId": "STP-TR00004", "stopSequence": 5 }, { "arrival": { "delay": -475, "time": "1788538925" }, "departure": { "delay": -66, "time": "1788539334" }, "stopId": "STP-TR00005", "stopSequence": 6 }, { "arrival": { "delay": -66, "time": "1788539634" }, "departure": { "delay": -66, "time": "1788539634" }, "stopId": "STP-TR00040", "stopSequence": 7 }, { "arrival": { "delay": -66, "time": "1788539934" }, "departure": { "delay": -66, "time": "1788539934" }, "stopId": "STP-TR00006", "stopSequence": 8 }, { "arrival": { "delay": -66, "time": "1788540234" }, "departure": { "delay": -66, "time": "1788540234" }, "stopId": "STP-TR00039", "stopSequence": 9 }, { "arrival": { "delay": -66, "time": "1788540534" }, "departure": { "delay": -66, "time": "1788540534" }, "stopId": "STP-TR00007", "stopSequence": 10 }, { "arrival": { "delay": -66, "time": "1788541434" }, "departure": { "delay": -66, "time": "1788541434" }, "stopId": "STP-TR00008", "stopSequence": 11 }, { "arrival": { "delay": -66, "time": "1788541734" }, "departure": { "delay": -66, "time": "1788541734" }, "stopId": "STP-TR00037", "stopSequence": 12 }, { "arrival": { "delay": -66, "time": "1788542034" }, "departure": { "delay": -66, "time": "1788542034" }, "stopId": "STP-TR00009", "stopSequence": 13 }, { "arrival": { "delay": -66, "time": "1788543834" }, "departure": { "delay": -66, "time": "1788543834" }, "stopId": "STP-TR00010", "stopSequence": 14 }, { "arrival": { "delay": -66, "time": "1788544434" }, "departure": { "delay": -66, "time": "1788544434" }, "stopId": "STP-TR00011", "stopSequence": 15 }, { "arrival": { "delay": -66, "time": "1788545034" }, "departure": { "delay": -66, "time": "1788545034" }, "stopId": "STP-TR00012", "stopSequence": 16 }, { "arrival": { "delay": -66, "time": "1788545334" }, "departure": { "delay": -66, "time": "1788545334" }, "stopId": "STP-TR00013", "stopSequence": 17 }, { "arrival": { "delay": -66, "time": "1788545634" }, "departure": { "delay": -66, "time": "1788545634" }, "stopId": "STP-TR00014", "stopSequence": 18 }, { "arrival": { "delay": -66, "time": "1788546234" }, "departure": { "delay": -66, "time": "1788546234" }, "stopId": "STP-TR00015", "stopSequence": 19 }, { "arrival": { "delay": -66, "time": "1788546534" }, "departure": { "delay": -66, "time": "1788546534" }, "stopId": "STP-TR00016", "stopSequence": 20 }, { "arrival": { "delay": -66, "time": "1788547134" }, "stopId": "STP-TR00017", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "e0da62ac-e9bd-4c93-94b3-41f83de4d9be" }, "vehicle": { "id": "578", "label": "IRIZAR 835", "licensePlate": "FH-835-AN" } } }, { "id": "190785", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 258, "time": "1788536058" }, "stopId": "STP-TR00001", "stopSequence": 1 }, { "arrival": { "delay": 307, "time": "1788537007" }, "departure": { "delay": 320, "time": "1788537020" }, "stopId": "STP-TR00002", "stopSequence": 2 }, { "arrival": { "delay": 199, "time": "1788537499" }, "departure": { "delay": 203, "time": "1788537503" }, "stopId": "STP-TR00003", "stopSequence": 3 }, { "arrival": { "delay": 332, "time": "1788537932" }, "departure": { "delay": 421, "time": "1788538021" }, "stopId": "STP-TR00042", "stopSequence": 4 }, { "arrival": { "delay": 240, "time": "1788538440" }, "departure": { "delay": 280, "time": "1788538480" }, "stopId": "STP-TR00004", "stopSequence": 5 }, { "arrival": { "delay": -52, "time": "1788538748" }, "departure": { "delay": -30, "time": "1788538770" }, "stopId": "STP-TR00068", "stopSequence": 6 }, { "arrival": { "delay": -30, "time": "1788539070" }, "departure": { "delay": -30, "time": "1788539070" }, "stopId": "STP-TR00067", "stopSequence": 7 }, { "arrival": { "delay": -30, "time": "1788539370" }, "departure": { "delay": -30, "time": "1788539370" }, "stopId": "STP-TR00066", "stopSequence": 8 }, { "arrival": { "delay": -30, "time": "1788539970" }, "departure": { "delay": -30, "time": "1788539970" }, "stopId": "STP-TR00065", "stopSequence": 9 }, { "arrival": { "delay": -30, "time": "1788540270" }, "departure": { "delay": -30, "time": "1788540270" }, "stopId": "STP-TR00064", "stopSequence": 10 }, { "arrival": { "delay": -30, "time": "1788540870" }, "departure": { "delay": -30, "time": "1788540870" }, "stopId": "STP-TR00063", "stopSequence": 11 }, { "arrival": { "delay": -30, "time": "1788541470" }, "departure": { "delay": -30, "time": "1788541470" }, "stopId": "STP-TR00061", "stopSequence": 12 }, { "arrival": { "delay": -30, "time": "1788541770" }, "departure": { "delay": -30, "time": "1788541770" }, "stopId": "STP-TR00060", "stopSequence": 13 }, { "arrival": { "delay": -30, "time": "1788542670" }, "stopId": "STP-TR00059", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "b040609e-3bfb-4ba1-8936-9af53719359a" }, "vehicle": { "id": "733", "label": "Mercedes sprinter HA-495-CA ", "licensePlate": "HA-495-CA" } } }, { "id": "190771", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00084-R", "stopSequence": 1 }, { "arrival": { "delay": 177, "time": "1788537777" }, "departure": { "delay": 203, "time": "1788537803" }, "stopId": "STP-TR00083", "stopSequence": 2 }, { "arrival": { "delay": -189, "time": "1788538611" }, "departure": { "delay": -184, "time": "1788538616" }, "stopId": "STP-TR00082-R", "stopSequence": 3 }, { "arrival": { "delay": -184, "time": "1788540416" }, "stopId": "STP-TR00074-R", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "C11", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:55:00", "tripId": "9a67c3bc-ea81-4a5c-8ae3-7491c2ea6392" }, "vehicle": { "id": "570", "label": "FE-856-ST", "licensePlate": "FE-856-ST" } } }, { "id": "190806", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "STP-TR00083", "stopSequence": 1 }, { "arrival": { "delay": 666, "time": "1788538386" }, "departure": { "delay": 809, "time": "1788538529" }, "stopId": "STP-FAUBOURGSA", "stopSequence": 2 }, { "arrival": { "delay": 710, "time": "1788538910" }, "departure": { "delay": 721, "time": "1788538921" }, "stopId": "STP-CHJARASGIOLU", "stopSequence": 3 }, { "arrival": { "delay": 721, "time": "1788539521" }, "departure": { "delay": 721, "time": "1788539521" }, "stopId": "STP-TUANI", "stopSequence": 4 }, { "arrival": { "delay": 721, "time": "1788540001" }, "departure": { "delay": 721, "time": "1788540001" }, "stopId": "STP-RIVISECCU", "stopSequence": 5 }, { "arrival": { "delay": 721, "time": "1788540421" }, "stopId": "STP-FRASSETA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "C13", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "6bded657-c35c-4e2b-ac03-2c6ad24de5d4" }, "vehicle": { "id": "122", "label": "RV-01", "licensePlate": "CK-630-EE" } } }, { "id": "190753", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788537600" }, "stopId": "STP-STP-PORM9", "stopSequence": 1 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "STP-VIGM9", "stopSequence": 2 }, { "arrival": { "time": "1788540300" }, "stopId": "STP-GIRM9", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "M009-01", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "c701f05d-b237-460b-a122-87f3b0ce31f5" }, "vehicle": { "id": "878", "label": "GHJIRULATU", "licensePlate": "AJ 940839 " } } }, { "id": "190740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -262, "time": "1788537338" }, "stopId": "STP-GIRM9", "stopSequence": 1 }, { "arrival": { "delay": -542, "time": "1788537958" }, "departure": { "delay": -406, "time": "1788538094" }, "stopId": "STP-VIGM9", "stopSequence": 2 }, { "arrival": { "delay": -730, "time": "1788538670" }, "stopId": "STP-GIRM9", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "VIGGIRM9", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "VIGGIRM9-A-M009L12" }, "vehicle": { "id": "311", "label": "SAN GHJASEPPU", "licensePlate": "AJ 935090" } } }, { "id": "190783", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 149, "time": "1788538349" }, "stopId": "STP-TR00081", "stopSequence": 1 }, { "arrival": { "delay": 149, "time": "1788538649" }, "departure": { "delay": 149, "time": "1788538649" }, "stopId": "STP-2329A", "stopSequence": 2 }, { "arrival": { "delay": -14, "time": "1788538786" }, "departure": { "delay": 149, "time": "1788538949" }, "stopId": "STP-TR00080", "stopSequence": 3 }, { "arrival": { "delay": 149, "time": "1788541049" }, "departure": { "delay": 149, "time": "1788541049" }, "stopId": "STP-TR00078", "stopSequence": 4 }, { "arrival": { "delay": 149, "time": "1788541349" }, "departure": { "delay": 149, "time": "1788541349" }, "stopId": "STP-TR00089", "stopSequence": 5 }, { "arrival": { "delay": 149, "time": "1788541949" }, "departure": { "delay": 149, "time": "1788541949" }, "stopId": "STP-TR00088", "stopSequence": 6 }, { "arrival": { "delay": 149, "time": "1788542849" }, "departure": { "delay": 149, "time": "1788542849" }, "stopId": "STP-TR00087", "stopSequence": 7 }, { "arrival": { "delay": 149, "time": "1788543449" }, "departure": { "delay": 149, "time": "1788543449" }, "stopId": "STP-PIETRALBALAMA", "stopSequence": 8 }, { "arrival": { "delay": 149, "time": "1788545249" }, "departure": { "delay": 149, "time": "1788545249" }, "stopId": "STP-LOZARI", "stopSequence": 9 }, { "arrival": { "delay": 149, "time": "1788545549" }, "departure": { "delay": 149, "time": "1788545549" }, "stopId": "STP-TR00086", "stopSequence": 10 }, { "arrival": { "delay": 149, "time": "1788545849" }, "departure": { "delay": 149, "time": "1788545849" }, "stopId": "STP-MARINEDEDAVIA", "stopSequence": 11 }, { "arrival": { "delay": 149, "time": "1788546149" }, "departure": { "delay": 149, "time": "1788546149" }, "stopId": "STP-ALGAJOLA", "stopSequence": 12 }, { "arrival": { "delay": 149, "time": "1788546449" }, "departure": { "delay": 149, "time": "1788546449" }, "stopId": "STP-LUMIO", "stopSequence": 13 }, { "arrival": { "delay": 149, "time": "1788546749" }, "departure": { "delay": 149, "time": "1788546749" }, "stopId": "STP-TR00085", "stopSequence": 14 }, { "arrival": { "delay": 149, "time": "1788547349" }, "stopId": "STP-SDN48801A", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "C12", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "2c690f05-35d7-444c-b725-c7445e85b43a" }, "vehicle": { "id": "581", "label": "CORS-21", "licensePlate": "FN-676-RD" } } }, { "id": "1023775", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 18869, "time": "1788534869" }, "stopId": "1001799", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1002449", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1002016", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1002448", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "1002821", "stopSequence": 5 }, { "arrival": { "delay": 20419, "time": "1788538519" }, "departure": { "delay": 20432, "time": "1788538532" }, "stopId": "1002445", "stopSequence": 6 }, { "arrival": { "time": "1788538520" }, "departure": { "time": "1788538533" }, "stopId": "1001793", "stopSequence": 7 }, { "arrival": { "time": "1788538521" }, "departure": { "time": "1788538534" }, "stopId": "1002443", "stopSequence": 8 }, { "arrival": { "time": "1788538522" }, "departure": { "time": "1788538535" }, "stopId": "1001781", "stopSequence": 9 }, { "arrival": { "time": "1788538523" }, "departure": { "time": "1788538536" }, "stopId": "1002618", "stopSequence": 10 }, { "arrival": { "time": "1788538524" }, "stopId": "1002620", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "1000167", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "12:00:00", "tripId": "1001599-1002154" }, "vehicle": { "id": "438", "label": "CORS-18", "licensePlate": "DN-937-KK" } } }, { "id": "1023804", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "delay": 20996, "time": "1788537596" }, "departure": { "delay": 21089, "time": "1788537689" }, "stopId": "1001788", "stopSequence": 2 }, { "arrival": { "delay": 20709, "time": "1788538029" }, "departure": { "delay": 20787, "time": "1788538107" }, "stopId": "1001787", "stopSequence": 3 }, { "arrival": { "time": "1788538030" }, "departure": { "time": "1788538108" }, "stopId": "1002751", "stopSequence": 4 }, { "arrival": { "time": "1788538031" }, "departure": { "time": "1788538109" }, "stopId": "1002750", "stopSequence": 5 }, { "arrival": { "time": "1788538032" }, "departure": { "time": "1788538110" }, "stopId": "1002749", "stopSequence": 6 }, { "arrival": { "time": "1788538033" }, "stopId": "1001999", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000110", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "12:00:00", "tripId": "1000449-1004253" }, "vehicle": { "id": "846", "label": "HF-674-ZG", "licensePlate": "HF-674-ZG" } } }, { "id": "1023780", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 17960, "time": "1788536360" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": 18248, "time": "1788537068" }, "departure": { "delay": 18252, "time": "1788537072" }, "stopId": "1002413", "stopSequence": 2 }, { "arrival": { "delay": 18308, "time": "1788537188" }, "departure": { "delay": 18322, "time": "1788537202" }, "stopId": "1002412", "stopSequence": 3 }, { "arrival": { "delay": 18352, "time": "1788537352" }, "departure": { "delay": 18415, "time": "1788537415" }, "stopId": "1002411", "stopSequence": 4 }, { "arrival": { "delay": 18385, "time": "1788537445" }, "departure": { "delay": 18401, "time": "1788537461" }, "stopId": "1002410", "stopSequence": 5 }, { "arrival": { "delay": 18447, "time": "1788537627" }, "departure": { "delay": 18463, "time": "1788537643" }, "stopId": "1002409", "stopSequence": 6 }, { "arrival": { "delay": 18467, "time": "1788537707" }, "departure": { "delay": 18473, "time": "1788537713" }, "stopId": "1009470", "stopSequence": 7 }, { "arrival": { "delay": 18429, "time": "1788537729" }, "departure": { "delay": 18439, "time": "1788537739" }, "stopId": "1009468", "stopSequence": 8 }, { "arrival": { "delay": 18508, "time": "1788537988" }, "departure": { "delay": 18522, "time": "1788538002" }, "stopId": "1001924", "stopSequence": 9 }, { "arrival": { "delay": 18542, "time": "1788538082" }, "departure": { "delay": 18560, "time": "1788538100" }, "stopId": "1002408", "stopSequence": 10 }, { "arrival": { "delay": 18529, "time": "1788538189" }, "departure": { "delay": 18539, "time": "1788538199" }, "stopId": "1002407", "stopSequence": 11 }, { "arrival": { "delay": 18491, "time": "1788538271" }, "departure": { "delay": 18509, "time": "1788538289" }, "stopId": "1002406", "stopSequence": 12 }, { "arrival": { "delay": 18494, "time": "1788538334" }, "departure": { "delay": 18499, "time": "1788538339" }, "stopId": "1009466", "stopSequence": 13 }, { "arrival": { "delay": 18491, "time": "1788538391" }, "departure": { "delay": 18496, "time": "1788538396" }, "stopId": "1009464", "stopSequence": 14 }, { "arrival": { "delay": 18470, "time": "1788538430" }, "departure": { "delay": 18496, "time": "1788538456" }, "stopId": "1009462", "stopSequence": 15 }, { "arrival": { "delay": 18458, "time": "1788538598" }, "departure": { "delay": 18462, "time": "1788538602" }, "stopId": "1009460", "stopSequence": 16 }, { "arrival": { "delay": 18282, "time": "1788538602" }, "departure": { "delay": 18286, "time": "1788538606" }, "stopId": "1002405", "stopSequence": 17 }, { "arrival": { "delay": 18218, "time": "1788538658" }, "departure": { "delay": 18234, "time": "1788538674" }, "stopId": "1002404", "stopSequence": 18 }, { "arrival": { "time": "1788538659" }, "departure": { "time": "1788538675" }, "stopId": "1002403", "stopSequence": 19 }, { "arrival": { "time": "1788538660" }, "departure": { "time": "1788538676" }, "stopId": "1002402", "stopSequence": 20 }, { "arrival": { "time": "1788538661" }, "stopId": "1002401", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "1000093", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "12:40:00", "tripId": "1002359-1003194" }, "vehicle": { "id": "477", "label": "MONDO3", "licensePlate": "CY-929-GL" } } }, { "id": "1023797", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 17783, "time": "1788537083" }, "stopId": "1007878", "stopSequence": 1 }, { "arrival": { "delay": 17877, "time": "1788537297" }, "departure": { "delay": 17904, "time": "1788537324" }, "stopId": "1011536", "stopSequence": 2 }, { "arrival": { "delay": 17762, "time": "1788537362" }, "departure": { "delay": 17780, "time": "1788537380" }, "stopId": "1006206", "stopSequence": 3 }, { "arrival": { "delay": 17822, "time": "1788537542" }, "departure": { "delay": 17831, "time": "1788537551" }, "stopId": "1006205", "stopSequence": 4 }, { "arrival": { "delay": 17818, "time": "1788537658" }, "departure": { "delay": 17869, "time": "1788537709" }, "stopId": "1006204", "stopSequence": 5 }, { "arrival": { "delay": 17904, "time": "1788538284" }, "departure": { "delay": 17950, "time": "1788538330" }, "stopId": "1011560", "stopSequence": 6 }, { "arrival": { "time": "1788538285" }, "stopId": "1005571", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000260", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "12:55:00", "tripId": "1005151-1007012" }, "vehicle": { "id": "637", "label": "ISUZU 892", "licensePlate": "GR-892-YS" } } }, { "id": "1023021", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1006700", "stopSequence": 1 }, { "arrival": { "delay": 579, "time": "1788533439" }, "departure": { "delay": 581, "time": "1788533441" }, "stopId": "1006690", "stopSequence": 2 }, { "arrival": { "delay": 628, "time": "1788534388" }, "departure": { "delay": 641, "time": "1788534401" }, "stopId": "1006689", "stopSequence": 3 }, { "arrival": { "delay": -1004, "time": "1788534796" }, "departure": { "delay": -995, "time": "1788534805" }, "stopId": "1012681", "stopSequence": 4 }, { "arrival": { "delay": 650, "time": "1788534890" }, "departure": { "delay": 677, "time": "1788534917" }, "stopId": "1006688", "stopSequence": 5 }, { "arrival": { "delay": 202, "time": "1788536302" }, "departure": { "delay": 298, "time": "1788536398" }, "stopId": "1005656", "stopSequence": 6 }, { "arrival": { "delay": 1906, "time": "1788538606" }, "departure": { "delay": 1920, "time": "1788538620" }, "stopId": "1008251", "stopSequence": 7 }, { "arrival": { "time": "1788538607" }, "stopId": "1005643", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000308", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "16:40:00", "tripId": "1004538-1006258" }, "vehicle": { "id": "278", "label": "SAIB-04", "licensePlate": "CZ-381-VN" } } }, { "id": "1023645", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 292, "time": "1788534892" }, "stopId": "1001799", "stopSequence": 1 }, { "arrival": { "delay": 1288, "time": "1788536488" }, "departure": { "delay": 1316, "time": "1788536516" }, "stopId": "1002449", "stopSequence": 2 }, { "arrival": { "delay": 1126, "time": "1788536626" }, "departure": { "delay": 1168, "time": "1788536668" }, "stopId": "1002016", "stopSequence": 3 }, { "arrival": { "delay": 1197, "time": "1788536757" }, "departure": { "delay": 1214, "time": "1788536774" }, "stopId": "1002448", "stopSequence": 4 }, { "arrival": { "delay": 1095, "time": "1788536895" }, "departure": { "delay": 1116, "time": "1788536916" }, "stopId": "1002821", "stopSequence": 5 }, { "arrival": { "delay": 511, "time": "1788537211" }, "departure": { "delay": 535, "time": "1788537235" }, "stopId": "1002445", "stopSequence": 6 }, { "arrival": { "delay": 421, "time": "1788537421" }, "departure": { "delay": 452, "time": "1788537452" }, "stopId": "1001793", "stopSequence": 7 }, { "arrival": { "time": "1788537422" }, "departure": { "time": "1788537453" }, "stopId": "1002443", "stopSequence": 8 }, { "arrival": { "time": "1788537600" }, "departure": { "time": "1788537600" }, "stopId": "1001781", "stopSequence": 9 }, { "arrival": { "time": "1788538200" }, "departure": { "time": "1788538200" }, "stopId": "1002618", "stopSequence": 10 }, { "arrival": { "time": "1788539100" }, "stopId": "1002620", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "1000167", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:10:00", "tripId": "1001599-1002073" }, "vehicle": { "id": "261", "label": "CORS-12", "licensePlate": "DV-597-KC" } } }, { "id": "1023025", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -27, "time": "1788535773" }, "stopId": "1007859", "stopSequence": 1 }, { "arrival": { "delay": -64, "time": "1788535796" }, "departure": { "delay": -53, "time": "1788535807" }, "stopId": "1005589", "stopSequence": 2 }, { "arrival": { "delay": -52, "time": "1788537068" }, "departure": { "delay": -47, "time": "1788537073" }, "stopId": "1006400", "stopSequence": 3 }, { "arrival": { "delay": -52, "time": "1788537128" }, "departure": { "delay": -47, "time": "1788537133" }, "stopId": "1006399", "stopSequence": 4 }, { "arrival": { "delay": -45, "time": "1788537195" }, "departure": { "delay": -40, "time": "1788537200" }, "stopId": "1006398", "stopSequence": 5 }, { "arrival": { "delay": -11, "time": "1788537229" }, "departure": { "delay": -5, "time": "1788537235" }, "stopId": "1006397", "stopSequence": 6 }, { "arrival": { "delay": -13, "time": "1788537287" }, "departure": { "delay": -6, "time": "1788537294" }, "stopId": "1006396", "stopSequence": 7 }, { "arrival": { "delay": 5, "time": "1788537425" }, "departure": { "delay": 10, "time": "1788537430" }, "stopId": "1006395", "stopSequence": 8 }, { "arrival": { "delay": -11, "time": "1788537529" }, "departure": { "delay": -4, "time": "1788537536" }, "stopId": "1006394", "stopSequence": 9 }, { "arrival": { "delay": -223, "time": "1788537677" }, "departure": { "delay": -217, "time": "1788537683" }, "stopId": "1006391", "stopSequence": 10 }, { "arrival": { "delay": -245, "time": "1788537715" }, "departure": { "delay": -236, "time": "1788537724" }, "stopId": "1006390", "stopSequence": 11 }, { "arrival": { "delay": -251, "time": "1788537769" }, "departure": { "delay": -245, "time": "1788537775" }, "stopId": "1006389", "stopSequence": 12 }, { "arrival": { "delay": -253, "time": "1788537827" }, "departure": { "delay": -248, "time": "1788537832" }, "stopId": "1006388", "stopSequence": 13 }, { "arrival": { "delay": -223, "time": "1788537977" }, "departure": { "delay": -218, "time": "1788537982" }, "stopId": "1006387", "stopSequence": 14 }, { "arrival": { "delay": -215, "time": "1788538045" }, "departure": { "delay": -209, "time": "1788538051" }, "stopId": "1006386", "stopSequence": 15 }, { "arrival": { "delay": -201, "time": "1788538119" }, "departure": { "delay": -195, "time": "1788538125" }, "stopId": "1006385", "stopSequence": 16 }, { "arrival": { "delay": -209, "time": "1788538291" }, "departure": { "delay": -202, "time": "1788538298" }, "stopId": "1006384", "stopSequence": 17 }, { "arrival": { "delay": -156, "time": "1788538344" }, "departure": { "delay": -140, "time": "1788538360" }, "stopId": "1006383", "stopSequence": 18 }, { "arrival": { "delay": -186, "time": "1788538374" }, "departure": { "delay": -176, "time": "1788538384" }, "stopId": "1005588", "stopSequence": 19 }, { "arrival": { "delay": -121, "time": "1788538439" }, "departure": { "delay": -113, "time": "1788538447" }, "stopId": "1011329", "stopSequence": 20 }, { "arrival": { "delay": -742, "time": "1788538838" }, "departure": { "delay": -733, "time": "1788538847" }, "stopId": "1009900", "stopSequence": 21 }, { "arrival": { "delay": -653, "time": "1788539587" }, "departure": { "delay": -653, "time": "1788539587" }, "stopId": "1011327", "stopSequence": 22 }, { "arrival": { "delay": -653, "time": "1788539947" }, "stopId": "1009700", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "1000269", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1004583-1006308" }, "vehicle": { "id": "810", "label": "GV 137 NK", "licensePlate": "GV 137 NK" } } }, { "id": "1023798", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 359, "time": "1788536159" }, "stopId": "1007859", "stopSequence": 1 }, { "arrival": { "delay": 299, "time": "1788536159" }, "departure": { "delay": 304, "time": "1788536164" }, "stopId": "1005589", "stopSequence": 2 }, { "arrival": { "delay": 319, "time": "1788537439" }, "departure": { "delay": 324, "time": "1788537444" }, "stopId": "1006400", "stopSequence": 3 }, { "arrival": { "delay": 320, "time": "1788537500" }, "departure": { "delay": 338, "time": "1788537518" }, "stopId": "1006399", "stopSequence": 4 }, { "arrival": { "delay": 344, "time": "1788537584" }, "departure": { "delay": 348, "time": "1788537588" }, "stopId": "1006398", "stopSequence": 5 }, { "arrival": { "delay": 422, "time": "1788537662" }, "departure": { "delay": 432, "time": "1788537672" }, "stopId": "1006397", "stopSequence": 6 }, { "arrival": { "delay": 429, "time": "1788537729" }, "departure": { "delay": 437, "time": "1788537737" }, "stopId": "1006396", "stopSequence": 7 }, { "arrival": { "delay": 567, "time": "1788537987" }, "departure": { "delay": 572, "time": "1788537992" }, "stopId": "1006395", "stopSequence": 8 }, { "arrival": { "delay": 663, "time": "1788538203" }, "departure": { "delay": 683, "time": "1788538223" }, "stopId": "1006394", "stopSequence": 9 }, { "arrival": { "delay": 453, "time": "1788538353" }, "departure": { "delay": 459, "time": "1788538359" }, "stopId": "1006391", "stopSequence": 10 }, { "arrival": { "delay": 434, "time": "1788538394" }, "departure": { "delay": 443, "time": "1788538403" }, "stopId": "1006390", "stopSequence": 11 }, { "arrival": { "delay": 428, "time": "1788538448" }, "departure": { "delay": 433, "time": "1788538453" }, "stopId": "1006389", "stopSequence": 12 }, { "arrival": { "delay": 425, "time": "1788538505" }, "departure": { "delay": 430, "time": "1788538510" }, "stopId": "1006388", "stopSequence": 13 }, { "arrival": { "delay": 462, "time": "1788538662" }, "departure": { "delay": 467, "time": "1788538667" }, "stopId": "1006387", "stopSequence": 14 }, { "arrival": { "delay": 470, "time": "1788538730" }, "departure": { "delay": 475, "time": "1788538735" }, "stopId": "1006386", "stopSequence": 15 }, { "arrival": { "delay": 485, "time": "1788538805" }, "departure": { "delay": 492, "time": "1788538812" }, "stopId": "1006385", "stopSequence": 16 }, { "arrival": { "time": "1788538806" }, "departure": { "time": "1788538813" }, "stopId": "1006384", "stopSequence": 17 }, { "arrival": { "time": "1788538807" }, "departure": { "time": "1788538814" }, "stopId": "1006383", "stopSequence": 18 }, { "arrival": { "time": "1788538808" }, "departure": { "time": "1788538815" }, "stopId": "1005588", "stopSequence": 19 }, { "arrival": { "time": "1788538809" }, "departure": { "time": "1788538816" }, "stopId": "1011329", "stopSequence": 20 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1009900", "stopSequence": 21 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1011327", "stopSequence": 22 }, { "arrival": { "time": "1788540600" }, "stopId": "1009700", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "1000269", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1004583-1006308" }, "vehicle": { "id": "626", "label": "GQ 810 XW", "licensePlate": "GQ 810 XW" } } }, { "id": "1023135", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 45, "time": "1788535845" }, "stopId": "1007859", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1788535869" }, "departure": { "delay": 20, "time": "1788535880" }, "stopId": "1005589", "stopSequence": 2 }, { "arrival": { "delay": 54, "time": "1788536274" }, "departure": { "delay": 270, "time": "1788536490" }, "stopId": "1006098", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005992", "stopSequence": 4 }, { "arrival": { "delay": 140, "time": "1788537620" }, "departure": { "delay": 144, "time": "1788537624" }, "stopId": "1005994", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005995", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005996", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006277", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006001", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006000", "stopSequence": 10 }, { "arrival": { "delay": 55, "time": "1788537895" }, "departure": { "delay": 61, "time": "1788537901" }, "stopId": "1006002", "stopSequence": 11 }, { "arrival": { "delay": 96, "time": "1788537996" }, "departure": { "delay": 99, "time": "1788537999" }, "stopId": "1006003", "stopSequence": 12 }, { "arrival": { "delay": 70, "time": "1788538030" }, "departure": { "delay": 76, "time": "1788538036" }, "stopId": "1006004", "stopSequence": 13 }, { "arrival": { "delay": -189, "time": "1788538131" }, "departure": { "delay": -185, "time": "1788538135" }, "stopId": "1005985", "stopSequence": 14 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005981", "stopSequence": 15 }, { "arrival": { "delay": -1429, "time": "1788538331" }, "departure": { "delay": -1412, "time": "1788538348" }, "stopId": "1006268", "stopSequence": 16 }, { "arrival": { "delay": -1386, "time": "1788538374" }, "departure": { "delay": -1375, "time": "1788538385" }, "stopId": "1006267", "stopSequence": 17 }, { "arrival": { "delay": -1391, "time": "1788538429" }, "departure": { "delay": -1385, "time": "1788538435" }, "stopId": "1006266", "stopSequence": 18 }, { "arrival": { "delay": -1431, "time": "1788538449" }, "departure": { "delay": -1425, "time": "1788538455" }, "stopId": "1006269", "stopSequence": 19 }, { "arrival": { "time": "1788539940" }, "departure": { "time": "1788539940" }, "stopId": "1005979", "stopSequence": 20 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1006264", "stopSequence": 21 }, { "arrival": { "delay": -1238, "time": "1788538882" }, "stopId": "1005580", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "1000264", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1005410-1007307" }, "vehicle": { "id": "856", "label": "TEMSA 073", "licensePlate": "HH-073-DC" } } }, { "id": "1023249", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1007859", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005589", "stopSequence": 2 }, { "arrival": { "delay": 304, "time": "1788536704" }, "departure": { "delay": 308, "time": "1788536708" }, "stopId": "1006416", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006241", "stopSequence": 4 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006412", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "1011333", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006248", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006410", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006170", "stopSequence": 9 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006169", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006168", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006405", "stopSequence": 12 }, { "arrival": { "delay": -1155, "time": "1788537585" }, "departure": { "delay": -1147, "time": "1788537593" }, "stopId": "1009616", "stopSequence": 13 }, { "arrival": { "delay": -1164, "time": "1788537636" }, "departure": { "delay": -1127, "time": "1788537673" }, "stopId": "1011331", "stopSequence": 14 }, { "arrival": { "delay": -1130, "time": "1788537730" }, "departure": { "delay": -1076, "time": "1788537784" }, "stopId": "1009618", "stopSequence": 15 }, { "arrival": { "time": "1788538920" }, "stopId": "1005591", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "1000271", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1006259-1008274" }, "vehicle": { "id": "366", "label": "FA-631-DS", "licensePlate": "FA-631-DS" } } }, { "id": "1022984", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1007859", "stopSequence": 1 }, { "arrival": { "delay": 71, "time": "1788535871" }, "departure": { "delay": 127, "time": "1788535927" }, "stopId": "1005589", "stopSequence": 2 }, { "arrival": { "delay": -101, "time": "1788536299" }, "departure": { "delay": -67, "time": "1788536333" }, "stopId": "1006098", "stopSequence": 3 }, { "arrival": { "delay": -74, "time": "1788536506" }, "departure": { "delay": -63, "time": "1788536517" }, "stopId": "1006114", "stopSequence": 4 }, { "arrival": { "delay": 1564, "time": "1788538444" }, "departure": { "delay": 1575, "time": "1788538455" }, "stopId": "1006113", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006112", "stopSequence": 6 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006111", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006110", "stopSequence": 8 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006109", "stopSequence": 9 }, { "arrival": { "delay": 19, "time": "1788537499" }, "departure": { "delay": 28, "time": "1788537508" }, "stopId": "1006108", "stopSequence": 10 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006107", "stopSequence": 11 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006106", "stopSequence": 12 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006105", "stopSequence": 13 }, { "arrival": { "delay": -1696, "time": "1788536864" }, "departure": { "delay": -1689, "time": "1788536871" }, "stopId": "1006103", "stopSequence": 14 }, { "arrival": { "time": "1788538680" }, "departure": { "time": "1788538680" }, "stopId": "1006102", "stopSequence": 15 }, { "arrival": { "time": "1788538740" }, "departure": { "time": "1788538740" }, "stopId": "1006101", "stopSequence": 16 }, { "arrival": { "time": "1788538800" }, "departure": { "time": "1788538800" }, "stopId": "1006100", "stopSequence": 17 }, { "arrival": { "time": "1788538920" }, "stopId": "1005560", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "1000253", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1004038-1005572" }, "vehicle": { "id": "65", "label": "SPRINTER LECCI", "licensePlate": "GN-866-BF" } } }, { "id": "1023246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -87, "time": "1788535713" }, "stopId": "1005619", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1007896", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006485", "stopSequence": 3 }, { "arrival": { "delay": -263, "time": "1788537337" }, "departure": { "delay": -251, "time": "1788537349" }, "stopId": "1006494", "stopSequence": 4 }, { "arrival": { "delay": -410, "time": "1788537730" }, "departure": { "delay": -396, "time": "1788537744" }, "stopId": "1005601", "stopSequence": 5 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006509", "stopSequence": 6 }, { "arrival": { "delay": -868, "time": "1788538652" }, "departure": { "delay": -860, "time": "1788538660" }, "stopId": "1005603", "stopSequence": 7 }, { "arrival": { "time": "1788539940" }, "departure": { "time": "1788539940" }, "stopId": "1006510", "stopSequence": 8 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1006511", "stopSequence": 9 }, { "arrival": { "time": "1788540480" }, "stopId": "1005604", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "1000337", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:30:00", "tripId": "1006141-1008136" }, "vehicle": { "id": "59", "label": "MASTER HASNA", "licensePlate": "FG-835-WV" } } }, { "id": "1023145", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -279, "time": "1788535821" }, "stopId": "1007896", "stopSequence": 1 }, { "arrival": { "delay": 229, "time": "1788536449" }, "departure": { "delay": 233, "time": "1788536453" }, "stopId": "1006486", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006485", "stopSequence": 3 }, { "arrival": { "delay": 37, "time": "1788536617" }, "departure": { "delay": 43, "time": "1788536623" }, "stopId": "1006484", "stopSequence": 4 }, { "arrival": { "delay": 25, "time": "1788536665" }, "departure": { "delay": 30, "time": "1788536670" }, "stopId": "1011487", "stopSequence": 5 }, { "arrival": { "delay": -137, "time": "1788536803" }, "departure": { "delay": -133, "time": "1788536807" }, "stopId": "1006482", "stopSequence": 6 }, { "arrival": { "delay": -130, "time": "1788536810" }, "departure": { "delay": -124, "time": "1788536816" }, "stopId": "1006481", "stopSequence": 7 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006501", "stopSequence": 8 }, { "arrival": { "delay": -265, "time": "1788537155" }, "departure": { "delay": -249, "time": "1788537171" }, "stopId": "1006479", "stopSequence": 9 }, { "arrival": { "delay": -218, "time": "1788537382" }, "departure": { "delay": -185, "time": "1788537415" }, "stopId": "1006478", "stopSequence": 10 }, { "arrival": { "delay": -77, "time": "1788538003" }, "departure": { "delay": -21, "time": "1788538059" }, "stopId": "1006475", "stopSequence": 11 }, { "arrival": { "time": "1788538380" }, "departure": { "time": "1788538380" }, "stopId": "1006474", "stopSequence": 12 }, { "arrival": { "time": "1788538500" }, "departure": { "time": "1788538500" }, "stopId": "1006473", "stopSequence": 13 }, { "arrival": { "time": "1788539100" }, "stopId": "1005599", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "1000336", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:35:00", "tripId": "1005476-1007405" }, "vehicle": { "id": "650", "label": "FG 947 ZH / LY300", "licensePlate": "FG 947 ZH" } } }, { "id": "1023142", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 32, "time": "1788536372" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": 268, "time": "1788537388" }, "departure": { "delay": 275, "time": "1788537395" }, "stopId": "1009900", "stopSequence": 2 }, { "arrival": { "delay": 358, "time": "1788537838" }, "departure": { "delay": 470, "time": "1788537950" }, "stopId": "1005588", "stopSequence": 3 }, { "arrival": { "delay": 552, "time": "1788538152" }, "departure": { "delay": 554, "time": "1788538154" }, "stopId": "1011329", "stopSequence": 4 }, { "arrival": { "delay": 620, "time": "1788538400" }, "departure": { "delay": 629, "time": "1788538409" }, "stopId": "1006426", "stopSequence": 5 }, { "arrival": { "delay": 717, "time": "1788538797" }, "departure": { "delay": 729, "time": "1788538809" }, "stopId": "1006419", "stopSequence": 6 }, { "arrival": { "delay": 714, "time": "1788539214" }, "stopId": "1005593", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000302", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:39:00", "tripId": "1005473-1007399" }, "vehicle": { "id": "617", "label": "GQ 332 XL", "licensePlate": "GQ 332 XL" } } }, { "id": "1023802", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 31, "time": "1788536371" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": 252, "time": "1788537372" }, "departure": { "delay": 260, "time": "1788537380" }, "stopId": "1009900", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1005588", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1011329", "stopSequence": 4 }, { "arrival": { "delay": 221, "time": "1788538001" }, "departure": { "delay": 239, "time": "1788538019" }, "stopId": "1006426", "stopSequence": 5 }, { "arrival": { "time": "1788538080" }, "departure": { "time": "1788538080" }, "stopId": "1006419", "stopSequence": 6 }, { "arrival": { "time": "1788538500" }, "stopId": "1005593", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000302", "scheduleRelationship": "UNSCHEDULED", "startDate": "20260904", "startTime": "17:39:00", "tripId": "1005473-1007399" }, "vehicle": { "id": "371", "label": "FH-499-NC", "licensePlate": "FH-499-NC" } } }, { "id": "1023679", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -470, "time": "1788536230" }, "stopId": "1001802", "stopSequence": 1 }, { "arrival": { "delay": -228, "time": "1788538092" }, "departure": { "delay": -167, "time": "1788538153" }, "stopId": "1009962", "stopSequence": 2 }, { "arrival": { "delay": -429, "time": "1788538431" }, "departure": { "delay": -421, "time": "1788538439" }, "stopId": "1010620", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1011760", "stopSequence": 4 }, { "arrival": { "delay": -1680, "time": "1788538560" }, "departure": { "delay": -1662, "time": "1788538578" }, "stopId": "1002669", "stopSequence": 5 }, { "arrival": { "time": "1788541140" }, "departure": { "time": "1788541140" }, "stopId": "1012480", "stopSequence": 6 }, { "arrival": { "delay": -2427, "time": "1788538893" }, "departure": { "delay": -2417, "time": "1788538903" }, "stopId": "1001981", "stopSequence": 7 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1009960", "stopSequence": 8 }, { "arrival": { "time": "1788542400" }, "stopId": "1010060", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "1000107", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1006062-1008057" }, "vehicle": { "id": "462", "label": "TV-02", "licensePlate": "DT-481-ZN" } } }, { "id": "1023566", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -309, "time": "1788536391" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": 201, "time": "1788537201" }, "departure": { "delay": 231, "time": "1788537231" }, "stopId": "1001808", "stopSequence": 2 }, { "arrival": { "delay": 155, "time": "1788537335" }, "departure": { "delay": 169, "time": "1788537349" }, "stopId": "1009256", "stopSequence": 3 }, { "arrival": { "delay": 164, "time": "1788537464" }, "departure": { "delay": 176, "time": "1788537476" }, "stopId": "1002328", "stopSequence": 4 }, { "arrival": { "delay": 209, "time": "1788537809" }, "departure": { "delay": 216, "time": "1788537816" }, "stopId": "1009254", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1788537909" }, "departure": { "delay": 23, "time": "1788537923" }, "stopId": "1009252", "stopSequence": 6 }, { "arrival": { "delay": -261, "time": "1788538539" }, "departure": { "delay": -251, "time": "1788538549" }, "stopId": "1009250", "stopSequence": 7 }, { "arrival": { "time": "1788539700" }, "stopId": "1009248", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000197", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1002148-1002973" }, "vehicle": { "id": "466", "label": "BEN-04", "licensePlate": "AC-715-QE" } } }, { "id": "1023589", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -14, "time": "1788536686" }, "stopId": "1001802", "stopSequence": 1 }, { "arrival": { "delay": -456, "time": "1788537444" }, "departure": { "delay": -451, "time": "1788537449" }, "stopId": "1002275", "stopSequence": 2 }, { "arrival": { "delay": -300, "time": "1788538200" }, "departure": { "delay": -291, "time": "1788538209" }, "stopId": "1002274", "stopSequence": 3 }, { "arrival": { "delay": -293, "time": "1788538507" }, "departure": { "delay": -282, "time": "1788538518" }, "stopId": "1002273", "stopSequence": 4 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1002271", "stopSequence": 5 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1002272", "stopSequence": 6 }, { "arrival": { "time": "1788540900" }, "stopId": "1009920", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000077", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1002659-1003593" }, "vehicle": { "id": "122", "label": "RV-01", "licensePlate": "CK-630-EE" } } }, { "id": "1023631", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -375, "time": "1788536325" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": -442, "time": "1788536738" }, "departure": { "delay": -434, "time": "1788536746" }, "stopId": "1002386", "stopSequence": 2 }, { "arrival": { "delay": 71, "time": "1788537671" }, "departure": { "delay": 71, "time": "1788537671" }, "stopId": "1002385", "stopSequence": 3 }, { "arrival": { "delay": -63, "time": "1788537717" }, "departure": { "delay": -49, "time": "1788537731" }, "stopId": "1012300", "stopSequence": 4 }, { "arrival": { "delay": -12, "time": "1788537828" }, "departure": { "delay": -6, "time": "1788537834" }, "stopId": "1012280", "stopSequence": 5 }, { "arrival": { "delay": 12, "time": "1788537912" }, "departure": { "delay": 19, "time": "1788537919" }, "stopId": "1002383", "stopSequence": 6 }, { "arrival": { "delay": -77, "time": "1788538003" }, "departure": { "delay": -62, "time": "1788538018" }, "stopId": "1002382", "stopSequence": 7 }, { "arrival": { "delay": -101, "time": "1788538099" }, "departure": { "delay": -93, "time": "1788538107" }, "stopId": "1002381", "stopSequence": 8 }, { "arrival": { "delay": -278, "time": "1788538222" }, "departure": { "delay": -263, "time": "1788538237" }, "stopId": "1002380", "stopSequence": 9 }, { "arrival": { "delay": -353, "time": "1788538267" }, "departure": { "delay": -347, "time": "1788538273" }, "stopId": "1002379", "stopSequence": 10 }, { "arrival": { "delay": -469, "time": "1788538331" }, "departure": { "delay": -450, "time": "1788538350" }, "stopId": "1002378", "stopSequence": 11 }, { "arrival": { "delay": -519, "time": "1788538401" }, "departure": { "delay": -502, "time": "1788538418" }, "stopId": "1002377", "stopSequence": 12 }, { "arrival": { "delay": -641, "time": "1788538459" }, "departure": { "delay": -635, "time": "1788538465" }, "stopId": "1002376", "stopSequence": 13 }, { "arrival": { "delay": -580, "time": "1788538640" }, "departure": { "delay": -572, "time": "1788538648" }, "stopId": "1002375", "stopSequence": 14 }, { "arrival": { "delay": -566, "time": "1788538714" }, "departure": { "delay": -539, "time": "1788538741" }, "stopId": "1002374", "stopSequence": 15 }, { "arrival": { "delay": -602, "time": "1788538798" }, "departure": { "delay": -596, "time": "1788538804" }, "stopId": "1002373", "stopSequence": 16 }, { "arrival": { "delay": -718, "time": "1788538862" }, "departure": { "delay": -712, "time": "1788538868" }, "stopId": "1002372", "stopSequence": 17 }, { "arrival": { "time": "1788539640" }, "departure": { "time": "1788539640" }, "stopId": "1002371", "stopSequence": 18 }, { "arrival": { "time": "1788539700" }, "stopId": "1001919", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "1000088", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1003840-1005355" }, "vehicle": { "id": "480", "label": "MONDO6", "licensePlate": "EQ-791-XR" } } }, { "id": "1023670", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -247, "time": "1788536453" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": 211, "time": "1788538111" }, "departure": { "delay": 218, "time": "1788538118" }, "stopId": "1002368", "stopSequence": 2 }, { "arrival": { "delay": 223, "time": "1788538423" }, "departure": { "delay": 234, "time": "1788538434" }, "stopId": "1002367", "stopSequence": 3 }, { "arrival": { "delay": 190, "time": "1788538510" }, "departure": { "delay": 213, "time": "1788538533" }, "stopId": "1002366", "stopSequence": 4 }, { "arrival": { "delay": 210, "time": "1788538590" }, "departure": { "delay": 216, "time": "1788538596" }, "stopId": "1002365", "stopSequence": 5 }, { "arrival": { "delay": 218, "time": "1788538658" }, "departure": { "delay": 239, "time": "1788538679" }, "stopId": "1002364", "stopSequence": 6 }, { "arrival": { "delay": 344, "time": "1788538844" }, "departure": { "delay": 350, "time": "1788538850" }, "stopId": "1002363", "stopSequence": 7 }, { "arrival": { "delay": 338, "time": "1788538898" }, "departure": { "delay": 352, "time": "1788538912" }, "stopId": "1002362", "stopSequence": 8 }, { "arrival": { "time": "1788538899" }, "departure": { "time": "1788538913" }, "stopId": "1002361", "stopSequence": 9 }, { "arrival": { "time": "1788538920" }, "stopId": "1001917", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "1000087", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1005900-1007856" }, "vehicle": { "id": "470", "label": "CAL-04", "licensePlate": "FG-194-VS" } } }, { "id": "1023696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -405, "time": "1788536295" }, "stopId": "1001850", "stopSequence": 1 }, { "arrival": { "delay": -590, "time": "1788537310" }, "departure": { "delay": -582, "time": "1788537318" }, "stopId": "1002321", "stopSequence": 2 }, { "arrival": { "delay": -830, "time": "1788537370" }, "departure": { "delay": -824, "time": "1788537376" }, "stopId": "1002320", "stopSequence": 3 }, { "arrival": { "delay": -832, "time": "1788537428" }, "departure": { "delay": -825, "time": "1788537435" }, "stopId": "1002319", "stopSequence": 4 }, { "arrival": { "delay": -776, "time": "1788537544" }, "departure": { "delay": -764, "time": "1788537556" }, "stopId": "1002318", "stopSequence": 5 }, { "arrival": { "delay": -775, "time": "1788537605" }, "departure": { "delay": -764, "time": "1788537616" }, "stopId": "1011980", "stopSequence": 6 }, { "arrival": { "delay": -773, "time": "1788537667" }, "departure": { "delay": -765, "time": "1788537675" }, "stopId": "1002317", "stopSequence": 7 }, { "arrival": { "delay": -811, "time": "1788537689" }, "departure": { "delay": -781, "time": "1788537719" }, "stopId": "1002316", "stopSequence": 8 }, { "arrival": { "delay": -796, "time": "1788537764" }, "departure": { "delay": -791, "time": "1788537769" }, "stopId": "1002315", "stopSequence": 9 }, { "arrival": { "delay": -826, "time": "1788537794" }, "departure": { "delay": -813, "time": "1788537807" }, "stopId": "1002314", "stopSequence": 10 }, { "arrival": { "delay": -852, "time": "1788537888" }, "departure": { "delay": -848, "time": "1788537892" }, "stopId": "1002313", "stopSequence": 11 }, { "arrival": { "delay": -881, "time": "1788538039" }, "departure": { "delay": -868, "time": "1788538052" }, "stopId": "1002312", "stopSequence": 12 }, { "arrival": { "delay": -914, "time": "1788538186" }, "departure": { "delay": -883, "time": "1788538217" }, "stopId": "1002311", "stopSequence": 13 }, { "arrival": { "time": "1788539700" }, "stopId": "1001911", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "1000089", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:45:00", "tripId": "1006542-1008578" }, "vehicle": { "id": "844", "label": "HC 697 AV", "licensePlate": "HC 697 AV" } } }, { "id": "1022928", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1007878", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006295", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006294", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1006293", "stopSequence": 4 }, { "arrival": { "delay": -776, "time": "1788537724" }, "departure": { "delay": -757, "time": "1788537743" }, "stopId": "1006292", "stopSequence": 5 }, { "arrival": { "time": "1788538620" }, "departure": { "time": "1788538620" }, "stopId": "1006291", "stopSequence": 6 }, { "arrival": { "time": "1788538920" }, "departure": { "time": "1788538920" }, "stopId": "1006290", "stopSequence": 7 }, { "arrival": { "time": "1788539100" }, "departure": { "time": "1788539100" }, "stopId": "1006289", "stopSequence": 8 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1010080", "stopSequence": 9 }, { "arrival": { "time": "1788540420" }, "departure": { "time": "1788540420" }, "stopId": "1006287", "stopSequence": 10 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1006286", "stopSequence": 11 }, { "arrival": { "time": "1788540780" }, "departure": { "time": "1788540780" }, "stopId": "1006285", "stopSequence": 12 }, { "arrival": { "time": "1788541080" }, "departure": { "time": "1788541080" }, "stopId": "1006284", "stopSequence": 13 }, { "arrival": { "time": "1788541140" }, "stopId": "1005581", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "1000265", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "17:55:00", "tripId": "1001855-1002637" }, "vehicle": { "id": "639", "label": "TEMSA 981", "licensePlate": "GN-981-YM" } } }, { "id": "1023082", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 133, "time": "1788537733" }, "stopId": "1005537", "stopSequence": 1 }, { "arrival": { "delay": 258, "time": "1788538038" }, "departure": { "delay": 268, "time": "1788538048" }, "stopId": "1007976", "stopSequence": 2 }, { "arrival": { "delay": 378, "time": "1788538278" }, "departure": { "delay": 414, "time": "1788538314" }, "stopId": "1011340", "stopSequence": 3 }, { "arrival": { "delay": 497, "time": "1788539957" }, "departure": { "delay": 497, "time": "1788539957" }, "stopId": "1005719", "stopSequence": 4 }, { "arrival": { "delay": 497, "time": "1788540077" }, "departure": { "delay": 497, "time": "1788540077" }, "stopId": "1005691", "stopSequence": 5 }, { "arrival": { "delay": 497, "time": "1788540257" }, "departure": { "delay": 497, "time": "1788540257" }, "stopId": "1005684", "stopSequence": 6 }, { "arrival": { "delay": 497, "time": "1788540437" }, "departure": { "delay": 497, "time": "1788540437" }, "stopId": "1005688", "stopSequence": 7 }, { "arrival": { "delay": 497, "time": "1788540557" }, "departure": { "delay": 497, "time": "1788540557" }, "stopId": "1005682", "stopSequence": 8 }, { "arrival": { "delay": 497, "time": "1788541157" }, "stopId": "1005506", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "1000320", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1005119-1006976" }, "vehicle": { "id": "876", "label": "Higer HK-077-EC", "licensePlate": "HK-077-EC" } } }, { "id": "1023556", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 45, "time": "1788537645" }, "stopId": "1001787", "stopSequence": 1 }, { "arrival": { "delay": 187, "time": "1788538387" }, "departure": { "delay": 202, "time": "1788538402" }, "stopId": "1008157", "stopSequence": 2 }, { "arrival": { "time": "1788539100" }, "departure": { "time": "1788539100" }, "stopId": "1002077", "stopSequence": 3 }, { "arrival": { "time": "1788540780" }, "departure": { "time": "1788540780" }, "stopId": "1002770", "stopSequence": 4 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1002852", "stopSequence": 5 }, { "arrival": { "time": "1788541800" }, "stopId": "1002856", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "1000066", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1002141-1002957" }, "vehicle": { "id": "405", "label": "MEF-03", "licensePlate": "BE-405-FT" } } }, { "id": "1023024", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 4, "time": "1788537604" }, "stopId": "1010719", "stopSequence": 1 }, { "arrival": { "delay": -131, "time": "1788537769" }, "departure": { "delay": -73, "time": "1788537827" }, "stopId": "1010720", "stopSequence": 2 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1006735", "stopSequence": 3 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1006751", "stopSequence": 4 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1005647", "stopSequence": 5 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1006705", "stopSequence": 6 }, { "arrival": { "time": "1788541080" }, "departure": { "time": "1788541080" }, "stopId": "1006706", "stopSequence": 7 }, { "arrival": { "time": "1788541200" }, "departure": { "time": "1788541200" }, "stopId": "1006707", "stopSequence": 8 }, { "arrival": { "time": "1788541320" }, "departure": { "time": "1788541320" }, "stopId": "1006709", "stopSequence": 9 }, { "arrival": { "time": "1788541500" }, "departure": { "time": "1788541500" }, "stopId": "1006710", "stopSequence": 10 }, { "arrival": { "time": "1788541620" }, "departure": { "time": "1788541620" }, "stopId": "1006711", "stopSequence": 11 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1006712", "stopSequence": 12 }, { "arrival": { "time": "1788541920" }, "departure": { "time": "1788541920" }, "stopId": "1006713", "stopSequence": 13 }, { "arrival": { "time": "1788542100" }, "departure": { "time": "1788542100" }, "stopId": "1006714", "stopSequence": 14 }, { "arrival": { "time": "1788542220" }, "departure": { "time": "1788542220" }, "stopId": "1006715", "stopSequence": 15 }, { "arrival": { "time": "1788542400" }, "stopId": "1005649", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "1000347", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1004530-1006247" }, "vehicle": { "id": "716", "label": "SAIB-15", "licensePlate": "DZ-739-KT" } } }, { "id": "1023557", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1001786", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1001785", "stopSequence": 2 }, { "arrival": { "delay": 424, "time": "1788538624" }, "departure": { "delay": 503, "time": "1788538703" }, "stopId": "1001787", "stopSequence": 3 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1002084", "stopSequence": 4 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1002857", "stopSequence": 5 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1002189", "stopSequence": 6 }, { "arrival": { "time": "1788540300" }, "stopId": "1002082", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000068", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1001679-1002193" }, "vehicle": { "id": "147", "label": "TF-02", "licensePlate": "AK-433-WM" } } }, { "id": "1023175", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -281, "time": "1788537319" }, "stopId": "1005498", "stopSequence": 1 }, { "arrival": { "delay": -317, "time": "1788537583" }, "departure": { "delay": -310, "time": "1788537590" }, "stopId": "1007976", "stopSequence": 2 }, { "arrival": { "delay": -334, "time": "1788537686" }, "departure": { "delay": -327, "time": "1788537693" }, "stopId": "1010699", "stopSequence": 3 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1006623", "stopSequence": 4 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1006622", "stopSequence": 5 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1007665", "stopSequence": 6 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1006615", "stopSequence": 7 }, { "arrival": { "time": "1788541920" }, "stopId": "1005629", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000344", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1005572-1007543" }, "vehicle": { "id": "301", "label": "EE 933 DB / LY332", "licensePlate": "EE 933 DB" } } }, { "id": "1023617", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 2, "time": "1788537602" }, "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "delay": -265, "time": "1788538235" }, "departure": { "delay": -241, "time": "1788538259" }, "stopId": "1001787", "stopSequence": 2 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1002787", "stopSequence": 3 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1002786", "stopSequence": 4 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1002785", "stopSequence": 5 }, { "arrival": { "time": "1788540300" }, "stopId": "1002005", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "1000111", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1003348-1004750" }, "vehicle": { "id": "835", "label": "HF 138 GP", "licensePlate": "HF 138 GP" } } }, { "id": "1023607", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "delay": -201, "time": "1788537999" }, "departure": { "delay": -191, "time": "1788538009" }, "stopId": "1001785", "stopSequence": 2 }, { "arrival": { "delay": -242, "time": "1788538258" }, "departure": { "delay": -226, "time": "1788538274" }, "stopId": "1002129", "stopSequence": 3 }, { "arrival": { "delay": -493, "time": "1788538607" }, "departure": { "delay": -368, "time": "1788538732" }, "stopId": "1001787", "stopSequence": 4 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1002128", "stopSequence": 5 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1002127", "stopSequence": 6 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1002126", "stopSequence": 7 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1012120", "stopSequence": 8 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1002125", "stopSequence": 9 }, { "arrival": { "time": "1788541200" }, "stopId": "1001881", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "1000074", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1003065-1004384" }, "vehicle": { "id": "835", "label": "HF 138 GP", "licensePlate": "HF 138 GP" } } }, { "id": "1023615", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "delay": -67, "time": "1788537893" }, "departure": { "delay": -46, "time": "1788537914" }, "stopId": "1002058", "stopSequence": 2 }, { "arrival": { "delay": -38, "time": "1788537982" }, "departure": { "delay": -1, "time": "1788538019" }, "stopId": "1001785", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1788538162" }, "departure": { "delay": 44, "time": "1788538184" }, "stopId": "1002076", "stopSequence": 4 }, { "arrival": { "delay": 58, "time": "1788538558" }, "departure": { "delay": 88, "time": "1788538588" }, "stopId": "1001787", "stopSequence": 5 }, { "arrival": { "time": "1788539520" }, "departure": { "time": "1788539520" }, "stopId": "1002842", "stopSequence": 6 }, { "arrival": { "time": "1788539700" }, "stopId": "1001867", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000053", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:00:00", "tripId": "1003341-1004736" }, "vehicle": { "id": "836", "label": "HF 568 PP", "licensePlate": "HF 568 PP" } } }, { "id": "1023336", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 14, "time": "1788537914" }, "stopId": "1001788", "stopSequence": 1 }, { "arrival": { "delay": -504, "time": "1788538296" }, "departure": { "delay": -448, "time": "1788538352" }, "stopId": "1001787", "stopSequence": 2 }, { "arrival": { "time": "1788541200" }, "departure": { "time": "1788541200" }, "stopId": "1002124", "stopSequence": 3 }, { "arrival": { "time": "1788541380" }, "departure": { "time": "1788541380" }, "stopId": "1002123", "stopSequence": 4 }, { "arrival": { "time": "1788541500" }, "departure": { "time": "1788541500" }, "stopId": "1002122", "stopSequence": 5 }, { "arrival": { "time": "1788541620" }, "departure": { "time": "1788541620" }, "stopId": "1002226", "stopSequence": 6 }, { "arrival": { "time": "1788541680" }, "departure": { "time": "1788541680" }, "stopId": "1002121", "stopSequence": 7 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1002120", "stopSequence": 8 }, { "arrival": { "time": "1788541920" }, "departure": { "time": "1788541920" }, "stopId": "1002227", "stopSequence": 9 }, { "arrival": { "time": "1788541980" }, "departure": { "time": "1788541980" }, "stopId": "1002119", "stopSequence": 10 }, { "arrival": { "time": "1788542040" }, "departure": { "time": "1788542040" }, "stopId": "1002118", "stopSequence": 11 }, { "arrival": { "time": "1788542100" }, "departure": { "time": "1788542100" }, "stopId": "1002807", "stopSequence": 12 }, { "arrival": { "time": "1788542160" }, "departure": { "time": "1788542160" }, "stopId": "1002117", "stopSequence": 13 }, { "arrival": { "time": "1788542220" }, "departure": { "time": "1788542220" }, "stopId": "1002116", "stopSequence": 14 }, { "arrival": { "time": "1788542340" }, "departure": { "time": "1788542340" }, "stopId": "1002115", "stopSequence": 15 }, { "arrival": { "time": "1788542400" }, "stopId": "1002265", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "1000073", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1000413-1000661" }, "vehicle": { "id": "416", "label": "GB-478-KN", "licensePlate": "GB-478-KN" } } }, { "id": "1023295", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 24, "time": "1788537924" }, "stopId": "1001788", "stopSequence": 1 }, { "arrival": { "delay": -25, "time": "1788538355" }, "departure": { "delay": -1, "time": "1788538379" }, "stopId": "1001787", "stopSequence": 2 }, { "arrival": { "time": "1788539040" }, "departure": { "time": "1788539040" }, "stopId": "1002037", "stopSequence": 3 }, { "arrival": { "time": "1788539220" }, "departure": { "time": "1788539220" }, "stopId": "1002036", "stopSequence": 4 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1002858", "stopSequence": 5 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1001863", "stopSequence": 6 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1001804", "stopSequence": 7 }, { "arrival": { "time": "1788540180" }, "stopId": "1001776", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000055", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1000386-1001794" }, "vehicle": { "id": "399", "label": "AMI-09", "licensePlate": "GC-276-KJ" } } }, { "id": "1023524", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -278, "time": "1788537622" }, "stopId": "1001787", "stopSequence": 1 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1009064", "stopSequence": 2 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1009066", "stopSequence": 3 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1009062", "stopSequence": 4 }, { "arrival": { "time": "1788540300" }, "stopId": "1002168", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "1000065", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1001981-1002533" }, "vehicle": { "id": "411", "label": "ADLC-09", "licensePlate": "CY-720-LQ" } } }, { "id": "1023740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -1318, "time": "1788536582" }, "stopId": "1001787", "stopSequence": 1 }, { "arrival": { "time": "1788538200" }, "departure": { "time": "1788538200" }, "stopId": "1009106", "stopSequence": 2 }, { "arrival": { "time": "1788538500" }, "departure": { "time": "1788538500" }, "stopId": "1001786", "stopSequence": 3 }, { "arrival": { "time": "1788538800" }, "departure": { "time": "1788538800" }, "stopId": "1002113", "stopSequence": 4 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1002108", "stopSequence": 5 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1002560", "stopSequence": 6 }, { "arrival": { "time": "1788541080" }, "departure": { "time": "1788541080" }, "stopId": "1002559", "stopSequence": 7 }, { "arrival": { "time": "1788541440" }, "departure": { "time": "1788541440" }, "stopId": "1008712", "stopSequence": 8 }, { "arrival": { "time": "1788542700" }, "stopId": "1001952", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "1000114", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1006813-1008902" }, "vehicle": { "id": "150", "label": "AAM-07", "licensePlate": "FH-710-PJ" } } }, { "id": "1022972", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 646, "time": "1788538546" }, "stopId": "1007976", "stopSequence": 1 }, { "arrival": { "delay": -95, "time": "1788538705" }, "departure": { "delay": -88, "time": "1788538712" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1005826", "stopSequence": 3 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1011119", "stopSequence": 4 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1005825", "stopSequence": 5 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1005824", "stopSequence": 6 }, { "arrival": { "time": "1788539880" }, "departure": { "time": "1788539880" }, "stopId": "1005823", "stopSequence": 7 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005822", "stopSequence": 8 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005821", "stopSequence": 9 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1005783", "stopSequence": 10 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1005782", "stopSequence": 11 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1005781", "stopSequence": 12 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1005780", "stopSequence": 13 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1005779", "stopSequence": 14 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1005778", "stopSequence": 15 }, { "arrival": { "time": "1788540360" }, "departure": { "time": "1788540360" }, "stopId": "1005777", "stopSequence": 16 }, { "arrival": { "time": "1788540420" }, "departure": { "time": "1788540420" }, "stopId": "1005776", "stopSequence": 17 }, { "arrival": { "time": "1788540480" }, "stopId": "1005525", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "1000326", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1003748-1005229" }, "vehicle": { "id": "643", "label": "vanhool EX11 / GH 596 NS ", "licensePlate": "GH 596 NS " } } }, { "id": "1023315", "tripUpdate": { "stopTimeUpdate": [ { "scheduleRelationship": "SKIPPED", "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "delay": -533, "time": "1788537787" }, "departure": { "delay": -504, "time": "1788537816" }, "stopId": "1001788", "stopSequence": 2 }, { "scheduleRelationship": "SKIPPED", "stopId": "1002058", "stopSequence": 3 }, { "scheduleRelationship": "SKIPPED", "stopId": "1001785", "stopSequence": 4 }, { "arrival": { "delay": -852, "time": "1788537948" }, "departure": { "delay": -849, "time": "1788537951" }, "stopId": "1009104", "stopSequence": 5 }, { "arrival": { "time": "1788539820" }, "departure": { "time": "1788539820" }, "stopId": "1002067", "stopSequence": 6 }, { "arrival": { "time": "1788539880" }, "departure": { "time": "1788539880" }, "stopId": "1002516", "stopSequence": 7 }, { "arrival": { "time": "1788539940" }, "departure": { "time": "1788539940" }, "stopId": "1002066", "stopSequence": 8 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1002065", "stopSequence": 9 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1002064", "stopSequence": 10 }, { "arrival": { "time": "1788540180" }, "departure": { "time": "1788540180" }, "stopId": "1002510", "stopSequence": 11 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1001872", "stopSequence": 12 }, { "arrival": { "time": "1788540360" }, "departure": { "time": "1788540360" }, "stopId": "1001778", "stopSequence": 13 }, { "arrival": { "time": "1788540420" }, "departure": { "time": "1788540420" }, "stopId": "1001798", "stopSequence": 14 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1002056", "stopSequence": 15 }, { "arrival": { "time": "1788540540" }, "departure": { "time": "1788540540" }, "stopId": "1002055", "stopSequence": 16 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1002059", "stopSequence": 17 }, { "arrival": { "time": "1788540660" }, "stopId": "1001870", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "1000058", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:05:00", "tripId": "1000392-1000640" }, "vehicle": { "id": "128", "label": "SAFB-03", "licensePlate": "EL-959-XT" } } }, { "id": "1023624", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 3, "time": "1788538203" }, "stopId": "1010830", "stopSequence": 1 }, { "arrival": { "delay": -754, "time": "1788538646" }, "departure": { "delay": -660, "time": "1788538740" }, "stopId": "1001787", "stopSequence": 2 }, { "arrival": { "delay": -652, "time": "1788540068" }, "departure": { "delay": -652, "time": "1788540068" }, "stopId": "1012906", "stopSequence": 3 }, { "arrival": { "delay": -652, "time": "1788540368" }, "departure": { "delay": -652, "time": "1788540368" }, "stopId": "1002100", "stopSequence": 4 }, { "arrival": { "delay": -652, "time": "1788540428" }, "departure": { "delay": -652, "time": "1788540428" }, "stopId": "1002099", "stopSequence": 5 }, { "arrival": { "delay": -652, "time": "1788540728" }, "departure": { "delay": -652, "time": "1788540728" }, "stopId": "1002098", "stopSequence": 6 }, { "arrival": { "delay": -652, "time": "1788540788" }, "departure": { "delay": -652, "time": "1788540788" }, "stopId": "1001862", "stopSequence": 7 }, { "arrival": { "delay": -652, "time": "1788540908" }, "departure": { "delay": -652, "time": "1788540908" }, "stopId": "1002097", "stopSequence": 8 }, { "arrival": { "delay": -652, "time": "1788541028" }, "departure": { "delay": -652, "time": "1788541028" }, "stopId": "1002102", "stopSequence": 9 }, { "arrival": { "delay": -652, "time": "1788541088" }, "departure": { "delay": -652, "time": "1788541088" }, "stopId": "1009560", "stopSequence": 10 }, { "arrival": { "delay": -652, "time": "1788541148" }, "departure": { "delay": -652, "time": "1788541148" }, "stopId": "1002101", "stopSequence": 11 }, { "arrival": { "delay": -652, "time": "1788541208" }, "departure": { "delay": -652, "time": "1788541208" }, "stopId": "1002096", "stopSequence": 12 }, { "arrival": { "delay": -652, "time": "1788541328" }, "departure": { "delay": -652, "time": "1788541328" }, "stopId": "1002095", "stopSequence": 13 }, { "arrival": { "delay": -652, "time": "1788541388" }, "departure": { "delay": -652, "time": "1788541388" }, "stopId": "1011780", "stopSequence": 14 }, { "arrival": { "delay": -652, "time": "1788541448" }, "departure": { "delay": -652, "time": "1788541448" }, "stopId": "1002582", "stopSequence": 15 }, { "arrival": { "delay": -652, "time": "1788541508" }, "departure": { "delay": -652, "time": "1788541508" }, "stopId": "1002094", "stopSequence": 16 }, { "arrival": { "delay": -652, "time": "1788541628" }, "departure": { "delay": -652, "time": "1788541628" }, "stopId": "1001880", "stopSequence": 17 }, { "arrival": { "delay": -652, "time": "1788541748" }, "stopId": "1002841", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "1000070", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1003655-1005121" }, "vehicle": { "id": "797", "label": "EB-868-KK", "licensePlate": "EB-868-KK" } } }, { "id": "1023618", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -472, "time": "1788537728" }, "stopId": "1001788", "stopSequence": 1 }, { "arrival": { "delay": -542, "time": "1788538558" }, "departure": { "delay": -512, "time": "1788538588" }, "stopId": "1001787", "stopSequence": 2 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1002843", "stopSequence": 3 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1001887", "stopSequence": 4 }, { "arrival": { "time": "1788541320" }, "departure": { "time": "1788541320" }, "stopId": "1002069", "stopSequence": 5 }, { "arrival": { "time": "1788542100" }, "departure": { "time": "1788542100" }, "stopId": "1002068", "stopSequence": 6 }, { "arrival": { "time": "1788542520" }, "departure": { "time": "1788542520" }, "stopId": "1002488", "stopSequence": 7 }, { "arrival": { "time": "1788542700" }, "stopId": "1001937", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000061", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1003360-1004754" }, "vehicle": { "id": "790", "label": "HE 348 NJ", "licensePlate": "HE 348 NJ" } } }, { "id": "1023727", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -606, "time": "1788537594" }, "stopId": "1001786", "stopSequence": 1 }, { "scheduleRelationship": "SKIPPED", "stopId": "1001785", "stopSequence": 2 }, { "arrival": { "delay": -853, "time": "1788538247" }, "departure": { "delay": -808, "time": "1788538292" }, "stopId": "1001787", "stopSequence": 3 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1002034", "stopSequence": 4 }, { "arrival": { "time": "1788540900" }, "stopId": "1002862", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "1000054", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1006791-1008840" }, "vehicle": { "id": "392", "label": "STIB-08", "licensePlate": "FJ-798-DF" } } }, { "id": "1023630", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -235, "time": "1788537965" }, "stopId": "1001787", "stopSequence": 1 }, { "arrival": { "delay": 503, "time": "1788538823" }, "departure": { "delay": 503, "time": "1788538823" }, "stopId": "1008622", "stopSequence": 2 }, { "arrival": { "delay": 503, "time": "1788540383" }, "departure": { "delay": 503, "time": "1788540383" }, "stopId": "1002112", "stopSequence": 3 }, { "arrival": { "delay": 503, "time": "1788540563" }, "departure": { "delay": 503, "time": "1788540563" }, "stopId": "1002111", "stopSequence": 4 }, { "arrival": { "delay": 503, "time": "1788540623" }, "departure": { "delay": 503, "time": "1788540623" }, "stopId": "1002110", "stopSequence": 5 }, { "arrival": { "delay": 503, "time": "1788540683" }, "departure": { "delay": 503, "time": "1788540683" }, "stopId": "1002109", "stopSequence": 6 }, { "arrival": { "delay": 503, "time": "1788540743" }, "departure": { "delay": 503, "time": "1788540743" }, "stopId": "1002108", "stopSequence": 7 }, { "arrival": { "delay": 503, "time": "1788540803" }, "departure": { "delay": 503, "time": "1788540803" }, "stopId": "1002107", "stopSequence": 8 }, { "arrival": { "delay": 503, "time": "1788540983" }, "departure": { "delay": 503, "time": "1788540983" }, "stopId": "1002106", "stopSequence": 9 }, { "arrival": { "delay": 503, "time": "1788541043" }, "departure": { "delay": 503, "time": "1788541043" }, "stopId": "1002105", "stopSequence": 10 }, { "arrival": { "delay": 503, "time": "1788541163" }, "departure": { "delay": 503, "time": "1788541163" }, "stopId": "1002104", "stopSequence": 11 }, { "arrival": { "delay": 503, "time": "1788541223" }, "departure": { "delay": 503, "time": "1788541223" }, "stopId": "1002103", "stopSequence": 12 }, { "arrival": { "delay": 503, "time": "1788541643" }, "departure": { "delay": 503, "time": "1788541643" }, "stopId": "1002841", "stopSequence": 13 }, { "arrival": { "delay": 503, "time": "1788541703" }, "stopId": "1001880", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "1000072", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1003682-1005158" }, "vehicle": { "id": "831", "label": "HF 264 AG", "licensePlate": "HF 264 AG" } } }, { "id": "1023628", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -538, "time": "1788537662" }, "stopId": "1001788", "stopSequence": 1 }, { "arrival": { "delay": -730, "time": "1788537770" }, "departure": { "delay": -691, "time": "1788537809" }, "stopId": "1001786", "stopSequence": 2 }, { "arrival": { "delay": -813, "time": "1788537987" }, "departure": { "delay": -788, "time": "1788538012" }, "stopId": "1002113", "stopSequence": 3 }, { "arrival": { "delay": -664, "time": "1788539336" }, "departure": { "delay": -664, "time": "1788539336" }, "stopId": "1002112", "stopSequence": 4 }, { "arrival": { "delay": -664, "time": "1788539456" }, "departure": { "delay": -664, "time": "1788539456" }, "stopId": "1002111", "stopSequence": 5 }, { "arrival": { "delay": -664, "time": "1788539516" }, "departure": { "delay": -664, "time": "1788539516" }, "stopId": "1002110", "stopSequence": 6 }, { "arrival": { "delay": -664, "time": "1788539636" }, "departure": { "delay": -664, "time": "1788539636" }, "stopId": "1002109", "stopSequence": 7 }, { "arrival": { "delay": -664, "time": "1788540236" }, "departure": { "delay": -664, "time": "1788540236" }, "stopId": "1002108", "stopSequence": 8 }, { "arrival": { "delay": -664, "time": "1788540356" }, "departure": { "delay": -664, "time": "1788540356" }, "stopId": "1002107", "stopSequence": 9 }, { "arrival": { "delay": -664, "time": "1788540536" }, "departure": { "delay": -664, "time": "1788540536" }, "stopId": "1002106", "stopSequence": 10 }, { "arrival": { "delay": -664, "time": "1788540716" }, "departure": { "delay": -664, "time": "1788540716" }, "stopId": "1002105", "stopSequence": 11 }, { "arrival": { "delay": -664, "time": "1788540776" }, "departure": { "delay": -664, "time": "1788540776" }, "stopId": "1002104", "stopSequence": 12 }, { "arrival": { "delay": -664, "time": "1788540896" }, "departure": { "delay": -664, "time": "1788540896" }, "stopId": "1002103", "stopSequence": 13 }, { "arrival": { "delay": -664, "time": "1788540956" }, "stopId": "1002841", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "1000071", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1003844-1005363" }, "vehicle": { "id": "696", "label": "AAM-10", "licensePlate": "BL-150-RJ" } } }, { "id": "1023603", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788538200" }, "stopId": "1001786", "stopSequence": 1 }, { "arrival": { "time": "1788538800" }, "departure": { "time": "1788538800" }, "stopId": "1001785", "stopSequence": 2 }, { "arrival": { "delay": -1843, "time": "1788537257" }, "departure": { "delay": -1606, "time": "1788537494" }, "stopId": "1001787", "stopSequence": 3 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1002034", "stopSequence": 4 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1002862", "stopSequence": 5 }, { "arrival": { "time": "1788541800" }, "stopId": "1002013", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "1000054", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:10:00", "tripId": "1002960-1004275" }, "vehicle": { "id": "393", "label": "STIB-09", "licensePlate": "FS-574-DW" } } }, { "id": "1022973", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 110, "time": "1788538610" }, "stopId": "1007976", "stopSequence": 1 }, { "arrival": { "delay": -36, "time": "1788538764" }, "departure": { "delay": -29, "time": "1788538771" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1005914", "stopSequence": 3 }, { "arrival": { "time": "1788539820" }, "departure": { "time": "1788539820" }, "stopId": "1005911", "stopSequence": 4 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1005910", "stopSequence": 5 }, { "arrival": { "time": "1788540180" }, "departure": { "time": "1788540180" }, "stopId": "1007015", "stopSequence": 6 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1005909", "stopSequence": 7 }, { "arrival": { "time": "1788540360" }, "stopId": "1005532", "stopSequence": 8 } ], "trip": { "directionId": 1, "routeId": "1000329", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1003790-1005287" }, "vehicle": { "id": "596", "label": "Youtong ICE 12 EY 827 AW", "licensePlate": "EY 827 AW" } } }, { "id": "1022978", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 86, "time": "1788538586" }, "stopId": "1007976", "stopSequence": 1 }, { "arrival": { "delay": 113, "time": "1788538733" }, "departure": { "delay": 126, "time": "1788538746" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005826", "stopSequence": 3 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1011119", "stopSequence": 4 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1005825", "stopSequence": 5 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1005824", "stopSequence": 6 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1005823", "stopSequence": 7 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1005822", "stopSequence": 8 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1005821", "stopSequence": 9 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1005783", "stopSequence": 10 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1005782", "stopSequence": 11 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1005781", "stopSequence": 12 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1005780", "stopSequence": 13 }, { "arrival": { "time": "1788540720" }, "departure": { "time": "1788540720" }, "stopId": "1005779", "stopSequence": 14 }, { "arrival": { "time": "1788540900" }, "departure": { "time": "1788540900" }, "stopId": "1005778", "stopSequence": 15 }, { "arrival": { "time": "1788540960" }, "departure": { "time": "1788540960" }, "stopId": "1005777", "stopSequence": 16 }, { "arrival": { "time": "1788541020" }, "departure": { "time": "1788541020" }, "stopId": "1005776", "stopSequence": 17 }, { "arrival": { "time": "1788541080" }, "departure": { "time": "1788541080" }, "stopId": "1005773", "stopSequence": 18 }, { "arrival": { "time": "1788541140" }, "departure": { "time": "1788541140" }, "stopId": "1005810", "stopSequence": 19 }, { "arrival": { "time": "1788541200" }, "departure": { "time": "1788541200" }, "stopId": "1005772", "stopSequence": 20 }, { "arrival": { "time": "1788541260" }, "departure": { "time": "1788541260" }, "stopId": "1005808", "stopSequence": 21 }, { "arrival": { "time": "1788541260" }, "departure": { "time": "1788541260" }, "stopId": "1005771", "stopSequence": 22 }, { "arrival": { "time": "1788541320" }, "departure": { "time": "1788541320" }, "stopId": "1005806", "stopSequence": 23 }, { "arrival": { "time": "1788541500" }, "departure": { "time": "1788541500" }, "stopId": "1005769", "stopSequence": 24 }, { "arrival": { "time": "1788541560" }, "departure": { "time": "1788541560" }, "stopId": "1005768", "stopSequence": 25 }, { "arrival": { "time": "1788541620" }, "departure": { "time": "1788541620" }, "stopId": "1005767", "stopSequence": 26 }, { "arrival": { "time": "1788541680" }, "departure": { "time": "1788541680" }, "stopId": "1005802", "stopSequence": 27 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1005801", "stopSequence": 28 }, { "arrival": { "time": "1788541860" }, "departure": { "time": "1788541860" }, "stopId": "1005800", "stopSequence": 29 }, { "arrival": { "time": "1788541920" }, "stopId": "1005522", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "1000325", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1003969-1005477" }, "vehicle": { "id": "877", "label": "Higer HK-623-EW", "licensePlate": "HK-623-EW" } } }, { "id": "1022980", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": 84, "time": "1788538584" }, "stopId": "1007976", "stopSequence": 1 }, { "arrival": { "delay": 116, "time": "1788538736" }, "departure": { "delay": 130, "time": "1788538750" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788539160" }, "departure": { "time": "1788539160" }, "stopId": "1005826", "stopSequence": 3 }, { "arrival": { "time": "1788539161" }, "departure": { "time": "1788539161" }, "stopId": "1011119", "stopSequence": 4 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005868", "stopSequence": 5 }, { "arrival": { "time": "1788540180" }, "departure": { "time": "1788540180" }, "stopId": "1005867", "stopSequence": 7 }, { "arrival": { "time": "1788540240" }, "departure": { "time": "1788540240" }, "stopId": "1005865", "stopSequence": 8 }, { "arrival": { "time": "1788540360" }, "departure": { "time": "1788540360" }, "stopId": "1005864", "stopSequence": 9 }, { "arrival": { "time": "1788540420" }, "departure": { "time": "1788540420" }, "stopId": "1005863", "stopSequence": 10 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1005862", "stopSequence": 11 }, { "arrival": { "time": "1788540540" }, "departure": { "time": "1788540540" }, "stopId": "1005861", "stopSequence": 12 }, { "arrival": { "time": "1788540600" }, "stopId": "1005526", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "1000327", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1003971-1005481" }, "vehicle": { "id": "595", "label": "Youtong ICE 12 FA-246-PG ", "licensePlate": "FA 246 PG" } } }, { "id": "1023014", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -6, "time": "1788538494" }, "stopId": "1007976", "stopSequence": 1 }, { "arrival": { "delay": -24, "time": "1788538596" }, "departure": { "delay": -18, "time": "1788538602" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788539100" }, "departure": { "time": "1788539100" }, "stopId": "1006831", "stopSequence": 3 }, { "arrival": { "time": "1788539160" }, "departure": { "time": "1788539160" }, "stopId": "1005737", "stopSequence": 4 }, { "arrival": { "time": "1788539220" }, "departure": { "time": "1788539220" }, "stopId": "1005952", "stopSequence": 5 }, { "arrival": { "time": "1788539280" }, "departure": { "time": "1788539280" }, "stopId": "1010164", "stopSequence": 6 }, { "arrival": { "time": "1788539340" }, "departure": { "time": "1788539340" }, "stopId": "1010162", "stopSequence": 7 }, { "arrival": { "time": "1788539400" }, "departure": { "time": "1788539400" }, "stopId": "1011262", "stopSequence": 8 }, { "arrival": { "time": "1788539460" }, "departure": { "time": "1788539460" }, "stopId": "1010160", "stopSequence": 9 }, { "arrival": { "time": "1788539520" }, "departure": { "time": "1788539520" }, "stopId": "1005951", "stopSequence": 10 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1005950", "stopSequence": 11 }, { "arrival": { "time": "1788539640" }, "stopId": "1005536", "stopSequence": 12 } ], "trip": { "directionId": 1, "routeId": "1000331", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1004311-1005928" }, "vehicle": { "id": "756", "label": "DR 403 HM / LY236 / LY237", "licensePlate": "DR 403 HM" } } }, { "id": "1022940", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788538500" }, "stopId": "1005641", "stopSequence": 1 }, { "arrival": { "delay": -2943, "time": "1788536097" }, "stopId": "1005556", "stopSequence": 2 } ], "trip": { "directionId": 1, "routeId": "1000345", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1001917-1002811" }, "vehicle": { "id": "562", "label": "EK 628 EW / LY345 - PC344", "licensePlate": "EK 628 EW" } } }, { "id": "1023525", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -277, "time": "1788538223" }, "stopId": "1001788", "stopSequence": 1 }, { "arrival": { "delay": -441, "time": "1788538479" }, "departure": { "delay": -435, "time": "1788538485" }, "stopId": "1001785", "stopSequence": 2 }, { "arrival": { "delay": -531, "time": "1788538569" }, "departure": { "delay": -502, "time": "1788538598" }, "stopId": "1002076", "stopSequence": 3 }, { "arrival": { "time": "1788541200" }, "departure": { "time": "1788541200" }, "stopId": "1009064", "stopSequence": 4 }, { "arrival": { "time": "1788541320" }, "departure": { "time": "1788541320" }, "stopId": "1009066", "stopSequence": 5 }, { "arrival": { "time": "1788541440" }, "departure": { "time": "1788541440" }, "stopId": "1009062", "stopSequence": 6 }, { "arrival": { "time": "1788541500" }, "stopId": "1002168", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "1000065", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:15:00", "tripId": "1001985-1002534" }, "vehicle": { "id": "410", "label": "ADLC-08", "licensePlate": "DS-129-TL" } } }, { "id": "1023083", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "delay": -38, "time": "1788538762" }, "stopId": "1005498", "stopSequence": 1 }, { "arrival": { "time": "1788539100" }, "departure": { "time": "1788539100" }, "stopId": "1010699", "stopSequence": 2 }, { "arrival": { "time": "1788539640" }, "departure": { "time": "1788539640" }, "stopId": "1010166", "stopSequence": 3 }, { "arrival": { "time": "1788539640" }, "departure": { "time": "1788539640" }, "stopId": "1007963", "stopSequence": 4 }, { "arrival": { "time": "1788539640" }, "departure": { "time": "1788539640" }, "stopId": "1006830", "stopSequence": 5 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1010760", "stopSequence": 6 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1005732", "stopSequence": 7 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1005731", "stopSequence": 8 }, { "arrival": { "time": "1788539820" }, "departure": { "time": "1788539820" }, "stopId": "1005730", "stopSequence": 9 }, { "arrival": { "time": "1788539880" }, "departure": { "time": "1788539880" }, "stopId": "1005729", "stopSequence": 10 }, { "arrival": { "time": "1788539940" }, "departure": { "time": "1788539940" }, "stopId": "1005728", "stopSequence": 11 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005727", "stopSequence": 12 }, { "arrival": { "time": "1788540060" }, "departure": { "time": "1788540060" }, "stopId": "1005726", "stopSequence": 13 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1005725", "stopSequence": 14 }, { "arrival": { "time": "1788540120" }, "departure": { "time": "1788540120" }, "stopId": "1005724", "stopSequence": 15 }, { "arrival": { "time": "1788540300" }, "departure": { "time": "1788540300" }, "stopId": "1010864", "stopSequence": 16 }, { "arrival": { "time": "1788540540" }, "departure": { "time": "1788540540" }, "stopId": "1010862", "stopSequence": 17 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1005722", "stopSequence": 18 }, { "arrival": { "time": "1788540840" }, "departure": { "time": "1788540840" }, "stopId": "1010360", "stopSequence": 19 }, { "arrival": { "time": "1788540900" }, "stopId": "1005516", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "1000323", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:20:00", "tripId": "1005123-1006984" }, "vehicle": { "id": "183", "label": "DN 002 YJ / LY214.2", "licensePlate": "DN 002 YJ" } } }, { "id": "1023706", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788539100" }, "stopId": "1002806", "stopSequence": 1 }, { "arrival": { "time": "1788539280" }, "departure": { "time": "1788539280" }, "stopId": "1002093", "stopSequence": 2 }, { "arrival": { "time": "1788539460" }, "departure": { "time": "1788539460" }, "stopId": "1002092", "stopSequence": 3 }, { "arrival": { "time": "1788539520" }, "departure": { "time": "1788539520" }, "stopId": "1002091", "stopSequence": 4 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1002090", "stopSequence": 5 }, { "arrival": { "time": "1788539700" }, "departure": { "time": "1788539700" }, "stopId": "1002089", "stopSequence": 6 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1002088", "stopSequence": 7 }, { "arrival": { "time": "1788539880" }, "departure": { "time": "1788539880" }, "stopId": "1002087", "stopSequence": 8 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1002086", "stopSequence": 9 }, { "arrival": { "time": "1788540600" }, "stopId": "1012060", "stopSequence": 10 } ], "trip": { "directionId": 1, "routeId": "1000069", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:25:00", "tripId": "1006687-1008723" }, "vehicle": { "id": "415", "label": "FM-999-WD", "licensePlate": "FM-999-WD" } } }, { "id": "1023112", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788539400" }, "stopId": "1005911", "stopSequence": 1 }, { "arrival": { "time": "1788539520" }, "departure": { "time": "1788539520" }, "stopId": "1005904", "stopSequence": 2 }, { "arrival": { "time": "1788539580" }, "departure": { "time": "1788539580" }, "stopId": "1005903", "stopSequence": 3 }, { "arrival": { "time": "1788539700" }, "stopId": "1005902", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "1000328", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:30:00", "tripId": "1005320-1007194" }, "vehicle": { "id": "644", "label": "Mercedes Sprinter GS 411 VD", "licensePlate": "GS 411 GD" } } }, { "id": "1022983", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788539700" }, "stopId": "1005910", "stopSequence": 1 }, { "arrival": { "time": "1788539760" }, "departure": { "time": "1788539760" }, "stopId": "1007015", "stopSequence": 2 }, { "arrival": { "time": "1788539940" }, "departure": { "time": "1788539940" }, "stopId": "1005935", "stopSequence": 3 }, { "arrival": { "time": "1788540000" }, "departure": { "time": "1788540000" }, "stopId": "1005934", "stopSequence": 4 }, { "arrival": { "time": "1788540120" }, "stopId": "1005944", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "1000330", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:35:00", "tripId": "1003982-1005498" }, "vehicle": { "id": "299", "label": "DV 398 AX / CO234 - LY235", "licensePlate": "DV 398 AX" } } }, { "id": "1023217", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788540300" }, "stopId": "1005522", "stopSequence": 1 }, { "arrival": { "time": "1788540600" }, "departure": { "time": "1788540600" }, "stopId": "1005751", "stopSequence": 2 }, { "arrival": { "time": "1788540660" }, "departure": { "time": "1788540660" }, "stopId": "1005793", "stopSequence": 3 }, { "arrival": { "time": "1788540720" }, "departure": { "time": "1788540720" }, "stopId": "1005750", "stopSequence": 4 }, { "arrival": { "time": "1788540720" }, "departure": { "time": "1788540720" }, "stopId": "1005760", "stopSequence": 5 }, { "arrival": { "time": "1788540960" }, "departure": { "time": "1788540960" }, "stopId": "1005749", "stopSequence": 6 }, { "arrival": { "time": "1788541140" }, "departure": { "time": "1788541140" }, "stopId": "1005757", "stopSequence": 7 }, { "arrival": { "time": "1788541740" }, "departure": { "time": "1788541740" }, "stopId": "1005748", "stopSequence": 8 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1010780", "stopSequence": 9 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1005747", "stopSequence": 10 }, { "arrival": { "time": "1788541920" }, "departure": { "time": "1788541920" }, "stopId": "1005746", "stopSequence": 11 }, { "arrival": { "time": "1788541980" }, "departure": { "time": "1788541980" }, "stopId": "1005745", "stopSequence": 12 }, { "arrival": { "time": "1788542100" }, "stopId": "1005518", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "1000324", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:45:00", "tripId": "1005921-1007876" }, "vehicle": { "id": "819", "label": "Mercedes sprinter HF 607 LD ", "licensePlate": " HF 607 LD" } } }, { "id": "1023648", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788540300" }, "stopId": "1001887", "stopSequence": 1 }, { "arrival": { "time": "1788540480" }, "departure": { "time": "1788540480" }, "stopId": "1002497", "stopSequence": 2 }, { "arrival": { "time": "1788540780" }, "departure": { "time": "1788540780" }, "stopId": "1002072", "stopSequence": 3 }, { "arrival": { "time": "1788541200" }, "departure": { "time": "1788541200" }, "stopId": "1002071", "stopSequence": 4 }, { "arrival": { "time": "1788541680" }, "departure": { "time": "1788541680" }, "stopId": "1002010", "stopSequence": 5 }, { "arrival": { "time": "1788541800" }, "stopId": "1001874", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "1000062", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "18:45:00", "tripId": "1004639-1006394" }, "vehicle": { "id": "783", "label": "GY-733-BY", "licensePlate": "GY-733-BY" } } }, { "id": "1023041", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788541200" }, "stopId": "1005506", "stopSequence": 1 }, { "arrival": { "time": "1788541380" }, "departure": { "time": "1788541380" }, "stopId": "1005513", "stopSequence": 2 }, { "arrival": { "time": "1788541560" }, "departure": { "time": "1788541560" }, "stopId": "1005700", "stopSequence": 3 }, { "arrival": { "time": "1788542100" }, "stopId": "1005508", "stopSequence": 4 } ], "trip": { "directionId": 1, "routeId": "1000322", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "19:00:00", "tripId": "1004686-1006440" }, "vehicle": { "id": "285", "label": "21", "licensePlate": "DJ-458-HS" } } }, { "id": "1023531", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788541200" }, "stopId": "1002833", "stopSequence": 1 }, { "arrival": { "time": "1788542700" }, "departure": { "time": "1788542700" }, "stopId": "1002747", "stopSequence": 2 }, { "arrival": { "time": "1788543300" }, "departure": { "time": "1788543300" }, "stopId": "1009050", "stopSequence": 3 }, { "arrival": { "time": "1788543900" }, "departure": { "time": "1788543900" }, "stopId": "1002613", "stopSequence": 4 }, { "arrival": { "time": "1788544800" }, "stopId": "1009048", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "1000115", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "19:00:00", "tripId": "1001962-1002538" }, "vehicle": { "id": "510", "label": "CAV07", "licensePlate": "AP 488 RW" } } }, { "id": "1023745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1788541200" }, "stopId": "1002663", "stopSequence": 1 }, { "arrival": { "time": "1788541800" }, "departure": { "time": "1788541800" }, "stopId": "1002019", "stopSequence": 2 }, { "arrival": { "time": "1788543300" }, "departure": { "time": "1788543300" }, "stopId": "1002623", "stopSequence": 3 }, { "arrival": { "time": "1788543600" }, "departure": { "time": "1788543600" }, "stopId": "1001853", "stopSequence": 4 }, { "arrival": { "time": "1788544560" }, "stopId": "1002829", "stopSequence": 5 } ], "trip": { "directionId": 1, "routeId": "1000765", "scheduleRelationship": "SCHEDULED", "startDate": "20260904", "startTime": "19:00:00", "tripId": "1006808-1008890" }, "vehicle": { "id": "796", "label": "EV-462-BH", "licensePlate": "EV-462-BH" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1788538930" } }