Détails de la ressource

Nom du fichier : Mises à jour des trajets en temps réel
Format : gtfs-rt

Cette ressource fait partie du jeu de données Réseau urbain Sète Agglopole Mobilité.

Disponibilité au téléchargement

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

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

Rapport de validation

9 erreurs, 250 avertissements

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

Erreurs

Sequential stop_time_update times are not increasing E022 4 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 87981_250723-4652 stop_sequence 1 arrival_time 09:11:35 (1754637095) is less than previous stop arrival_time 09:35:35 (1754638535) - times must increase between two sequential stops
  • trip_id 87981_250723-4652 stop_sequence 1 arrival_time 09:11:35 (1754637095) is less than previous stop departure_time 09:35:35 (1754638535) - times must increase between two sequential stops
  • trip_id 87981_250723-4652 stop_sequence 1 departure_time 09:11:35 (1754637095) is less than previous stop departure_time 09:35:35 (1754638535) - times must increase between two sequential stops
  • trip_id 87981_250723-4652 stop_sequence 1 departure_time 09:11:35 (1754637095) is less than previous stop arrival_time 09:35:35 (1754638535) - times must increase between two sequential stops

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 4 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 87980_250723-4651 stop_sequence 12 has stop_id SETPVIR1 but GTFS stop_sequence 12 has stop_id SETPPIE2 - stop_ids should be the same
  • GTFS-rt trip_id 87980_250723-4651 stop_sequence 13 has stop_id SETNGUI2 but GTFS stop_sequence 13 has stop_id SETPVIR1 - stop_ids should be the same
  • GTFS-rt trip_id 87979_250723-4652 stop_sequence 12 has stop_id SETPVIR1 but GTFS stop_sequence 12 has stop_id SETPPIE2 - stop_ids should be the same
  • GTFS-rt trip_id 87979_250723-4652 stop_sequence 13 has stop_id SETNGUI2 but GTFS stop_sequence 13 has stop_id SETPVIR1 - stop_ids should be the same

GTFS-rt stop_sequence not found in GTFS data E051 1 erreur

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

Exemples d'erreurs
  • GTFS-rt trip_id 87981_250723-4652 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip

Avertissements

timestamp not populated W001 125 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 89218_250723-4584 does not have a timestamp
  • trip_id 89224_250723-4584 does not have a timestamp
  • trip_id 89219_250723-4584 does not have a timestamp
  • trip_id 89185_250723-4585 does not have a timestamp
  • trip_id 89148_250723-4586 does not have a timestamp

schedule_relationship not populated W009 125 erreurs

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Exemples d'erreurs
  • trip_id 89218_250723-4584 stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 89224_250723-4584 stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 89219_250723-4584 stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 89185_250723-4585 stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
  • trip_id 89148_250723-4586 stop_sequence 1 (and potentially more for this trip) does not have a schedule_relationship
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
W001 Timestamps should be populated for all elements 3 356 30 fois (100 % des validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 3 356 30 fois (100 % 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 91 23 fois (77 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 116 21 fois (70 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 27 19 fois (63 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 365 3 fois (10 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 08/08/2025 à 09h20 Europe/Paris.

trip_updates (119) 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 08/08/2025 à 09h20 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "ENTITY-TRIP-4584-10310-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 225, "time": "1754637825" }, "departure": { "delay": 225, "time": "1754637825" }, "stopId": "LOUOCOU1", "stopSequence": 6 }, { "arrival": { "delay": 225, "time": "1754637929" }, "departure": { "delay": 225, "time": "1754637929" }, "stopId": "LOUAUGU1", "stopSequence": 7 }, { "arrival": { "delay": 225, "time": "1754638245" }, "departure": { "delay": 225, "time": "1754638245" }, "stopId": "BOUZENI1", "stopSequence": 8 }, { "arrival": { "delay": 225, "time": "1754638332" }, "departure": { "delay": 225, "time": "1754638332" }, "stopId": "BOUPLAG1", "stopSequence": 9 }, { "arrival": { "delay": 225, "time": "1754638374" }, "departure": { "delay": 225, "time": "1754638374" }, "stopId": "BOUHAME1", "stopSequence": 10 }, { "arrival": { "delay": 225, "time": "1754638425" }, "departure": { "delay": 225, "time": "1754638425" }, "stopId": "BOUABOU1", "stopSequence": 11 }, { "arrival": { "delay": 225, "time": "1754638460" }, "departure": { "delay": 225, "time": "1754638460" }, "stopId": "BOUCLAV1", "stopSequence": 12 }, { "arrival": { "delay": 225, "time": "1754638905" }, "departure": { "delay": 225, "time": "1754638905" }, "stopId": "BLVGREMD", "stopSequence": 13 }, { "arrival": { "delay": 225, "time": "1754639265" }, "departure": { "delay": 225, "time": "1754639265" }, "stopId": "BLBPSUT1", "stopSequence": 14 }, { "arrival": { "delay": 225, "time": "1754639284" }, "departure": { "delay": 225, "time": "1754639284" }, "stopId": "BLBBFOU1", "stopSequence": 15 }, { "arrival": { "delay": 225, "time": "1754639385" }, "departure": { "delay": 225, "time": "1754639385" }, "stopId": "BLBHSUD1", "stopSequence": 16 }, { "arrival": { "delay": 225, "time": "1754639805" }, "departure": { "delay": 225, "time": "1754639805" }, "stopId": "SETSNCD", "stopSequence": 17 } ], "trip": { "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "89218_250723-4584" }, "vehicle": { "id": "21", "label": "33" } } }, { "id": "ENTITY-TRIP-4584-10310-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640240" }, "departure": { "delay": 0, "time": "1754640240" }, "stopId": "SETSNCD", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640660" }, "departure": { "delay": 0, "time": "1754640660" }, "stopId": "BLBHSUD2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640752" }, "departure": { "delay": 0, "time": "1754640752" }, "stopId": "BLBBFOU2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "BLBPSUT2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640975" }, "departure": { "delay": 0, "time": "1754640975" }, "stopId": "BLBMPAD1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "BLVGREMD", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641578" }, "departure": { "delay": 0, "time": "1754641578" }, "stopId": "BOUCLAV2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "BOUABOU2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641652" }, "departure": { "delay": 0, "time": "1754641652" }, "stopId": "BOUHAME2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641696" }, "departure": { "delay": 0, "time": "1754641696" }, "stopId": "BOUPLAG2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "BOUZENI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642086" }, "departure": { "delay": 0, "time": "1754642086" }, "stopId": "LOUAUGU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "LOUOCOU2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642549" }, "departure": { "delay": 0, "time": "1754642549" }, "stopId": "VILOIKO1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642843" }, "departure": { "delay": 0, "time": "1754642843" }, "stopId": "VILCOTI2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642890" }, "departure": { "delay": 0, "time": "1754642890" }, "stopId": "VILRPAU2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642953" }, "departure": { "delay": 0, "time": "1754642953" }, "stopId": "VILMAIR2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "VILCOST2", "stopSequence": 18 } ], "trip": { "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "89224_250723-4584" }, "vehicle": { "id": "21", "label": "33" } } }, { "id": "ENTITY-TRIP-4584-10310-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "VILCOST1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643661" }, "departure": { "delay": 0, "time": "1754643661" }, "stopId": "VILMAIR1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643719" }, "departure": { "delay": 0, "time": "1754643719" }, "stopId": "VILRPAU1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643773" }, "departure": { "delay": 0, "time": "1754643773" }, "stopId": "VILCOTI1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644083" }, "departure": { "delay": 0, "time": "1754644083" }, "stopId": "VILOIKO1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "LOUOCOU1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644604" }, "departure": { "delay": 0, "time": "1754644604" }, "stopId": "LOUAUGU1", "stopSequence": 7 } ], "trip": { "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "89219_250723-4584" }, "vehicle": { "id": "21", "label": "33" } } }, { "id": "ENTITY-TRIP-4585-10305-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754637720" }, "departure": { "delay": 0, "time": "1754637720" }, "stopId": "BLBPSUT1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754637739" }, "departure": { "delay": 0, "time": "1754637739" }, "stopId": "BLBBFOU1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754637840" }, "departure": { "delay": 0, "time": "1754637840" }, "stopId": "BLBHSUD1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754638260" }, "departure": { "delay": 0, "time": "1754638260" }, "stopId": "SETSNCC", "stopSequence": 11 } ], "trip": { "routeId": "21", "scheduleRelationship": "SCHEDULED", "tripId": "89185_250723-4585" }, "vehicle": { "id": "14", "label": "26" } } }, { "id": "ENTITY-TRIP-4586-10303-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 332, "time": "1754637674" }, "departure": { "delay": 332, "time": "1754637674" }, "stopId": "MEZCIME1", "stopSequence": 9 }, { "arrival": { "delay": 332, "time": "1754637717" }, "departure": { "delay": 332, "time": "1754637717" }, "stopId": "MEZMPAG1", "stopSequence": 10 }, { "arrival": { "delay": 332, "time": "1754637803" }, "departure": { "delay": 332, "time": "1754637803" }, "stopId": "MEZPOST1", "stopSequence": 11 }, { "arrival": { "delay": 332, "time": "1754637872" }, "departure": { "delay": 332, "time": "1754637872" }, "stopId": "MEZMARI1", "stopSequence": 12 }, { "arrival": { "delay": 332, "time": "1754637899" }, "departure": { "delay": 332, "time": "1754637899" }, "stopId": "MEZANEM1", "stopSequence": 13 }, { "arrival": { "delay": 332, "time": "1754638172" }, "departure": { "delay": 332, "time": "1754638172" }, "stopId": "BOUZENI1", "stopSequence": 14 }, { "arrival": { "delay": 332, "time": "1754638267" }, "departure": { "delay": 332, "time": "1754638267" }, "stopId": "BOUCLAV1", "stopSequence": 15 }, { "arrival": { "delay": 332, "time": "1754638712" }, "departure": { "delay": 332, "time": "1754638712" }, "stopId": "BLVGREMB", "stopSequence": 16 }, { "arrival": { "delay": 332, "time": "1754639012" }, "departure": { "delay": 332, "time": "1754639012" }, "stopId": "BLBPSUT1", "stopSequence": 17 }, { "arrival": { "delay": 332, "time": "1754639031" }, "departure": { "delay": 332, "time": "1754639031" }, "stopId": "BLBBFOU1", "stopSequence": 18 }, { "arrival": { "delay": 332, "time": "1754639132" }, "departure": { "delay": 332, "time": "1754639132" }, "stopId": "BLBHSUD1", "stopSequence": 19 }, { "arrival": { "delay": 332, "time": "1754639552" }, "departure": { "delay": 332, "time": "1754639552" }, "stopId": "SETSNCC", "stopSequence": 20 } ], "trip": { "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "89148_250723-4586" }, "vehicle": { "id": "29", "label": "66" } } }, { "id": "ENTITY-TRIP-4586-10303-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640240" }, "departure": { "delay": 0, "time": "1754640240" }, "stopId": "SETSNCC", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640660" }, "departure": { "delay": 0, "time": "1754640660" }, "stopId": "BLBHSUD2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640752" }, "departure": { "delay": 0, "time": "1754640752" }, "stopId": "BLBBFOU2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "BLBPSUT2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640971" }, "departure": { "delay": 0, "time": "1754640971" }, "stopId": "BLBMPAD1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "BLVGREMB", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641541" }, "departure": { "delay": 0, "time": "1754641541" }, "stopId": "BOUCLAV2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "BOUZENI2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641890" }, "departure": { "delay": 0, "time": "1754641890" }, "stopId": "MEZANEM2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "MEZMARI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641996" }, "departure": { "delay": 0, "time": "1754641996" }, "stopId": "MEZPOST2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642074" }, "departure": { "delay": 0, "time": "1754642074" }, "stopId": "MEZMPAG2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642126" }, "departure": { "delay": 0, "time": "1754642126" }, "stopId": "MEZCIME2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642185" }, "departure": { "delay": 0, "time": "1754642185" }, "stopId": "MEZEMAS2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "MEZGEND2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642474" }, "departure": { "delay": 0, "time": "1754642474" }, "stopId": "MEZLSOL2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642531" }, "departure": { "delay": 0, "time": "1754642531" }, "stopId": "MEZPORT2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642596" }, "departure": { "delay": 0, "time": "1754642596" }, "stopId": "MEZLCOS2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "MEZMGAR1", "stopSequence": 19 } ], "trip": { "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "89155_250723-4586" }, "vehicle": { "id": "29", "label": "66" } } }, { "id": "ENTITY-TRIP-4586-10303-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "MEZMGAR1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643458" }, "departure": { "delay": 0, "time": "1754643458" }, "stopId": "MEZLCOS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643499" }, "departure": { "delay": 0, "time": "1754643499" }, "stopId": "MEZPORT1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643540" }, "departure": { "delay": 0, "time": "1754643540" }, "stopId": "MEZLSOL1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643596" }, "departure": { "delay": 0, "time": "1754643596" }, "stopId": "MEZGEND1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643695" }, "departure": { "delay": 0, "time": "1754643695" }, "stopId": "MEZROMA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "MEZLION1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643877" }, "departure": { "delay": 0, "time": "1754643877" }, "stopId": "MEZEMAS1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643942" }, "departure": { "delay": 0, "time": "1754643942" }, "stopId": "MEZCIME1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643985" }, "departure": { "delay": 0, "time": "1754643985" }, "stopId": "MEZMPAG1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644071" }, "departure": { "delay": 0, "time": "1754644071" }, "stopId": "MEZPOST1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "MEZMARI1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644167" }, "departure": { "delay": 0, "time": "1754644167" }, "stopId": "MEZANEM1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "BOUZENI1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644535" }, "departure": { "delay": 0, "time": "1754644535" }, "stopId": "BOUCLAV1", "stopSequence": 15 } ], "trip": { "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "89149_250723-4586" }, "vehicle": { "id": "29", "label": "66" } } }, { "id": "ENTITY-TRIP-4599-10255-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 207, "time": "1754637687" }, "departure": { "delay": 207, "time": "1754637687" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 207, "time": "1754637738" }, "departure": { "delay": 207, "time": "1754637738" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 207, "time": "1754637784" }, "departure": { "delay": 207, "time": "1754637784" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 207, "time": "1754637823" }, "departure": { "delay": 207, "time": "1754637823" }, "stopId": "SETUEAU2", "stopSequence": 7 }, { "arrival": { "delay": 207, "time": "1754637867" }, "departure": { "delay": 207, "time": "1754637867" }, "stopId": "SETCVER2", "stopSequence": 8 }, { "arrival": { "delay": 207, "time": "1754637925" }, "departure": { "delay": 207, "time": "1754637925" }, "stopId": "SETCAER2", "stopSequence": 9 }, { "arrival": { "delay": 207, "time": "1754637966" }, "departure": { "delay": 207, "time": "1754637966" }, "stopId": "SETJCES2", "stopSequence": 10 }, { "arrival": { "delay": 207, "time": "1754638020" }, "departure": { "delay": 207, "time": "1754638020" }, "stopId": "SETPSOL2", "stopSequence": 11 }, { "arrival": { "delay": 207, "time": "1754638054" }, "departure": { "delay": 207, "time": "1754638054" }, "stopId": "SETSROC2", "stopSequence": 12 }, { "arrival": { "delay": 207, "time": "1754638109" }, "departure": { "delay": 207, "time": "1754638109" }, "stopId": "SETMETA2", "stopSequence": 13 }, { "arrival": { "delay": 207, "time": "1754638227" }, "departure": { "delay": 207, "time": "1754638227" }, "stopId": "SETHOPI1", "stopSequence": 14 }, { "arrival": { "delay": 207, "time": "1754638327" }, "departure": { "delay": 207, "time": "1754638327" }, "stopId": "SETVFLE2", "stopSequence": 15 }, { "arrival": { "delay": 207, "time": "1754638414" }, "departure": { "delay": 207, "time": "1754638414" }, "stopId": "SETITHA2", "stopSequence": 16 }, { "arrival": { "delay": 207, "time": "1754638467" }, "departure": { "delay": 207, "time": "1754638467" }, "stopId": "SETCMAL1", "stopSequence": 17 }, { "arrival": { "delay": 207, "time": "1754638524" }, "departure": { "delay": 207, "time": "1754638524" }, "stopId": "SETGANG2", "stopSequence": 18 }, { "arrival": { "delay": 207, "time": "1754638610" }, "departure": { "delay": 207, "time": "1754638610" }, "stopId": "SETFCRA2", "stopSequence": 19 }, { "arrival": { "delay": 207, "time": "1754638707" }, "departure": { "delay": 207, "time": "1754638707" }, "stopId": "SETJMOU1", "stopSequence": 20 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87506_250723-4599" }, "vehicle": { "id": "50", "label": "89" } } }, { "id": "ENTITY-TRIP-4599-10255-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 27, "time": "1754638827" }, "departure": { "delay": 27, "time": "1754638827" }, "stopId": "SETJMOU1", "stopSequence": 1 }, { "arrival": { "delay": 27, "time": "1754638877" }, "departure": { "delay": 27, "time": "1754638877" }, "stopId": "SETSNIC1", "stopSequence": 2 }, { "arrival": { "delay": 27, "time": "1754638971" }, "departure": { "delay": 27, "time": "1754638971" }, "stopId": "SETBARR1", "stopSequence": 3 }, { "arrival": { "delay": 27, "time": "1754639024" }, "departure": { "delay": 27, "time": "1754639024" }, "stopId": "SETCORM2", "stopSequence": 4 }, { "arrival": { "delay": 27, "time": "1754639068" }, "departure": { "delay": 27, "time": "1754639068" }, "stopId": "SETMESA1", "stopSequence": 5 }, { "arrival": { "delay": 27, "time": "1754639143" }, "departure": { "delay": 27, "time": "1754639143" }, "stopId": "SETFCRA1", "stopSequence": 6 }, { "arrival": { "delay": 27, "time": "1754639178" }, "departure": { "delay": 27, "time": "1754639178" }, "stopId": "SETGANG1", "stopSequence": 7 }, { "arrival": { "delay": 27, "time": "1754639247" }, "departure": { "delay": 27, "time": "1754639247" }, "stopId": "SETITHA1", "stopSequence": 8 }, { "arrival": { "delay": 27, "time": "1754639363" }, "departure": { "delay": 27, "time": "1754639363" }, "stopId": "SETVFLE1", "stopSequence": 9 }, { "arrival": { "delay": 27, "time": "1754639547" }, "departure": { "delay": 27, "time": "1754639547" }, "stopId": "SETHOPI2", "stopSequence": 10 }, { "arrival": { "delay": 27, "time": "1754639640" }, "departure": { "delay": 27, "time": "1754639640" }, "stopId": "SETMETA1", "stopSequence": 11 }, { "arrival": { "delay": 27, "time": "1754639730" }, "departure": { "delay": 27, "time": "1754639730" }, "stopId": "SETSROC1", "stopSequence": 12 }, { "arrival": { "delay": 27, "time": "1754639792" }, "departure": { "delay": 27, "time": "1754639792" }, "stopId": "SETPSOL1", "stopSequence": 13 }, { "arrival": { "delay": 27, "time": "1754639842" }, "departure": { "delay": 27, "time": "1754639842" }, "stopId": "SETJCES1", "stopSequence": 14 }, { "arrival": { "delay": 27, "time": "1754639907" }, "departure": { "delay": 27, "time": "1754639907" }, "stopId": "SETCAER1", "stopSequence": 15 }, { "arrival": { "delay": 27, "time": "1754639967" }, "departure": { "delay": 27, "time": "1754639967" }, "stopId": "SETCVER1", "stopSequence": 16 }, { "arrival": { "delay": 27, "time": "1754640014" }, "departure": { "delay": 27, "time": "1754640014" }, "stopId": "SETUEAU1", "stopSequence": 17 }, { "arrival": { "delay": 27, "time": "1754640103" }, "departure": { "delay": 27, "time": "1754640103" }, "stopId": "SETMONT1", "stopSequence": 18 }, { "arrival": { "delay": 27, "time": "1754640147" }, "departure": { "delay": 27, "time": "1754640147" }, "stopId": "SETMEDI1", "stopSequence": 19 }, { "arrival": { "delay": 27, "time": "1754640261" }, "departure": { "delay": 27, "time": "1754640261" }, "stopId": "SETPVIR1", "stopSequence": 20 }, { "arrival": { "delay": 27, "time": "1754640387" }, "departure": { "delay": 27, "time": "1754640387" }, "stopId": "SETNGUI1", "stopSequence": 21 }, { "arrival": { "delay": 27, "time": "1754640542" }, "departure": { "delay": 27, "time": "1754640542" }, "stopId": "SETQPAS1", "stopSequence": 22 }, { "arrival": { "delay": 27, "time": "1754640610" }, "departure": { "delay": 27, "time": "1754640610" }, "stopId": "SETTMOL1", "stopSequence": 23 }, { "arrival": { "delay": 27, "time": "1754640747" }, "departure": { "delay": 27, "time": "1754640747" }, "stopId": "SETSNCA", "stopSequence": 24 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87525_250723-4599" }, "vehicle": { "id": "50", "label": "89" } } }, { "id": "ENTITY-TRIP-4599-10255-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "SETSNCA", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641409" }, "departure": { "delay": 0, "time": "1754641409" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641589" }, "departure": { "delay": 0, "time": "1754641589" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641731" }, "departure": { "delay": 0, "time": "1754641731" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641777" }, "departure": { "delay": 0, "time": "1754641777" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641816" }, "departure": { "delay": 0, "time": "1754641816" }, "stopId": "SETUEAU2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641860" }, "departure": { "delay": 0, "time": "1754641860" }, "stopId": "SETCVER2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641918" }, "departure": { "delay": 0, "time": "1754641918" }, "stopId": "SETCAER2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641959" }, "departure": { "delay": 0, "time": "1754641959" }, "stopId": "SETJCES2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642013" }, "departure": { "delay": 0, "time": "1754642013" }, "stopId": "SETPSOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642047" }, "departure": { "delay": 0, "time": "1754642047" }, "stopId": "SETSROC2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642102" }, "departure": { "delay": 0, "time": "1754642102" }, "stopId": "SETMETA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "SETHOPI1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642320" }, "departure": { "delay": 0, "time": "1754642320" }, "stopId": "SETVFLE2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642407" }, "departure": { "delay": 0, "time": "1754642407" }, "stopId": "SETITHA2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642460" }, "departure": { "delay": 0, "time": "1754642460" }, "stopId": "SETCMAL1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642517" }, "departure": { "delay": 0, "time": "1754642517" }, "stopId": "SETGANG2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642603" }, "departure": { "delay": 0, "time": "1754642603" }, "stopId": "SETFCRA2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETJMOU1", "stopSequence": 20 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87594_250723-4599" }, "vehicle": { "id": "50", "label": "89" } } }, { "id": "ENTITY-TRIP-4599-10255-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETJMOU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643050" }, "departure": { "delay": 0, "time": "1754643050" }, "stopId": "SETSNIC1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643144" }, "departure": { "delay": 0, "time": "1754643144" }, "stopId": "SETBARR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643197" }, "departure": { "delay": 0, "time": "1754643197" }, "stopId": "SETCORM2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643241" }, "departure": { "delay": 0, "time": "1754643241" }, "stopId": "SETMESA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643316" }, "departure": { "delay": 0, "time": "1754643316" }, "stopId": "SETFCRA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643351" }, "departure": { "delay": 0, "time": "1754643351" }, "stopId": "SETGANG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "SETITHA1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643536" }, "departure": { "delay": 0, "time": "1754643536" }, "stopId": "SETVFLE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "SETHOPI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643813" }, "departure": { "delay": 0, "time": "1754643813" }, "stopId": "SETMETA1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643903" }, "departure": { "delay": 0, "time": "1754643903" }, "stopId": "SETSROC1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643965" }, "departure": { "delay": 0, "time": "1754643965" }, "stopId": "SETPSOL1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644015" }, "departure": { "delay": 0, "time": "1754644015" }, "stopId": "SETJCES1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "SETCAER1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "SETCVER1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644187" }, "departure": { "delay": 0, "time": "1754644187" }, "stopId": "SETUEAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644276" }, "departure": { "delay": 0, "time": "1754644276" }, "stopId": "SETMONT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETMEDI1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644434" }, "departure": { "delay": 0, "time": "1754644434" }, "stopId": "SETPVIR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "SETNGUI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644715" }, "departure": { "delay": 0, "time": "1754644715" }, "stopId": "SETQPAS1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644783" }, "departure": { "delay": 0, "time": "1754644783" }, "stopId": "SETTMOL1", "stopSequence": 23 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87522_250723-4599" }, "vehicle": { "id": "50", "label": "89" } } }, { "id": "ENTITY-TRIP-4600-10252-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638200" }, "departure": { "delay": 0, "time": "1754638200" }, "stopId": "SETSNCA", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638409" }, "departure": { "delay": 0, "time": "1754638409" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638589" }, "departure": { "delay": 0, "time": "1754638589" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638680" }, "departure": { "delay": 0, "time": "1754638680" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638731" }, "departure": { "delay": 0, "time": "1754638731" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638777" }, "departure": { "delay": 0, "time": "1754638777" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638816" }, "departure": { "delay": 0, "time": "1754638816" }, "stopId": "SETUEAU2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754638860" }, "departure": { "delay": 0, "time": "1754638860" }, "stopId": "SETCVER2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754638918" }, "departure": { "delay": 0, "time": "1754638918" }, "stopId": "SETCAER2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754638959" }, "departure": { "delay": 0, "time": "1754638959" }, "stopId": "SETJCES2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639013" }, "departure": { "delay": 0, "time": "1754639013" }, "stopId": "SETPSOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639047" }, "departure": { "delay": 0, "time": "1754639047" }, "stopId": "SETSROC2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639102" }, "departure": { "delay": 0, "time": "1754639102" }, "stopId": "SETMETA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "SETHOPI1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639320" }, "departure": { "delay": 0, "time": "1754639320" }, "stopId": "SETVFLE2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639407" }, "departure": { "delay": 0, "time": "1754639407" }, "stopId": "SETITHA2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754639460" }, "departure": { "delay": 0, "time": "1754639460" }, "stopId": "SETCMAL1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754639517" }, "departure": { "delay": 0, "time": "1754639517" }, "stopId": "SETGANG2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754639603" }, "departure": { "delay": 0, "time": "1754639603" }, "stopId": "SETFCRA2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "SETJMOU1", "stopSequence": 20 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87505_250723-4600" }, "vehicle": { "id": "44", "label": "83" } } }, { "id": "ENTITY-TRIP-4600-10252-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640000" }, "departure": { "delay": 0, "time": "1754640000" }, "stopId": "SETJMOU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640050" }, "departure": { "delay": 0, "time": "1754640050" }, "stopId": "SETSNIC1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640144" }, "departure": { "delay": 0, "time": "1754640144" }, "stopId": "SETBARR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640197" }, "departure": { "delay": 0, "time": "1754640197" }, "stopId": "SETCORM2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640241" }, "departure": { "delay": 0, "time": "1754640241" }, "stopId": "SETMESA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640316" }, "departure": { "delay": 0, "time": "1754640316" }, "stopId": "SETFCRA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640351" }, "departure": { "delay": 0, "time": "1754640351" }, "stopId": "SETGANG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "SETITHA1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640536" }, "departure": { "delay": 0, "time": "1754640536" }, "stopId": "SETVFLE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640720" }, "departure": { "delay": 0, "time": "1754640720" }, "stopId": "SETHOPI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640813" }, "departure": { "delay": 0, "time": "1754640813" }, "stopId": "SETMETA1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640903" }, "departure": { "delay": 0, "time": "1754640903" }, "stopId": "SETSROC1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640965" }, "departure": { "delay": 0, "time": "1754640965" }, "stopId": "SETPSOL1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641015" }, "departure": { "delay": 0, "time": "1754641015" }, "stopId": "SETJCES1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641080" }, "departure": { "delay": 0, "time": "1754641080" }, "stopId": "SETCAER1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETCVER1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641187" }, "departure": { "delay": 0, "time": "1754641187" }, "stopId": "SETUEAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641276" }, "departure": { "delay": 0, "time": "1754641276" }, "stopId": "SETMONT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641320" }, "departure": { "delay": 0, "time": "1754641320" }, "stopId": "SETMEDI1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641434" }, "departure": { "delay": 0, "time": "1754641434" }, "stopId": "SETPVIR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "SETNGUI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754641715" }, "departure": { "delay": 0, "time": "1754641715" }, "stopId": "SETQPAS1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754641783" }, "departure": { "delay": 0, "time": "1754641783" }, "stopId": "SETTMOL1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "SETSNCA", "stopSequence": 24 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87524_250723-4600" }, "vehicle": { "id": "44", "label": "83" } } }, { "id": "ENTITY-TRIP-4600-10252-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETSNCA", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642909" }, "departure": { "delay": 0, "time": "1754642909" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643089" }, "departure": { "delay": 0, "time": "1754643089" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643231" }, "departure": { "delay": 0, "time": "1754643231" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643277" }, "departure": { "delay": 0, "time": "1754643277" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643316" }, "departure": { "delay": 0, "time": "1754643316" }, "stopId": "SETUEAU2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETCVER2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643418" }, "departure": { "delay": 0, "time": "1754643418" }, "stopId": "SETCAER2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643459" }, "departure": { "delay": 0, "time": "1754643459" }, "stopId": "SETJCES2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643513" }, "departure": { "delay": 0, "time": "1754643513" }, "stopId": "SETPSOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643547" }, "departure": { "delay": 0, "time": "1754643547" }, "stopId": "SETSROC2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643602" }, "departure": { "delay": 0, "time": "1754643602" }, "stopId": "SETMETA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "SETHOPI1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643820" }, "departure": { "delay": 0, "time": "1754643820" }, "stopId": "SETVFLE2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643907" }, "departure": { "delay": 0, "time": "1754643907" }, "stopId": "SETITHA2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643960" }, "departure": { "delay": 0, "time": "1754643960" }, "stopId": "SETCMAL1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644017" }, "departure": { "delay": 0, "time": "1754644017" }, "stopId": "SETGANG2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644103" }, "departure": { "delay": 0, "time": "1754644103" }, "stopId": "SETFCRA2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETJMOU1", "stopSequence": 20 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87593_250723-4600" }, "vehicle": { "id": "44", "label": "83" } } }, { "id": "ENTITY-TRIP-4600-10252-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "SETJMOU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644550" }, "departure": { "delay": 0, "time": "1754644550" }, "stopId": "SETSNIC1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644644" }, "departure": { "delay": 0, "time": "1754644644" }, "stopId": "SETBARR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644697" }, "departure": { "delay": 0, "time": "1754644697" }, "stopId": "SETCORM2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644741" }, "departure": { "delay": 0, "time": "1754644741" }, "stopId": "SETMESA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644816" }, "departure": { "delay": 0, "time": "1754644816" }, "stopId": "SETFCRA1", "stopSequence": 6 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87521_250723-4600" }, "vehicle": { "id": "44", "label": "83" } } }, { "id": "ENTITY-TRIP-4601-10250-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 174, "time": "1754637710" }, "departure": { "delay": 174, "time": "1754637710" }, "stopId": "SETVFLE1", "stopSequence": 9 }, { "arrival": { "delay": 174, "time": "1754637894" }, "departure": { "delay": 174, "time": "1754637894" }, "stopId": "SETHOPI2", "stopSequence": 10 }, { "arrival": { "delay": 174, "time": "1754637987" }, "departure": { "delay": 174, "time": "1754637987" }, "stopId": "SETMETA1", "stopSequence": 11 }, { "arrival": { "delay": 174, "time": "1754638077" }, "departure": { "delay": 174, "time": "1754638077" }, "stopId": "SETSROC1", "stopSequence": 12 }, { "arrival": { "delay": 174, "time": "1754638139" }, "departure": { "delay": 174, "time": "1754638139" }, "stopId": "SETPSOL1", "stopSequence": 13 }, { "arrival": { "delay": 174, "time": "1754638189" }, "departure": { "delay": 174, "time": "1754638189" }, "stopId": "SETJCES1", "stopSequence": 14 }, { "arrival": { "delay": 174, "time": "1754638254" }, "departure": { "delay": 174, "time": "1754638254" }, "stopId": "SETCAER1", "stopSequence": 15 }, { "arrival": { "delay": 174, "time": "1754638314" }, "departure": { "delay": 174, "time": "1754638314" }, "stopId": "SETCVER1", "stopSequence": 16 }, { "arrival": { "delay": 174, "time": "1754638361" }, "departure": { "delay": 174, "time": "1754638361" }, "stopId": "SETUEAU1", "stopSequence": 17 }, { "arrival": { "delay": 174, "time": "1754638450" }, "departure": { "delay": 174, "time": "1754638450" }, "stopId": "SETMONT1", "stopSequence": 18 }, { "arrival": { "delay": 174, "time": "1754638494" }, "departure": { "delay": 174, "time": "1754638494" }, "stopId": "SETMEDI1", "stopSequence": 19 }, { "arrival": { "delay": 174, "time": "1754638608" }, "departure": { "delay": 174, "time": "1754638608" }, "stopId": "SETPVIR1", "stopSequence": 20 }, { "arrival": { "delay": 174, "time": "1754638734" }, "departure": { "delay": 174, "time": "1754638734" }, "stopId": "SETNGUI1", "stopSequence": 21 }, { "arrival": { "delay": 174, "time": "1754638889" }, "departure": { "delay": 174, "time": "1754638889" }, "stopId": "SETQPAS1", "stopSequence": 22 }, { "arrival": { "delay": 174, "time": "1754638957" }, "departure": { "delay": 174, "time": "1754638957" }, "stopId": "SETTMOL1", "stopSequence": 23 }, { "arrival": { "delay": 174, "time": "1754639094" }, "departure": { "delay": 174, "time": "1754639094" }, "stopId": "SETSNCA", "stopSequence": 24 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87526_250723-4601" }, "vehicle": { "id": "104", "label": "202" } } }, { "id": "ENTITY-TRIP-4601-10250-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "SETSNCA", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639909" }, "departure": { "delay": 0, "time": "1754639909" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640089" }, "departure": { "delay": 0, "time": "1754640089" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640231" }, "departure": { "delay": 0, "time": "1754640231" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640277" }, "departure": { "delay": 0, "time": "1754640277" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640316" }, "departure": { "delay": 0, "time": "1754640316" }, "stopId": "SETUEAU2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640360" }, "departure": { "delay": 0, "time": "1754640360" }, "stopId": "SETCVER2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640418" }, "departure": { "delay": 0, "time": "1754640418" }, "stopId": "SETCAER2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640459" }, "departure": { "delay": 0, "time": "1754640459" }, "stopId": "SETJCES2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640513" }, "departure": { "delay": 0, "time": "1754640513" }, "stopId": "SETPSOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640547" }, "departure": { "delay": 0, "time": "1754640547" }, "stopId": "SETSROC2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640602" }, "departure": { "delay": 0, "time": "1754640602" }, "stopId": "SETMETA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640720" }, "departure": { "delay": 0, "time": "1754640720" }, "stopId": "SETHOPI1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640820" }, "departure": { "delay": 0, "time": "1754640820" }, "stopId": "SETVFLE2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640907" }, "departure": { "delay": 0, "time": "1754640907" }, "stopId": "SETITHA2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640960" }, "departure": { "delay": 0, "time": "1754640960" }, "stopId": "SETCMAL1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641017" }, "departure": { "delay": 0, "time": "1754641017" }, "stopId": "SETGANG2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641103" }, "departure": { "delay": 0, "time": "1754641103" }, "stopId": "SETFCRA2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "SETJMOU1", "stopSequence": 20 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87595_250723-4601" }, "vehicle": { "id": "104", "label": "202" } } }, { "id": "ENTITY-TRIP-4601-10250-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "SETJMOU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641550" }, "departure": { "delay": 0, "time": "1754641550" }, "stopId": "SETSNIC1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641644" }, "departure": { "delay": 0, "time": "1754641644" }, "stopId": "SETBARR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641697" }, "departure": { "delay": 0, "time": "1754641697" }, "stopId": "SETCORM2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641741" }, "departure": { "delay": 0, "time": "1754641741" }, "stopId": "SETMESA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641816" }, "departure": { "delay": 0, "time": "1754641816" }, "stopId": "SETFCRA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641851" }, "departure": { "delay": 0, "time": "1754641851" }, "stopId": "SETGANG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "SETITHA1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642036" }, "departure": { "delay": 0, "time": "1754642036" }, "stopId": "SETVFLE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "SETHOPI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642313" }, "departure": { "delay": 0, "time": "1754642313" }, "stopId": "SETMETA1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642403" }, "departure": { "delay": 0, "time": "1754642403" }, "stopId": "SETSROC1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642465" }, "departure": { "delay": 0, "time": "1754642465" }, "stopId": "SETPSOL1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642515" }, "departure": { "delay": 0, "time": "1754642515" }, "stopId": "SETJCES1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETCAER1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642640" }, "departure": { "delay": 0, "time": "1754642640" }, "stopId": "SETCVER1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642687" }, "departure": { "delay": 0, "time": "1754642687" }, "stopId": "SETUEAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642776" }, "departure": { "delay": 0, "time": "1754642776" }, "stopId": "SETMONT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "SETMEDI1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642934" }, "departure": { "delay": 0, "time": "1754642934" }, "stopId": "SETPVIR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "SETNGUI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754643215" }, "departure": { "delay": 0, "time": "1754643215" }, "stopId": "SETQPAS1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754643283" }, "departure": { "delay": 0, "time": "1754643283" }, "stopId": "SETTMOL1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "SETSNCA", "stopSequence": 24 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87523_250723-4601" }, "vehicle": { "id": "104", "label": "202" } } }, { "id": "ENTITY-TRIP-4601-10250-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETSNCA", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644409" }, "departure": { "delay": 0, "time": "1754644409" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644589" }, "departure": { "delay": 0, "time": "1754644589" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETMEDI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644731" }, "departure": { "delay": 0, "time": "1754644731" }, "stopId": "SETFBAR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644777" }, "departure": { "delay": 0, "time": "1754644777" }, "stopId": "SETCARR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644816" }, "departure": { "delay": 0, "time": "1754644816" }, "stopId": "SETUEAU2", "stopSequence": 7 } ], "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "87592_250723-4601" }, "vehicle": { "id": "104", "label": "202" } } }, { "id": "ENTITY-TRIP-4602-10312-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 101, "time": "1754637661" }, "departure": { "delay": 101, "time": "1754637661" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 101, "time": "1754637761" }, "departure": { "delay": 101, "time": "1754637761" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 101, "time": "1754637824" }, "departure": { "delay": 101, "time": "1754637824" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 101, "time": "1754637894" }, "departure": { "delay": 101, "time": "1754637894" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 101, "time": "1754637964" }, "departure": { "delay": 101, "time": "1754637964" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 101, "time": "1754638001" }, "departure": { "delay": 101, "time": "1754638001" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 101, "time": "1754638076" }, "departure": { "delay": 101, "time": "1754638076" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 101, "time": "1754638141" }, "departure": { "delay": 101, "time": "1754638141" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 101, "time": "1754638181" }, "departure": { "delay": 101, "time": "1754638181" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87348_250723-4602" }, "vehicle": { "id": "25", "label": "100" } } }, { "id": "ENTITY-TRIP-4602-10312-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 101, "time": "1754638241" }, "departure": { "delay": 101, "time": "1754638241" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 101, "time": "1754638293" }, "departure": { "delay": 101, "time": "1754638293" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 101, "time": "1754638372" }, "departure": { "delay": 101, "time": "1754638372" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 101, "time": "1754638438" }, "departure": { "delay": 101, "time": "1754638438" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 101, "time": "1754638494" }, "departure": { "delay": 101, "time": "1754638494" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 101, "time": "1754638541" }, "departure": { "delay": 101, "time": "1754638541" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 101, "time": "1754638663" }, "departure": { "delay": 101, "time": "1754638663" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 101, "time": "1754638733" }, "departure": { "delay": 101, "time": "1754638733" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 101, "time": "1754638781" }, "departure": { "delay": 101, "time": "1754638781" }, "stopId": "SETIFRE1", "stopSequence": 9 }, { "arrival": { "delay": 101, "time": "1754638835" }, "departure": { "delay": 101, "time": "1754638835" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 101, "time": "1754638903" }, "departure": { "delay": 101, "time": "1754638903" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 101, "time": "1754638969" }, "departure": { "delay": 101, "time": "1754638969" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 101, "time": "1754639021" }, "departure": { "delay": 101, "time": "1754639021" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 101, "time": "1754639090" }, "departure": { "delay": 101, "time": "1754639090" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 101, "time": "1754639197" }, "departure": { "delay": 101, "time": "1754639197" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 101, "time": "1754639261" }, "departure": { "delay": 101, "time": "1754639261" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 101, "time": "1754639289" }, "departure": { "delay": 101, "time": "1754639289" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 101, "time": "1754639353" }, "departure": { "delay": 101, "time": "1754639353" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 101, "time": "1754639417" }, "departure": { "delay": 101, "time": "1754639417" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 101, "time": "1754639501" }, "departure": { "delay": 101, "time": "1754639501" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 101, "time": "1754639551" }, "departure": { "delay": 101, "time": "1754639551" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 101, "time": "1754639663" }, "departure": { "delay": 101, "time": "1754639663" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 101, "time": "1754639750" }, "departure": { "delay": 101, "time": "1754639750" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 101, "time": "1754639839" }, "departure": { "delay": 101, "time": "1754639839" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 101, "time": "1754639996" }, "departure": { "delay": 101, "time": "1754639996" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 101, "time": "1754640075" }, "departure": { "delay": 101, "time": "1754640075" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 101, "time": "1754640281" }, "departure": { "delay": 101, "time": "1754640281" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87311_250723-4602" }, "vehicle": { "id": "25", "label": "100" } } }, { "id": "ENTITY-TRIP-4602-10312-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETSNCH", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641073" }, "departure": { "delay": 0, "time": "1754641073" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641271" }, "departure": { "delay": 0, "time": "1754641271" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641615" }, "departure": { "delay": 0, "time": "1754641615" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641740" }, "departure": { "delay": 0, "time": "1754641740" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641811" }, "departure": { "delay": 0, "time": "1754641811" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641841" }, "departure": { "delay": 0, "time": "1754641841" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641894" }, "departure": { "delay": 0, "time": "1754641894" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641984" }, "departure": { "delay": 0, "time": "1754641984" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642095" }, "departure": { "delay": 0, "time": "1754642095" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642206" }, "departure": { "delay": 0, "time": "1754642206" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642255" }, "departure": { "delay": 0, "time": "1754642255" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642340" }, "departure": { "delay": 0, "time": "1754642340" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642380" }, "departure": { "delay": 0, "time": "1754642380" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642427" }, "departure": { "delay": 0, "time": "1754642427" }, "stopId": "SETCLUR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642480" }, "departure": { "delay": 0, "time": "1754642480" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754642643" }, "departure": { "delay": 0, "time": "1754642643" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754642713" }, "departure": { "delay": 0, "time": "1754642713" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754642783" }, "departure": { "delay": 0, "time": "1754642783" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754642895" }, "departure": { "delay": 0, "time": "1754642895" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754642960" }, "departure": { "delay": 0, "time": "1754642960" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87352_250723-4602" }, "vehicle": { "id": "25", "label": "100" } } }, { "id": "ENTITY-TRIP-4602-10312-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643112" }, "departure": { "delay": 0, "time": "1754643112" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643191" }, "departure": { "delay": 0, "time": "1754643191" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643257" }, "departure": { "delay": 0, "time": "1754643257" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643313" }, "departure": { "delay": 0, "time": "1754643313" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643482" }, "departure": { "delay": 0, "time": "1754643482" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643552" }, "departure": { "delay": 0, "time": "1754643552" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETIFRE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643654" }, "departure": { "delay": 0, "time": "1754643654" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643722" }, "departure": { "delay": 0, "time": "1754643722" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643788" }, "departure": { "delay": 0, "time": "1754643788" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643840" }, "departure": { "delay": 0, "time": "1754643840" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643909" }, "departure": { "delay": 0, "time": "1754643909" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644016" }, "departure": { "delay": 0, "time": "1754644016" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644108" }, "departure": { "delay": 0, "time": "1754644108" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644172" }, "departure": { "delay": 0, "time": "1754644172" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644236" }, "departure": { "delay": 0, "time": "1754644236" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644370" }, "departure": { "delay": 0, "time": "1754644370" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644482" }, "departure": { "delay": 0, "time": "1754644482" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644569" }, "departure": { "delay": 0, "time": "1754644569" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754644658" }, "departure": { "delay": 0, "time": "1754644658" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754644815" }, "departure": { "delay": 0, "time": "1754644815" }, "stopId": "SETQPAS1", "stopSequence": 25 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87315_250723-4602" }, "vehicle": { "id": "25", "label": "100" } } }, { "id": "ENTITY-TRIP-4603-10315-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 207, "time": "1754637702" }, "departure": { "delay": 207, "time": "1754637702" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 207, "time": "1754637781" }, "departure": { "delay": 207, "time": "1754637781" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 207, "time": "1754637987" }, "departure": { "delay": 207, "time": "1754637987" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87309_250723-4603" }, "vehicle": { "id": "51", "label": "90" } } }, { "id": "ENTITY-TRIP-4603-10315-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638500" }, "departure": { "delay": 0, "time": "1754638500" }, "stopId": "SETSNCH", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638673" }, "departure": { "delay": 0, "time": "1754638673" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638871" }, "departure": { "delay": 0, "time": "1754638871" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639137" }, "departure": { "delay": 0, "time": "1754639137" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639291" }, "departure": { "delay": 0, "time": "1754639291" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639321" }, "departure": { "delay": 0, "time": "1754639321" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639374" }, "departure": { "delay": 0, "time": "1754639374" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639464" }, "departure": { "delay": 0, "time": "1754639464" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639575" }, "departure": { "delay": 0, "time": "1754639575" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639686" }, "departure": { "delay": 0, "time": "1754639686" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639735" }, "departure": { "delay": 0, "time": "1754639735" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639820" }, "departure": { "delay": 0, "time": "1754639820" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754639860" }, "departure": { "delay": 0, "time": "1754639860" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754639907" }, "departure": { "delay": 0, "time": "1754639907" }, "stopId": "SETCLUR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754639960" }, "departure": { "delay": 0, "time": "1754639960" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754640060" }, "departure": { "delay": 0, "time": "1754640060" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754640123" }, "departure": { "delay": 0, "time": "1754640123" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754640193" }, "departure": { "delay": 0, "time": "1754640193" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754640263" }, "departure": { "delay": 0, "time": "1754640263" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754640300" }, "departure": { "delay": 0, "time": "1754640300" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754640375" }, "departure": { "delay": 0, "time": "1754640375" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754640440" }, "departure": { "delay": 0, "time": "1754640440" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754640480" }, "departure": { "delay": 0, "time": "1754640480" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87350_250723-4603" }, "vehicle": { "id": "51", "label": "90" } } }, { "id": "ENTITY-TRIP-4603-10315-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640540" }, "departure": { "delay": 0, "time": "1754640540" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640592" }, "departure": { "delay": 0, "time": "1754640592" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640671" }, "departure": { "delay": 0, "time": "1754640671" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640737" }, "departure": { "delay": 0, "time": "1754640737" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640793" }, "departure": { "delay": 0, "time": "1754640793" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640840" }, "departure": { "delay": 0, "time": "1754640840" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640962" }, "departure": { "delay": 0, "time": "1754640962" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641032" }, "departure": { "delay": 0, "time": "1754641032" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641080" }, "departure": { "delay": 0, "time": "1754641080" }, "stopId": "SETIFRE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641134" }, "departure": { "delay": 0, "time": "1754641134" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641202" }, "departure": { "delay": 0, "time": "1754641202" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641268" }, "departure": { "delay": 0, "time": "1754641268" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641320" }, "departure": { "delay": 0, "time": "1754641320" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641389" }, "departure": { "delay": 0, "time": "1754641389" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641496" }, "departure": { "delay": 0, "time": "1754641496" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641588" }, "departure": { "delay": 0, "time": "1754641588" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641652" }, "departure": { "delay": 0, "time": "1754641652" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641716" }, "departure": { "delay": 0, "time": "1754641716" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641850" }, "departure": { "delay": 0, "time": "1754641850" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754641962" }, "departure": { "delay": 0, "time": "1754641962" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754642049" }, "departure": { "delay": 0, "time": "1754642049" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754642138" }, "departure": { "delay": 0, "time": "1754642138" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754642295" }, "departure": { "delay": 0, "time": "1754642295" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754642374" }, "departure": { "delay": 0, "time": "1754642374" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87313_250723-4603" }, "vehicle": { "id": "51", "label": "90" } } }, { "id": "ENTITY-TRIP-4603-10315-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "SETSNCH", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643473" }, "departure": { "delay": 0, "time": "1754643473" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643671" }, "departure": { "delay": 0, "time": "1754643671" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644015" }, "departure": { "delay": 0, "time": "1754644015" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644211" }, "departure": { "delay": 0, "time": "1754644211" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644241" }, "departure": { "delay": 0, "time": "1754644241" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644294" }, "departure": { "delay": 0, "time": "1754644294" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644384" }, "departure": { "delay": 0, "time": "1754644384" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644495" }, "departure": { "delay": 0, "time": "1754644495" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644606" }, "departure": { "delay": 0, "time": "1754644606" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644655" }, "departure": { "delay": 0, "time": "1754644655" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644780" }, "departure": { "delay": 0, "time": "1754644780" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644827" }, "departure": { "delay": 0, "time": "1754644827" }, "stopId": "SETCLUR2", "stopSequence": 18 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87354_250723-4603" }, "vehicle": { "id": "51", "label": "90" } } }, { "id": "ENTITY-TRIP-4604-10317-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 30, "time": "1754637701" }, "departure": { "delay": 30, "time": "1754637701" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 30, "time": "1754637810" }, "departure": { "delay": 30, "time": "1754637810" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 30, "time": "1754637967" }, "departure": { "delay": 30, "time": "1754637967" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 30, "time": "1754638050" }, "departure": { "delay": 30, "time": "1754638050" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 30, "time": "1754638121" }, "departure": { "delay": 30, "time": "1754638121" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 30, "time": "1754638151" }, "departure": { "delay": 30, "time": "1754638151" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 30, "time": "1754638204" }, "departure": { "delay": 30, "time": "1754638204" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 30, "time": "1754638230" }, "departure": { "delay": 30, "time": "1754638230" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 30, "time": "1754638294" }, "departure": { "delay": 30, "time": "1754638294" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 30, "time": "1754638405" }, "departure": { "delay": 30, "time": "1754638405" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 30, "time": "1754638470" }, "departure": { "delay": 30, "time": "1754638470" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 30, "time": "1754638516" }, "departure": { "delay": 30, "time": "1754638516" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 30, "time": "1754638565" }, "departure": { "delay": 30, "time": "1754638565" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 30, "time": "1754638650" }, "departure": { "delay": 30, "time": "1754638650" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 30, "time": "1754638690" }, "departure": { "delay": 30, "time": "1754638690" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 30, "time": "1754638737" }, "departure": { "delay": 30, "time": "1754638737" }, "stopId": "SETCLUR2", "stopSequence": 18 }, { "arrival": { "delay": 30, "time": "1754638790" }, "departure": { "delay": 30, "time": "1754638790" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 30, "time": "1754638890" }, "departure": { "delay": 30, "time": "1754638890" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 30, "time": "1754638953" }, "departure": { "delay": 30, "time": "1754638953" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 30, "time": "1754639023" }, "departure": { "delay": 30, "time": "1754639023" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 30, "time": "1754639093" }, "departure": { "delay": 30, "time": "1754639093" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 30, "time": "1754639130" }, "departure": { "delay": 30, "time": "1754639130" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 30, "time": "1754639205" }, "departure": { "delay": 30, "time": "1754639205" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 30, "time": "1754639270" }, "departure": { "delay": 30, "time": "1754639270" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 30, "time": "1754639310" }, "departure": { "delay": 30, "time": "1754639310" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87349_250723-4604" }, "vehicle": { "id": "109", "label": "103" } } }, { "id": "ENTITY-TRIP-4604-10317-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 30, "time": "1754639370" }, "departure": { "delay": 30, "time": "1754639370" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 30, "time": "1754639422" }, "departure": { "delay": 30, "time": "1754639422" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 30, "time": "1754639501" }, "departure": { "delay": 30, "time": "1754639501" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 30, "time": "1754639567" }, "departure": { "delay": 30, "time": "1754639567" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 30, "time": "1754639623" }, "departure": { "delay": 30, "time": "1754639623" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 30, "time": "1754639670" }, "departure": { "delay": 30, "time": "1754639670" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 30, "time": "1754639792" }, "departure": { "delay": 30, "time": "1754639792" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 30, "time": "1754639862" }, "departure": { "delay": 30, "time": "1754639862" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 30, "time": "1754639910" }, "departure": { "delay": 30, "time": "1754639910" }, "stopId": "SETIFRE1", "stopSequence": 9 }, { "arrival": { "delay": 30, "time": "1754639964" }, "departure": { "delay": 30, "time": "1754639964" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 30, "time": "1754640032" }, "departure": { "delay": 30, "time": "1754640032" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 30, "time": "1754640098" }, "departure": { "delay": 30, "time": "1754640098" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 30, "time": "1754640150" }, "departure": { "delay": 30, "time": "1754640150" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 30, "time": "1754640219" }, "departure": { "delay": 30, "time": "1754640219" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 30, "time": "1754640326" }, "departure": { "delay": 30, "time": "1754640326" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 30, "time": "1754640390" }, "departure": { "delay": 30, "time": "1754640390" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 30, "time": "1754640418" }, "departure": { "delay": 30, "time": "1754640418" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 30, "time": "1754640482" }, "departure": { "delay": 30, "time": "1754640482" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 30, "time": "1754640546" }, "departure": { "delay": 30, "time": "1754640546" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 30, "time": "1754640630" }, "departure": { "delay": 30, "time": "1754640630" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 30, "time": "1754640680" }, "departure": { "delay": 30, "time": "1754640680" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 30, "time": "1754640792" }, "departure": { "delay": 30, "time": "1754640792" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 30, "time": "1754640879" }, "departure": { "delay": 30, "time": "1754640879" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 30, "time": "1754640968" }, "departure": { "delay": 30, "time": "1754640968" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 30, "time": "1754641125" }, "departure": { "delay": 30, "time": "1754641125" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 30, "time": "1754641204" }, "departure": { "delay": 30, "time": "1754641204" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 30, "time": "1754641410" }, "departure": { "delay": 30, "time": "1754641410" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87312_250723-4604" }, "vehicle": { "id": "109", "label": "103" } } }, { "id": "ENTITY-TRIP-4604-10317-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "SETSNCH", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642273" }, "departure": { "delay": 0, "time": "1754642273" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642471" }, "departure": { "delay": 0, "time": "1754642471" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642815" }, "departure": { "delay": 0, "time": "1754642815" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642940" }, "departure": { "delay": 0, "time": "1754642940" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643011" }, "departure": { "delay": 0, "time": "1754643011" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643041" }, "departure": { "delay": 0, "time": "1754643041" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643094" }, "departure": { "delay": 0, "time": "1754643094" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643120" }, "departure": { "delay": 0, "time": "1754643120" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643184" }, "departure": { "delay": 0, "time": "1754643184" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643295" }, "departure": { "delay": 0, "time": "1754643295" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643406" }, "departure": { "delay": 0, "time": "1754643406" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643455" }, "departure": { "delay": 0, "time": "1754643455" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643540" }, "departure": { "delay": 0, "time": "1754643540" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643580" }, "departure": { "delay": 0, "time": "1754643580" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643627" }, "departure": { "delay": 0, "time": "1754643627" }, "stopId": "SETCLUR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643680" }, "departure": { "delay": 0, "time": "1754643680" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754643843" }, "departure": { "delay": 0, "time": "1754643843" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754643913" }, "departure": { "delay": 0, "time": "1754643913" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754643983" }, "departure": { "delay": 0, "time": "1754643983" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754644095" }, "departure": { "delay": 0, "time": "1754644095" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754644160" }, "departure": { "delay": 0, "time": "1754644160" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87353_250723-4604" }, "vehicle": { "id": "109", "label": "103" } } }, { "id": "ENTITY-TRIP-4604-10317-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644260" }, "departure": { "delay": 0, "time": "1754644260" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644312" }, "departure": { "delay": 0, "time": "1754644312" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644391" }, "departure": { "delay": 0, "time": "1754644391" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644457" }, "departure": { "delay": 0, "time": "1754644457" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644513" }, "departure": { "delay": 0, "time": "1754644513" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644682" }, "departure": { "delay": 0, "time": "1754644682" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644752" }, "departure": { "delay": 0, "time": "1754644752" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "SETIFRE1", "stopSequence": 9 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87316_250723-4604" }, "vehicle": { "id": "109", "label": "103" } } }, { "id": "ENTITY-TRIP-4615-10246-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 58, "time": "1754637703" }, "departure": { "delay": 58, "time": "1754637703" }, "stopId": "SETCVER2", "stopSequence": 18 }, { "arrival": { "delay": 58, "time": "1754637776" }, "departure": { "delay": 58, "time": "1754637776" }, "stopId": "SETCAER2", "stopSequence": 19 }, { "arrival": { "delay": 58, "time": "1754637838" }, "departure": { "delay": 58, "time": "1754637838" }, "stopId": "SETVALL1", "stopSequence": 20 } ], "trip": { "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "87744_250723-4615" }, "vehicle": { "id": "6", "label": "18" } } }, { "id": "ENTITY-TRIP-4615-10246-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "SETVALL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639165" }, "departure": { "delay": 0, "time": "1754639165" }, "stopId": "SETCAER1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639209" }, "departure": { "delay": 0, "time": "1754639209" }, "stopId": "SETCVER1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639280" }, "departure": { "delay": 0, "time": "1754639280" }, "stopId": "SETMVEN2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639361" }, "departure": { "delay": 0, "time": "1754639361" }, "stopId": "SETPREV1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639417" }, "departure": { "delay": 0, "time": "1754639417" }, "stopId": "SETCFA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639520" }, "departure": { "delay": 0, "time": "1754639520" }, "stopId": "SETCOMM1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639644" }, "departure": { "delay": 0, "time": "1754639644" }, "stopId": "SETPVIR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "SETPDAU1", "stopSequence": 9 } ], "trip": { "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "87755_250723-4615" }, "vehicle": { "id": "6", "label": "18" } } }, { "id": "ENTITY-TRIP-4615-10246-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640000" }, "departure": { "delay": 0, "time": "1754640000" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640097" }, "departure": { "delay": 0, "time": "1754640097" }, "stopId": "SETHVIL1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640191" }, "departure": { "delay": 0, "time": "1754640191" }, "stopId": "SETGRHA1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640229" }, "departure": { "delay": 0, "time": "1754640229" }, "stopId": "SETRPAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640264" }, "departure": { "delay": 0, "time": "1754640264" }, "stopId": "SETREBO1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640293" }, "departure": { "delay": 0, "time": "1754640293" }, "stopId": "SETDSLO1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640335" }, "departure": { "delay": 0, "time": "1754640335" }, "stopId": "SETTJOU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "SETHVIL1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640473" }, "departure": { "delay": 0, "time": "1754640473" }, "stopId": "SETDOUM1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640512" }, "departure": { "delay": 0, "time": "1754640512" }, "stopId": "SETLPVA1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640687" }, "departure": { "delay": 0, "time": "1754640687" }, "stopId": "SETFRAT1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640779" }, "departure": { "delay": 0, "time": "1754640779" }, "stopId": "SETLIBE1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640840" }, "departure": { "delay": 0, "time": "1754640840" }, "stopId": "SETSCOE1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640927" }, "departure": { "delay": 0, "time": "1754640927" }, "stopId": "SETLBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640971" }, "departure": { "delay": 0, "time": "1754640971" }, "stopId": "SETCHAV1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641063" }, "departure": { "delay": 0, "time": "1754641063" }, "stopId": "SETSALL1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETMVEN1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641245" }, "departure": { "delay": 0, "time": "1754641245" }, "stopId": "SETCVER2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641318" }, "departure": { "delay": 0, "time": "1754641318" }, "stopId": "SETCAER2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETVALL1", "stopSequence": 20 } ], "trip": { "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "87743_250723-4615" }, "vehicle": { "id": "6", "label": "18" } } }, { "id": "ENTITY-TRIP-4615-10246-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETVALL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642765" }, "departure": { "delay": 0, "time": "1754642765" }, "stopId": "SETCAER1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642809" }, "departure": { "delay": 0, "time": "1754642809" }, "stopId": "SETCVER1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642880" }, "departure": { "delay": 0, "time": "1754642880" }, "stopId": "SETMVEN2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642961" }, "departure": { "delay": 0, "time": "1754642961" }, "stopId": "SETPREV1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643017" }, "departure": { "delay": 0, "time": "1754643017" }, "stopId": "SETCFA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643120" }, "departure": { "delay": 0, "time": "1754643120" }, "stopId": "SETCOMM1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643244" }, "departure": { "delay": 0, "time": "1754643244" }, "stopId": "SETPVIR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETPDAU1", "stopSequence": 9 } ], "trip": { "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "87754_250723-4615" }, "vehicle": { "id": "6", "label": "18" } } }, { "id": "ENTITY-TRIP-4615-10246-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643697" }, "departure": { "delay": 0, "time": "1754643697" }, "stopId": "SETHVIL1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643791" }, "departure": { "delay": 0, "time": "1754643791" }, "stopId": "SETGRHA1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643829" }, "departure": { "delay": 0, "time": "1754643829" }, "stopId": "SETRPAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643864" }, "departure": { "delay": 0, "time": "1754643864" }, "stopId": "SETREBO1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643893" }, "departure": { "delay": 0, "time": "1754643893" }, "stopId": "SETDSLO1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643935" }, "departure": { "delay": 0, "time": "1754643935" }, "stopId": "SETTJOU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "SETHVIL1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644073" }, "departure": { "delay": 0, "time": "1754644073" }, "stopId": "SETDOUM1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644112" }, "departure": { "delay": 0, "time": "1754644112" }, "stopId": "SETLPVA1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644287" }, "departure": { "delay": 0, "time": "1754644287" }, "stopId": "SETFRAT1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644379" }, "departure": { "delay": 0, "time": "1754644379" }, "stopId": "SETLIBE1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "SETSCOE1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644527" }, "departure": { "delay": 0, "time": "1754644527" }, "stopId": "SETLBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644571" }, "departure": { "delay": 0, "time": "1754644571" }, "stopId": "SETCHAV1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644663" }, "departure": { "delay": 0, "time": "1754644663" }, "stopId": "SETSALL1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "SETMVEN1", "stopSequence": 17 } ], "trip": { "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "87742_250723-4615" }, "vehicle": { "id": "6", "label": "18" } } }, { "id": "ENTITY-TRIP-4616-10244-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 125, "time": "1754637704" }, "departure": { "delay": 125, "time": "1754637704" }, "stopId": "SETPBLA2", "stopSequence": 6 }, { "arrival": { "delay": 125, "time": "1754637744" }, "departure": { "delay": 125, "time": "1754637744" }, "stopId": "SETGECK2", "stopSequence": 7 }, { "arrival": { "delay": 125, "time": "1754637821" }, "departure": { "delay": 125, "time": "1754637821" }, "stopId": "SETBELB2", "stopSequence": 8 }, { "arrival": { "delay": 125, "time": "1754637903" }, "departure": { "delay": 125, "time": "1754637903" }, "stopId": "SETPOMP2", "stopSequence": 9 }, { "arrival": { "delay": 125, "time": "1754637965" }, "departure": { "delay": 125, "time": "1754637965" }, "stopId": "SETCSCL2", "stopSequence": 10 }, { "arrival": { "delay": 125, "time": "1754638048" }, "departure": { "delay": 125, "time": "1754638048" }, "stopId": "SETHNST2", "stopSequence": 11 }, { "arrival": { "delay": 125, "time": "1754638088" }, "departure": { "delay": 125, "time": "1754638088" }, "stopId": "SETQCST2", "stopSequence": 12 }, { "arrival": { "delay": 125, "time": "1754638122" }, "departure": { "delay": 125, "time": "1754638122" }, "stopId": "SETAURO2", "stopSequence": 13 }, { "arrival": { "delay": 125, "time": "1754638205" }, "departure": { "delay": 125, "time": "1754638205" }, "stopId": "SETCITA2", "stopSequence": 14 }, { "arrival": { "delay": 125, "time": "1754638270" }, "departure": { "delay": 125, "time": "1754638270" }, "stopId": "SETMPVA1", "stopSequence": 15 }, { "arrival": { "delay": 125, "time": "1754638296" }, "departure": { "delay": 125, "time": "1754638296" }, "stopId": "SETCMAR2", "stopSequence": 16 }, { "arrival": { "delay": 125, "time": "1754638385" }, "departure": { "delay": 125, "time": "1754638385" }, "stopId": "SETMOLE1", "stopSequence": 17 }, { "arrival": { "delay": 125, "time": "1754638441" }, "departure": { "delay": 125, "time": "1754638441" }, "stopId": "SETPENI1", "stopSequence": 18 }, { "arrival": { "delay": 125, "time": "1754638566" }, "departure": { "delay": 125, "time": "1754638566" }, "stopId": "SETSAVO1", "stopSequence": 19 }, { "arrival": { "delay": 125, "time": "1754638663" }, "departure": { "delay": 125, "time": "1754638663" }, "stopId": "SETQALG1", "stopSequence": 20 }, { "arrival": { "delay": 125, "time": "1754638762" }, "departure": { "delay": 125, "time": "1754638762" }, "stopId": "SETPDEL1", "stopSequence": 21 }, { "arrival": { "delay": 125, "time": "1754638925" }, "departure": { "delay": 125, "time": "1754638925" }, "stopId": "SETPDAU1", "stopSequence": 22 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87777_250723-4616" }, "vehicle": { "id": "10", "label": "22" } } }, { "id": "ENTITY-TRIP-4616-10244-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639217" }, "departure": { "delay": 0, "time": "1754639217" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639280" }, "departure": { "delay": 0, "time": "1754639280" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639330" }, "departure": { "delay": 0, "time": "1754639330" }, "stopId": "SETCMAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639349" }, "departure": { "delay": 0, "time": "1754639349" }, "stopId": "SETMPVA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "SETCITA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639478" }, "departure": { "delay": 0, "time": "1754639478" }, "stopId": "SETAURO1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639516" }, "departure": { "delay": 0, "time": "1754639516" }, "stopId": "SETQCST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639575" }, "departure": { "delay": 0, "time": "1754639575" }, "stopId": "SETHNST1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "SETCSCL1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639681" }, "departure": { "delay": 0, "time": "1754639681" }, "stopId": "SETPOMP1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639726" }, "departure": { "delay": 0, "time": "1754639726" }, "stopId": "SETBELB1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639788" }, "departure": { "delay": 0, "time": "1754639788" }, "stopId": "SETGECK1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639809" }, "departure": { "delay": 0, "time": "1754639809" }, "stopId": "SETPBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639880" }, "departure": { "delay": 0, "time": "1754639880" }, "stopId": "SETGOLF1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639996" }, "departure": { "delay": 0, "time": "1754639996" }, "stopId": "SETGATT1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640097" }, "departure": { "delay": 0, "time": "1754640097" }, "stopId": "SETMVIE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640238" }, "departure": { "delay": 0, "time": "1754640238" }, "stopId": "SETPCOR1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640300" }, "departure": { "delay": 0, "time": "1754640300" }, "stopId": "SETNDSM1", "stopSequence": 19 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87798_250723-4616" }, "vehicle": { "id": "10", "label": "22" } } }, { "id": "ENTITY-TRIP-4616-10244-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "SETNDSM2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640625" }, "departure": { "delay": 0, "time": "1754640625" }, "stopId": "SETPCOR2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640686" }, "departure": { "delay": 0, "time": "1754640686" }, "stopId": "SETMVIE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640730" }, "departure": { "delay": 0, "time": "1754640730" }, "stopId": "SETGATT2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "SETGOLF2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640879" }, "departure": { "delay": 0, "time": "1754640879" }, "stopId": "SETPBLA2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640919" }, "departure": { "delay": 0, "time": "1754640919" }, "stopId": "SETGECK2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640996" }, "departure": { "delay": 0, "time": "1754640996" }, "stopId": "SETBELB2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641078" }, "departure": { "delay": 0, "time": "1754641078" }, "stopId": "SETPOMP2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETCSCL2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641223" }, "departure": { "delay": 0, "time": "1754641223" }, "stopId": "SETHNST2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641263" }, "departure": { "delay": 0, "time": "1754641263" }, "stopId": "SETQCST2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641297" }, "departure": { "delay": 0, "time": "1754641297" }, "stopId": "SETAURO2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETCITA2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641445" }, "departure": { "delay": 0, "time": "1754641445" }, "stopId": "SETMPVA1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641471" }, "departure": { "delay": 0, "time": "1754641471" }, "stopId": "SETCMAR2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "SETMOLE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641616" }, "departure": { "delay": 0, "time": "1754641616" }, "stopId": "SETPENI1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641741" }, "departure": { "delay": 0, "time": "1754641741" }, "stopId": "SETSAVO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641838" }, "departure": { "delay": 0, "time": "1754641838" }, "stopId": "SETQALG1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641937" }, "departure": { "delay": 0, "time": "1754641937" }, "stopId": "SETPDEL1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "SETPDAU1", "stopSequence": 22 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87776_250723-4616" }, "vehicle": { "id": "10", "label": "22" } } }, { "id": "ENTITY-TRIP-4616-10244-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642517" }, "departure": { "delay": 0, "time": "1754642517" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642630" }, "departure": { "delay": 0, "time": "1754642630" }, "stopId": "SETCMAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642649" }, "departure": { "delay": 0, "time": "1754642649" }, "stopId": "SETMPVA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETCITA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642778" }, "departure": { "delay": 0, "time": "1754642778" }, "stopId": "SETAURO1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642816" }, "departure": { "delay": 0, "time": "1754642816" }, "stopId": "SETQCST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642875" }, "departure": { "delay": 0, "time": "1754642875" }, "stopId": "SETHNST1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642940" }, "departure": { "delay": 0, "time": "1754642940" }, "stopId": "SETCSCL1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642981" }, "departure": { "delay": 0, "time": "1754642981" }, "stopId": "SETPOMP1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643026" }, "departure": { "delay": 0, "time": "1754643026" }, "stopId": "SETBELB1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643088" }, "departure": { "delay": 0, "time": "1754643088" }, "stopId": "SETGECK1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643109" }, "departure": { "delay": 0, "time": "1754643109" }, "stopId": "SETPBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "SETGOLF1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643296" }, "departure": { "delay": 0, "time": "1754643296" }, "stopId": "SETGATT1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643397" }, "departure": { "delay": 0, "time": "1754643397" }, "stopId": "SETMVIE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643538" }, "departure": { "delay": 0, "time": "1754643538" }, "stopId": "SETPCOR1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETNDSM1", "stopSequence": 19 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87796_250723-4616" }, "vehicle": { "id": "10", "label": "22" } } }, { "id": "ENTITY-TRIP-4616-10244-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETNDSM2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643925" }, "departure": { "delay": 0, "time": "1754643925" }, "stopId": "SETPCOR2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643986" }, "departure": { "delay": 0, "time": "1754643986" }, "stopId": "SETMVIE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644030" }, "departure": { "delay": 0, "time": "1754644030" }, "stopId": "SETGATT2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "SETGOLF2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644179" }, "departure": { "delay": 0, "time": "1754644179" }, "stopId": "SETPBLA2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644219" }, "departure": { "delay": 0, "time": "1754644219" }, "stopId": "SETGECK2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644296" }, "departure": { "delay": 0, "time": "1754644296" }, "stopId": "SETBELB2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644378" }, "departure": { "delay": 0, "time": "1754644378" }, "stopId": "SETPOMP2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "SETCSCL2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644523" }, "departure": { "delay": 0, "time": "1754644523" }, "stopId": "SETHNST2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644563" }, "departure": { "delay": 0, "time": "1754644563" }, "stopId": "SETQCST2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644597" }, "departure": { "delay": 0, "time": "1754644597" }, "stopId": "SETAURO2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETCITA2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644745" }, "departure": { "delay": 0, "time": "1754644745" }, "stopId": "SETMPVA1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644771" }, "departure": { "delay": 0, "time": "1754644771" }, "stopId": "SETCMAR2", "stopSequence": 16 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87774_250723-4616" }, "vehicle": { "id": "10", "label": "22" } } }, { "id": "ENTITY-TRIP-4617-10241-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 9, "time": "1754637609" }, "departure": { "delay": 9, "time": "1754637609" }, "stopId": "SETMGRA1", "stopSequence": 1 }, { "arrival": { "delay": 9, "time": "1754637681" }, "departure": { "delay": 9, "time": "1754637681" }, "stopId": "SETTSOL1", "stopSequence": 2 }, { "arrival": { "delay": 9, "time": "1754637715" }, "departure": { "delay": 9, "time": "1754637715" }, "stopId": "SETORAN1", "stopSequence": 3 }, { "arrival": { "delay": 9, "time": "1754637765" }, "departure": { "delay": 9, "time": "1754637765" }, "stopId": "SETRVAL3", "stopSequence": 4 }, { "arrival": { "delay": 9, "time": "1754637796" }, "departure": { "delay": 9, "time": "1754637796" }, "stopId": "SETRPEU2", "stopSequence": 5 }, { "arrival": { "delay": 9, "time": "1754637849" }, "departure": { "delay": 9, "time": "1754637849" }, "stopId": "SETFONQ2", "stopSequence": 6 }, { "arrival": { "delay": 9, "time": "1754637881" }, "departure": { "delay": 9, "time": "1754637881" }, "stopId": "SETIFRE2", "stopSequence": 7 }, { "arrival": { "delay": 9, "time": "1754637977" }, "departure": { "delay": 9, "time": "1754637977" }, "stopId": "SETVILL1", "stopSequence": 8 }, { "arrival": { "delay": 9, "time": "1754638008" }, "departure": { "delay": 9, "time": "1754638008" }, "stopId": "SETPONA1", "stopSequence": 9 }, { "arrival": { "delay": 9, "time": "1754638086" }, "departure": { "delay": 9, "time": "1754638086" }, "stopId": "SETCLUR2", "stopSequence": 10 }, { "arrival": { "delay": 9, "time": "1754638129" }, "departure": { "delay": 9, "time": "1754638129" }, "stopId": "SETSALI2", "stopSequence": 11 }, { "arrival": { "delay": 9, "time": "1754638209" }, "departure": { "delay": 9, "time": "1754638209" }, "stopId": "SETVIGN2", "stopSequence": 12 }, { "arrival": { "delay": 9, "time": "1754638264" }, "departure": { "delay": 9, "time": "1754638264" }, "stopId": "SETCIPY2", "stopSequence": 13 }, { "arrival": { "delay": 9, "time": "1754638327" }, "departure": { "delay": 9, "time": "1754638327" }, "stopId": "SETEGBR2", "stopSequence": 14 }, { "arrival": { "delay": 9, "time": "1754638389" }, "departure": { "delay": 9, "time": "1754638389" }, "stopId": "SETHOPI3", "stopSequence": 15 }, { "arrival": { "delay": 9, "time": "1754638437" }, "departure": { "delay": 9, "time": "1754638437" }, "stopId": "SETALUM2", "stopSequence": 16 }, { "arrival": { "delay": 9, "time": "1754638481" }, "departure": { "delay": 9, "time": "1754638481" }, "stopId": "SETRDES1", "stopSequence": 17 }, { "arrival": { "delay": 9, "time": "1754638516" }, "departure": { "delay": 9, "time": "1754638516" }, "stopId": "SETPEPI1", "stopSequence": 18 }, { "arrival": { "delay": 9, "time": "1754638578" }, "departure": { "delay": 9, "time": "1754638578" }, "stopId": "SETLMIC1", "stopSequence": 19 }, { "arrival": { "delay": 9, "time": "1754638629" }, "departure": { "delay": 9, "time": "1754638629" }, "stopId": "SETSOUR1", "stopSequence": 20 }, { "arrival": { "delay": 9, "time": "1754638713" }, "departure": { "delay": 9, "time": "1754638713" }, "stopId": "SETFBUI1", "stopSequence": 21 }, { "arrival": { "delay": 9, "time": "1754638768" }, "departure": { "delay": 9, "time": "1754638768" }, "stopId": "SETCGAU1", "stopSequence": 22 }, { "arrival": { "delay": 9, "time": "1754638850" }, "departure": { "delay": 9, "time": "1754638850" }, "stopId": "SETSPIN1", "stopSequence": 23 }, { "arrival": { "delay": 9, "time": "1754638914" }, "departure": { "delay": 9, "time": "1754638914" }, "stopId": "SETSMIC1", "stopSequence": 24 }, { "arrival": { "delay": 9, "time": "1754638989" }, "departure": { "delay": 9, "time": "1754638989" }, "stopId": "SETJFLE1", "stopSequence": 25 }, { "arrival": { "delay": 9, "time": "1754639074" }, "departure": { "delay": 9, "time": "1754639074" }, "stopId": "SETSCAR1", "stopSequence": 26 }, { "arrival": { "delay": 9, "time": "1754639110" }, "departure": { "delay": 9, "time": "1754639110" }, "stopId": "SETQBOS1", "stopSequence": 27 }, { "arrival": { "delay": 9, "time": "1754639207" }, "departure": { "delay": 9, "time": "1754639207" }, "stopId": "SETCOMM1", "stopSequence": 28 }, { "arrival": { "delay": 9, "time": "1754639311" }, "departure": { "delay": 9, "time": "1754639311" }, "stopId": "SETPVIR1", "stopSequence": 29 }, { "arrival": { "delay": 9, "time": "1754639409" }, "departure": { "delay": 9, "time": "1754639409" }, "stopId": "SETNGUI1", "stopSequence": 30 } ], "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "87812_250723-4617" }, "vehicle": { "id": "22", "label": "34" } } }, { "id": "ENTITY-TRIP-4617-10241-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640717" }, "departure": { "delay": 0, "time": "1754640717" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640830" }, "departure": { "delay": 0, "time": "1754640830" }, "stopId": "SETCMAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640849" }, "departure": { "delay": 0, "time": "1754640849" }, "stopId": "SETMPVA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETCITA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640978" }, "departure": { "delay": 0, "time": "1754640978" }, "stopId": "SETAURO1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641016" }, "departure": { "delay": 0, "time": "1754641016" }, "stopId": "SETQCST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641075" }, "departure": { "delay": 0, "time": "1754641075" }, "stopId": "SETHNST1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETCSCL1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641181" }, "departure": { "delay": 0, "time": "1754641181" }, "stopId": "SETPOMP1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641226" }, "departure": { "delay": 0, "time": "1754641226" }, "stopId": "SETBELB1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641288" }, "departure": { "delay": 0, "time": "1754641288" }, "stopId": "SETGECK1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641309" }, "departure": { "delay": 0, "time": "1754641309" }, "stopId": "SETPBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETGOLF1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641496" }, "departure": { "delay": 0, "time": "1754641496" }, "stopId": "SETGATT1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641597" }, "departure": { "delay": 0, "time": "1754641597" }, "stopId": "SETMVIE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641738" }, "departure": { "delay": 0, "time": "1754641738" }, "stopId": "SETPCOR1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETNDSM1", "stopSequence": 19 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87797_250723-4617" }, "vehicle": { "id": "22", "label": "34" } } }, { "id": "ENTITY-TRIP-4617-10241-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "SETNDSM2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642125" }, "departure": { "delay": 0, "time": "1754642125" }, "stopId": "SETPCOR2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642186" }, "departure": { "delay": 0, "time": "1754642186" }, "stopId": "SETMVIE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642230" }, "departure": { "delay": 0, "time": "1754642230" }, "stopId": "SETGATT2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642280" }, "departure": { "delay": 0, "time": "1754642280" }, "stopId": "SETGOLF2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642379" }, "departure": { "delay": 0, "time": "1754642379" }, "stopId": "SETPBLA2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642419" }, "departure": { "delay": 0, "time": "1754642419" }, "stopId": "SETGECK2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642496" }, "departure": { "delay": 0, "time": "1754642496" }, "stopId": "SETBELB2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642578" }, "departure": { "delay": 0, "time": "1754642578" }, "stopId": "SETPOMP2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642640" }, "departure": { "delay": 0, "time": "1754642640" }, "stopId": "SETCSCL2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642723" }, "departure": { "delay": 0, "time": "1754642723" }, "stopId": "SETHNST2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642763" }, "departure": { "delay": 0, "time": "1754642763" }, "stopId": "SETQCST2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642797" }, "departure": { "delay": 0, "time": "1754642797" }, "stopId": "SETAURO2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642880" }, "departure": { "delay": 0, "time": "1754642880" }, "stopId": "SETCITA2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642945" }, "departure": { "delay": 0, "time": "1754642945" }, "stopId": "SETMPVA1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642971" }, "departure": { "delay": 0, "time": "1754642971" }, "stopId": "SETCMAR2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "SETMOLE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643116" }, "departure": { "delay": 0, "time": "1754643116" }, "stopId": "SETPENI1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643241" }, "departure": { "delay": 0, "time": "1754643241" }, "stopId": "SETSAVO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754643338" }, "departure": { "delay": 0, "time": "1754643338" }, "stopId": "SETQALG1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754643437" }, "departure": { "delay": 0, "time": "1754643437" }, "stopId": "SETPDEL1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETPDAU1", "stopSequence": 22 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87775_250723-4617" }, "vehicle": { "id": "22", "label": "34" } } }, { "id": "ENTITY-TRIP-4617-10241-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644017" }, "departure": { "delay": 0, "time": "1754644017" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644130" }, "departure": { "delay": 0, "time": "1754644130" }, "stopId": "SETCMAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644149" }, "departure": { "delay": 0, "time": "1754644149" }, "stopId": "SETMPVA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETCITA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644278" }, "departure": { "delay": 0, "time": "1754644278" }, "stopId": "SETAURO1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644316" }, "departure": { "delay": 0, "time": "1754644316" }, "stopId": "SETQCST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644375" }, "departure": { "delay": 0, "time": "1754644375" }, "stopId": "SETHNST1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "SETCSCL1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644481" }, "departure": { "delay": 0, "time": "1754644481" }, "stopId": "SETPOMP1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644526" }, "departure": { "delay": 0, "time": "1754644526" }, "stopId": "SETBELB1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644588" }, "departure": { "delay": 0, "time": "1754644588" }, "stopId": "SETGECK1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644609" }, "departure": { "delay": 0, "time": "1754644609" }, "stopId": "SETPBLA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETGOLF1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644796" }, "departure": { "delay": 0, "time": "1754644796" }, "stopId": "SETGATT1", "stopSequence": 16 } ], "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "87795_250723-4617" }, "vehicle": { "id": "22", "label": "34" } } }, { "id": "ENTITY-TRIP-4620-10104-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 385, "time": "1754637731" }, "departure": { "delay": 385, "time": "1754637731" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 385, "time": "1754637805" }, "departure": { "delay": 385, "time": "1754637805" }, "stopId": "SETMCOU2", "stopSequence": 23 }, { "arrival": { "delay": 385, "time": "1754637926" }, "departure": { "delay": 385, "time": "1754637926" }, "stopId": "SETQPAS1", "stopSequence": 24 }, { "arrival": { "delay": 385, "time": "1754638000" }, "departure": { "delay": 385, "time": "1754638000" }, "stopId": "SETTMOL1", "stopSequence": 25 }, { "arrival": { "delay": 385, "time": "1754638165" }, "departure": { "delay": 385, "time": "1754638165" }, "stopId": "SETSNCD", "stopSequence": 26 } ], "trip": { "routeId": "22", "scheduleRelationship": "SCHEDULED", "tripId": "88460_250723-4620" }, "vehicle": { "id": "24", "label": "36" } } }, { "id": "ENTITY-TRIP-4620-10104-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 85, "time": "1754638285" }, "departure": { "delay": 85, "time": "1754638285" }, "stopId": "SETSNCD", "stopSequence": 1 }, { "arrival": { "delay": 85, "time": "1754638413" }, "departure": { "delay": 85, "time": "1754638413" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 85, "time": "1754638645" }, "departure": { "delay": 85, "time": "1754638645" }, "stopId": "SETRSUD1", "stopSequence": 3 }, { "arrival": { "delay": 85, "time": "1754638698" }, "departure": { "delay": 85, "time": "1754638698" }, "stopId": "SETGMAR2", "stopSequence": 4 }, { "arrival": { "delay": 85, "time": "1754638748" }, "departure": { "delay": 85, "time": "1754638748" }, "stopId": "SETPART1", "stopSequence": 5 }, { "arrival": { "delay": 85, "time": "1754638948" }, "departure": { "delay": 85, "time": "1754638948" }, "stopId": "FROGLAC2", "stopSequence": 6 }, { "arrival": { "delay": 85, "time": "1754639005" }, "departure": { "delay": 85, "time": "1754639005" }, "stopId": "FROPAGN2", "stopSequence": 7 }, { "arrival": { "delay": 85, "time": "1754639078" }, "departure": { "delay": 85, "time": "1754639078" }, "stopId": "FROTENN2", "stopSequence": 8 }, { "arrival": { "delay": 85, "time": "1754639109" }, "departure": { "delay": 85, "time": "1754639109" }, "stopId": "FROSTON2", "stopSequence": 9 }, { "arrival": { "delay": 85, "time": "1754639245" }, "departure": { "delay": 85, "time": "1754639245" }, "stopId": "FROCFER2", "stopSequence": 10 }, { "arrival": { "delay": 85, "time": "1754639421" }, "departure": { "delay": 85, "time": "1754639421" }, "stopId": "BLBPLAN2", "stopSequence": 11 }, { "arrival": { "delay": 85, "time": "1754639521" }, "departure": { "delay": 85, "time": "1754639521" }, "stopId": "BLBPEYR2", "stopSequence": 12 }, { "arrival": { "delay": 85, "time": "1754639580" }, "departure": { "delay": 85, "time": "1754639580" }, "stopId": "BLBCLOS2", "stopSequence": 13 }, { "arrival": { "delay": 85, "time": "1754639725" }, "departure": { "delay": 85, "time": "1754639725" }, "stopId": "BLVGREMD", "stopSequence": 14 }, { "arrival": { "delay": 85, "time": "1754639847" }, "departure": { "delay": 85, "time": "1754639847" }, "stopId": "GIGCMOU2", "stopSequence": 15 }, { "arrival": { "delay": 85, "time": "1754639961" }, "departure": { "delay": 85, "time": "1754639961" }, "stopId": "GIGISSA2", "stopSequence": 16 }, { "arrival": { "delay": 85, "time": "1754640172" }, "departure": { "delay": 85, "time": "1754640172" }, "stopId": "GIGBEGU2", "stopSequence": 17 }, { "arrival": { "delay": 85, "time": "1754640225" }, "departure": { "delay": 85, "time": "1754640225" }, "stopId": "GIGBASC2", "stopSequence": 18 }, { "arrival": { "delay": 85, "time": "1754640265" }, "departure": { "delay": 85, "time": "1754640265" }, "stopId": "GIGAMON1", "stopSequence": 19 }, { "arrival": { "delay": 85, "time": "1754640327" }, "departure": { "delay": 85, "time": "1754640327" }, "stopId": "GIGCELL2", "stopSequence": 20 }, { "arrival": { "delay": 85, "time": "1754640400" }, "departure": { "delay": 85, "time": "1754640400" }, "stopId": "GIGPRES1", "stopSequence": 21 }, { "arrival": { "delay": 85, "time": "1754640487" }, "departure": { "delay": 85, "time": "1754640487" }, "stopId": "GIGFAUV1", "stopSequence": 22 }, { "arrival": { "delay": 85, "time": "1754640685" }, "departure": { "delay": 85, "time": "1754640685" }, "stopId": "MONAGAR1", "stopSequence": 23 }, { "arrival": { "delay": 85, "time": "1754640753" }, "departure": { "delay": 85, "time": "1754640753" }, "stopId": "MONSALL2", "stopSequence": 24 }, { "arrival": { "delay": 85, "time": "1754640857" }, "departure": { "delay": 85, "time": "1754640857" }, "stopId": "MONPEGL2", "stopSequence": 25 }, { "arrival": { "delay": 85, "time": "1754640925" }, "departure": { "delay": 85, "time": "1754640925" }, "stopId": "MONQVEN1", "stopSequence": 26 } ], "trip": { "routeId": "22", "scheduleRelationship": "SCHEDULED", "tripId": "88467_250723-4620" }, "vehicle": { "id": "24", "label": "36" } } }, { "id": "ENTITY-TRIP-4620-10104-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "MONQVEN1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642127" }, "departure": { "delay": 0, "time": "1754642127" }, "stopId": "MONAPOU1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642222" }, "departure": { "delay": 0, "time": "1754642222" }, "stopId": "MONSALL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642305" }, "departure": { "delay": 0, "time": "1754642305" }, "stopId": "MONAGAR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642460" }, "departure": { "delay": 0, "time": "1754642460" }, "stopId": "GIGRMON1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642604" }, "departure": { "delay": 0, "time": "1754642604" }, "stopId": "GIGPINS1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642696" }, "departure": { "delay": 0, "time": "1754642696" }, "stopId": "GIGCELL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642760" }, "departure": { "delay": 0, "time": "1754642760" }, "stopId": "GIGABEZ1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642805" }, "departure": { "delay": 0, "time": "1754642805" }, "stopId": "GIGBASC1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642859" }, "departure": { "delay": 0, "time": "1754642859" }, "stopId": "GIGBEGU1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643054" }, "departure": { "delay": 0, "time": "1754643054" }, "stopId": "GIGISSA1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "GIGCMOU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "BLVGREMD", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643439" }, "departure": { "delay": 0, "time": "1754643439" }, "stopId": "BLBCLOS1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643492" }, "departure": { "delay": 0, "time": "1754643492" }, "stopId": "BLBPEYR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643575" }, "departure": { "delay": 0, "time": "1754643575" }, "stopId": "BLBPLAN1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "FROCFER1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643858" }, "departure": { "delay": 0, "time": "1754643858" }, "stopId": "FROSTON1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643892" }, "departure": { "delay": 0, "time": "1754643892" }, "stopId": "FROTENN1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754643960" }, "departure": { "delay": 0, "time": "1754643960" }, "stopId": "FROPAGN1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644016" }, "departure": { "delay": 0, "time": "1754644016" }, "stopId": "FROGLAC1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644246" }, "departure": { "delay": 0, "time": "1754644246" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETMCOU2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754644441" }, "departure": { "delay": 0, "time": "1754644441" }, "stopId": "SETQPAS1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754644515" }, "departure": { "delay": 0, "time": "1754644515" }, "stopId": "SETTMOL1", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETSNCD", "stopSequence": 26 } ], "trip": { "routeId": "22", "scheduleRelationship": "SCHEDULED", "tripId": "88461_250723-4620" }, "vehicle": { "id": "24", "label": "36" } } }, { "id": "ENTITY-TRIP-4622-10283-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638200" }, "departure": { "delay": 0, "time": "1754638200" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638378" }, "departure": { "delay": 0, "time": "1754638378" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638457" }, "departure": { "delay": 0, "time": "1754638457" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638620" }, "departure": { "delay": 0, "time": "1754638620" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638733" }, "departure": { "delay": 0, "time": "1754638733" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638763" }, "departure": { "delay": 0, "time": "1754638763" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638800" }, "departure": { "delay": 0, "time": "1754638800" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754638894" }, "departure": { "delay": 0, "time": "1754638894" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754638935" }, "departure": { "delay": 0, "time": "1754638935" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639032" }, "departure": { "delay": 0, "time": "1754639032" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639105" }, "departure": { "delay": 0, "time": "1754639105" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639295" }, "departure": { "delay": 0, "time": "1754639295" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639360" }, "departure": { "delay": 0, "time": "1754639360" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89035_250723-4622" }, "vehicle": { "id": "43", "label": "82" } } }, { "id": "ENTITY-TRIP-4622-10283-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639460" }, "departure": { "delay": 0, "time": "1754639460" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639522" }, "departure": { "delay": 0, "time": "1754639522" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639614" }, "departure": { "delay": 0, "time": "1754639614" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639830" }, "departure": { "delay": 0, "time": "1754639830" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639891" }, "departure": { "delay": 0, "time": "1754639891" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639940" }, "departure": { "delay": 0, "time": "1754639940" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640006" }, "departure": { "delay": 0, "time": "1754640006" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640058" }, "departure": { "delay": 0, "time": "1754640058" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640120" }, "departure": { "delay": 0, "time": "1754640120" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640196" }, "departure": { "delay": 0, "time": "1754640196" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640243" }, "departure": { "delay": 0, "time": "1754640243" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640575" }, "departure": { "delay": 0, "time": "1754640575" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640746" }, "departure": { "delay": 0, "time": "1754640746" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640840" }, "departure": { "delay": 0, "time": "1754640840" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88968_250723-4622" }, "vehicle": { "id": "43", "label": "82" } } }, { "id": "ENTITY-TRIP-4622-10283-11-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641978" }, "departure": { "delay": 0, "time": "1754641978" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642057" }, "departure": { "delay": 0, "time": "1754642057" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642333" }, "departure": { "delay": 0, "time": "1754642333" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642363" }, "departure": { "delay": 0, "time": "1754642363" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642494" }, "departure": { "delay": 0, "time": "1754642494" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642535" }, "departure": { "delay": 0, "time": "1754642535" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642632" }, "departure": { "delay": 0, "time": "1754642632" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642705" }, "departure": { "delay": 0, "time": "1754642705" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642895" }, "departure": { "delay": 0, "time": "1754642895" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642960" }, "departure": { "delay": 0, "time": "1754642960" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89038_250723-4622" }, "vehicle": { "id": "43", "label": "82" } } }, { "id": "ENTITY-TRIP-4622-10283-12-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643122" }, "departure": { "delay": 0, "time": "1754643122" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643214" }, "departure": { "delay": 0, "time": "1754643214" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643430" }, "departure": { "delay": 0, "time": "1754643430" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643491" }, "departure": { "delay": 0, "time": "1754643491" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643540" }, "departure": { "delay": 0, "time": "1754643540" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643606" }, "departure": { "delay": 0, "time": "1754643606" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643658" }, "departure": { "delay": 0, "time": "1754643658" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643796" }, "departure": { "delay": 0, "time": "1754643796" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643843" }, "departure": { "delay": 0, "time": "1754643843" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644175" }, "departure": { "delay": 0, "time": "1754644175" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644346" }, "departure": { "delay": 0, "time": "1754644346" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88971_250723-4622" }, "vehicle": { "id": "43", "label": "82" } } }, { "id": "ENTITY-TRIP-4623-10286-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 122, "time": "1754637673" }, "departure": { "delay": 122, "time": "1754637673" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 122, "time": "1754637722" }, "departure": { "delay": 122, "time": "1754637722" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 122, "time": "1754637788" }, "departure": { "delay": 122, "time": "1754637788" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 122, "time": "1754637840" }, "departure": { "delay": 122, "time": "1754637840" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 122, "time": "1754637902" }, "departure": { "delay": 122, "time": "1754637902" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 122, "time": "1754637978" }, "departure": { "delay": 122, "time": "1754637978" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 122, "time": "1754638025" }, "departure": { "delay": 122, "time": "1754638025" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 122, "time": "1754638202" }, "departure": { "delay": 122, "time": "1754638202" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 122, "time": "1754638357" }, "departure": { "delay": 122, "time": "1754638357" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 122, "time": "1754638528" }, "departure": { "delay": 122, "time": "1754638528" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 122, "time": "1754638622" }, "departure": { "delay": 122, "time": "1754638622" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88966_250723-4623" }, "vehicle": { "id": "105", "label": "201" } } }, { "id": "ENTITY-TRIP-4623-10286-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639578" }, "departure": { "delay": 0, "time": "1754639578" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639657" }, "departure": { "delay": 0, "time": "1754639657" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639820" }, "departure": { "delay": 0, "time": "1754639820" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639933" }, "departure": { "delay": 0, "time": "1754639933" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639963" }, "departure": { "delay": 0, "time": "1754639963" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640000" }, "departure": { "delay": 0, "time": "1754640000" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640094" }, "departure": { "delay": 0, "time": "1754640094" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640135" }, "departure": { "delay": 0, "time": "1754640135" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640232" }, "departure": { "delay": 0, "time": "1754640232" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640305" }, "departure": { "delay": 0, "time": "1754640305" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640495" }, "departure": { "delay": 0, "time": "1754640495" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640560" }, "departure": { "delay": 0, "time": "1754640560" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89036_250723-4623" }, "vehicle": { "id": "105", "label": "201" } } }, { "id": "ENTITY-TRIP-4623-10286-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640660" }, "departure": { "delay": 0, "time": "1754640660" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640722" }, "departure": { "delay": 0, "time": "1754640722" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640814" }, "departure": { "delay": 0, "time": "1754640814" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640960" }, "departure": { "delay": 0, "time": "1754640960" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641030" }, "departure": { "delay": 0, "time": "1754641030" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641091" }, "departure": { "delay": 0, "time": "1754641091" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641206" }, "departure": { "delay": 0, "time": "1754641206" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641258" }, "departure": { "delay": 0, "time": "1754641258" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641320" }, "departure": { "delay": 0, "time": "1754641320" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641396" }, "departure": { "delay": 0, "time": "1754641396" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641443" }, "departure": { "delay": 0, "time": "1754641443" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641775" }, "departure": { "delay": 0, "time": "1754641775" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641946" }, "departure": { "delay": 0, "time": "1754641946" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88969_250723-4623" }, "vehicle": { "id": "105", "label": "201" } } }, { "id": "ENTITY-TRIP-4623-10286-11-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643178" }, "departure": { "delay": 0, "time": "1754643178" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643257" }, "departure": { "delay": 0, "time": "1754643257" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643533" }, "departure": { "delay": 0, "time": "1754643533" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643563" }, "departure": { "delay": 0, "time": "1754643563" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643694" }, "departure": { "delay": 0, "time": "1754643694" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643735" }, "departure": { "delay": 0, "time": "1754643735" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643832" }, "departure": { "delay": 0, "time": "1754643832" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643905" }, "departure": { "delay": 0, "time": "1754643905" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644095" }, "departure": { "delay": 0, "time": "1754644095" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644160" }, "departure": { "delay": 0, "time": "1754644160" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89039_250723-4623" }, "vehicle": { "id": "105", "label": "201" } } }, { "id": "ENTITY-TRIP-4623-10286-12-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644260" }, "departure": { "delay": 0, "time": "1754644260" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644322" }, "departure": { "delay": 0, "time": "1754644322" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644414" }, "departure": { "delay": 0, "time": "1754644414" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644630" }, "departure": { "delay": 0, "time": "1754644630" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644691" }, "departure": { "delay": 0, "time": "1754644691" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644806" }, "departure": { "delay": 0, "time": "1754644806" }, "stopId": "SETSPIN1", "stopSequence": 8 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88972_250723-4623" }, "vehicle": { "id": "105", "label": "201" } } }, { "id": "ENTITY-TRIP-4624-10288-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 65, "time": "1754637628" }, "departure": { "delay": 65, "time": "1754637628" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 65, "time": "1754637665" }, "departure": { "delay": 65, "time": "1754637665" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 65, "time": "1754637759" }, "departure": { "delay": 65, "time": "1754637759" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 65, "time": "1754637800" }, "departure": { "delay": 65, "time": "1754637800" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 65, "time": "1754637845" }, "departure": { "delay": 65, "time": "1754637845" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 65, "time": "1754637897" }, "departure": { "delay": 65, "time": "1754637897" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 65, "time": "1754637970" }, "departure": { "delay": 65, "time": "1754637970" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 65, "time": "1754638085" }, "departure": { "delay": 65, "time": "1754638085" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 65, "time": "1754638160" }, "departure": { "delay": 65, "time": "1754638160" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 65, "time": "1754638225" }, "departure": { "delay": 65, "time": "1754638225" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 65, "time": "1754638265" }, "departure": { "delay": 65, "time": "1754638265" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89034_250723-4624" }, "vehicle": { "id": "46", "label": "85" } } }, { "id": "ENTITY-TRIP-4624-10288-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 65, "time": "1754638325" }, "departure": { "delay": 65, "time": "1754638325" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 65, "time": "1754638387" }, "departure": { "delay": 65, "time": "1754638387" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 65, "time": "1754638479" }, "departure": { "delay": 65, "time": "1754638479" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 65, "time": "1754638625" }, "departure": { "delay": 65, "time": "1754638625" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 65, "time": "1754638695" }, "departure": { "delay": 65, "time": "1754638695" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 65, "time": "1754638756" }, "departure": { "delay": 65, "time": "1754638756" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 65, "time": "1754638805" }, "departure": { "delay": 65, "time": "1754638805" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 65, "time": "1754638871" }, "departure": { "delay": 65, "time": "1754638871" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 65, "time": "1754638923" }, "departure": { "delay": 65, "time": "1754638923" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 65, "time": "1754638985" }, "departure": { "delay": 65, "time": "1754638985" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 65, "time": "1754639061" }, "departure": { "delay": 65, "time": "1754639061" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 65, "time": "1754639108" }, "departure": { "delay": 65, "time": "1754639108" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 65, "time": "1754639285" }, "departure": { "delay": 65, "time": "1754639285" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 65, "time": "1754639440" }, "departure": { "delay": 65, "time": "1754639440" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 65, "time": "1754639611" }, "departure": { "delay": 65, "time": "1754639611" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 65, "time": "1754639705" }, "departure": { "delay": 65, "time": "1754639705" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88967_250723-4624" }, "vehicle": { "id": "46", "label": "85" } } }, { "id": "ENTITY-TRIP-4624-10288-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640778" }, "departure": { "delay": 0, "time": "1754640778" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640857" }, "departure": { "delay": 0, "time": "1754640857" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641020" }, "departure": { "delay": 0, "time": "1754641020" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641133" }, "departure": { "delay": 0, "time": "1754641133" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641163" }, "departure": { "delay": 0, "time": "1754641163" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "SETJFLE2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641294" }, "departure": { "delay": 0, "time": "1754641294" }, "stopId": "SETSMIC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641335" }, "departure": { "delay": 0, "time": "1754641335" }, "stopId": "SETSPIN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETCGAU2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641432" }, "departure": { "delay": 0, "time": "1754641432" }, "stopId": "SETFBUI2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641505" }, "departure": { "delay": 0, "time": "1754641505" }, "stopId": "SETMETA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "SETHOPI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641695" }, "departure": { "delay": 0, "time": "1754641695" }, "stopId": "SETVFLE2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641760" }, "departure": { "delay": 0, "time": "1754641760" }, "stopId": "SETITHA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETCMAL1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89037_250723-4624" }, "vehicle": { "id": "46", "label": "85" } } }, { "id": "ENTITY-TRIP-4624-10288-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641860" }, "departure": { "delay": 0, "time": "1754641860" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641922" }, "departure": { "delay": 0, "time": "1754641922" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642014" }, "departure": { "delay": 0, "time": "1754642014" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "SETHOPI2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642230" }, "departure": { "delay": 0, "time": "1754642230" }, "stopId": "SETMETA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642291" }, "departure": { "delay": 0, "time": "1754642291" }, "stopId": "SETFBUI1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642340" }, "departure": { "delay": 0, "time": "1754642340" }, "stopId": "SETCGAU1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642406" }, "departure": { "delay": 0, "time": "1754642406" }, "stopId": "SETSPIN1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642458" }, "departure": { "delay": 0, "time": "1754642458" }, "stopId": "SETSMIC1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642520" }, "departure": { "delay": 0, "time": "1754642520" }, "stopId": "SETJFLE1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642596" }, "departure": { "delay": 0, "time": "1754642596" }, "stopId": "SETSCAR1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642643" }, "departure": { "delay": 0, "time": "1754642643" }, "stopId": "SETPCOU1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "SETSNCG", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642975" }, "departure": { "delay": 0, "time": "1754642975" }, "stopId": "SETTMOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643146" }, "departure": { "delay": 0, "time": "1754643146" }, "stopId": "SETPVIR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643240" }, "departure": { "delay": 0, "time": "1754643240" }, "stopId": "SETNGUI1", "stopSequence": 16 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "88970_250723-4624" }, "vehicle": { "id": "46", "label": "85" } } }, { "id": "ENTITY-TRIP-4624-10288-11-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETNGUI1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644378" }, "departure": { "delay": 0, "time": "1754644378" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644457" }, "departure": { "delay": 0, "time": "1754644457" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644620" }, "departure": { "delay": 0, "time": "1754644620" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644733" }, "departure": { "delay": 0, "time": "1754644733" }, "stopId": "SETPCOU2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644763" }, "departure": { "delay": 0, "time": "1754644763" }, "stopId": "SETSCAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "SETJFLE2", "stopSequence": 7 } ], "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "89040_250723-4624" }, "vehicle": { "id": "46", "label": "85" } } }, { "id": "ENTITY-TRIP-4631-10237-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 196, "time": "1754637699" }, "departure": { "delay": 196, "time": "1754637699" }, "stopId": "SETVEST1", "stopSequence": 8 }, { "arrival": { "delay": 196, "time": "1754637736" }, "departure": { "delay": 196, "time": "1754637736" }, "stopId": "SETMJUI1", "stopSequence": 9 }, { "arrival": { "delay": 196, "time": "1754637772" }, "departure": { "delay": 196, "time": "1754637772" }, "stopId": "SETRSUD1", "stopSequence": 10 }, { "arrival": { "delay": 196, "time": "1754637857" }, "departure": { "delay": 196, "time": "1754637857" }, "stopId": "SETGMAR2", "stopSequence": 11 }, { "arrival": { "delay": 196, "time": "1754637936" }, "departure": { "delay": 196, "time": "1754637936" }, "stopId": "SETPART1", "stopSequence": 12 }, { "arrival": { "delay": 196, "time": "1754637976" }, "departure": { "delay": 196, "time": "1754637976" }, "stopId": "SETCRI1", "stopSequence": 13 }, { "arrival": { "delay": 196, "time": "1754638060" }, "departure": { "delay": 196, "time": "1754638060" }, "stopId": "SETGMAR1", "stopSequence": 14 }, { "arrival": { "delay": 196, "time": "1754638153" }, "departure": { "delay": 196, "time": "1754638153" }, "stopId": "SETMCOU2", "stopSequence": 15 }, { "arrival": { "delay": 196, "time": "1754638210" }, "departure": { "delay": 196, "time": "1754638210" }, "stopId": "SETESCL1", "stopSequence": 16 }, { "arrival": { "delay": 196, "time": "1754638336" }, "departure": { "delay": 196, "time": "1754638336" }, "stopId": "SETSNCE", "stopSequence": 17 } ], "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "87823_250723-4631" }, "vehicle": { "id": "23", "label": "35" } } }, { "id": "ENTITY-TRIP-4631-10237-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "SETSNCE", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639232" }, "departure": { "delay": 0, "time": "1754639232" }, "stopId": "SETQPOR1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639385" }, "departure": { "delay": 0, "time": "1754639385" }, "stopId": "SETCOMM1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639517" }, "departure": { "delay": 0, "time": "1754639517" }, "stopId": "SETPVIR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "SETPDAU1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639742" }, "departure": { "delay": 0, "time": "1754639742" }, "stopId": "SETQALG1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639811" }, "departure": { "delay": 0, "time": "1754639811" }, "stopId": "SETPDEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639903" }, "departure": { "delay": 0, "time": "1754639903" }, "stopId": "SETVEST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639940" }, "departure": { "delay": 0, "time": "1754639940" }, "stopId": "SETMJUI1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639976" }, "departure": { "delay": 0, "time": "1754639976" }, "stopId": "SETRSUD1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640061" }, "departure": { "delay": 0, "time": "1754640061" }, "stopId": "SETGMAR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640140" }, "departure": { "delay": 0, "time": "1754640140" }, "stopId": "SETPART1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "SETCRI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640264" }, "departure": { "delay": 0, "time": "1754640264" }, "stopId": "SETGMAR1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640357" }, "departure": { "delay": 0, "time": "1754640357" }, "stopId": "SETMCOU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640414" }, "departure": { "delay": 0, "time": "1754640414" }, "stopId": "SETESCL1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640540" }, "departure": { "delay": 0, "time": "1754640540" }, "stopId": "SETSNCE", "stopSequence": 17 } ], "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "87824_250723-4631" }, "vehicle": { "id": "23", "label": "35" } } }, { "id": "ENTITY-TRIP-4631-10237-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "SETSNCE", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641632" }, "departure": { "delay": 0, "time": "1754641632" }, "stopId": "SETQPOR1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641785" }, "departure": { "delay": 0, "time": "1754641785" }, "stopId": "SETCOMM1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641917" }, "departure": { "delay": 0, "time": "1754641917" }, "stopId": "SETPVIR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "SETPDAU1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642142" }, "departure": { "delay": 0, "time": "1754642142" }, "stopId": "SETQALG1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642211" }, "departure": { "delay": 0, "time": "1754642211" }, "stopId": "SETPDEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642303" }, "departure": { "delay": 0, "time": "1754642303" }, "stopId": "SETVEST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642340" }, "departure": { "delay": 0, "time": "1754642340" }, "stopId": "SETMJUI1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642376" }, "departure": { "delay": 0, "time": "1754642376" }, "stopId": "SETRSUD1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642461" }, "departure": { "delay": 0, "time": "1754642461" }, "stopId": "SETGMAR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642540" }, "departure": { "delay": 0, "time": "1754642540" }, "stopId": "SETPART1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETCRI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642664" }, "departure": { "delay": 0, "time": "1754642664" }, "stopId": "SETGMAR1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642757" }, "departure": { "delay": 0, "time": "1754642757" }, "stopId": "SETMCOU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642814" }, "departure": { "delay": 0, "time": "1754642814" }, "stopId": "SETESCL1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642940" }, "departure": { "delay": 0, "time": "1754642940" }, "stopId": "SETSNCE", "stopSequence": 17 } ], "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "87825_250723-4631" }, "vehicle": { "id": "23", "label": "35" } } }, { "id": "ENTITY-TRIP-4631-10237-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETSNCE", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644032" }, "departure": { "delay": 0, "time": "1754644032" }, "stopId": "SETQPOR1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644185" }, "departure": { "delay": 0, "time": "1754644185" }, "stopId": "SETCOMM1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644317" }, "departure": { "delay": 0, "time": "1754644317" }, "stopId": "SETPVIR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "SETPDAU1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644542" }, "departure": { "delay": 0, "time": "1754644542" }, "stopId": "SETQALG1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644611" }, "departure": { "delay": 0, "time": "1754644611" }, "stopId": "SETPDEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644703" }, "departure": { "delay": 0, "time": "1754644703" }, "stopId": "SETVEST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "SETMJUI1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644776" }, "departure": { "delay": 0, "time": "1754644776" }, "stopId": "SETRSUD1", "stopSequence": 10 } ], "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "87826_250723-4631" }, "vehicle": { "id": "23", "label": "35" } } }, { "id": "ENTITY-TRIP-4636-10208-2-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 11, "time": "1754637671" }, "departure": { "delay": 11, "time": "1754637671" }, "stopId": "SETJMON2", "stopSequence": 10 }, { "arrival": { "delay": 11, "time": "1754637791" }, "departure": { "delay": 11, "time": "1754637791" }, "stopId": "SETCLUR2", "stopSequence": 11 }, { "arrival": { "delay": 11, "time": "1754637971" }, "departure": { "delay": 11, "time": "1754637971" }, "stopId": "SETSAUL2", "stopSequence": 12 }, { "arrival": { "delay": 11, "time": "1754638113" }, "departure": { "delay": 11, "time": "1754638113" }, "stopId": "SETLIST2", "stopSequence": 13 }, { "arrival": { "delay": 11, "time": "1754638224" }, "departure": { "delay": 11, "time": "1754638224" }, "stopId": "SETTDIG2", "stopSequence": 14 }, { "arrival": { "delay": 11, "time": "1754638354" }, "departure": { "delay": 11, "time": "1754638354" }, "stopId": "MARJALA2", "stopSequence": 15 }, { "arrival": { "delay": 11, "time": "1754638511" }, "departure": { "delay": 11, "time": "1754638511" }, "stopId": "MARCSTL2", "stopSequence": 16 }, { "arrival": { "delay": 11, "time": "1754638779" }, "departure": { "delay": 11, "time": "1754638779" }, "stopId": "MARDUNE2", "stopSequence": 17 }, { "arrival": { "delay": 11, "time": "1754638811" }, "departure": { "delay": 11, "time": "1754638811" }, "stopId": "MARCANA2", "stopSequence": 18 }, { "arrival": { "delay": 11, "time": "1754639111" }, "departure": { "delay": 11, "time": "1754639111" }, "stopId": "MARMEDT1", "stopSequence": 19 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87876_250723-4636" }, "vehicle": { "id": "26", "label": "101" } } }, { "id": "ENTITY-TRIP-4636-10208-3-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "MARMEDT1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639888" }, "departure": { "delay": 0, "time": "1754639888" }, "stopId": "MARCANA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639940" }, "departure": { "delay": 0, "time": "1754639940" }, "stopId": "MARDUNE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640186" }, "departure": { "delay": 0, "time": "1754640186" }, "stopId": "MARCSTL1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "MARJALA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640577" }, "departure": { "delay": 0, "time": "1754640577" }, "stopId": "SETTDIG1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640731" }, "departure": { "delay": 0, "time": "1754640731" }, "stopId": "SETLIST1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETSAUL1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641080" }, "departure": { "delay": 0, "time": "1754641080" }, "stopId": "SETCLUR1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "SETJMON1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641323" }, "departure": { "delay": 0, "time": "1754641323" }, "stopId": "SETLAZA1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641440" }, "departure": { "delay": 0, "time": "1754641440" }, "stopId": "SETNDSM2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "SETVIGI1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "SETCNAU1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641674" }, "departure": { "delay": 0, "time": "1754641674" }, "stopId": "SETRROC1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641729" }, "departure": { "delay": 0, "time": "1754641729" }, "stopId": "SETTMER1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETMOLE1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641874" }, "departure": { "delay": 0, "time": "1754641874" }, "stopId": "SETPENI1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "SETSAVO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642121" }, "departure": { "delay": 0, "time": "1754642121" }, "stopId": "SETQALG1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754642204" }, "departure": { "delay": 0, "time": "1754642204" }, "stopId": "SETPDEL1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754642340" }, "departure": { "delay": 0, "time": "1754642340" }, "stopId": "SETPDAU1", "stopSequence": 22 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87882_250723-4636" }, "vehicle": { "id": "26", "label": "101" } } }, { "id": "ENTITY-TRIP-4636-10208-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644096" }, "departure": { "delay": 0, "time": "1754644096" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644284" }, "departure": { "delay": 0, "time": "1754644284" }, "stopId": "SETCVAG1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETRROC2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644380" }, "departure": { "delay": 0, "time": "1754644380" }, "stopId": "SETCNAU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644444" }, "departure": { "delay": 0, "time": "1754644444" }, "stopId": "SETVIGI2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "SETNDSM1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETLAZA2", "stopSequence": 9 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87878_250723-4636" }, "vehicle": { "id": "26", "label": "101" } } }, { "id": "ENTITY-TRIP-4637-10210-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 435, "time": "1754637798" }, "departure": { "delay": 435, "time": "1754637798" }, "stopId": "MARSNCF1", "stopSequence": 10 }, { "arrival": { "delay": 435, "time": "1754637857" }, "departure": { "delay": 435, "time": "1754637857" }, "stopId": "MARRANC1", "stopSequence": 11 }, { "arrival": { "delay": 435, "time": "1754637975" }, "departure": { "delay": 435, "time": "1754637975" }, "stopId": "MARCHAR1", "stopSequence": 12 }, { "arrival": { "delay": 435, "time": "1754638071" }, "departure": { "delay": 435, "time": "1754638071" }, "stopId": "MARRANC2", "stopSequence": 13 }, { "arrival": { "delay": 435, "time": "1754638335" }, "departure": { "delay": 435, "time": "1754638335" }, "stopId": "MARMEDT1", "stopSequence": 14 }, { "arrival": { "delay": 435, "time": "1754638523" }, "departure": { "delay": 435, "time": "1754638523" }, "stopId": "MARCANA1", "stopSequence": 15 }, { "arrival": { "delay": 435, "time": "1754638575" }, "departure": { "delay": 435, "time": "1754638575" }, "stopId": "MARDUNE1", "stopSequence": 16 }, { "arrival": { "delay": 435, "time": "1754638821" }, "departure": { "delay": 435, "time": "1754638821" }, "stopId": "MARCSTL1", "stopSequence": 17 }, { "arrival": { "delay": 435, "time": "1754639055" }, "departure": { "delay": 435, "time": "1754639055" }, "stopId": "MARJALA1", "stopSequence": 18 }, { "arrival": { "delay": 435, "time": "1754639212" }, "departure": { "delay": 435, "time": "1754639212" }, "stopId": "SETTDIG1", "stopSequence": 19 }, { "arrival": { "delay": 435, "time": "1754639366" }, "departure": { "delay": 435, "time": "1754639366" }, "stopId": "SETLIST1", "stopSequence": 20 }, { "arrival": { "delay": 435, "time": "1754639535" }, "departure": { "delay": 435, "time": "1754639535" }, "stopId": "SETSAUL1", "stopSequence": 21 }, { "arrival": { "delay": 435, "time": "1754639715" }, "departure": { "delay": 435, "time": "1754639715" }, "stopId": "SETCLUR1", "stopSequence": 22 }, { "arrival": { "delay": 435, "time": "1754639835" }, "departure": { "delay": 435, "time": "1754639835" }, "stopId": "SETJMON1", "stopSequence": 23 }, { "arrival": { "delay": 435, "time": "1754639958" }, "departure": { "delay": 435, "time": "1754639958" }, "stopId": "SETLAZA1", "stopSequence": 24 }, { "arrival": { "delay": 435, "time": "1754640075" }, "departure": { "delay": 435, "time": "1754640075" }, "stopId": "SETNDSM2", "stopSequence": 25 }, { "arrival": { "delay": 435, "time": "1754640195" }, "departure": { "delay": 435, "time": "1754640195" }, "stopId": "SETVIGI1", "stopSequence": 26 }, { "arrival": { "delay": 435, "time": "1754640255" }, "departure": { "delay": 435, "time": "1754640255" }, "stopId": "SETCNAU1", "stopSequence": 27 }, { "arrival": { "delay": 435, "time": "1754640309" }, "departure": { "delay": 435, "time": "1754640309" }, "stopId": "SETRROC1", "stopSequence": 28 }, { "arrival": { "delay": 435, "time": "1754640364" }, "departure": { "delay": 435, "time": "1754640364" }, "stopId": "SETTMER1", "stopSequence": 29 }, { "arrival": { "delay": 435, "time": "1754640435" }, "departure": { "delay": 435, "time": "1754640435" }, "stopId": "SETMOLE1", "stopSequence": 30 }, { "arrival": { "delay": 435, "time": "1754640509" }, "departure": { "delay": 435, "time": "1754640509" }, "stopId": "SETPENI1", "stopSequence": 31 }, { "arrival": { "delay": 435, "time": "1754640675" }, "departure": { "delay": 435, "time": "1754640675" }, "stopId": "SETSAVO1", "stopSequence": 32 }, { "arrival": { "delay": 435, "time": "1754640756" }, "departure": { "delay": 435, "time": "1754640756" }, "stopId": "SETQALG1", "stopSequence": 33 }, { "arrival": { "delay": 435, "time": "1754640839" }, "departure": { "delay": 435, "time": "1754640839" }, "stopId": "SETPDEL1", "stopSequence": 34 }, { "arrival": { "delay": 435, "time": "1754640975" }, "departure": { "delay": 435, "time": "1754640975" }, "stopId": "SETPDAU1", "stopSequence": 35 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87850_250723-4637" }, "vehicle": { "id": "49", "label": "88" } } }, { "id": "ENTITY-TRIP-4637-10210-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642296" }, "departure": { "delay": 0, "time": "1754642296" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642484" }, "departure": { "delay": 0, "time": "1754642484" }, "stopId": "SETCVAG1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642520" }, "departure": { "delay": 0, "time": "1754642520" }, "stopId": "SETRROC2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETCNAU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642644" }, "departure": { "delay": 0, "time": "1754642644" }, "stopId": "SETVIGI2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642760" }, "departure": { "delay": 0, "time": "1754642760" }, "stopId": "SETNDSM1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642880" }, "departure": { "delay": 0, "time": "1754642880" }, "stopId": "SETLAZA2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "SETJMON2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "SETCLUR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETSAUL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643502" }, "departure": { "delay": 0, "time": "1754643502" }, "stopId": "SETLIST2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643613" }, "departure": { "delay": 0, "time": "1754643613" }, "stopId": "SETTDIG2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643743" }, "departure": { "delay": 0, "time": "1754643743" }, "stopId": "MARJALA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "MARCSTL2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644168" }, "departure": { "delay": 0, "time": "1754644168" }, "stopId": "MARDUNE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "MARCANA2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "MARMEDT1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644645" }, "departure": { "delay": 0, "time": "1754644645" }, "stopId": "MARRANC1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "MARCHAR1", "stopSequence": 21 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87865_250723-4637" }, "vehicle": { "id": "49", "label": "88" } } }, { "id": "ENTITY-TRIP-4638-10213-2-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754637660" }, "departure": { "delay": 0, "time": "1754637660" }, "stopId": "MARSNCF2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754637900" }, "departure": { "delay": 0, "time": "1754637900" }, "stopId": "MARONGL2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754638118" }, "departure": { "delay": 0, "time": "1754638118" }, "stopId": "MARMOUG2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754638178" }, "departure": { "delay": 0, "time": "1754638178" }, "stopId": "MARRAMI2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754638228" }, "departure": { "delay": 0, "time": "1754638228" }, "stopId": "MARCIGA2", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1754638292" }, "departure": { "delay": 0, "time": "1754638292" }, "stopId": "MARARGE2", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1754638350" }, "departure": { "delay": 0, "time": "1754638350" }, "stopId": "MARGARR2", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1754638440" }, "departure": { "delay": 0, "time": "1754638440" }, "stopId": "MARPORT2", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1754638528" }, "departure": { "delay": 0, "time": "1754638528" }, "stopId": "MARPREP2", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1754638620" }, "departure": { "delay": 0, "time": "1754638620" }, "stopId": "MARVHUG2", "stopSequence": 32 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87863_250723-4638" }, "vehicle": { "id": "53", "label": "92" } } }, { "id": "ENTITY-TRIP-4638-10213-3-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640000" }, "departure": { "delay": 0, "time": "1754640000" }, "stopId": "MARVHUG1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640101" }, "departure": { "delay": 0, "time": "1754640101" }, "stopId": "MARPREP1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "MARPORT1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640304" }, "departure": { "delay": 0, "time": "1754640304" }, "stopId": "MARGARR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640393" }, "departure": { "delay": 0, "time": "1754640393" }, "stopId": "MARARGE1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640480" }, "departure": { "delay": 0, "time": "1754640480" }, "stopId": "MARCIGA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640540" }, "departure": { "delay": 0, "time": "1754640540" }, "stopId": "MARRAMI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640598" }, "departure": { "delay": 0, "time": "1754640598" }, "stopId": "MARMOUG1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "MARONGL1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640963" }, "departure": { "delay": 0, "time": "1754640963" }, "stopId": "MARSNCF1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641022" }, "departure": { "delay": 0, "time": "1754641022" }, "stopId": "MARRANC1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "MARCHAR1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641236" }, "departure": { "delay": 0, "time": "1754641236" }, "stopId": "MARRANC2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "MARMEDT1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641688" }, "departure": { "delay": 0, "time": "1754641688" }, "stopId": "MARCANA1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641740" }, "departure": { "delay": 0, "time": "1754641740" }, "stopId": "MARDUNE1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641986" }, "departure": { "delay": 0, "time": "1754641986" }, "stopId": "MARCSTL1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "MARJALA1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642377" }, "departure": { "delay": 0, "time": "1754642377" }, "stopId": "SETTDIG1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642531" }, "departure": { "delay": 0, "time": "1754642531" }, "stopId": "SETLIST1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETSAUL1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754642880" }, "departure": { "delay": 0, "time": "1754642880" }, "stopId": "SETCLUR1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETJMON1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754643123" }, "departure": { "delay": 0, "time": "1754643123" }, "stopId": "SETLAZA1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754643240" }, "departure": { "delay": 0, "time": "1754643240" }, "stopId": "SETNDSM2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "SETVIGI1", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "SETCNAU1", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1754643474" }, "departure": { "delay": 0, "time": "1754643474" }, "stopId": "SETRROC1", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1754643529" }, "departure": { "delay": 0, "time": "1754643529" }, "stopId": "SETTMER1", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETMOLE1", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1754643674" }, "departure": { "delay": 0, "time": "1754643674" }, "stopId": "SETPENI1", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1754643840" }, "departure": { "delay": 0, "time": "1754643840" }, "stopId": "SETSAVO1", "stopSequence": 32 }, { "arrival": { "delay": 0, "time": "1754643921" }, "departure": { "delay": 0, "time": "1754643921" }, "stopId": "SETQALG1", "stopSequence": 33 }, { "arrival": { "delay": 0, "time": "1754644004" }, "departure": { "delay": 0, "time": "1754644004" }, "stopId": "SETPDEL1", "stopSequence": 34 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "SETPDAU1", "stopSequence": 35 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87851_250723-4638" }, "vehicle": { "id": "53", "label": "92" } } }, { "id": "ENTITY-TRIP-4639-10215-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638500" }, "departure": { "delay": 0, "time": "1754638500" }, "stopId": "SETPDAU1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638696" }, "departure": { "delay": 0, "time": "1754638696" }, "stopId": "SETPENI2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638800" }, "departure": { "delay": 0, "time": "1754638800" }, "stopId": "SETMOLE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638884" }, "departure": { "delay": 0, "time": "1754638884" }, "stopId": "SETCVAG1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638920" }, "departure": { "delay": 0, "time": "1754638920" }, "stopId": "SETRROC2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "SETCNAU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639044" }, "departure": { "delay": 0, "time": "1754639044" }, "stopId": "SETVIGI2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639160" }, "departure": { "delay": 0, "time": "1754639160" }, "stopId": "SETNDSM1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639280" }, "departure": { "delay": 0, "time": "1754639280" }, "stopId": "SETLAZA2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639460" }, "departure": { "delay": 0, "time": "1754639460" }, "stopId": "SETJMON2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639580" }, "departure": { "delay": 0, "time": "1754639580" }, "stopId": "SETCLUR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "SETSAUL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639902" }, "departure": { "delay": 0, "time": "1754639902" }, "stopId": "SETLIST2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640013" }, "departure": { "delay": 0, "time": "1754640013" }, "stopId": "SETTDIG2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640143" }, "departure": { "delay": 0, "time": "1754640143" }, "stopId": "MARJALA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640300" }, "departure": { "delay": 0, "time": "1754640300" }, "stopId": "MARCSTL2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640568" }, "departure": { "delay": 0, "time": "1754640568" }, "stopId": "MARDUNE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "MARCANA2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "MARMEDT1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641045" }, "departure": { "delay": 0, "time": "1754641045" }, "stopId": "MARRANC1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "MARCHAR1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754641289" }, "departure": { "delay": 0, "time": "1754641289" }, "stopId": "MARRANC2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "MARSNCF2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "MARONGL2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754641838" }, "departure": { "delay": 0, "time": "1754641838" }, "stopId": "MARMOUG2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754641898" }, "departure": { "delay": 0, "time": "1754641898" }, "stopId": "MARRAMI2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754641948" }, "departure": { "delay": 0, "time": "1754641948" }, "stopId": "MARCIGA2", "stopSequence": 27 }, { "arrival": { "delay": 0, "time": "1754642012" }, "departure": { "delay": 0, "time": "1754642012" }, "stopId": "MARARGE2", "stopSequence": 28 }, { "arrival": { "delay": 0, "time": "1754642070" }, "departure": { "delay": 0, "time": "1754642070" }, "stopId": "MARGARR2", "stopSequence": 29 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "MARPORT2", "stopSequence": 30 }, { "arrival": { "delay": 0, "time": "1754642248" }, "departure": { "delay": 0, "time": "1754642248" }, "stopId": "MARPREP2", "stopSequence": 31 }, { "arrival": { "delay": 0, "time": "1754642340" }, "departure": { "delay": 0, "time": "1754642340" }, "stopId": "MARVHUG2", "stopSequence": 32 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87864_250723-4639" }, "vehicle": { "id": "108", "label": "94" } } }, { "id": "ENTITY-TRIP-4639-10215-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "MARVHUG1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643701" }, "departure": { "delay": 0, "time": "1754643701" }, "stopId": "MARPREP1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "MARPORT1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643904" }, "departure": { "delay": 0, "time": "1754643904" }, "stopId": "MARGARR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643993" }, "departure": { "delay": 0, "time": "1754643993" }, "stopId": "MARARGE1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "MARCIGA1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "MARRAMI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644198" }, "departure": { "delay": 0, "time": "1754644198" }, "stopId": "MARMOUG1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644380" }, "departure": { "delay": 0, "time": "1754644380" }, "stopId": "MARONGL1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644563" }, "departure": { "delay": 0, "time": "1754644563" }, "stopId": "MARSNCF1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644622" }, "departure": { "delay": 0, "time": "1754644622" }, "stopId": "MARRANC1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "MARCHAR1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644836" }, "departure": { "delay": 0, "time": "1754644836" }, "stopId": "MARRANC2", "stopSequence": 13 } ], "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "87852_250723-4639" }, "vehicle": { "id": "108", "label": "94" } } }, { "id": "ENTITY-TRIP-4651-10190-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 159, "time": "1754637639" }, "departure": { "delay": 159, "time": "1754637639" }, "stopId": "BLVPMEJ2", "stopSequence": 10 }, { "arrival": { "delay": 159, "time": "1754637717" }, "departure": { "delay": 159, "time": "1754637717" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 159, "time": "1754637759" }, "departure": { "delay": 159, "time": "1754637759" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 159, "time": "1754637794" }, "departure": { "delay": 159, "time": "1754637794" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 159, "time": "1754637879" }, "departure": { "delay": 159, "time": "1754637879" }, "stopId": "BLBECUR1", "stopSequence": 14 }, { "arrival": { "delay": 159, "time": "1754637975" }, "departure": { "delay": 159, "time": "1754637975" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 159, "time": "1754638119" }, "departure": { "delay": 159, "time": "1754638119" }, "stopId": "BLBTHER2", "stopSequence": 16 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87958_250723-4651" }, "vehicle": { "id": "41", "label": "80" } } }, { "id": "ENTITY-TRIP-4651-10190-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638500" }, "departure": { "delay": 0, "time": "1754638500" }, "stopId": "BLBTHER2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638560" }, "departure": { "delay": 0, "time": "1754638560" }, "stopId": "BLBATHE1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638620" }, "departure": { "delay": 0, "time": "1754638620" }, "stopId": "BLBPOST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638685" }, "departure": { "delay": 0, "time": "1754638685" }, "stopId": "BLBPEDA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638801" }, "departure": { "delay": 0, "time": "1754638801" }, "stopId": "BLBCNMA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638894" }, "departure": { "delay": 0, "time": "1754638894" }, "stopId": "BLBAGAR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "BLBPSUT1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639008" }, "departure": { "delay": 0, "time": "1754639008" }, "stopId": "BLBBFOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639160" }, "departure": { "delay": 0, "time": "1754639160" }, "stopId": "BLBHSUD1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "SETSNCG", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639820" }, "departure": { "delay": 0, "time": "1754639820" }, "stopId": "SETTMOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640019" }, "departure": { "delay": 0, "time": "1754640019" }, "stopId": "SETPVIR1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640120" }, "departure": { "delay": 0, "time": "1754640120" }, "stopId": "SETNGUI2", "stopSequence": 13 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87980_250723-4651" }, "vehicle": { "id": "41", "label": "80" } } }, { "id": "ENTITY-TRIP-4651-10190-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641109" }, "departure": { "delay": 0, "time": "1754641109" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641197" }, "departure": { "delay": 0, "time": "1754641197" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641772" }, "departure": { "delay": 0, "time": "1754641772" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641948" }, "departure": { "delay": 0, "time": "1754641948" }, "stopId": "BLBMPAD1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "BLVTENN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642102" }, "departure": { "delay": 0, "time": "1754642102" }, "stopId": "BLVECOL2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642210" }, "departure": { "delay": 0, "time": "1754642210" }, "stopId": "BLVCIME2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642280" }, "departure": { "delay": 0, "time": "1754642280" }, "stopId": "BLVGREME", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642373" }, "departure": { "delay": 0, "time": "1754642373" }, "stopId": "GIGCMOU2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642460" }, "departure": { "delay": 0, "time": "1754642460" }, "stopId": "GIGISSA2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642668" }, "departure": { "delay": 0, "time": "1754642668" }, "stopId": "GIGBEGU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642721" }, "departure": { "delay": 0, "time": "1754642721" }, "stopId": "GIGBASC2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642760" }, "departure": { "delay": 0, "time": "1754642760" }, "stopId": "GIGAMON1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642831" }, "departure": { "delay": 0, "time": "1754642831" }, "stopId": "GIGCELL2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642915" }, "departure": { "delay": 0, "time": "1754642915" }, "stopId": "GIGPRES1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754643014" }, "departure": { "delay": 0, "time": "1754643014" }, "stopId": "GIGFAUV1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754643120" }, "departure": { "delay": 0, "time": "1754643120" }, "stopId": "GIGRMON1", "stopSequence": 21 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88236_250723-4651" }, "vehicle": { "id": "41", "label": "80" } } }, { "id": "ENTITY-TRIP-4651-10190-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "GIGRMON1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643715" }, "departure": { "delay": 0, "time": "1754643715" }, "stopId": "GIGPINS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643789" }, "departure": { "delay": 0, "time": "1754643789" }, "stopId": "GIGCELL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643840" }, "departure": { "delay": 0, "time": "1754643840" }, "stopId": "GIGABEZ1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643896" }, "departure": { "delay": 0, "time": "1754643896" }, "stopId": "GIGBASC1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643962" }, "departure": { "delay": 0, "time": "1754643962" }, "stopId": "GIGBEGU1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "GIGISSA1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644354" }, "departure": { "delay": 0, "time": "1754644354" }, "stopId": "GIGCMOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "BLVGREME", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644543" }, "departure": { "delay": 0, "time": "1754644543" }, "stopId": "BLVCIME1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644578" }, "departure": { "delay": 0, "time": "1754644578" }, "stopId": "BLVECOL1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644606" }, "departure": { "delay": 0, "time": "1754644606" }, "stopId": "BLVTENN1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "BLBPSUT1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644809" }, "departure": { "delay": 0, "time": "1754644809" }, "stopId": "BLBBFOU1", "stopSequence": 14 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88252_250723-4651" }, "vehicle": { "id": "41", "label": "80" } } }, { "id": "ENTITY-TRIP-4652-10188-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 125, "time": "1754637633" }, "departure": { "delay": 125, "time": "1754637633" }, "stopId": "BLBBFOU1", "stopSequence": 8 }, { "arrival": { "delay": 125, "time": "1754637785" }, "departure": { "delay": 125, "time": "1754637785" }, "stopId": "BLBHSUD1", "stopSequence": 9 }, { "arrival": { "delay": 125, "time": "1754638325" }, "departure": { "delay": 125, "time": "1754638325" }, "stopId": "SETSNCG", "stopSequence": 10 }, { "arrival": { "delay": 125, "time": "1754638505" }, "departure": { "delay": 125, "time": "1754638505" }, "stopId": "SETTMOL2", "stopSequence": 11 }, { "arrival": { "delay": 125, "time": "1754638669" }, "departure": { "delay": 125, "time": "1754638669" }, "stopId": "SETPVIR1", "stopSequence": 12 }, { "arrival": { "delay": 125, "time": "1754638745" }, "departure": { "delay": 125, "time": "1754638745" }, "stopId": "SETNGUI2", "stopSequence": 13 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87981_250723-4652" }, "vehicle": { "id": "48", "label": "87" } } }, { "id": "ENTITY-TRIP-4652-10188-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 65, "time": "1754638865" }, "departure": { "delay": 65, "time": "1754638865" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 65, "time": "1754639075" }, "departure": { "delay": 65, "time": "1754639075" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 65, "time": "1754639165" }, "departure": { "delay": 65, "time": "1754639165" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 65, "time": "1754639345" }, "departure": { "delay": 65, "time": "1754639345" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 65, "time": "1754639525" }, "departure": { "delay": 65, "time": "1754639525" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 65, "time": "1754639617" }, "departure": { "delay": 65, "time": "1754639617" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 65, "time": "1754639645" }, "departure": { "delay": 65, "time": "1754639645" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 65, "time": "1754639765" }, "departure": { "delay": 65, "time": "1754639765" }, "stopId": "BLBAGAR2", "stopSequence": 8 }, { "arrival": { "delay": 65, "time": "1754639820" }, "departure": { "delay": 65, "time": "1754639820" }, "stopId": "BLBCNMA2", "stopSequence": 9 }, { "arrival": { "delay": 65, "time": "1754639885" }, "departure": { "delay": 65, "time": "1754639885" }, "stopId": "BLVPMEJ2", "stopSequence": 10 }, { "arrival": { "delay": 65, "time": "1754639963" }, "departure": { "delay": 65, "time": "1754639963" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 65, "time": "1754640005" }, "departure": { "delay": 65, "time": "1754640005" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 65, "time": "1754640040" }, "departure": { "delay": 65, "time": "1754640040" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 65, "time": "1754640125" }, "departure": { "delay": 65, "time": "1754640125" }, "stopId": "BLBECUR1", "stopSequence": 14 }, { "arrival": { "delay": 65, "time": "1754640221" }, "departure": { "delay": 65, "time": "1754640221" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 65, "time": "1754640365" }, "departure": { "delay": 65, "time": "1754640365" }, "stopId": "BLBTHER2", "stopSequence": 16 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87957_250723-4652" }, "vehicle": { "id": "48", "label": "87" } } }, { "id": "ENTITY-TRIP-4652-10188-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "BLBTHER2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640660" }, "departure": { "delay": 0, "time": "1754640660" }, "stopId": "BLBATHE1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640720" }, "departure": { "delay": 0, "time": "1754640720" }, "stopId": "BLBPOST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640785" }, "departure": { "delay": 0, "time": "1754640785" }, "stopId": "BLBPEDA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640901" }, "departure": { "delay": 0, "time": "1754640901" }, "stopId": "BLBCNMA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640994" }, "departure": { "delay": 0, "time": "1754640994" }, "stopId": "BLBAGAR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641080" }, "departure": { "delay": 0, "time": "1754641080" }, "stopId": "BLBPSUT1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641108" }, "departure": { "delay": 0, "time": "1754641108" }, "stopId": "BLBBFOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641260" }, "departure": { "delay": 0, "time": "1754641260" }, "stopId": "BLBHSUD1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641740" }, "departure": { "delay": 0, "time": "1754641740" }, "stopId": "SETSNCG", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "SETTMOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642119" }, "departure": { "delay": 0, "time": "1754642119" }, "stopId": "SETPVIR1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "SETNGUI2", "stopSequence": 13 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87979_250723-4652" }, "vehicle": { "id": "48", "label": "87" } } }, { "id": "ENTITY-TRIP-4652-10188-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642910" }, "departure": { "delay": 0, "time": "1754642910" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643452" }, "departure": { "delay": 0, "time": "1754643452" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643480" }, "departure": { "delay": 0, "time": "1754643480" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "BLBAGAR2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643655" }, "departure": { "delay": 0, "time": "1754643655" }, "stopId": "BLBCNMA2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "BLVPMEJ2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643798" }, "departure": { "delay": 0, "time": "1754643798" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643840" }, "departure": { "delay": 0, "time": "1754643840" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643875" }, "departure": { "delay": 0, "time": "1754643875" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643960" }, "departure": { "delay": 0, "time": "1754643960" }, "stopId": "BLBECUR1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644056" }, "departure": { "delay": 0, "time": "1754644056" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "BLBTHER2", "stopSequence": 16 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87955_250723-4652" }, "vehicle": { "id": "48", "label": "87" } } }, { "id": "ENTITY-TRIP-4655-10182-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 79, "time": "1754637619" }, "departure": { "delay": 79, "time": "1754637619" }, "stopId": "FROSNCF1", "stopSequence": 9 }, { "arrival": { "delay": 79, "time": "1754637739" }, "departure": { "delay": 79, "time": "1754637739" }, "stopId": "FROGAMB1", "stopSequence": 10 }, { "arrival": { "delay": 79, "time": "1754637769" }, "departure": { "delay": 79, "time": "1754637769" }, "stopId": "FROSLIB1", "stopSequence": 11 }, { "arrival": { "delay": 79, "time": "1754637799" }, "departure": { "delay": 79, "time": "1754637799" }, "stopId": "FROTBLA1", "stopSequence": 12 }, { "arrival": { "delay": 79, "time": "1754637836" }, "departure": { "delay": 79, "time": "1754637836" }, "stopId": "FROSMAR1", "stopSequence": 13 }, { "arrival": { "delay": 79, "time": "1754637917" }, "departure": { "delay": 79, "time": "1754637917" }, "stopId": "FROCALA1", "stopSequence": 14 }, { "arrival": { "delay": 79, "time": "1754637979" }, "departure": { "delay": 79, "time": "1754637979" }, "stopId": "FROPISC1", "stopSequence": 15 }, { "arrival": { "delay": 79, "time": "1754638039" }, "departure": { "delay": 79, "time": "1754638039" }, "stopId": "FROMREB1", "stopSequence": 16 }, { "arrival": { "delay": 79, "time": "1754638099" }, "departure": { "delay": 79, "time": "1754638099" }, "stopId": "FROFELI1", "stopSequence": 17 }, { "arrival": { "delay": 79, "time": "1754638154" }, "departure": { "delay": 79, "time": "1754638154" }, "stopId": "FROSANT1", "stopSequence": 18 }, { "arrival": { "delay": 79, "time": "1754638226" }, "departure": { "delay": 79, "time": "1754638226" }, "stopId": "FROHIRO1", "stopSequence": 19 }, { "arrival": { "delay": 79, "time": "1754638269" }, "departure": { "delay": 79, "time": "1754638269" }, "stopId": "FROPEYR1", "stopSequence": 20 }, { "arrival": { "delay": 79, "time": "1754638339" }, "departure": { "delay": 79, "time": "1754638339" }, "stopId": "FROGLAC1", "stopSequence": 21 }, { "arrival": { "delay": 79, "time": "1754638649" }, "departure": { "delay": 79, "time": "1754638649" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 79, "time": "1754638759" }, "departure": { "delay": 79, "time": "1754638759" }, "stopId": "SETMJUI2", "stopSequence": 23 }, { "arrival": { "delay": 79, "time": "1754638807" }, "departure": { "delay": 79, "time": "1754638807" }, "stopId": "SETVEST2", "stopSequence": 24 }, { "arrival": { "delay": 79, "time": "1754638999" }, "departure": { "delay": 79, "time": "1754638999" }, "stopId": "SETNGUI2", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88022_250723-4655" }, "vehicle": { "id": "42", "label": "81" } } }, { "id": "ENTITY-TRIP-4655-10182-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639516" }, "departure": { "delay": 0, "time": "1754639516" }, "stopId": "SETREPU1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639607" }, "departure": { "delay": 0, "time": "1754639607" }, "stopId": "SETVEST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "SETMJUI1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639665" }, "departure": { "delay": 0, "time": "1754639665" }, "stopId": "SETRSUD1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639724" }, "departure": { "delay": 0, "time": "1754639724" }, "stopId": "SETGMAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639779" }, "departure": { "delay": 0, "time": "1754639779" }, "stopId": "SETPART1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640000" }, "departure": { "delay": 0, "time": "1754640000" }, "stopId": "FROGLAC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640050" }, "departure": { "delay": 0, "time": "1754640050" }, "stopId": "FROPEYR2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640094" }, "departure": { "delay": 0, "time": "1754640094" }, "stopId": "FROHIRO2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640147" }, "departure": { "delay": 0, "time": "1754640147" }, "stopId": "FROSANT2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "FROFELI2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640258" }, "departure": { "delay": 0, "time": "1754640258" }, "stopId": "FROMREB2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "FROPISC2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640480" }, "departure": { "delay": 0, "time": "1754640480" }, "stopId": "FROCALA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640563" }, "departure": { "delay": 0, "time": "1754640563" }, "stopId": "FROSMAR2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640600" }, "departure": { "delay": 0, "time": "1754640600" }, "stopId": "FROTBLA2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640660" }, "departure": { "delay": 0, "time": "1754640660" }, "stopId": "FROSLIB2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640711" }, "departure": { "delay": 0, "time": "1754640711" }, "stopId": "FROPIEL2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754640744" }, "departure": { "delay": 0, "time": "1754640744" }, "stopId": "FROCMAL2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "FROSRAP2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754640849" }, "departure": { "delay": 0, "time": "1754640849" }, "stopId": "FROSALA2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754640905" }, "departure": { "delay": 0, "time": "1754640905" }, "stopId": "FROSALE2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754640970" }, "departure": { "delay": 0, "time": "1754640970" }, "stopId": "FROSAUN2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754641020" }, "departure": { "delay": 0, "time": "1754641020" }, "stopId": "FROBARN1", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88047_250723-4655" }, "vehicle": { "id": "42", "label": "81" } } }, { "id": "ENTITY-TRIP-4655-10182-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "FROBARN1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641546" }, "departure": { "delay": 0, "time": "1754641546" }, "stopId": "FROSAUN1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641588" }, "departure": { "delay": 0, "time": "1754641588" }, "stopId": "FROSALE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641638" }, "departure": { "delay": 0, "time": "1754641638" }, "stopId": "FROSALA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "FROSRAP1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641753" }, "departure": { "delay": 0, "time": "1754641753" }, "stopId": "FROCMAL1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641832" }, "departure": { "delay": 0, "time": "1754641832" }, "stopId": "FROPIEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641970" }, "departure": { "delay": 0, "time": "1754641970" }, "stopId": "FROAIRO1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "FROSNCF1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "FROGAMB1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642190" }, "departure": { "delay": 0, "time": "1754642190" }, "stopId": "FROSLIB1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642220" }, "departure": { "delay": 0, "time": "1754642220" }, "stopId": "FROTBLA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642257" }, "departure": { "delay": 0, "time": "1754642257" }, "stopId": "FROSMAR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642338" }, "departure": { "delay": 0, "time": "1754642338" }, "stopId": "FROCALA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "FROPISC1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642460" }, "departure": { "delay": 0, "time": "1754642460" }, "stopId": "FROMREB1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642520" }, "departure": { "delay": 0, "time": "1754642520" }, "stopId": "FROFELI1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642575" }, "departure": { "delay": 0, "time": "1754642575" }, "stopId": "FROSANT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642647" }, "departure": { "delay": 0, "time": "1754642647" }, "stopId": "FROHIRO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642690" }, "departure": { "delay": 0, "time": "1754642690" }, "stopId": "FROPEYR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754642760" }, "departure": { "delay": 0, "time": "1754642760" }, "stopId": "FROGLAC1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754643070" }, "departure": { "delay": 0, "time": "1754643070" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "SETMJUI2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754643228" }, "departure": { "delay": 0, "time": "1754643228" }, "stopId": "SETVEST2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "SETNGUI2", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88019_250723-4655" }, "vehicle": { "id": "42", "label": "81" } } }, { "id": "ENTITY-TRIP-4655-10182-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754644016" }, "departure": { "delay": 0, "time": "1754644016" }, "stopId": "SETREPU1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754644107" }, "departure": { "delay": 0, "time": "1754644107" }, "stopId": "SETVEST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "SETMJUI1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644165" }, "departure": { "delay": 0, "time": "1754644165" }, "stopId": "SETRSUD1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644224" }, "departure": { "delay": 0, "time": "1754644224" }, "stopId": "SETGMAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644279" }, "departure": { "delay": 0, "time": "1754644279" }, "stopId": "SETPART1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "FROGLAC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644550" }, "departure": { "delay": 0, "time": "1754644550" }, "stopId": "FROPEYR2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644594" }, "departure": { "delay": 0, "time": "1754644594" }, "stopId": "FROHIRO2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644647" }, "departure": { "delay": 0, "time": "1754644647" }, "stopId": "FROSANT2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "FROFELI2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644758" }, "departure": { "delay": 0, "time": "1754644758" }, "stopId": "FROMREB2", "stopSequence": 13 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88050_250723-4655" }, "vehicle": { "id": "42", "label": "81" } } }, { "id": "ENTITY-TRIP-4656-10180-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 11, "time": "1754637671" }, "departure": { "delay": 11, "time": "1754637671" }, "stopId": "FROSLIB2", "stopSequence": 18 }, { "arrival": { "delay": 11, "time": "1754637722" }, "departure": { "delay": 11, "time": "1754637722" }, "stopId": "FROPIEL2", "stopSequence": 19 }, { "arrival": { "delay": 11, "time": "1754637755" }, "departure": { "delay": 11, "time": "1754637755" }, "stopId": "FROCMAL2", "stopSequence": 20 }, { "arrival": { "delay": 11, "time": "1754637791" }, "departure": { "delay": 11, "time": "1754637791" }, "stopId": "FROSRAP2", "stopSequence": 21 }, { "arrival": { "delay": 11, "time": "1754637860" }, "departure": { "delay": 11, "time": "1754637860" }, "stopId": "FROSALA2", "stopSequence": 22 }, { "arrival": { "delay": 11, "time": "1754637916" }, "departure": { "delay": 11, "time": "1754637916" }, "stopId": "FROSALE2", "stopSequence": 23 }, { "arrival": { "delay": 11, "time": "1754637981" }, "departure": { "delay": 11, "time": "1754637981" }, "stopId": "FROSAUN2", "stopSequence": 24 }, { "arrival": { "delay": 11, "time": "1754638031" }, "departure": { "delay": 11, "time": "1754638031" }, "stopId": "FROBARN1", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88045_250723-4656" }, "vehicle": { "id": "107", "label": "93" } } }, { "id": "ENTITY-TRIP-4656-10180-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638500" }, "departure": { "delay": 0, "time": "1754638500" }, "stopId": "FROBARN1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638546" }, "departure": { "delay": 0, "time": "1754638546" }, "stopId": "FROSAUN1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638588" }, "departure": { "delay": 0, "time": "1754638588" }, "stopId": "FROSALE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638638" }, "departure": { "delay": 0, "time": "1754638638" }, "stopId": "FROSALA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638680" }, "departure": { "delay": 0, "time": "1754638680" }, "stopId": "FROSRAP1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638753" }, "departure": { "delay": 0, "time": "1754638753" }, "stopId": "FROCMAL1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638832" }, "departure": { "delay": 0, "time": "1754638832" }, "stopId": "FROPIEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754638970" }, "departure": { "delay": 0, "time": "1754638970" }, "stopId": "FROAIRO1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639040" }, "departure": { "delay": 0, "time": "1754639040" }, "stopId": "FROSNCF1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639160" }, "departure": { "delay": 0, "time": "1754639160" }, "stopId": "FROGAMB1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639190" }, "departure": { "delay": 0, "time": "1754639190" }, "stopId": "FROSLIB1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "FROTBLA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639257" }, "departure": { "delay": 0, "time": "1754639257" }, "stopId": "FROSMAR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639338" }, "departure": { "delay": 0, "time": "1754639338" }, "stopId": "FROCALA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "FROPISC1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639460" }, "departure": { "delay": 0, "time": "1754639460" }, "stopId": "FROMREB1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754639520" }, "departure": { "delay": 0, "time": "1754639520" }, "stopId": "FROFELI1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754639575" }, "departure": { "delay": 0, "time": "1754639575" }, "stopId": "FROSANT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754639647" }, "departure": { "delay": 0, "time": "1754639647" }, "stopId": "FROHIRO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754639690" }, "departure": { "delay": 0, "time": "1754639690" }, "stopId": "FROPEYR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "FROGLAC1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754640070" }, "departure": { "delay": 0, "time": "1754640070" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "SETMJUI2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754640228" }, "departure": { "delay": 0, "time": "1754640228" }, "stopId": "SETVEST2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "SETNGUI2", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88021_250723-4656" }, "vehicle": { "id": "107", "label": "93" } } }, { "id": "ENTITY-TRIP-4656-10180-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641016" }, "departure": { "delay": 0, "time": "1754641016" }, "stopId": "SETREPU1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641107" }, "departure": { "delay": 0, "time": "1754641107" }, "stopId": "SETVEST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETMJUI1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641165" }, "departure": { "delay": 0, "time": "1754641165" }, "stopId": "SETRSUD1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641224" }, "departure": { "delay": 0, "time": "1754641224" }, "stopId": "SETGMAR2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641279" }, "departure": { "delay": 0, "time": "1754641279" }, "stopId": "SETPART1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "FROGLAC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641550" }, "departure": { "delay": 0, "time": "1754641550" }, "stopId": "FROPEYR2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641594" }, "departure": { "delay": 0, "time": "1754641594" }, "stopId": "FROHIRO2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641647" }, "departure": { "delay": 0, "time": "1754641647" }, "stopId": "FROSANT2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "FROFELI2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641758" }, "departure": { "delay": 0, "time": "1754641758" }, "stopId": "FROMREB2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "FROPISC2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641980" }, "departure": { "delay": 0, "time": "1754641980" }, "stopId": "FROCALA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642063" }, "departure": { "delay": 0, "time": "1754642063" }, "stopId": "FROSMAR2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "FROTBLA2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "FROSLIB2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642211" }, "departure": { "delay": 0, "time": "1754642211" }, "stopId": "FROPIEL2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754642244" }, "departure": { "delay": 0, "time": "1754642244" }, "stopId": "FROCMAL2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754642280" }, "departure": { "delay": 0, "time": "1754642280" }, "stopId": "FROSRAP2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754642349" }, "departure": { "delay": 0, "time": "1754642349" }, "stopId": "FROSALA2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754642405" }, "departure": { "delay": 0, "time": "1754642405" }, "stopId": "FROSALE2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754642470" }, "departure": { "delay": 0, "time": "1754642470" }, "stopId": "FROSAUN2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754642520" }, "departure": { "delay": 0, "time": "1754642520" }, "stopId": "FROBARN1", "stopSequence": 25 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88048_250723-4656" }, "vehicle": { "id": "107", "label": "93" } } }, { "id": "ENTITY-TRIP-4656-10180-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "FROBARN1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643046" }, "departure": { "delay": 0, "time": "1754643046" }, "stopId": "FROSAUN1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643088" }, "departure": { "delay": 0, "time": "1754643088" }, "stopId": "FROSALE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643138" }, "departure": { "delay": 0, "time": "1754643138" }, "stopId": "FROSALA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "FROSRAP1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643253" }, "departure": { "delay": 0, "time": "1754643253" }, "stopId": "FROCMAL1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643332" }, "departure": { "delay": 0, "time": "1754643332" }, "stopId": "FROPIEL1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643470" }, "departure": { "delay": 0, "time": "1754643470" }, "stopId": "FROAIRO1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643540" }, "departure": { "delay": 0, "time": "1754643540" }, "stopId": "FROSNCF1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643660" }, "departure": { "delay": 0, "time": "1754643660" }, "stopId": "FROGAMB1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643690" }, "departure": { "delay": 0, "time": "1754643690" }, "stopId": "FROSLIB1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "FROTBLA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643757" }, "departure": { "delay": 0, "time": "1754643757" }, "stopId": "FROSMAR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643838" }, "departure": { "delay": 0, "time": "1754643838" }, "stopId": "FROCALA1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "FROPISC1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643960" }, "departure": { "delay": 0, "time": "1754643960" }, "stopId": "FROMREB1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "FROFELI1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644075" }, "departure": { "delay": 0, "time": "1754644075" }, "stopId": "FROSANT1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644147" }, "departure": { "delay": 0, "time": "1754644147" }, "stopId": "FROHIRO1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644190" }, "departure": { "delay": 0, "time": "1754644190" }, "stopId": "FROPEYR1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644260" }, "departure": { "delay": 0, "time": "1754644260" }, "stopId": "FROGLAC1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644570" }, "departure": { "delay": 0, "time": "1754644570" }, "stopId": "SETGMAR1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644680" }, "departure": { "delay": 0, "time": "1754644680" }, "stopId": "SETMJUI2", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754644728" }, "departure": { "delay": 0, "time": "1754644728" }, "stopId": "SETVEST2", "stopSequence": 24 } ], "trip": { "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "88018_250723-4656" }, "vehicle": { "id": "107", "label": "93" } } }, { "id": "ENTITY-TRIP-4660-10170-2-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -27, "time": "1754637669" }, "departure": { "delay": -27, "time": "1754637669" }, "stopId": "FRODPIN1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754637780" }, "departure": { "delay": 0, "time": "1754637780" }, "stopId": "FRORCOM1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754637853" }, "departure": { "delay": 0, "time": "1754637853" }, "stopId": "FROAJMO1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754637893" }, "departure": { "delay": 0, "time": "1754637893" }, "stopId": "FROVERC1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754637967" }, "departure": { "delay": 0, "time": "1754637967" }, "stopId": "FROEURO1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754638025" }, "departure": { "delay": 0, "time": "1754638025" }, "stopId": "FROCALA1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754638080" }, "departure": { "delay": 0, "time": "1754638080" }, "stopId": "FROPISC1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754638178" }, "departure": { "delay": 0, "time": "1754638178" }, "stopId": "FROMREB1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754638249" }, "departure": { "delay": 0, "time": "1754638249" }, "stopId": "FROFELI1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754638345" }, "departure": { "delay": 0, "time": "1754638345" }, "stopId": "FROPBOU1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754638467" }, "departure": { "delay": 0, "time": "1754638467" }, "stopId": "FROPAGN1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754638560" }, "departure": { "delay": 0, "time": "1754638560" }, "stopId": "FROGLAC1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754638662" }, "departure": { "delay": 0, "time": "1754638662" }, "stopId": "SETAPON1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754638726" }, "departure": { "delay": 0, "time": "1754638726" }, "stopId": "SETTERM1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754638814" }, "departure": { "delay": 0, "time": "1754638814" }, "stopId": "SETCCOE1", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754638869" }, "departure": { "delay": 0, "time": "1754638869" }, "stopId": "SETEBLA1", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "SETSNCF", "stopSequence": 27 } ], "trip": { "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "88190_250723-4660" }, "vehicle": { "id": "18", "label": "30" } } }, { "id": "ENTITY-TRIP-4661-10165-1-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -13, "time": "1754637666" }, "departure": { "delay": -13, "time": "1754637666" }, "stopId": "FROPAGN2", "stopSequence": 7 }, { "arrival": { "delay": -13, "time": "1754637775" }, "departure": { "delay": -13, "time": "1754637775" }, "stopId": "FROPBOU2", "stopSequence": 8 }, { "arrival": { "delay": -13, "time": "1754637839" }, "departure": { "delay": -13, "time": "1754637839" }, "stopId": "FROMCHA2", "stopSequence": 9 }, { "arrival": { "delay": -13, "time": "1754637899" }, "departure": { "delay": -13, "time": "1754637899" }, "stopId": "FROMREB2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754638020" }, "departure": { "delay": 0, "time": "1754638020" }, "stopId": "FROPISC2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754638072" }, "departure": { "delay": 0, "time": "1754638072" }, "stopId": "FROCALA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754638141" }, "departure": { "delay": 0, "time": "1754638141" }, "stopId": "FROEURO2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754638207" }, "departure": { "delay": 0, "time": "1754638207" }, "stopId": "FROVERC2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754638247" }, "departure": { "delay": 0, "time": "1754638247" }, "stopId": "FROAJMO2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754638320" }, "departure": { "delay": 0, "time": "1754638320" }, "stopId": "FRORCOM2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754638382" }, "departure": { "delay": 0, "time": "1754638382" }, "stopId": "FRODPIN2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754638455" }, "departure": { "delay": 0, "time": "1754638455" }, "stopId": "FROPPAR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754638503" }, "departure": { "delay": 0, "time": "1754638503" }, "stopId": "FROCROZ2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754638608" }, "departure": { "delay": 0, "time": "1754638608" }, "stopId": "FROSULL1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754638740" }, "departure": { "delay": 0, "time": "1754638740" }, "stopId": "FROASCH2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754638810" }, "departure": { "delay": 0, "time": "1754638810" }, "stopId": "FROCMAL1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754638876" }, "departure": { "delay": 0, "time": "1754638876" }, "stopId": "FROPIEL1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754638938" }, "departure": { "delay": 0, "time": "1754638938" }, "stopId": "FROGAMB2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "FROSNCF2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754639062" }, "departure": { "delay": 0, "time": "1754639062" }, "stopId": "FROMCLA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754639160" }, "departure": { "delay": 0, "time": "1754639160" }, "stopId": "FROAREN2", "stopSequence": 27 } ], "trip": { "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "88208_250723-4661" }, "vehicle": { "id": "19", "label": "31" } } }, { "id": "ENTITY-TRIP-4661-10165-2-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "FROAREN1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639743" }, "departure": { "delay": 0, "time": "1754639743" }, "stopId": "FROMCLA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "FROSNCF1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639830" }, "departure": { "delay": 0, "time": "1754639830" }, "stopId": "FROGAMB1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639910" }, "departure": { "delay": 0, "time": "1754639910" }, "stopId": "FROPIEL2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639974" }, "departure": { "delay": 0, "time": "1754639974" }, "stopId": "FROCMAL2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640060" }, "departure": { "delay": 0, "time": "1754640060" }, "stopId": "FROASCH1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640134" }, "departure": { "delay": 0, "time": "1754640134" }, "stopId": "FROSULL1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640252" }, "departure": { "delay": 0, "time": "1754640252" }, "stopId": "FROCROZ1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640321" }, "departure": { "delay": 0, "time": "1754640321" }, "stopId": "FROPPAR1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640396" }, "departure": { "delay": 0, "time": "1754640396" }, "stopId": "FRODPIN1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640480" }, "departure": { "delay": 0, "time": "1754640480" }, "stopId": "FRORCOM1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640553" }, "departure": { "delay": 0, "time": "1754640553" }, "stopId": "FROAJMO1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640593" }, "departure": { "delay": 0, "time": "1754640593" }, "stopId": "FROVERC1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640667" }, "departure": { "delay": 0, "time": "1754640667" }, "stopId": "FROEURO1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640725" }, "departure": { "delay": 0, "time": "1754640725" }, "stopId": "FROCALA1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640780" }, "departure": { "delay": 0, "time": "1754640780" }, "stopId": "FROPISC1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640878" }, "departure": { "delay": 0, "time": "1754640878" }, "stopId": "FROMREB1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640949" }, "departure": { "delay": 0, "time": "1754640949" }, "stopId": "FROFELI1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641045" }, "departure": { "delay": 0, "time": "1754641045" }, "stopId": "FROPBOU1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641167" }, "departure": { "delay": 0, "time": "1754641167" }, "stopId": "FROPAGN1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754641260" }, "departure": { "delay": 0, "time": "1754641260" }, "stopId": "FROGLAC1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754641362" }, "departure": { "delay": 0, "time": "1754641362" }, "stopId": "SETAPON1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754641426" }, "departure": { "delay": 0, "time": "1754641426" }, "stopId": "SETTERM1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754641514" }, "departure": { "delay": 0, "time": "1754641514" }, "stopId": "SETCCOE1", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754641569" }, "departure": { "delay": 0, "time": "1754641569" }, "stopId": "SETEBLA1", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "SETSNCF", "stopSequence": 27 } ], "trip": { "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "88191_250723-4661" }, "vehicle": { "id": "19", "label": "31" } } }, { "id": "ENTITY-TRIP-4661-10165-3-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "SETSNCF", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642679" }, "departure": { "delay": 0, "time": "1754642679" }, "stopId": "SETEBLA2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642730" }, "departure": { "delay": 0, "time": "1754642730" }, "stopId": "SETCCOE2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642802" }, "departure": { "delay": 0, "time": "1754642802" }, "stopId": "SETTERM2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642850" }, "departure": { "delay": 0, "time": "1754642850" }, "stopId": "SETAPON2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "FROGLAC2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643079" }, "departure": { "delay": 0, "time": "1754643079" }, "stopId": "FROPAGN2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643188" }, "departure": { "delay": 0, "time": "1754643188" }, "stopId": "FROPBOU2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643252" }, "departure": { "delay": 0, "time": "1754643252" }, "stopId": "FROMCHA2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643312" }, "departure": { "delay": 0, "time": "1754643312" }, "stopId": "FROMREB2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "FROPISC2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643472" }, "departure": { "delay": 0, "time": "1754643472" }, "stopId": "FROCALA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643541" }, "departure": { "delay": 0, "time": "1754643541" }, "stopId": "FROEURO2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643607" }, "departure": { "delay": 0, "time": "1754643607" }, "stopId": "FROVERC2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643647" }, "departure": { "delay": 0, "time": "1754643647" }, "stopId": "FROAJMO2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643720" }, "departure": { "delay": 0, "time": "1754643720" }, "stopId": "FRORCOM2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754643782" }, "departure": { "delay": 0, "time": "1754643782" }, "stopId": "FRODPIN2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754643855" }, "departure": { "delay": 0, "time": "1754643855" }, "stopId": "FROPPAR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643903" }, "departure": { "delay": 0, "time": "1754643903" }, "stopId": "FROCROZ2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644008" }, "departure": { "delay": 0, "time": "1754644008" }, "stopId": "FROSULL1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "FROASCH2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644210" }, "departure": { "delay": 0, "time": "1754644210" }, "stopId": "FROCMAL1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644276" }, "departure": { "delay": 0, "time": "1754644276" }, "stopId": "FROPIEL1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754644338" }, "departure": { "delay": 0, "time": "1754644338" }, "stopId": "FROGAMB2", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754644380" }, "departure": { "delay": 0, "time": "1754644380" }, "stopId": "FROSNCF2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754644462" }, "departure": { "delay": 0, "time": "1754644462" }, "stopId": "FROMCLA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754644560" }, "departure": { "delay": 0, "time": "1754644560" }, "stopId": "FROAREN2", "stopSequence": 27 } ], "trip": { "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "88210_250723-4661" }, "vehicle": { "id": "19", "label": "31" } } }, { "id": "ENTITY-TRIP-4666-10148-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638200" }, "departure": { "delay": 0, "time": "1754638200" }, "stopId": "GIGRMON1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638315" }, "departure": { "delay": 0, "time": "1754638315" }, "stopId": "GIGPINS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638389" }, "departure": { "delay": 0, "time": "1754638389" }, "stopId": "GIGCELL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638440" }, "departure": { "delay": 0, "time": "1754638440" }, "stopId": "GIGABEZ1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638496" }, "departure": { "delay": 0, "time": "1754638496" }, "stopId": "GIGBASC1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638562" }, "departure": { "delay": 0, "time": "1754638562" }, "stopId": "GIGBEGU1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638800" }, "departure": { "delay": 0, "time": "1754638800" }, "stopId": "GIGISSA1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754638954" }, "departure": { "delay": 0, "time": "1754638954" }, "stopId": "GIGCMOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "BLVGREME", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639143" }, "departure": { "delay": 0, "time": "1754639143" }, "stopId": "BLVCIME1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639178" }, "departure": { "delay": 0, "time": "1754639178" }, "stopId": "BLVECOL1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639206" }, "departure": { "delay": 0, "time": "1754639206" }, "stopId": "BLVTENN1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "BLBPSUT1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639409" }, "departure": { "delay": 0, "time": "1754639409" }, "stopId": "BLBBFOU1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639460" }, "departure": { "delay": 0, "time": "1754639460" }, "stopId": "BLBHSUD1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639880" }, "departure": { "delay": 0, "time": "1754639880" }, "stopId": "SETSNCG", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640015" }, "departure": { "delay": 0, "time": "1754640015" }, "stopId": "SETTMOL2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640164" }, "departure": { "delay": 0, "time": "1754640164" }, "stopId": "SETPVIR1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640240" }, "departure": { "delay": 0, "time": "1754640240" }, "stopId": "SETNGUI2", "stopSequence": 19 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88254_250723-4666" }, "vehicle": { "id": "40", "label": "79" } } }, { "id": "ENTITY-TRIP-4666-10148-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641110" }, "departure": { "delay": 0, "time": "1754641110" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641652" }, "departure": { "delay": 0, "time": "1754641652" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "BLBAGAR2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641855" }, "departure": { "delay": 0, "time": "1754641855" }, "stopId": "BLBCNMA2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641920" }, "departure": { "delay": 0, "time": "1754641920" }, "stopId": "BLVPMEJ2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641998" }, "departure": { "delay": 0, "time": "1754641998" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642040" }, "departure": { "delay": 0, "time": "1754642040" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642075" }, "departure": { "delay": 0, "time": "1754642075" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "BLBECUR1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642256" }, "departure": { "delay": 0, "time": "1754642256" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "BLBTHER2", "stopSequence": 16 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87956_250723-4666" }, "vehicle": { "id": "40", "label": "79" } } }, { "id": "ENTITY-TRIP-4666-10148-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642700" }, "departure": { "delay": 0, "time": "1754642700" }, "stopId": "BLBTHER2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642760" }, "departure": { "delay": 0, "time": "1754642760" }, "stopId": "BLBATHE1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "BLBPOST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642885" }, "departure": { "delay": 0, "time": "1754642885" }, "stopId": "BLBPEDA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643001" }, "departure": { "delay": 0, "time": "1754643001" }, "stopId": "BLBCNMA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643094" }, "departure": { "delay": 0, "time": "1754643094" }, "stopId": "BLBAGAR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "BLBPSUT1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643208" }, "departure": { "delay": 0, "time": "1754643208" }, "stopId": "BLBBFOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643360" }, "departure": { "delay": 0, "time": "1754643360" }, "stopId": "BLBHSUD1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643840" }, "departure": { "delay": 0, "time": "1754643840" }, "stopId": "SETSNCG", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754644020" }, "departure": { "delay": 0, "time": "1754644020" }, "stopId": "SETTMOL2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644219" }, "departure": { "delay": 0, "time": "1754644219" }, "stopId": "SETPVIR1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "SETNGUI2", "stopSequence": 13 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87978_250723-4666" }, "vehicle": { "id": "40", "label": "79" } } }, { "id": "ENTITY-TRIP-4666-10148-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "SETNGUI2", "stopSequence": 1 } ], "trip": { "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "87954_250723-4666" }, "vehicle": { "id": "40", "label": "79" } } }, { "id": "ENTITY-TRIP-4667-10146-4-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 13, "time": "1754637657" }, "departure": { "delay": 13, "time": "1754637657" }, "stopId": "SETPVIR1", "stopSequence": 18 }, { "arrival": { "delay": 13, "time": "1754637733" }, "departure": { "delay": 13, "time": "1754637733" }, "stopId": "SETNGUI2", "stopSequence": 19 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88255_250723-4667" }, "vehicle": { "id": "37", "label": "76" } } }, { "id": "ENTITY-TRIP-4667-10146-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638200" }, "departure": { "delay": 0, "time": "1754638200" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638409" }, "departure": { "delay": 0, "time": "1754638409" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638497" }, "departure": { "delay": 0, "time": "1754638497" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638680" }, "departure": { "delay": 0, "time": "1754638680" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639072" }, "departure": { "delay": 0, "time": "1754639072" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639248" }, "departure": { "delay": 0, "time": "1754639248" }, "stopId": "BLBMPAD1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639340" }, "departure": { "delay": 0, "time": "1754639340" }, "stopId": "BLVTENN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639402" }, "departure": { "delay": 0, "time": "1754639402" }, "stopId": "BLVECOL2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639510" }, "departure": { "delay": 0, "time": "1754639510" }, "stopId": "BLVCIME2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754639580" }, "departure": { "delay": 0, "time": "1754639580" }, "stopId": "BLVGREME", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754639673" }, "departure": { "delay": 0, "time": "1754639673" }, "stopId": "GIGCMOU2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "GIGISSA2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639968" }, "departure": { "delay": 0, "time": "1754639968" }, "stopId": "GIGBEGU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640021" }, "departure": { "delay": 0, "time": "1754640021" }, "stopId": "GIGBASC2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754640060" }, "departure": { "delay": 0, "time": "1754640060" }, "stopId": "GIGAMON1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754640131" }, "departure": { "delay": 0, "time": "1754640131" }, "stopId": "GIGCELL2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754640215" }, "departure": { "delay": 0, "time": "1754640215" }, "stopId": "GIGPRES1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754640314" }, "departure": { "delay": 0, "time": "1754640314" }, "stopId": "GIGFAUV1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754640420" }, "departure": { "delay": 0, "time": "1754640420" }, "stopId": "GIGRMON1", "stopSequence": 21 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88237_250723-4667" }, "vehicle": { "id": "37", "label": "76" } } }, { "id": "ENTITY-TRIP-4667-10146-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "GIGRMON1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641015" }, "departure": { "delay": 0, "time": "1754641015" }, "stopId": "GIGPINS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641089" }, "departure": { "delay": 0, "time": "1754641089" }, "stopId": "GIGCELL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "GIGABEZ1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641196" }, "departure": { "delay": 0, "time": "1754641196" }, "stopId": "GIGBASC1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641262" }, "departure": { "delay": 0, "time": "1754641262" }, "stopId": "GIGBEGU1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641500" }, "departure": { "delay": 0, "time": "1754641500" }, "stopId": "GIGISSA1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641654" }, "departure": { "delay": 0, "time": "1754641654" }, "stopId": "GIGCMOU1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "BLVGREME", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641843" }, "departure": { "delay": 0, "time": "1754641843" }, "stopId": "BLVCIME1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641878" }, "departure": { "delay": 0, "time": "1754641878" }, "stopId": "BLVECOL1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641906" }, "departure": { "delay": 0, "time": "1754641906" }, "stopId": "BLVTENN1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "BLBPSUT1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642109" }, "departure": { "delay": 0, "time": "1754642109" }, "stopId": "BLBBFOU1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "BLBHSUD1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "SETSNCG", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642715" }, "departure": { "delay": 0, "time": "1754642715" }, "stopId": "SETTMOL2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642864" }, "departure": { "delay": 0, "time": "1754642864" }, "stopId": "SETPVIR1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754642940" }, "departure": { "delay": 0, "time": "1754642940" }, "stopId": "SETNGUI2", "stopSequence": 19 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88253_250723-4667" }, "vehicle": { "id": "37", "label": "76" } } }, { "id": "ENTITY-TRIP-4667-10146-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "SETNGUI2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643809" }, "departure": { "delay": 0, "time": "1754643809" }, "stopId": "SETQPAS1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643897" }, "departure": { "delay": 0, "time": "1754643897" }, "stopId": "SETTMOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "SETSNCB", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754644380" }, "departure": { "delay": 0, "time": "1754644380" }, "stopId": "BLBHSUD2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754644472" }, "departure": { "delay": 0, "time": "1754644472" }, "stopId": "BLBBFOU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754644500" }, "departure": { "delay": 0, "time": "1754644500" }, "stopId": "BLBPSUT2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754644648" }, "departure": { "delay": 0, "time": "1754644648" }, "stopId": "BLBMPAD1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754644740" }, "departure": { "delay": 0, "time": "1754644740" }, "stopId": "BLVTENN2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754644802" }, "departure": { "delay": 0, "time": "1754644802" }, "stopId": "BLVECOL2", "stopSequence": 10 } ], "trip": { "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "88235_250723-4667" }, "vehicle": { "id": "37", "label": "76" } } }, { "id": "ENTITY-TRIP-4670-10144-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 36, "time": "1754637636" }, "departure": { "delay": 36, "time": "1754637636" }, "stopId": "BLVVIGN2", "stopSequence": 13 }, { "arrival": { "delay": 36, "time": "1754637725" }, "departure": { "delay": 36, "time": "1754637725" }, "stopId": "BLVECOL2", "stopSequence": 14 }, { "arrival": { "delay": 36, "time": "1754637816" }, "departure": { "delay": 36, "time": "1754637816" }, "stopId": "BLVCIME2", "stopSequence": 15 }, { "arrival": { "delay": 36, "time": "1754637936" }, "departure": { "delay": 36, "time": "1754637936" }, "stopId": "BLVGREMF", "stopSequence": 16 } ], "trip": { "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "88267_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754638200" }, "departure": { "delay": 0, "time": "1754638200" }, "stopId": "BLVGREMF", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754638263" }, "departure": { "delay": 0, "time": "1754638263" }, "stopId": "BLVCIME1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754638320" }, "departure": { "delay": 0, "time": "1754638320" }, "stopId": "BLVECOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754638382" }, "departure": { "delay": 0, "time": "1754638382" }, "stopId": "BLVVIGN1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754638440" }, "departure": { "delay": 0, "time": "1754638440" }, "stopId": "BLVDEPE1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754638553" }, "departure": { "delay": 0, "time": "1754638553" }, "stopId": "BLVPMEJ2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754638629" }, "departure": { "delay": 0, "time": "1754638629" }, "stopId": "BLBPINE1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754638680" }, "departure": { "delay": 0, "time": "1754638680" }, "stopId": "BLVPERD1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754638744" }, "departure": { "delay": 0, "time": "1754638744" }, "stopId": "BLBETOU1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754638800" }, "departure": { "delay": 0, "time": "1754638800" }, "stopId": "BLVPMEJ1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754638898" }, "departure": { "delay": 0, "time": "1754638898" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754638951" }, "departure": { "delay": 0, "time": "1754638951" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754638980" }, "departure": { "delay": 0, "time": "1754638980" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754639042" }, "departure": { "delay": 0, "time": "1754639042" }, "stopId": "BLBGUIN1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754639100" }, "departure": { "delay": 0, "time": "1754639100" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754639220" }, "departure": { "delay": 0, "time": "1754639220" }, "stopId": "BLBTHER1", "stopSequence": 16 } ], "trip": { "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "88276_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639400" }, "departure": { "delay": 0, "time": "1754639400" }, "stopId": "BLBTHER2", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639441" }, "departure": { "delay": 0, "time": "1754639441" }, "stopId": "BLBATHE1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754639505" }, "departure": { "delay": 0, "time": "1754639505" }, "stopId": "BLBPOST1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754639580" }, "departure": { "delay": 0, "time": "1754639580" }, "stopId": "BLBPEDA1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754639640" }, "departure": { "delay": 0, "time": "1754639640" }, "stopId": "BLBCNMA1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "BLBAGAR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754639760" }, "departure": { "delay": 0, "time": "1754639760" }, "stopId": "BLBSERP2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754639820" }, "departure": { "delay": 0, "time": "1754639820" }, "stopId": "BLBMPEU2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754639861" }, "departure": { "delay": 0, "time": "1754639861" }, "stopId": "BLBMIST2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754639880" }, "departure": { "delay": 0, "time": "1754639880" }, "stopId": "BLBRECH2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754639957" }, "departure": { "delay": 0, "time": "1754639957" }, "stopId": "BLBPEYR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640016" }, "departure": { "delay": 0, "time": "1754640016" }, "stopId": "BLBCLOS2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640120" }, "departure": { "delay": 0, "time": "1754640120" }, "stopId": "BLVTENN2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754640163" }, "departure": { "delay": 0, "time": "1754640163" }, "stopId": "BLVECOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754640240" }, "departure": { "delay": 0, "time": "1754640240" }, "stopId": "BLVCIME2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754640300" }, "departure": { "delay": 0, "time": "1754640300" }, "stopId": "BLVGREMF", "stopSequence": 16 } ], "trip": { "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "88284_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754640900" }, "departure": { "delay": 0, "time": "1754640900" }, "stopId": "BLVGREMF", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754640963" }, "departure": { "delay": 0, "time": "1754640963" }, "stopId": "BLVCIME1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641020" }, "departure": { "delay": 0, "time": "1754641020" }, "stopId": "BLVECOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754641067" }, "departure": { "delay": 0, "time": "1754641067" }, "stopId": "BLVTENN1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754641200" }, "departure": { "delay": 0, "time": "1754641200" }, "stopId": "BLBCLOS1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754641263" }, "departure": { "delay": 0, "time": "1754641263" }, "stopId": "BLBPEYR1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754641333" }, "departure": { "delay": 0, "time": "1754641333" }, "stopId": "BLBRECH1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "BLBMIST1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754641454" }, "departure": { "delay": 0, "time": "1754641454" }, "stopId": "BLBMPEU1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754641560" }, "departure": { "delay": 0, "time": "1754641560" }, "stopId": "BLBSERP1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754641680" }, "departure": { "delay": 0, "time": "1754641680" }, "stopId": "BLBAGAR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "BLBCNMA2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754641881" }, "departure": { "delay": 0, "time": "1754641881" }, "stopId": "BLBPEDA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641939" }, "departure": { "delay": 0, "time": "1754641939" }, "stopId": "BLBPOST2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641980" }, "departure": { "delay": 0, "time": "1754641980" }, "stopId": "BLBATHE2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "BLBTHER3", "stopSequence": 16 } ], "trip": { "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "88292_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-11-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642100" }, "departure": { "delay": 0, "time": "1754642100" }, "stopId": "BLBTHER3", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642196" }, "departure": { "delay": 0, "time": "1754642196" }, "stopId": "BLBAPAS2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642280" }, "departure": { "delay": 0, "time": "1754642280" }, "stopId": "BLBGUIN2", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642368" }, "departure": { "delay": 0, "time": "1754642368" }, "stopId": "BLBNAIA2", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "BLBCACA2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642440" }, "departure": { "delay": 0, "time": "1754642440" }, "stopId": "BLBCHAU2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642508" }, "departure": { "delay": 0, "time": "1754642508" }, "stopId": "BLVPMEJ2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642580" }, "departure": { "delay": 0, "time": "1754642580" }, "stopId": "BLBPINE1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642672" }, "departure": { "delay": 0, "time": "1754642672" }, "stopId": "BLVPERD1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642751" }, "departure": { "delay": 0, "time": "1754642751" }, "stopId": "BLBETOU1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "BLVPMEJ1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642945" }, "departure": { "delay": 0, "time": "1754642945" }, "stopId": "BLVDEPE2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754643000" }, "departure": { "delay": 0, "time": "1754643000" }, "stopId": "BLVVIGN2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754643089" }, "departure": { "delay": 0, "time": "1754643089" }, "stopId": "BLVECOL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754643180" }, "departure": { "delay": 0, "time": "1754643180" }, "stopId": "BLVCIME2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "BLVGREMF", "stopSequence": 16 } ], "trip": { "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "88266_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-12-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "BLVGREMF", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754643363" }, "departure": { "delay": 0, "time": "1754643363" }, "stopId": "BLVCIME1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754643420" }, "departure": { "delay": 0, "time": "1754643420" }, "stopId": "BLVECOL1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643482" }, "departure": { "delay": 0, "time": "1754643482" }, "stopId": "BLVVIGN1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643540" }, "departure": { "delay": 0, "time": "1754643540" }, "stopId": "BLVDEPE1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643653" }, "departure": { "delay": 0, "time": "1754643653" }, "stopId": "BLVPMEJ2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643729" }, "departure": { "delay": 0, "time": "1754643729" }, "stopId": "BLBPINE1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "BLVPERD1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643844" }, "departure": { "delay": 0, "time": "1754643844" }, "stopId": "BLBETOU1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "BLVPMEJ1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643998" }, "departure": { "delay": 0, "time": "1754643998" }, "stopId": "BLBCHAU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754644051" }, "departure": { "delay": 0, "time": "1754644051" }, "stopId": "BLBCACA1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644080" }, "departure": { "delay": 0, "time": "1754644080" }, "stopId": "BLBNAIA1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644142" }, "departure": { "delay": 0, "time": "1754644142" }, "stopId": "BLBGUIN1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644200" }, "departure": { "delay": 0, "time": "1754644200" }, "stopId": "BLBAPAS1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "BLBTHER1", "stopSequence": 16 } ], "trip": { "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "88275_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4670-10144-13-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "BLBTHER2", "stopSequence": 1 } ], "trip": { "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "88283_250723-4670" }, "vehicle": { "id": "17", "label": "29" } } }, { "id": "ENTITY-TRIP-4671-10126-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 34, "time": "1754637653" }, "departure": { "delay": 34, "time": "1754637653" }, "stopId": "FROFVIL2", "stopSequence": 4 }, { "arrival": { "delay": 34, "time": "1754637754" }, "departure": { "delay": 34, "time": "1754637754" }, "stopId": "FROSLIB2", "stopSequence": 5 }, { "arrival": { "delay": 34, "time": "1754637777" }, "departure": { "delay": 34, "time": "1754637777" }, "stopId": "FROGAMB2", "stopSequence": 6 }, { "arrival": { "delay": 34, "time": "1754637824" }, "departure": { "delay": 34, "time": "1754637824" }, "stopId": "FROSNCF2", "stopSequence": 7 }, { "arrival": { "delay": 34, "time": "1754637874" }, "departure": { "delay": 34, "time": "1754637874" }, "stopId": "FROMCLA2", "stopSequence": 8 }, { "arrival": { "delay": 34, "time": "1754637934" }, "departure": { "delay": 34, "time": "1754637934" }, "stopId": "FROAREN2", "stopSequence": 9 }, { "arrival": { "delay": 34, "time": "1754638245" }, "departure": { "delay": 34, "time": "1754638245" }, "stopId": "FROENTR2", "stopSequence": 10 }, { "arrival": { "delay": 34, "time": "1754638294" }, "departure": { "delay": 34, "time": "1754638294" }, "stopId": "FROMOUE2", "stopSequence": 11 }, { "arrival": { "delay": 34, "time": "1754638354" }, "departure": { "delay": 34, "time": "1754638354" }, "stopId": "FROAVAU2", "stopSequence": 12 }, { "arrival": { "delay": 34, "time": "1754638431" }, "departure": { "delay": 34, "time": "1754638431" }, "stopId": "FROMTOU2", "stopSequence": 13 }, { "arrival": { "delay": 34, "time": "1754638509" }, "departure": { "delay": 34, "time": "1754638509" }, "stopId": "FROPRES1", "stopSequence": 14 }, { "arrival": { "delay": 34, "time": "1754638593" }, "departure": { "delay": 34, "time": "1754638593" }, "stopId": "FROCOUR1", "stopSequence": 15 }, { "arrival": { "delay": 34, "time": "1754638654" }, "departure": { "delay": 34, "time": "1754638654" }, "stopId": "FROFLES1", "stopSequence": 16 }, { "arrival": { "delay": 34, "time": "1754638741" }, "departure": { "delay": 34, "time": "1754638741" }, "stopId": "FROSABL2", "stopSequence": 17 }, { "arrival": { "delay": 34, "time": "1754638821" }, "departure": { "delay": 34, "time": "1754638821" }, "stopId": "FROTAHI2", "stopSequence": 18 }, { "arrival": { "delay": 34, "time": "1754638884" }, "departure": { "delay": 34, "time": "1754638884" }, "stopId": "FROBERG2", "stopSequence": 19 }, { "arrival": { "delay": 34, "time": "1754638967" }, "departure": { "delay": 34, "time": "1754638967" }, "stopId": "FROINGR2", "stopSequence": 20 }, { "arrival": { "delay": 34, "time": "1754639002" }, "departure": { "delay": 34, "time": "1754639002" }, "stopId": "FROTAMA2", "stopSequence": 21 }, { "arrival": { "delay": 34, "time": "1754639134" }, "departure": { "delay": 34, "time": "1754639134" }, "stopId": "FROSEUG2", "stopSequence": 22 } ], "trip": { "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "88316_250723-4671" }, "vehicle": { "id": "16", "label": "28" } } }, { "id": "ENTITY-TRIP-4671-10126-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 34, "time": "1754639134" }, "departure": { "delay": 34, "time": "1754639134" }, "stopId": "FROSEUG1", "stopSequence": 1 }, { "arrival": { "delay": 34, "time": "1754639218" }, "departure": { "delay": 34, "time": "1754639218" }, "stopId": "FROTAMA1", "stopSequence": 2 }, { "arrival": { "delay": 34, "time": "1754639242" }, "departure": { "delay": 34, "time": "1754639242" }, "stopId": "FROINGR1", "stopSequence": 3 }, { "arrival": { "delay": 34, "time": "1754639291" }, "departure": { "delay": 34, "time": "1754639291" }, "stopId": "FROBERG1", "stopSequence": 4 }, { "arrival": { "delay": 34, "time": "1754639343" }, "departure": { "delay": 34, "time": "1754639343" }, "stopId": "FROTAHI1", "stopSequence": 5 }, { "arrival": { "delay": 34, "time": "1754639385" }, "departure": { "delay": 34, "time": "1754639385" }, "stopId": "FROSABL1", "stopSequence": 6 }, { "arrival": { "delay": 34, "time": "1754639607" }, "departure": { "delay": 34, "time": "1754639607" }, "stopId": "FROMTOU1", "stopSequence": 7 }, { "arrival": { "delay": 34, "time": "1754639674" }, "departure": { "delay": 34, "time": "1754639674" }, "stopId": "FROAVAU1", "stopSequence": 8 }, { "arrival": { "delay": 34, "time": "1754639736" }, "departure": { "delay": 34, "time": "1754639736" }, "stopId": "FROMOUE1", "stopSequence": 9 }, { "arrival": { "delay": 34, "time": "1754639796" }, "departure": { "delay": 34, "time": "1754639796" }, "stopId": "FROENTR1", "stopSequence": 10 }, { "arrival": { "delay": 34, "time": "1754640154" }, "departure": { "delay": 34, "time": "1754640154" }, "stopId": "FROAREN1", "stopSequence": 11 }, { "arrival": { "delay": 34, "time": "1754640231" }, "departure": { "delay": 34, "time": "1754640231" }, "stopId": "FROMCLA1", "stopSequence": 12 }, { "arrival": { "delay": 34, "time": "1754640261" }, "departure": { "delay": 34, "time": "1754640261" }, "stopId": "FROSNCF1", "stopSequence": 13 }, { "arrival": { "delay": 34, "time": "1754640353" }, "departure": { "delay": 34, "time": "1754640353" }, "stopId": "FROGAMB1", "stopSequence": 14 }, { "arrival": { "delay": 34, "time": "1754640472" }, "departure": { "delay": 34, "time": "1754640472" }, "stopId": "FROFVIL1", "stopSequence": 15 }, { "arrival": { "delay": 34, "time": "1754640555" }, "departure": { "delay": 34, "time": "1754640555" }, "stopId": "FROVIVI1", "stopSequence": 16 }, { "arrival": { "delay": 34, "time": "1754640592" }, "departure": { "delay": 34, "time": "1754640592" }, "stopId": "FRODPIN1", "stopSequence": 17 }, { "arrival": { "delay": 34, "time": "1754640694" }, "departure": { "delay": 34, "time": "1754640694" }, "stopId": "FRORCOM1", "stopSequence": 18 } ], "trip": { "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "88298_250723-4671" }, "vehicle": { "id": "16", "label": "28" } } }, { "id": "ENTITY-TRIP-4676-10110-5-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 22, "time": "1754637622" }, "departure": { "delay": 22, "time": "1754637622" }, "stopId": "BLVGREMG", "stopSequence": 1 }, { "arrival": { "delay": 22, "time": "1754638042" }, "departure": { "delay": 22, "time": "1754638042" }, "stopId": "BLBPSUT1", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1754638080" }, "departure": { "delay": 22, "time": "1754638080" }, "stopId": "BLBBFOU1", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1754638282" }, "departure": { "delay": 22, "time": "1754638282" }, "stopId": "BLBHSUD1", "stopSequence": 4 }, { "arrival": { "delay": 22, "time": "1754638522" }, "departure": { "delay": 22, "time": "1754638522" }, "stopId": "SETBOR1", "stopSequence": 5 }, { "arrival": { "delay": 22, "time": "1754638779" }, "departure": { "delay": 22, "time": "1754638779" }, "stopId": "FROGLAC2", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1754638822" }, "departure": { "delay": 22, "time": "1754638822" }, "stopId": "FROPEYR2", "stopSequence": 7 }, { "arrival": { "delay": 22, "time": "1754638903" }, "departure": { "delay": 22, "time": "1754638903" }, "stopId": "FROHIRO2", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1754639002" }, "departure": { "delay": 22, "time": "1754639002" }, "stopId": "FROSANT2", "stopSequence": 9 }, { "arrival": { "delay": 22, "time": "1754639032" }, "departure": { "delay": 22, "time": "1754639032" }, "stopId": "FROFELI2", "stopSequence": 10 }, { "arrival": { "delay": 22, "time": "1754639081" }, "departure": { "delay": 22, "time": "1754639081" }, "stopId": "FROMREB2", "stopSequence": 11 }, { "arrival": { "delay": 22, "time": "1754639182" }, "departure": { "delay": 22, "time": "1754639182" }, "stopId": "FROPISC2", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1754639238" }, "departure": { "delay": 22, "time": "1754639238" }, "stopId": "FROCALA2", "stopSequence": 13 }, { "arrival": { "delay": 22, "time": "1754639324" }, "departure": { "delay": 22, "time": "1754639324" }, "stopId": "FROSMAR2", "stopSequence": 14 }, { "arrival": { "delay": 22, "time": "1754639362" }, "departure": { "delay": 22, "time": "1754639362" }, "stopId": "FROTBLA2", "stopSequence": 15 }, { "arrival": { "delay": 22, "time": "1754639415" }, "departure": { "delay": 22, "time": "1754639415" }, "stopId": "FROSLIB2", "stopSequence": 16 }, { "arrival": { "delay": 22, "time": "1754639542" }, "departure": { "delay": 22, "time": "1754639542" }, "stopId": "FROPIEL2", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1754639600" }, "departure": { "delay": 22, "time": "1754639600" }, "stopId": "FROCMAL2", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1754639662" }, "departure": { "delay": 22, "time": "1754639662" }, "stopId": "FROSRAP2", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1754639766" }, "departure": { "delay": 22, "time": "1754639766" }, "stopId": "FROSALA2", "stopSequence": 20 }, { "arrival": { "delay": 22, "time": "1754639850" }, "departure": { "delay": 22, "time": "1754639850" }, "stopId": "FROSALE2", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1754639947" }, "departure": { "delay": 22, "time": "1754639947" }, "stopId": "FROSAUN2", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1754640022" }, "departure": { "delay": 22, "time": "1754640022" }, "stopId": "FROBARN1", "stopSequence": 23 } ], "trip": { "routeId": "18", "scheduleRelationship": "SCHEDULED", "tripId": "88355_250723-4676" }, "vehicle": { "id": "28", "label": "65" } } }, { "id": "ENTITY-TRIP-4676-10110-6-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 22, "time": "1754640022" }, "departure": { "delay": 22, "time": "1754640022" }, "stopId": "FROBARN1", "stopSequence": 1 }, { "arrival": { "delay": 22, "time": "1754640084" }, "departure": { "delay": 22, "time": "1754640084" }, "stopId": "FROSAUN1", "stopSequence": 2 }, { "arrival": { "delay": 22, "time": "1754640139" }, "departure": { "delay": 22, "time": "1754640139" }, "stopId": "FROSALE1", "stopSequence": 3 }, { "arrival": { "delay": 22, "time": "1754640206" }, "departure": { "delay": 22, "time": "1754640206" }, "stopId": "FROSALA1", "stopSequence": 4 }, { "arrival": { "delay": 22, "time": "1754640262" }, "departure": { "delay": 22, "time": "1754640262" }, "stopId": "FROSRAP1", "stopSequence": 5 }, { "arrival": { "delay": 22, "time": "1754640315" }, "departure": { "delay": 22, "time": "1754640315" }, "stopId": "FROCMAL1", "stopSequence": 6 }, { "arrival": { "delay": 22, "time": "1754640372" }, "departure": { "delay": 22, "time": "1754640372" }, "stopId": "FROPIEL1", "stopSequence": 7 }, { "arrival": { "delay": 22, "time": "1754640442" }, "departure": { "delay": 22, "time": "1754640442" }, "stopId": "FROSLIB1", "stopSequence": 8 }, { "arrival": { "delay": 22, "time": "1754640483" }, "departure": { "delay": 22, "time": "1754640483" }, "stopId": "FROTBLA1", "stopSequence": 9 }, { "arrival": { "delay": 22, "time": "1754640524" }, "departure": { "delay": 22, "time": "1754640524" }, "stopId": "FROSMAR1", "stopSequence": 10 }, { "arrival": { "delay": 22, "time": "1754640614" }, "departure": { "delay": 22, "time": "1754640614" }, "stopId": "FROCALA1", "stopSequence": 11 }, { "arrival": { "delay": 22, "time": "1754640682" }, "departure": { "delay": 22, "time": "1754640682" }, "stopId": "FROPISC1", "stopSequence": 12 }, { "arrival": { "delay": 22, "time": "1754640751" }, "departure": { "delay": 22, "time": "1754640751" }, "stopId": "FROMREB1", "stopSequence": 13 }, { "arrival": { "delay": 22, "time": "1754640802" }, "departure": { "delay": 22, "time": "1754640802" }, "stopId": "FROFELI1", "stopSequence": 14 }, { "arrival": { "delay": 22, "time": "1754640860" }, "departure": { "delay": 22, "time": "1754640860" }, "stopId": "FROSANT1", "stopSequence": 15 }, { "arrival": { "delay": 22, "time": "1754640936" }, "departure": { "delay": 22, "time": "1754640936" }, "stopId": "FROHIRO1", "stopSequence": 16 }, { "arrival": { "delay": 22, "time": "1754640982" }, "departure": { "delay": 22, "time": "1754640982" }, "stopId": "FROPEYR1", "stopSequence": 17 }, { "arrival": { "delay": 22, "time": "1754641044" }, "departure": { "delay": 22, "time": "1754641044" }, "stopId": "FROGLAC1", "stopSequence": 18 }, { "arrival": { "delay": 22, "time": "1754641200" }, "departure": { "delay": 22, "time": "1754641200" }, "stopId": "SETBOR1", "stopSequence": 19 }, { "arrival": { "delay": 22, "time": "1754641522" }, "departure": { "delay": 22, "time": "1754641522" }, "stopId": "BLBHSUD2", "stopSequence": 20 }, { "arrival": { "delay": 22, "time": "1754641754" }, "departure": { "delay": 22, "time": "1754641754" }, "stopId": "BLBBFOU2", "stopSequence": 21 }, { "arrival": { "delay": 22, "time": "1754641822" }, "departure": { "delay": 22, "time": "1754641822" }, "stopId": "BLBPSUT2", "stopSequence": 22 }, { "arrival": { "delay": 22, "time": "1754642044" }, "departure": { "delay": 22, "time": "1754642044" }, "stopId": "BLBMPAD1", "stopSequence": 23 }, { "arrival": { "delay": 22, "time": "1754642242" }, "departure": { "delay": 22, "time": "1754642242" }, "stopId": "BLVGREMG", "stopSequence": 24 } ], "trip": { "routeId": "18", "scheduleRelationship": "SCHEDULED", "tripId": "88347_250723-4676" }, "vehicle": { "id": "28", "label": "65" } } }, { "id": "ENTITY-TRIP-4676-10110-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "BLVGREMG", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754642820" }, "departure": { "delay": 0, "time": "1754642820" }, "stopId": "BLBPSUT1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754642858" }, "departure": { "delay": 0, "time": "1754642858" }, "stopId": "BLBBFOU1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754643060" }, "departure": { "delay": 0, "time": "1754643060" }, "stopId": "BLBHSUD1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754643300" }, "departure": { "delay": 0, "time": "1754643300" }, "stopId": "SETBOR1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754643557" }, "departure": { "delay": 0, "time": "1754643557" }, "stopId": "FROGLAC2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754643600" }, "departure": { "delay": 0, "time": "1754643600" }, "stopId": "FROPEYR2", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754643681" }, "departure": { "delay": 0, "time": "1754643681" }, "stopId": "FROHIRO2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754643780" }, "departure": { "delay": 0, "time": "1754643780" }, "stopId": "FROSANT2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754643810" }, "departure": { "delay": 0, "time": "1754643810" }, "stopId": "FROFELI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754643859" }, "departure": { "delay": 0, "time": "1754643859" }, "stopId": "FROMREB2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754643960" }, "departure": { "delay": 0, "time": "1754643960" }, "stopId": "FROPISC2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754644016" }, "departure": { "delay": 0, "time": "1754644016" }, "stopId": "FROCALA2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754644102" }, "departure": { "delay": 0, "time": "1754644102" }, "stopId": "FROSMAR2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754644140" }, "departure": { "delay": 0, "time": "1754644140" }, "stopId": "FROTBLA2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754644193" }, "departure": { "delay": 0, "time": "1754644193" }, "stopId": "FROSLIB2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754644320" }, "departure": { "delay": 0, "time": "1754644320" }, "stopId": "FROPIEL2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754644378" }, "departure": { "delay": 0, "time": "1754644378" }, "stopId": "FROCMAL2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754644440" }, "departure": { "delay": 0, "time": "1754644440" }, "stopId": "FROSRAP2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754644544" }, "departure": { "delay": 0, "time": "1754644544" }, "stopId": "FROSALA2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754644628" }, "departure": { "delay": 0, "time": "1754644628" }, "stopId": "FROSALE2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754644725" }, "departure": { "delay": 0, "time": "1754644725" }, "stopId": "FROSAUN2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "FROBARN1", "stopSequence": 23 } ], "trip": { "routeId": "18", "scheduleRelationship": "SCHEDULED", "tripId": "88356_250723-4676" }, "vehicle": { "id": "28", "label": "65" } } }, { "id": "ENTITY-TRIP-4677-10338-7-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 36, "time": "1754637630" }, "departure": { "delay": 36, "time": "1754637630" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 36, "time": "1754637698" }, "departure": { "delay": 36, "time": "1754637698" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 36, "time": "1754637764" }, "departure": { "delay": 36, "time": "1754637764" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 36, "time": "1754637816" }, "departure": { "delay": 36, "time": "1754637816" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 36, "time": "1754637885" }, "departure": { "delay": 36, "time": "1754637885" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 36, "time": "1754637992" }, "departure": { "delay": 36, "time": "1754637992" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 36, "time": "1754638056" }, "departure": { "delay": 36, "time": "1754638056" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 36, "time": "1754638084" }, "departure": { "delay": 36, "time": "1754638084" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 36, "time": "1754638148" }, "departure": { "delay": 36, "time": "1754638148" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 36, "time": "1754638212" }, "departure": { "delay": 36, "time": "1754638212" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 36, "time": "1754638296" }, "departure": { "delay": 36, "time": "1754638296" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 36, "time": "1754638346" }, "departure": { "delay": 36, "time": "1754638346" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 36, "time": "1754638458" }, "departure": { "delay": 36, "time": "1754638458" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 36, "time": "1754638545" }, "departure": { "delay": 36, "time": "1754638545" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 36, "time": "1754638634" }, "departure": { "delay": 36, "time": "1754638634" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 36, "time": "1754638791" }, "departure": { "delay": 36, "time": "1754638791" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 36, "time": "1754638870" }, "departure": { "delay": 36, "time": "1754638870" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 36, "time": "1754639076" }, "departure": { "delay": 36, "time": "1754639076" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87310_250723-4677" }, "vehicle": { "id": "110", "label": "104" } } }, { "id": "ENTITY-TRIP-4677-10338-8-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754639700" }, "departure": { "delay": 0, "time": "1754639700" }, "stopId": "SETSNCH", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754639873" }, "departure": { "delay": 0, "time": "1754639873" }, "stopId": "SETTMOL2", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754640071" }, "departure": { "delay": 0, "time": "1754640071" }, "stopId": "SETPVIR1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754640180" }, "departure": { "delay": 0, "time": "1754640180" }, "stopId": "SETPDAU1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754640415" }, "departure": { "delay": 0, "time": "1754640415" }, "stopId": "SETPENI2", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754640540" }, "departure": { "delay": 0, "time": "1754640540" }, "stopId": "SETMOLE2", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754640611" }, "departure": { "delay": 0, "time": "1754640611" }, "stopId": "SETCVAG1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754640641" }, "departure": { "delay": 0, "time": "1754640641" }, "stopId": "SETRROC2", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754640694" }, "departure": { "delay": 0, "time": "1754640694" }, "stopId": "SETCNAU2", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754640720" }, "departure": { "delay": 0, "time": "1754640720" }, "stopId": "SETVIGI2", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754640784" }, "departure": { "delay": 0, "time": "1754640784" }, "stopId": "SETPCOR2", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754640895" }, "departure": { "delay": 0, "time": "1754640895" }, "stopId": "SETPCAL2", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754640960" }, "departure": { "delay": 0, "time": "1754640960" }, "stopId": "SETJCUR2", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754641006" }, "departure": { "delay": 0, "time": "1754641006" }, "stopId": "SETRVAL2", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754641055" }, "departure": { "delay": 0, "time": "1754641055" }, "stopId": "SETRPEU2", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754641140" }, "departure": { "delay": 0, "time": "1754641140" }, "stopId": "SETFONQ2", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754641180" }, "departure": { "delay": 0, "time": "1754641180" }, "stopId": "SETIFRE2", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754641227" }, "departure": { "delay": 0, "time": "1754641227" }, "stopId": "SETCLUR2", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754641280" }, "departure": { "delay": 0, "time": "1754641280" }, "stopId": "SETSALI2", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754641380" }, "departure": { "delay": 0, "time": "1754641380" }, "stopId": "SETVIGN2", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754641443" }, "departure": { "delay": 0, "time": "1754641443" }, "stopId": "SETCIPY2", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754641513" }, "departure": { "delay": 0, "time": "1754641513" }, "stopId": "SETEGBR2", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754641583" }, "departure": { "delay": 0, "time": "1754641583" }, "stopId": "SETHOPI3", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754641620" }, "departure": { "delay": 0, "time": "1754641620" }, "stopId": "SETHOPI1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754641695" }, "departure": { "delay": 0, "time": "1754641695" }, "stopId": "SETVFLE2", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754641760" }, "departure": { "delay": 0, "time": "1754641760" }, "stopId": "SETITHA2", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754641800" }, "departure": { "delay": 0, "time": "1754641800" }, "stopId": "SETCMAL1", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87351_250723-4677" }, "vehicle": { "id": "110", "label": "104" } } }, { "id": "ENTITY-TRIP-4677-10338-9-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754641860" }, "departure": { "delay": 0, "time": "1754641860" }, "stopId": "SETCMAL1", "stopSequence": 1 }, { "arrival": { "delay": 0, "time": "1754641912" }, "departure": { "delay": 0, "time": "1754641912" }, "stopId": "SETITHA1", "stopSequence": 2 }, { "arrival": { "delay": 0, "time": "1754641991" }, "departure": { "delay": 0, "time": "1754641991" }, "stopId": "SETVFLE1", "stopSequence": 3 }, { "arrival": { "delay": 0, "time": "1754642057" }, "departure": { "delay": 0, "time": "1754642057" }, "stopId": "SETEGBR1", "stopSequence": 4 }, { "arrival": { "delay": 0, "time": "1754642113" }, "departure": { "delay": 0, "time": "1754642113" }, "stopId": "SETCIPY1", "stopSequence": 5 }, { "arrival": { "delay": 0, "time": "1754642160" }, "departure": { "delay": 0, "time": "1754642160" }, "stopId": "SETVIGN1", "stopSequence": 6 }, { "arrival": { "delay": 0, "time": "1754642282" }, "departure": { "delay": 0, "time": "1754642282" }, "stopId": "SETSALI1", "stopSequence": 7 }, { "arrival": { "delay": 0, "time": "1754642352" }, "departure": { "delay": 0, "time": "1754642352" }, "stopId": "SETCLUR1", "stopSequence": 8 }, { "arrival": { "delay": 0, "time": "1754642400" }, "departure": { "delay": 0, "time": "1754642400" }, "stopId": "SETIFRE1", "stopSequence": 9 }, { "arrival": { "delay": 0, "time": "1754642454" }, "departure": { "delay": 0, "time": "1754642454" }, "stopId": "SETFONQ1", "stopSequence": 10 }, { "arrival": { "delay": 0, "time": "1754642522" }, "departure": { "delay": 0, "time": "1754642522" }, "stopId": "SETRPEU1", "stopSequence": 11 }, { "arrival": { "delay": 0, "time": "1754642588" }, "departure": { "delay": 0, "time": "1754642588" }, "stopId": "SETRVAL1", "stopSequence": 12 }, { "arrival": { "delay": 0, "time": "1754642640" }, "departure": { "delay": 0, "time": "1754642640" }, "stopId": "SETJCUR1", "stopSequence": 13 }, { "arrival": { "delay": 0, "time": "1754642709" }, "departure": { "delay": 0, "time": "1754642709" }, "stopId": "SETPCAL1", "stopSequence": 14 }, { "arrival": { "delay": 0, "time": "1754642816" }, "departure": { "delay": 0, "time": "1754642816" }, "stopId": "SETPCOR1", "stopSequence": 15 }, { "arrival": { "delay": 0, "time": "1754642880" }, "departure": { "delay": 0, "time": "1754642880" }, "stopId": "SETVIGI1", "stopSequence": 16 }, { "arrival": { "delay": 0, "time": "1754642908" }, "departure": { "delay": 0, "time": "1754642908" }, "stopId": "SETCNAU1", "stopSequence": 17 }, { "arrival": { "delay": 0, "time": "1754642972" }, "departure": { "delay": 0, "time": "1754642972" }, "stopId": "SETRROC1", "stopSequence": 18 }, { "arrival": { "delay": 0, "time": "1754643036" }, "departure": { "delay": 0, "time": "1754643036" }, "stopId": "SETTMER1", "stopSequence": 19 }, { "arrival": { "delay": 0, "time": "1754643120" }, "departure": { "delay": 0, "time": "1754643120" }, "stopId": "SETMOLE1", "stopSequence": 20 }, { "arrival": { "delay": 0, "time": "1754643170" }, "departure": { "delay": 0, "time": "1754643170" }, "stopId": "SETPENI1", "stopSequence": 21 }, { "arrival": { "delay": 0, "time": "1754643282" }, "departure": { "delay": 0, "time": "1754643282" }, "stopId": "SETSAVO1", "stopSequence": 22 }, { "arrival": { "delay": 0, "time": "1754643369" }, "departure": { "delay": 0, "time": "1754643369" }, "stopId": "SETQALG1", "stopSequence": 23 }, { "arrival": { "delay": 0, "time": "1754643458" }, "departure": { "delay": 0, "time": "1754643458" }, "stopId": "SETPDEL1", "stopSequence": 24 }, { "arrival": { "delay": 0, "time": "1754643615" }, "departure": { "delay": 0, "time": "1754643615" }, "stopId": "SETQPAS1", "stopSequence": 25 }, { "arrival": { "delay": 0, "time": "1754643694" }, "departure": { "delay": 0, "time": "1754643694" }, "stopId": "SETTMOL1", "stopSequence": 26 }, { "arrival": { "delay": 0, "time": "1754643900" }, "departure": { "delay": 0, "time": "1754643900" }, "stopId": "SETSNCH", "stopSequence": 27 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87314_250723-4677" }, "vehicle": { "id": "110", "label": "104" } } }, { "id": "ENTITY-TRIP-4677-10338-10-0-0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1754644800" }, "departure": { "delay": 0, "time": "1754644800" }, "stopId": "SETSNCH", "stopSequence": 1 } ], "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "87355_250723-4677" }, "vehicle": { "id": "110", "label": "104" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1754637638" } }