Détails de la ressource

Nom du fichier : Temps réel GTFS-RT TripUpdate
Format : gtfs-rt

Horaires de prochains passages aux arrêts

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

Disponibilité au téléchargement

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

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

Rapport de validation

170 erreurs, 99 avertissements

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

Erreurs

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

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

Exemples d'erreurs
  • trip_id 9526 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 9527 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 5430718 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 5430697 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 5430720 does not exist in the GTFS data and does not have schedule_relationship of ADDED

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

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

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

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

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

Exemples d'erreurs
  • trip_id 9526 stop_id SEBRG2 does not exist in GTFS data stops.txt
  • trip_id 9527 stop_id SEBRG2 does not exist in GTFS data stops.txt
  • trip_id 9527 stop_id SEBRG3 does not exist in GTFS data stops.txt
  • trip_id 9527 stop_id SEBRG4 does not exist in GTFS data stops.txt
  • trip_id 9527 stop_id SEBRG5 does not exist in GTFS data stops.txt

Header timestamp should be greater than or equal to all other timestamps E012 37 erreurs

No timestamps for individual entities (TripUpdate, VehiclePosition) in the feeds should be greater than the header timestamp

Exemples d'erreurs
  • trip_id 4959417 timestamp 1751785219 is greater than the header
  • trip_id 4959412 timestamp 1751785219 is greater than the header
  • trip_id 4959411 timestamp 1751785219 is greater than the header
  • trip_id 4959422 timestamp 1751785219 is greater than the header
  • trip_id 4959511 timestamp 1751785219 is greater than the header

Sequential stop_time_update times are not increasing E022 116 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 4959422 stop_id TOPESS arrival_time 08:41:51 (1751784111) is equal to previous stop departure_time 08:41:51 (1751784111) - times must increase between two sequential stops
  • trip_id 4959422 stop_id TOESCS arrival_time 08:42:22 (1751784142) is equal to previous stop departure_time 08:42:22 (1751784142) - times must increase between two sequential stops
  • trip_id 4959578 stop_id TOPESS arrival_time 08:56:42 (1751785002) is equal to previous stop arrival_time 08:56:42 (1751785002) - times must increase between two sequential stops
  • trip_id 4959578 stop_id TOPESS arrival_time 08:56:42 (1751785002) is equal to previous stop departure_time 08:56:42 (1751785002) - times must increase between two sequential stops
  • trip_id 4959578 stop_id TOPESS departure_time 08:56:42 (1751785002) is equal to previous stop departure_time 08:56:42 (1751785002) - times must increase between two sequential stops

Avertissements

vehicle_id not populated W002 99 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 4959412 does not have a vehicle_id
  • trip_id 4959415 does not have a vehicle_id
  • trip_id 4959511 does not have a vehicle_id
  • trip_id 4959414 does not have a vehicle_id
  • trip_id 4968461 does not have a vehicle_id
Valider ce GTFS-RT maintenant

Validations précédentes

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

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 105 30 fois (100 % des validations)
E004 All route_ids provided in the GTFS-rt feed must exist in the GTFS data 89 30 fois (100 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 285 30 fois (100 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 11 265 30 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 7 317 30 fois (100 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 254 27 fois (90 % des validations)
E012 No timestamps for individual entities (TripUpdate, VehiclePosition) in the feeds should be greater than the header timestamp 2 049 26 fois (87 % des validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 60 21 fois (70 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 2 863 19 fois (63 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 07/07/2025 à 05h13 Europe/Paris.

trip_updates (192) 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 07/07/2025 à 05h13 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "5392989", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -371, "time": "1751857729" }, "departure": { "delay": 0, "time": "1751858100" }, "stopId": "TOHOME" }, { "arrival": { "delay": 0, "time": "1751858140" }, "departure": { "delay": 0, "time": "1751858140" }, "stopId": "TOLROE" }, { "arrival": { "delay": 0, "time": "1751858189" }, "departure": { "delay": 0, "time": "1751858189" }, "stopId": "TOGENS" }, { "arrival": { "delay": 0, "time": "1751858210" }, "departure": { "delay": 0, "time": "1751858210" }, "stopId": "TOCOMS" }, { "arrival": { "delay": 0, "time": "1751858220" }, "departure": { "delay": 0, "time": "1751858220" }, "stopId": "TOCOUS" }, { "arrival": { "delay": 0, "time": "1751858256" }, "departure": { "delay": 0, "time": "1751858256" }, "stopId": "VAENGS" }, { "arrival": { "delay": 0, "time": "1751858317" }, "departure": { "delay": 0, "time": "1751858317" }, "stopId": "VAVALS" }, { "arrival": { "delay": 0, "time": "1751858347" }, "departure": { "delay": 0, "time": "1751858347" }, "stopId": "VALPVE" }, { "arrival": { "delay": 0, "time": "1751858398" }, "departure": { "delay": 0, "time": "1751858398" }, "stopId": "VADEBN" }, { "arrival": { "delay": 0, "time": "1751858432" }, "departure": { "delay": 0, "time": "1751858432" }, "stopId": "VAPONE" }, { "arrival": { "delay": 0, "time": "1751858534" }, "departure": { "delay": 0, "time": "1751858534" }, "stopId": "VABROE" }, { "arrival": { "delay": 0, "time": "1751858580" }, "departure": { "delay": 0, "time": "1751858580" }, "stopId": "VACHVN" }, { "arrival": { "delay": 0, "time": "1751858632" }, "departure": { "delay": 0, "time": "1751858632" }, "stopId": "VALECN" }, { "arrival": { "delay": 0, "time": "1751858700" }, "departure": { "delay": 0, "time": "1751858700" }, "stopId": "VAJAUN" }, { "arrival": { "delay": 0, "time": "1751858723" }, "departure": { "delay": 0, "time": "1751858723" }, "stopId": "VAMIRO" }, { "arrival": { "delay": 0, "time": "1751858820" }, "departure": { "delay": 0, "time": "1751858820" }, "stopId": "TONICN" }, { "arrival": { "delay": 0, "time": "1751858858" }, "departure": { "delay": 0, "time": "1751858858" }, "stopId": "TOBLIS" }, { "arrival": { "delay": 0, "time": "1751858942" }, "departure": { "delay": 0, "time": "1751858942" }, "stopId": "TOELPN" }, { "arrival": { "delay": 0, "time": "1751859000" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "TOBRUN" }, { "arrival": { "delay": 0, "time": "1751859039" }, "departure": { "delay": 0, "time": "1751859039" }, "stopId": "TOECBN" }, { "arrival": { "delay": 0, "time": "1751859065" }, "departure": { "delay": 0, "time": "1751859065" }, "stopId": "TOPVIN" }, { "arrival": { "delay": 0, "time": "1751859120" }, "departure": { "delay": 0, "time": "1751859120" }, "stopId": "TOPSJN" }, { "arrival": { "delay": 0, "time": "1751859155" }, "departure": { "delay": 0, "time": "1751859155" }, "stopId": "TOEGLN" }, { "arrival": { "delay": 0, "time": "1751859216" }, "departure": { "delay": 0, "time": "1751859216" }, "stopId": "TOREGN" }, { "arrival": { "delay": 0, "time": "1751859300" }, "departure": { "delay": 0, "time": "1751859300" }, "stopId": "TOMERN" }, { "arrival": { "delay": 0, "time": "1751859404" }, "departure": { "delay": 0, "time": "1751859404" }, "stopId": "TOAMIN" }, { "arrival": { "delay": 0, "time": "1751859452" }, "departure": { "delay": 0, "time": "1751859452" }, "stopId": "TOCMAN" }, { "arrival": { "delay": 0, "time": "1751859524" }, "departure": { "delay": 0, "time": "1751859524" }, "stopId": "TOCLEN" }, { "arrival": { "delay": 0, "time": "1751859600" }, "departure": { "delay": 0, "time": "1751859600" }, "stopId": "TOSTRN" }, { "arrival": { "delay": 0, "time": "1751859720" }, "departure": { "delay": 0, "time": "1751859720" }, "stopId": "TOLIBI" }, { "arrival": { "delay": 0, "time": "1751859780" }, "departure": { "delay": 0, "time": "1751859780" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751859837" }, "departure": { "delay": 0, "time": "1751859837" }, "stopId": "TOCASN" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TOFOCN" }, { "arrival": { "delay": 0, "time": "1751859980" }, "departure": { "delay": 0, "time": "1751859980" }, "stopId": "TOBIDN" }, { "arrival": { "delay": 0, "time": "1751860033" }, "departure": { "delay": 0, "time": "1751860033" }, "stopId": "TOPDSN" }, { "arrival": { "delay": 0, "time": "1751860093" }, "departure": { "delay": 0, "time": "1751860093" }, "stopId": "TOBNRN" }, { "arrival": { "delay": 0, "time": "1751860140" }, "departure": { "delay": 0, "time": "1751860140" }, "stopId": "TOBRCN" }, { "arrival": { "delay": 0, "time": "1751860174" }, "departure": { "delay": 0, "time": "1751860174" }, "stopId": "TOBRE6" }, { "arrival": { "delay": 0, "time": "1751860209" }, "departure": { "delay": 0, "time": "1751860209" }, "stopId": "TOBSTN" }, { "arrival": { "delay": 0, "time": "1751860273" }, "departure": { "delay": 0, "time": "1751860273" }, "stopId": "TODUSN" }, { "arrival": { "delay": 0, "time": "1751860307" }, "departure": { "delay": 0, "time": "1751860307" }, "stopId": "TOPASN" }, { "arrival": { "delay": 0, "time": "1751860380" }, "departure": { "delay": 0, "time": "1751860380" }, "stopId": "TOPESN" }, { "arrival": { "delay": 0, "time": "1751860432" }, "departure": { "delay": 0, "time": "1751860432" }, "stopId": "TOCOEN" }, { "arrival": { "delay": 0, "time": "1751860499" }, "departure": { "delay": 0, "time": "1751860499" }, "stopId": "TORN8N" }, { "arrival": { "delay": 0, "time": "1751860560" }, "departure": { "delay": 0, "time": "1751860560" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751860612" }, "departure": { "delay": 0, "time": "1751860612" }, "stopId": "TOCLNE" }, { "arrival": { "delay": 0, "time": "1751860653" }, "departure": { "delay": 0, "time": "1751860653" }, "stopId": "TOCAME" }, { "arrival": { "delay": 0, "time": "1751860680" }, "departure": { "delay": 0, "time": "1751860680" }, "stopId": "TOTULE" }, { "arrival": { "delay": 0, "time": "1751860740" }, "departure": { "delay": 0, "time": "1751860740" }, "stopId": "TOBCAT" } ], "timestamp": "1751857741", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392989" }, "vehicle": { "id": "254", "label": "254" } } }, { "id": "5393008", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -842, "time": "1751860738" }, "departure": { "delay": 0, "time": "1751861580" }, "stopId": "TOBCAT" }, { "arrival": { "delay": 0, "time": "1751861640" }, "departure": { "delay": 0, "time": "1751861640" }, "stopId": "TOTULO" }, { "arrival": { "delay": 0, "time": "1751861662" }, "departure": { "delay": 0, "time": "1751861662" }, "stopId": "TOCAMO" }, { "arrival": { "delay": 0, "time": "1751861689" }, "departure": { "delay": 0, "time": "1751861689" }, "stopId": "TOCLNO" }, { "arrival": { "delay": 0, "time": "1751861718" }, "departure": { "delay": 0, "time": "1751861718" }, "stopId": "TORN8O" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751861794" }, "departure": { "delay": 0, "time": "1751861794" }, "stopId": "TORN8S" }, { "arrival": { "delay": 0, "time": "1751861858" }, "departure": { "delay": 0, "time": "1751861858" }, "stopId": "TOCOES" }, { "arrival": { "delay": 0, "time": "1751861880" }, "departure": { "delay": 0, "time": "1751861880" }, "stopId": "TOPESS" }, { "arrival": { "delay": 0, "time": "1751861918" }, "departure": { "delay": 0, "time": "1751861918" }, "stopId": "TOESCS" }, { "arrival": { "delay": 0, "time": "1751861980" }, "departure": { "delay": 0, "time": "1751861980" }, "stopId": "TOPASS" }, { "arrival": { "delay": 0, "time": "1751862025" }, "departure": { "delay": 0, "time": "1751862025" }, "stopId": "TODUSS" }, { "arrival": { "delay": 0, "time": "1751862075" }, "departure": { "delay": 0, "time": "1751862075" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751862120" }, "departure": { "delay": 0, "time": "1751862120" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751862179" }, "departure": { "delay": 0, "time": "1751862179" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751862232" }, "departure": { "delay": 0, "time": "1751862232" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751862289" }, "departure": { "delay": 0, "time": "1751862289" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751862350" }, "departure": { "delay": 0, "time": "1751862350" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751862557" }, "departure": { "delay": 0, "time": "1751862557" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751862600" }, "departure": { "delay": 0, "time": "1751862600" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751862662" }, "departure": { "delay": 0, "time": "1751862662" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751862780" }, "departure": { "delay": 0, "time": "1751862780" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 0, "time": "1751862840" }, "departure": { "delay": 0, "time": "1751862840" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751862937" }, "departure": { "delay": 0, "time": "1751862937" }, "stopId": "TOCMAS" }, { "arrival": { "delay": 0, "time": "1751863007" }, "departure": { "delay": 0, "time": "1751863007" }, "stopId": "TOAMIS" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOMERS" }, { "arrival": { "delay": 0, "time": "1751863148" }, "departure": { "delay": 0, "time": "1751863148" }, "stopId": "TOREGS" }, { "arrival": { "delay": 0, "time": "1751863202" }, "departure": { "delay": 0, "time": "1751863202" }, "stopId": "TOEGLS" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "TOPSJS" }, { "arrival": { "delay": 0, "time": "1751863339" }, "departure": { "delay": 0, "time": "1751863339" }, "stopId": "TOPVIS" }, { "arrival": { "delay": 0, "time": "1751863367" }, "departure": { "delay": 0, "time": "1751863367" }, "stopId": "TOECBS" }, { "arrival": { "delay": 0, "time": "1751863440" }, "departure": { "delay": 0, "time": "1751863440" }, "stopId": "TOBRUS" }, { "arrival": { "delay": 0, "time": "1751863517" }, "departure": { "delay": 0, "time": "1751863517" }, "stopId": "TOELPS" }, { "arrival": { "delay": 0, "time": "1751863608" }, "departure": { "delay": 0, "time": "1751863608" }, "stopId": "TOBLIN" }, { "arrival": { "delay": 0, "time": "1751863694" }, "departure": { "delay": 0, "time": "1751863694" }, "stopId": "VAMIRE" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "VAJAUS" }, { "arrival": { "delay": 0, "time": "1751863800" }, "departure": { "delay": 0, "time": "1751863800" }, "stopId": "VALECS" }, { "arrival": { "delay": 0, "time": "1751863882" }, "departure": { "delay": 0, "time": "1751863882" }, "stopId": "VAPONO" }, { "arrival": { "delay": 0, "time": "1751863908" }, "departure": { "delay": 0, "time": "1751863908" }, "stopId": "VADEBS" }, { "arrival": { "delay": 0, "time": "1751863955" }, "departure": { "delay": 0, "time": "1751863955" }, "stopId": "VALPVO" }, { "arrival": { "delay": 0, "time": "1751864005" }, "departure": { "delay": 0, "time": "1751864005" }, "stopId": "VAENGN" }, { "arrival": { "delay": 0, "time": "1751864040" }, "departure": { "delay": 0, "time": "1751864040" }, "stopId": "TOCOUN" } ], "timestamp": "1751857411", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393008" }, "vehicle": {} } }, { "id": "5392992", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751858700" }, "stopId": "TOBRE5" } ], "timestamp": "1751858031", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392992" }, "vehicle": {} } }, { "id": "5393010", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -302, "time": "1751860618" }, "departure": { "delay": 0, "time": "1751860920" }, "stopId": "TOCOUS" }, { "arrival": { "delay": 0, "time": "1751860956" }, "departure": { "delay": 0, "time": "1751860956" }, "stopId": "VAENGS" }, { "arrival": { "delay": 0, "time": "1751861017" }, "departure": { "delay": 0, "time": "1751861017" }, "stopId": "VAVALS" }, { "arrival": { "delay": 0, "time": "1751861047" }, "departure": { "delay": 0, "time": "1751861047" }, "stopId": "VALPVE" }, { "arrival": { "delay": 0, "time": "1751861098" }, "departure": { "delay": 0, "time": "1751861098" }, "stopId": "VADEBN" }, { "arrival": { "delay": 0, "time": "1751861132" }, "departure": { "delay": 0, "time": "1751861132" }, "stopId": "VAPONE" }, { "arrival": { "delay": 0, "time": "1751861234" }, "departure": { "delay": 0, "time": "1751861234" }, "stopId": "VABROE" }, { "arrival": { "delay": 0, "time": "1751861280" }, "departure": { "delay": 0, "time": "1751861280" }, "stopId": "VACHVN" }, { "arrival": { "delay": 0, "time": "1751861332" }, "departure": { "delay": 0, "time": "1751861332" }, "stopId": "VALECN" }, { "arrival": { "delay": 0, "time": "1751861400" }, "departure": { "delay": 0, "time": "1751861400" }, "stopId": "VAJAUN" }, { "arrival": { "delay": 0, "time": "1751861423" }, "departure": { "delay": 0, "time": "1751861423" }, "stopId": "VAMIRO" }, { "arrival": { "delay": 0, "time": "1751861520" }, "departure": { "delay": 0, "time": "1751861520" }, "stopId": "TONICN" }, { "arrival": { "delay": 0, "time": "1751861558" }, "departure": { "delay": 0, "time": "1751861558" }, "stopId": "TOBLIS" }, { "arrival": { "delay": 0, "time": "1751861642" }, "departure": { "delay": 0, "time": "1751861642" }, "stopId": "TOELPN" }, { "arrival": { "delay": 0, "time": "1751861700" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TOBRUN" }, { "arrival": { "delay": 0, "time": "1751861739" }, "departure": { "delay": 0, "time": "1751861739" }, "stopId": "TOECBN" }, { "arrival": { "delay": 0, "time": "1751861765" }, "departure": { "delay": 0, "time": "1751861765" }, "stopId": "TOPVIN" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOPSJN" }, { "arrival": { "delay": 0, "time": "1751861855" }, "departure": { "delay": 0, "time": "1751861855" }, "stopId": "TOEGLN" }, { "arrival": { "delay": 0, "time": "1751861916" }, "departure": { "delay": 0, "time": "1751861916" }, "stopId": "TOREGN" }, { "arrival": { "delay": 0, "time": "1751862000" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOMERN" }, { "arrival": { "delay": 0, "time": "1751862104" }, "departure": { "delay": 0, "time": "1751862104" }, "stopId": "TOAMIN" }, { "arrival": { "delay": 0, "time": "1751862152" }, "departure": { "delay": 0, "time": "1751862152" }, "stopId": "TOCMAN" }, { "arrival": { "delay": 0, "time": "1751862224" }, "departure": { "delay": 0, "time": "1751862224" }, "stopId": "TOCLEN" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOSTRN" }, { "arrival": { "delay": 0, "time": "1751862420" }, "departure": { "delay": 0, "time": "1751862420" }, "stopId": "TOLIBI" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751862537" }, "departure": { "delay": 0, "time": "1751862537" }, "stopId": "TOCASN" }, { "arrival": { "delay": 0, "time": "1751862600" }, "departure": { "delay": 0, "time": "1751862600" }, "stopId": "TOFOCN" }, { "arrival": { "delay": 0, "time": "1751862680" }, "departure": { "delay": 0, "time": "1751862680" }, "stopId": "TOBIDN" }, { "arrival": { "delay": 0, "time": "1751862733" }, "departure": { "delay": 0, "time": "1751862733" }, "stopId": "TOPDSN" }, { "arrival": { "delay": 0, "time": "1751862793" }, "departure": { "delay": 0, "time": "1751862793" }, "stopId": "TOBNRN" }, { "arrival": { "delay": 0, "time": "1751862840" }, "departure": { "delay": 0, "time": "1751862840" }, "stopId": "TOBRCN" }, { "arrival": { "delay": 0, "time": "1751862874" }, "departure": { "delay": 0, "time": "1751862874" }, "stopId": "TOBRE6" }, { "arrival": { "delay": 0, "time": "1751862909" }, "departure": { "delay": 0, "time": "1751862909" }, "stopId": "TOBSTN" }, { "arrival": { "delay": 0, "time": "1751862973" }, "departure": { "delay": 0, "time": "1751862973" }, "stopId": "TODUSN" }, { "arrival": { "delay": 0, "time": "1751863007" }, "departure": { "delay": 0, "time": "1751863007" }, "stopId": "TOPASN" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOPESN" }, { "arrival": { "delay": 0, "time": "1751863132" }, "departure": { "delay": 0, "time": "1751863132" }, "stopId": "TOCOEN" }, { "arrival": { "delay": 0, "time": "1751863199" }, "departure": { "delay": 0, "time": "1751863199" }, "stopId": "TORN8N" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751863312" }, "departure": { "delay": 0, "time": "1751863312" }, "stopId": "TOCLNE" }, { "arrival": { "delay": 0, "time": "1751863353" }, "departure": { "delay": 0, "time": "1751863353" }, "stopId": "TOCAME" }, { "arrival": { "delay": 0, "time": "1751863380" }, "departure": { "delay": 0, "time": "1751863380" }, "stopId": "TOTULE" }, { "arrival": { "delay": 0, "time": "1751863440" }, "departure": { "delay": 0, "time": "1751863440" }, "stopId": "TOBCAT" } ], "timestamp": "1751856731", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393010" }, "vehicle": {} } }, { "id": "5392991", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -935, "time": "1751858065" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "TOBCAT" }, { "arrival": { "delay": 0, "time": "1751859060" }, "departure": { "delay": 0, "time": "1751859060" }, "stopId": "TOTULO" }, { "arrival": { "delay": 0, "time": "1751859082" }, "departure": { "delay": 0, "time": "1751859082" }, "stopId": "TOCAMO" }, { "arrival": { "delay": 0, "time": "1751859109" }, "departure": { "delay": 0, "time": "1751859109" }, "stopId": "TOCLNO" }, { "arrival": { "delay": 0, "time": "1751859138" }, "departure": { "delay": 0, "time": "1751859138" }, "stopId": "TORN8O" }, { "arrival": { "delay": 0, "time": "1751859180" }, "departure": { "delay": 0, "time": "1751859180" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751859214" }, "departure": { "delay": 0, "time": "1751859214" }, "stopId": "TORN8S" }, { "arrival": { "delay": 0, "time": "1751859278" }, "departure": { "delay": 0, "time": "1751859278" }, "stopId": "TOCOES" }, { "arrival": { "delay": 0, "time": "1751859300" }, "departure": { "delay": 0, "time": "1751859300" }, "stopId": "TOPESS" }, { "arrival": { "delay": 0, "time": "1751859338" }, "departure": { "delay": 0, "time": "1751859338" }, "stopId": "TOESCS" }, { "arrival": { "delay": 0, "time": "1751859400" }, "departure": { "delay": 0, "time": "1751859400" }, "stopId": "TOPASS" }, { "arrival": { "delay": 0, "time": "1751859445" }, "departure": { "delay": 0, "time": "1751859445" }, "stopId": "TODUSS" }, { "arrival": { "delay": 0, "time": "1751859495" }, "departure": { "delay": 0, "time": "1751859495" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751859540" }, "departure": { "delay": 0, "time": "1751859540" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751859599" }, "departure": { "delay": 0, "time": "1751859599" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751859652" }, "departure": { "delay": 0, "time": "1751859652" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751859709" }, "departure": { "delay": 0, "time": "1751859709" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751859770" }, "departure": { "delay": 0, "time": "1751859770" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751859977" }, "departure": { "delay": 0, "time": "1751859977" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751860020" }, "departure": { "delay": 0, "time": "1751860020" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751860082" }, "departure": { "delay": 0, "time": "1751860082" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751860140" }, "departure": { "delay": 0, "time": "1751860140" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751860200" }, "departure": { "delay": 0, "time": "1751860200" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 0, "time": "1751860260" }, "departure": { "delay": 0, "time": "1751860260" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751860357" }, "departure": { "delay": 0, "time": "1751860357" }, "stopId": "TOCMAS" }, { "arrival": { "delay": 0, "time": "1751860427" }, "departure": { "delay": 0, "time": "1751860427" }, "stopId": "TOAMIS" }, { "arrival": { "delay": 0, "time": "1751860500" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "TOMERS" }, { "arrival": { "delay": 0, "time": "1751860568" }, "departure": { "delay": 0, "time": "1751860568" }, "stopId": "TOREGS" }, { "arrival": { "delay": 0, "time": "1751860622" }, "departure": { "delay": 0, "time": "1751860622" }, "stopId": "TOEGLS" }, { "arrival": { "delay": 0, "time": "1751860680" }, "departure": { "delay": 0, "time": "1751860680" }, "stopId": "TOPSJS" }, { "arrival": { "delay": 0, "time": "1751860759" }, "departure": { "delay": 0, "time": "1751860759" }, "stopId": "TOPVIS" }, { "arrival": { "delay": 0, "time": "1751860787" }, "departure": { "delay": 0, "time": "1751860787" }, "stopId": "TOECBS" }, { "arrival": { "delay": 0, "time": "1751860860" }, "departure": { "delay": 0, "time": "1751860860" }, "stopId": "TOBRUS" }, { "arrival": { "delay": 0, "time": "1751860937" }, "departure": { "delay": 0, "time": "1751860937" }, "stopId": "TOELPS" }, { "arrival": { "delay": 0, "time": "1751861028" }, "departure": { "delay": 0, "time": "1751861028" }, "stopId": "TOBLIN" }, { "arrival": { "delay": 0, "time": "1751861114" }, "departure": { "delay": 0, "time": "1751861114" }, "stopId": "VAMIRE" }, { "arrival": { "delay": 0, "time": "1751861160" }, "departure": { "delay": 0, "time": "1751861160" }, "stopId": "VAJAUS" }, { "arrival": { "delay": 0, "time": "1751861220" }, "departure": { "delay": 0, "time": "1751861220" }, "stopId": "VALECS" }, { "arrival": { "delay": 0, "time": "1751861303" }, "departure": { "delay": 0, "time": "1751861303" }, "stopId": "VAPONO" }, { "arrival": { "delay": 0, "time": "1751861329" }, "departure": { "delay": 0, "time": "1751861329" }, "stopId": "VADEBS" }, { "arrival": { "delay": 0, "time": "1751861376" }, "departure": { "delay": 0, "time": "1751861376" }, "stopId": "VALPVO" }, { "arrival": { "delay": 0, "time": "1751861426" }, "departure": { "delay": 0, "time": "1751861426" }, "stopId": "VAENGN" }, { "arrival": { "delay": 0, "time": "1751861460" }, "departure": { "delay": 0, "time": "1751861460" }, "stopId": "TOCOMN" }, { "arrival": { "delay": 0, "time": "1751861505" }, "departure": { "delay": 0, "time": "1751861505" }, "stopId": "TOGENN" }, { "arrival": { "delay": 0, "time": "1751861552" }, "departure": { "delay": 0, "time": "1751861552" }, "stopId": "TOLROO" }, { "arrival": { "delay": 0, "time": "1751861580" }, "departure": { "delay": 0, "time": "1751861580" }, "stopId": "TOHOTE" } ], "timestamp": "1751857941", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392991" }, "vehicle": {} } }, { "id": "5392993", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "TOCOUS" } ], "timestamp": "1751857961", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392993" }, "vehicle": {} } }, { "id": "5393003", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -661, "time": "1751861519" }, "departure": { "delay": 0, "time": "1751862180" }, "stopId": "TOBCAT" }, { "arrival": { "delay": 0, "time": "1751862240" }, "departure": { "delay": 0, "time": "1751862240" }, "stopId": "TOTULO" }, { "arrival": { "delay": 0, "time": "1751862262" }, "departure": { "delay": 0, "time": "1751862262" }, "stopId": "TOCAMO" }, { "arrival": { "delay": 0, "time": "1751862289" }, "departure": { "delay": 0, "time": "1751862289" }, "stopId": "TOCLNO" }, { "arrival": { "delay": 0, "time": "1751862318" }, "departure": { "delay": 0, "time": "1751862318" }, "stopId": "TORN8O" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751862394" }, "departure": { "delay": 0, "time": "1751862394" }, "stopId": "TORN8S" }, { "arrival": { "delay": 0, "time": "1751862458" }, "departure": { "delay": 0, "time": "1751862458" }, "stopId": "TOCOES" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOPESS" }, { "arrival": { "delay": 0, "time": "1751862518" }, "departure": { "delay": 0, "time": "1751862518" }, "stopId": "TOESCS" }, { "arrival": { "delay": 0, "time": "1751862580" }, "departure": { "delay": 0, "time": "1751862580" }, "stopId": "TOPASS" }, { "arrival": { "delay": 0, "time": "1751862625" }, "departure": { "delay": 0, "time": "1751862625" }, "stopId": "TODUSS" }, { "arrival": { "delay": 0, "time": "1751862675" }, "departure": { "delay": 0, "time": "1751862675" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751862779" }, "departure": { "delay": 0, "time": "1751862779" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751862832" }, "departure": { "delay": 0, "time": "1751862832" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751862889" }, "departure": { "delay": 0, "time": "1751862889" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751862950" }, "departure": { "delay": 0, "time": "1751862950" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751863157" }, "departure": { "delay": 0, "time": "1751863157" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751863200" }, "departure": { "delay": 0, "time": "1751863200" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751863262" }, "departure": { "delay": 0, "time": "1751863262" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751863380" }, "departure": { "delay": 0, "time": "1751863380" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 0, "time": "1751863440" }, "departure": { "delay": 0, "time": "1751863440" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751863537" }, "departure": { "delay": 0, "time": "1751863537" }, "stopId": "TOCMAS" }, { "arrival": { "delay": 0, "time": "1751863607" }, "departure": { "delay": 0, "time": "1751863607" }, "stopId": "TOAMIS" }, { "arrival": { "delay": 0, "time": "1751863680" }, "departure": { "delay": 0, "time": "1751863680" }, "stopId": "TOMERS" }, { "arrival": { "delay": 0, "time": "1751863748" }, "departure": { "delay": 0, "time": "1751863748" }, "stopId": "TOREGS" }, { "arrival": { "delay": 0, "time": "1751863802" }, "departure": { "delay": 0, "time": "1751863802" }, "stopId": "TOEGLS" }, { "arrival": { "delay": 0, "time": "1751863860" }, "departure": { "delay": 0, "time": "1751863860" }, "stopId": "TOPSJS" }, { "arrival": { "delay": 0, "time": "1751863939" }, "departure": { "delay": 0, "time": "1751863939" }, "stopId": "TOPVIS" }, { "arrival": { "delay": 0, "time": "1751863967" }, "departure": { "delay": 0, "time": "1751863967" }, "stopId": "TOECBS" }, { "arrival": { "delay": 0, "time": "1751864040" }, "departure": { "delay": 0, "time": "1751864040" }, "stopId": "TOBRUS" }, { "arrival": { "delay": 0, "time": "1751864117" }, "departure": { "delay": 0, "time": "1751864117" }, "stopId": "TOELPS" }, { "arrival": { "delay": 0, "time": "1751864208" }, "departure": { "delay": 0, "time": "1751864208" }, "stopId": "TOBLIN" }, { "arrival": { "delay": 0, "time": "1751864294" }, "departure": { "delay": 0, "time": "1751864294" }, "stopId": "VAMIRE" }, { "arrival": { "delay": 0, "time": "1751864340" }, "departure": { "delay": 0, "time": "1751864340" }, "stopId": "VAJAUS" }, { "arrival": { "delay": 0, "time": "1751864400" }, "departure": { "delay": 0, "time": "1751864400" }, "stopId": "VALECS" }, { "arrival": { "delay": 0, "time": "1751864483" }, "departure": { "delay": 0, "time": "1751864483" }, "stopId": "VAPONO" }, { "arrival": { "delay": 0, "time": "1751864509" }, "departure": { "delay": 0, "time": "1751864509" }, "stopId": "VADEBS" }, { "arrival": { "delay": 0, "time": "1751864556" }, "departure": { "delay": 0, "time": "1751864556" }, "stopId": "VALPVO" }, { "arrival": { "delay": 0, "time": "1751864606" }, "departure": { "delay": 0, "time": "1751864606" }, "stopId": "VAENGN" }, { "arrival": { "delay": 0, "time": "1751864640" }, "departure": { "delay": 0, "time": "1751864640" }, "stopId": "TOCOMN" }, { "arrival": { "delay": 0, "time": "1751864685" }, "departure": { "delay": 0, "time": "1751864685" }, "stopId": "TOGENN" }, { "arrival": { "delay": 0, "time": "1751864732" }, "departure": { "delay": 0, "time": "1751864732" }, "stopId": "TOLROO" }, { "arrival": { "delay": 0, "time": "1751864760" }, "departure": { "delay": 0, "time": "1751864760" }, "stopId": "TOHOTE" } ], "timestamp": "1751857991", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393003" }, "vehicle": {} } }, { "id": "5392990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "TOBCAT" } ], "timestamp": "1751850085", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392990" }, "vehicle": {} } }, { "id": "5392994", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "TOHOME" } ], "timestamp": "1751850085", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5392994" }, "vehicle": {} } }, { "id": "5393013", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOBCAT" } ], "timestamp": "1751850085", "trip": { "directionId": 1, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393013" }, "vehicle": {} } }, { "id": "5393007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862120" }, "stopId": "TOCOUS" } ], "timestamp": "1751850086", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393007" }, "vehicle": {} } }, { "id": "5393011", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "TOHOME" } ], "timestamp": "1751850086", "trip": { "directionId": 0, "routeId": "0001", "scheduleRelationship": "SCHEDULED", "tripId": "5393011" }, "vehicle": {} } }, { "id": "5071399", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "VAVAGN" } ], "timestamp": "1751850087", "trip": { "directionId": 0, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071399" }, "vehicle": {} } }, { "id": "5071462", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "SESEYN" } ], "timestamp": "1751850087", "trip": { "directionId": 1, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071462" }, "vehicle": {} } }, { "id": "5071400", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "VAVAGN" } ], "timestamp": "1751850088", "trip": { "directionId": 0, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071400" }, "vehicle": {} } }, { "id": "5071463", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "SESEYN" } ], "timestamp": "1751850088", "trip": { "directionId": 1, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071463" }, "vehicle": {} } }, { "id": "5071464", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "SESEYN" } ], "timestamp": "1751850088", "trip": { "directionId": 1, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071464" }, "vehicle": {} } }, { "id": "5071401", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "VAVAGN" } ], "timestamp": "1751850088", "trip": { "directionId": 0, "routeId": "0002", "scheduleRelationship": "SCHEDULED", "tripId": "5071401" }, "vehicle": {} } }, { "id": "5385504", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1086, "time": "1751857914" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "TOMOUS" }, { "arrival": { "delay": 0, "time": "1751859019" }, "departure": { "delay": 0, "time": "1751859019" }, "stopId": "TOMOUN" }, { "arrival": { "delay": 0, "time": "1751859061" }, "departure": { "delay": 0, "time": "1751859061" }, "stopId": "TOMICN" }, { "arrival": { "delay": 0, "time": "1751859120" }, "departure": { "delay": 0, "time": "1751859120" }, "stopId": "TOHELN" }, { "arrival": { "delay": 0, "time": "1751859172" }, "departure": { "delay": 0, "time": "1751859172" }, "stopId": "TOFLON" }, { "arrival": { "delay": 0, "time": "1751859240" }, "departure": { "delay": 0, "time": "1751859240" }, "stopId": "TOMITN" }, { "arrival": { "delay": 0, "time": "1751859261" }, "departure": { "delay": 0, "time": "1751859261" }, "stopId": "TOPOLN" }, { "arrival": { "delay": 0, "time": "1751859300" }, "departure": { "delay": 0, "time": "1751859300" }, "stopId": "TOGRIE" }, { "arrival": { "delay": 0, "time": "1751859360" }, "departure": { "delay": 0, "time": "1751859360" }, "stopId": "TOMASS" }, { "arrival": { "delay": 0, "time": "1751859406" }, "departure": { "delay": 0, "time": "1751859406" }, "stopId": "TOLMGS" }, { "arrival": { "delay": 0, "time": "1751859439" }, "departure": { "delay": 0, "time": "1751859439" }, "stopId": "TOBZLS" }, { "arrival": { "delay": 0, "time": "1751859480" }, "departure": { "delay": 0, "time": "1751859480" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751859571" }, "departure": { "delay": 0, "time": "1751859571" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751859660" }, "departure": { "delay": 0, "time": "1751859660" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751859780" }, "departure": { "delay": 0, "time": "1751859780" }, "stopId": "TOITAE" }, { "arrival": { "delay": 0, "time": "1751859911" }, "departure": { "delay": 0, "time": "1751859911" }, "stopId": "TOSTRN" }, { "arrival": { "delay": 0, "time": "1751860020" }, "departure": { "delay": 0, "time": "1751860020" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751860140" }, "departure": { "delay": 0, "time": "1751860140" }, "stopId": "TOGARE" }, { "arrival": { "delay": 0, "time": "1751860238" }, "departure": { "delay": 0, "time": "1751860238" }, "stopId": "TODARN" }, { "arrival": { "delay": 0, "time": "1751860320" }, "departure": { "delay": 0, "time": "1751860320" }, "stopId": "TOLYAE" }, { "arrival": { "delay": 0, "time": "1751860440" }, "departure": { "delay": 0, "time": "1751860440" }, "stopId": "TOCARE" }, { "arrival": { "delay": 0, "time": "1751860480" }, "departure": { "delay": 0, "time": "1751860480" }, "stopId": "TOPTLE" }, { "arrival": { "delay": 0, "time": "1751860507" }, "departure": { "delay": 0, "time": "1751860507" }, "stopId": "TOGLAE" }, { "arrival": { "delay": 0, "time": "1751860532" }, "departure": { "delay": 0, "time": "1751860532" }, "stopId": "TOBBSE" }, { "arrival": { "delay": 0, "time": "1751860560" }, "departure": { "delay": 0, "time": "1751860560" }, "stopId": "TOTRAE" }, { "arrival": { "delay": 0, "time": "1751860584" }, "departure": { "delay": 0, "time": "1751860584" }, "stopId": "TOJQTN" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "TOPRON" }, { "arrival": { "delay": 0, "time": "1751860660" }, "departure": { "delay": 0, "time": "1751860660" }, "stopId": "TOMACN" }, { "arrival": { "delay": 0, "time": "1751860701" }, "departure": { "delay": 0, "time": "1751860701" }, "stopId": "TOGROE" }, { "arrival": { "delay": 0, "time": "1751860726" }, "departure": { "delay": 0, "time": "1751860726" }, "stopId": "TOBELE" }, { "arrival": { "delay": 0, "time": "1751860765" }, "departure": { "delay": 0, "time": "1751860765" }, "stopId": "TOMREE" }, { "arrival": { "delay": 0, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "TOBZGE" }, { "arrival": { "delay": 0, "time": "1751860862" }, "departure": { "delay": 0, "time": "1751860862" }, "stopId": "TOBAGE" }, { "arrival": { "delay": 0, "time": "1751860901" }, "departure": { "delay": 0, "time": "1751860901" }, "stopId": "TODESE" }, { "arrival": { "delay": 0, "time": "1751860922" }, "departure": { "delay": 0, "time": "1751860922" }, "stopId": "TOBTLE" }, { "arrival": { "delay": 0, "time": "1751860980" }, "departure": { "delay": 0, "time": "1751860980" }, "stopId": "TO4ROO" } ], "timestamp": "1751857951", "trip": { "directionId": 0, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385504" }, "vehicle": {} } }, { "id": "5385473", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1019, "time": "1751860981" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TO4ROO" }, { "arrival": { "delay": 0, "time": "1751862009" }, "departure": { "delay": 0, "time": "1751862009" }, "stopId": "TOBTLO" }, { "arrival": { "delay": 0, "time": "1751862024" }, "departure": { "delay": 0, "time": "1751862024" }, "stopId": "TOBAGO" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOBZGO" }, { "arrival": { "delay": 0, "time": "1751862096" }, "departure": { "delay": 0, "time": "1751862096" }, "stopId": "TOMREO" }, { "arrival": { "delay": 0, "time": "1751862132" }, "departure": { "delay": 0, "time": "1751862132" }, "stopId": "TOBELO" }, { "arrival": { "delay": 0, "time": "1751862164" }, "departure": { "delay": 0, "time": "1751862164" }, "stopId": "TOGROO" }, { "arrival": { "delay": 0, "time": "1751862198" }, "departure": { "delay": 0, "time": "1751862198" }, "stopId": "TOMACS" }, { "arrival": { "delay": 0, "time": "1751862240" }, "departure": { "delay": 0, "time": "1751862240" }, "stopId": "TOPROS" }, { "arrival": { "delay": 0, "time": "1751862295" }, "departure": { "delay": 0, "time": "1751862295" }, "stopId": "TOJQTS" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOTRAO" }, { "arrival": { "delay": 0, "time": "1751862414" }, "departure": { "delay": 0, "time": "1751862414" }, "stopId": "TOBBSO" }, { "arrival": { "delay": 0, "time": "1751862436" }, "departure": { "delay": 0, "time": "1751862436" }, "stopId": "TOGLAO" }, { "arrival": { "delay": 0, "time": "1751862491" }, "departure": { "delay": 0, "time": "1751862491" }, "stopId": "TOPTLO" }, { "arrival": { "delay": 0, "time": "1751862540" }, "departure": { "delay": 0, "time": "1751862540" }, "stopId": "TOCARO" }, { "arrival": { "delay": 0, "time": "1751862600" }, "departure": { "delay": 0, "time": "1751862600" }, "stopId": "TOLYAS" }, { "arrival": { "delay": 0, "time": "1751862675" }, "departure": { "delay": 0, "time": "1751862675" }, "stopId": "TODARS" }, { "arrival": { "delay": 0, "time": "1751862780" }, "departure": { "delay": 0, "time": "1751862780" }, "stopId": "TOGARO" }, { "arrival": { "delay": 0, "time": "1751862900" }, "departure": { "delay": 0, "time": "1751862900" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751862967" }, "departure": { "delay": 0, "time": "1751862967" }, "stopId": "TOSTRE" }, { "arrival": { "delay": 0, "time": "1751863020" }, "departure": { "delay": 0, "time": "1751863020" }, "stopId": "TOITAO" }, { "arrival": { "delay": 0, "time": "1751863200" }, "departure": { "delay": 0, "time": "1751863200" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751863250" }, "departure": { "delay": 0, "time": "1751863250" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 0, "time": "1751863359" }, "departure": { "delay": 0, "time": "1751863359" }, "stopId": "TOLMGN" }, { "arrival": { "delay": 0, "time": "1751863380" }, "departure": { "delay": 0, "time": "1751863380" }, "stopId": "TOMASN" }, { "arrival": { "delay": 0, "time": "1751863500" }, "departure": { "delay": 0, "time": "1751863500" }, "stopId": "TOGRIO" }, { "arrival": { "delay": 0, "time": "1751863575" }, "departure": { "delay": 0, "time": "1751863575" }, "stopId": "TOPOLS" }, { "arrival": { "delay": 0, "time": "1751863620" }, "departure": { "delay": 0, "time": "1751863620" }, "stopId": "TOMITS" }, { "arrival": { "delay": 0, "time": "1751863680" }, "departure": { "delay": 0, "time": "1751863680" }, "stopId": "TOFLOS" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TOHELS" }, { "arrival": { "delay": 0, "time": "1751863802" }, "departure": { "delay": 0, "time": "1751863802" }, "stopId": "TOMICS" }, { "arrival": { "delay": 0, "time": "1751863860" }, "departure": { "delay": 0, "time": "1751863860" }, "stopId": "TOMOUS" } ], "timestamp": "1751857821", "trip": { "directionId": 1, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385473" }, "vehicle": {} } }, { "id": "5385529", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "TO4ROO" } ], "timestamp": "1751850090", "trip": { "directionId": 1, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385529" }, "vehicle": {} } }, { "id": "5385495", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -900, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TOMOUS" }, { "arrival": { "delay": 0, "time": "1751861719" }, "departure": { "delay": 0, "time": "1751861719" }, "stopId": "TOMOUN" }, { "arrival": { "delay": 0, "time": "1751861761" }, "departure": { "delay": 0, "time": "1751861761" }, "stopId": "TOMICN" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOHELN" }, { "arrival": { "delay": 0, "time": "1751861872" }, "departure": { "delay": 0, "time": "1751861872" }, "stopId": "TOFLON" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "TOMITN" }, { "arrival": { "delay": 0, "time": "1751861961" }, "departure": { "delay": 0, "time": "1751861961" }, "stopId": "TOPOLN" }, { "arrival": { "delay": 0, "time": "1751862000" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOGRIE" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOMASS" }, { "arrival": { "delay": 0, "time": "1751862106" }, "departure": { "delay": 0, "time": "1751862106" }, "stopId": "TOLMGS" }, { "arrival": { "delay": 0, "time": "1751862139" }, "departure": { "delay": 0, "time": "1751862139" }, "stopId": "TOBZLS" }, { "arrival": { "delay": 0, "time": "1751862180" }, "departure": { "delay": 0, "time": "1751862180" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751862271" }, "departure": { "delay": 0, "time": "1751862271" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOITAE" }, { "arrival": { "delay": 0, "time": "1751862611" }, "departure": { "delay": 0, "time": "1751862611" }, "stopId": "TOSTRN" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751862840" }, "departure": { "delay": 0, "time": "1751862840" }, "stopId": "TOGARE" }, { "arrival": { "delay": 0, "time": "1751862938" }, "departure": { "delay": 0, "time": "1751862938" }, "stopId": "TODARN" }, { "arrival": { "delay": 0, "time": "1751863020" }, "departure": { "delay": 0, "time": "1751863020" }, "stopId": "TOLYAE" }, { "arrival": { "delay": 0, "time": "1751863140" }, "departure": { "delay": 0, "time": "1751863140" }, "stopId": "TOCARE" }, { "arrival": { "delay": 0, "time": "1751863180" }, "departure": { "delay": 0, "time": "1751863180" }, "stopId": "TOPTLE" }, { "arrival": { "delay": 0, "time": "1751863207" }, "departure": { "delay": 0, "time": "1751863207" }, "stopId": "TOGLAE" }, { "arrival": { "delay": 0, "time": "1751863232" }, "departure": { "delay": 0, "time": "1751863232" }, "stopId": "TOBBSE" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "TOTRAE" }, { "arrival": { "delay": 0, "time": "1751863284" }, "departure": { "delay": 0, "time": "1751863284" }, "stopId": "TOJQTN" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "TOPRON" }, { "arrival": { "delay": 0, "time": "1751863360" }, "departure": { "delay": 0, "time": "1751863360" }, "stopId": "TOMACN" }, { "arrival": { "delay": 0, "time": "1751863401" }, "departure": { "delay": 0, "time": "1751863401" }, "stopId": "TOGROE" }, { "arrival": { "delay": 0, "time": "1751863426" }, "departure": { "delay": 0, "time": "1751863426" }, "stopId": "TOBELE" }, { "arrival": { "delay": 0, "time": "1751863465" }, "departure": { "delay": 0, "time": "1751863465" }, "stopId": "TOMREE" }, { "arrival": { "delay": 0, "time": "1751863500" }, "departure": { "delay": 0, "time": "1751863500" }, "stopId": "TOBZGE" }, { "arrival": { "delay": 0, "time": "1751863562" }, "departure": { "delay": 0, "time": "1751863562" }, "stopId": "TOBAGE" }, { "arrival": { "delay": 0, "time": "1751863601" }, "departure": { "delay": 0, "time": "1751863601" }, "stopId": "TODESE" }, { "arrival": { "delay": 0, "time": "1751863622" }, "departure": { "delay": 0, "time": "1751863622" }, "stopId": "TOBTLE" }, { "arrival": { "delay": 0, "time": "1751863680" }, "departure": { "delay": 0, "time": "1751863680" }, "stopId": "TO4ROO" } ], "timestamp": "1751857541", "trip": { "directionId": 0, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385495" }, "vehicle": {} } }, { "id": "5385505", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "TOMOUS" } ], "timestamp": "1751857691", "trip": { "directionId": 0, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385505" }, "vehicle": {} } }, { "id": "5385480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "TO4ROO" } ], "timestamp": "1751850090", "trip": { "directionId": 1, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385480" }, "vehicle": {} } }, { "id": "5385466", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "TO4ROO" } ], "timestamp": "1751850091", "trip": { "directionId": 1, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385466" }, "vehicle": {} } }, { "id": "5385500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOMOUS" } ], "timestamp": "1751850091", "trip": { "directionId": 0, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385500" }, "vehicle": {} } }, { "id": "5385496", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOMOUS" } ], "timestamp": "1751850091", "trip": { "directionId": 0, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385496" }, "vehicle": {} } }, { "id": "5385476", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861100" }, "stopId": "TO4ROO" } ], "timestamp": "1751850091", "trip": { "directionId": 1, "routeId": "0003", "scheduleRelationship": "SCHEDULED", "tripId": "5385476" }, "vehicle": {} } }, { "id": "5058005", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -105, "time": "1751858895" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "TORIPN" }, { "arrival": { "delay": 0, "time": "1751859012" }, "departure": { "delay": 0, "time": "1751859012" }, "stopId": "TOLABO" }, { "arrival": { "delay": 0, "time": "1751859034" }, "departure": { "delay": 0, "time": "1751859034" }, "stopId": "TOVIEN" }, { "arrival": { "delay": 0, "time": "1751859060" }, "departure": { "delay": 0, "time": "1751859060" }, "stopId": "TOPDAN" }, { "arrival": { "delay": 0, "time": "1751859098" }, "departure": { "delay": 0, "time": "1751859098" }, "stopId": "TOOREO" }, { "arrival": { "delay": 0, "time": "1751859130" }, "departure": { "delay": 0, "time": "1751859130" }, "stopId": "TOAQUN" }, { "arrival": { "delay": 0, "time": "1751859161" }, "departure": { "delay": 0, "time": "1751859161" }, "stopId": "TOSPIN" }, { "arrival": { "delay": 0, "time": "1751859180" }, "departure": { "delay": 0, "time": "1751859180" }, "stopId": "TOCPMO" }, { "arrival": { "delay": 0, "time": "1751859249" }, "departure": { "delay": 0, "time": "1751859249" }, "stopId": "TOPOUO" }, { "arrival": { "delay": 0, "time": "1751859265" }, "departure": { "delay": 0, "time": "1751859265" }, "stopId": "TOPGAO" }, { "arrival": { "delay": 0, "time": "1751859318" }, "departure": { "delay": 0, "time": "1751859318" }, "stopId": "TOCIGO" }, { "arrival": { "delay": 0, "time": "1751859361" }, "departure": { "delay": 0, "time": "1751859361" }, "stopId": "TOFRTO" }, { "arrival": { "delay": 0, "time": "1751859395" }, "departure": { "delay": 0, "time": "1751859395" }, "stopId": "TOGUYO" }, { "arrival": { "delay": 0, "time": "1751859413" }, "departure": { "delay": 0, "time": "1751859413" }, "stopId": "TOOCJO" }, { "arrival": { "delay": 0, "time": "1751859448" }, "departure": { "delay": 0, "time": "1751859448" }, "stopId": "TOMEAO" }, { "arrival": { "delay": 0, "time": "1751859497" }, "departure": { "delay": 0, "time": "1751859497" }, "stopId": "TORDNO" }, { "arrival": { "delay": 0, "time": "1751859540" }, "departure": { "delay": 0, "time": "1751859540" }, "stopId": "TOTRAO" }, { "arrival": { "delay": 0, "time": "1751859602" }, "departure": { "delay": 0, "time": "1751859602" }, "stopId": "TOBBSO" }, { "arrival": { "delay": 0, "time": "1751859626" }, "departure": { "delay": 0, "time": "1751859626" }, "stopId": "TOGLAO" }, { "arrival": { "delay": 0, "time": "1751859688" }, "departure": { "delay": 0, "time": "1751859688" }, "stopId": "TOPTLO" }, { "arrival": { "delay": 0, "time": "1751859744" }, "departure": { "delay": 0, "time": "1751859744" }, "stopId": "TOCARO" }, { "arrival": { "delay": 0, "time": "1751859780" }, "departure": { "delay": 0, "time": "1751859780" }, "stopId": "TOLYAO" }, { "arrival": { "delay": 0, "time": "1751859840" }, "departure": { "delay": 0, "time": "1751859840" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751859962" }, "departure": { "delay": 0, "time": "1751859962" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751860020" }, "departure": { "delay": 0, "time": "1751860020" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751860127" }, "departure": { "delay": 0, "time": "1751860127" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 0, "time": "1751860174" }, "departure": { "delay": 0, "time": "1751860174" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 0, "time": "1751860224" }, "departure": { "delay": 0, "time": "1751860224" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 0, "time": "1751860260" }, "departure": { "delay": 0, "time": "1751860260" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751860304" }, "departure": { "delay": 0, "time": "1751860304" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 0, "time": "1751860366" }, "departure": { "delay": 0, "time": "1751860366" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 0, "time": "1751860419" }, "departure": { "delay": 0, "time": "1751860419" }, "stopId": "TOAICE" }, { "arrival": { "delay": 0, "time": "1751860494" }, "departure": { "delay": 0, "time": "1751860494" }, "stopId": "TOCISE" }, { "arrival": { "delay": 0, "time": "1751860560" }, "departure": { "delay": 0, "time": "1751860560" }, "stopId": "TOAUDO" }, { "arrival": { "delay": 0, "time": "1751860595" }, "departure": { "delay": 0, "time": "1751860595" }, "stopId": "TOAGUS" }, { "arrival": { "delay": 0, "time": "1751860629" }, "departure": { "delay": 0, "time": "1751860629" }, "stopId": "TOFRES" }, { "arrival": { "delay": 0, "time": "1751860659" }, "departure": { "delay": 0, "time": "1751860659" }, "stopId": "TOPEBS" }, { "arrival": { "delay": 0, "time": "1751860685" }, "departure": { "delay": 0, "time": "1751860685" }, "stopId": "TOSGES" }, { "arrival": { "delay": 0, "time": "1751860723" }, "departure": { "delay": 0, "time": "1751860723" }, "stopId": "TOSRTS" }, { "arrival": { "delay": 3, "time": "1751860771" }, "departure": { "delay": 3, "time": "1751860771" }, "stopId": "TOFBYS" }, { "arrival": { "delay": 0, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "TOBARS" }, { "arrival": { "delay": 0, "time": "1751860827" }, "departure": { "delay": 0, "time": "1751860827" }, "stopId": "TOCPBO" }, { "arrival": { "delay": 0, "time": "1751860867" }, "departure": { "delay": 0, "time": "1751860867" }, "stopId": "TOISTS" }, { "arrival": { "delay": 0, "time": "1751860901" }, "departure": { "delay": 0, "time": "1751860901" }, "stopId": "TOMAIS" }, { "arrival": { "delay": 0, "time": "1751860929" }, "departure": { "delay": 0, "time": "1751860929" }, "stopId": "TOMAGS" }, { "arrival": { "delay": 0, "time": "1751860971" }, "departure": { "delay": 0, "time": "1751860971" }, "stopId": "GASGES" }, { "arrival": { "delay": 0, "time": "1751861011" }, "departure": { "delay": 0, "time": "1751861011" }, "stopId": "GASULS" }, { "arrival": { "delay": 0, "time": "1751861040" }, "departure": { "delay": 0, "time": "1751861040" }, "stopId": "GAPRON" } ], "timestamp": "1751857701", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058005" }, "vehicle": {} } }, { "id": "5058068", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -659, "time": "1751861041" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "GAPRON" }, { "arrival": { "delay": 0, "time": "1751861755" }, "departure": { "delay": 0, "time": "1751861755" }, "stopId": "GASGEN" }, { "arrival": { "delay": 0, "time": "1751861805" }, "departure": { "delay": 0, "time": "1751861805" }, "stopId": "TOMAGN" }, { "arrival": { "delay": 0, "time": "1751861831" }, "departure": { "delay": 0, "time": "1751861831" }, "stopId": "TOMAIN" }, { "arrival": { "delay": 0, "time": "1751861864" }, "departure": { "delay": 0, "time": "1751861864" }, "stopId": "TOISTN" }, { "arrival": { "delay": 0, "time": "1751861916" }, "departure": { "delay": 0, "time": "1751861916" }, "stopId": "TOCPBE" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "TOBARN" }, { "arrival": { "delay": 0, "time": "1751861976" }, "departure": { "delay": 0, "time": "1751861976" }, "stopId": "TOFBYN" }, { "arrival": { "delay": 0, "time": "1751862019" }, "departure": { "delay": 0, "time": "1751862019" }, "stopId": "TOSRTN" }, { "arrival": { "delay": 0, "time": "1751862061" }, "departure": { "delay": 0, "time": "1751862061" }, "stopId": "TOSGEN" }, { "arrival": { "delay": 0, "time": "1751862090" }, "departure": { "delay": 0, "time": "1751862090" }, "stopId": "TOPEBN" }, { "arrival": { "delay": 0, "time": "1751862118" }, "departure": { "delay": 0, "time": "1751862118" }, "stopId": "TOFREN" }, { "arrival": { "delay": 0, "time": "1751862145" }, "departure": { "delay": 0, "time": "1751862145" }, "stopId": "TOAGUN" }, { "arrival": { "delay": 0, "time": "1751862180" }, "departure": { "delay": 0, "time": "1751862180" }, "stopId": "TOAUDE" }, { "arrival": { "delay": 0, "time": "1751862267" }, "departure": { "delay": 0, "time": "1751862267" }, "stopId": "TOCISO" }, { "arrival": { "delay": 0, "time": "1751862336" }, "departure": { "delay": 0, "time": "1751862336" }, "stopId": "TOAICO" }, { "arrival": { "delay": 0, "time": "1751862371" }, "departure": { "delay": 0, "time": "1751862371" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751862426" }, "departure": { "delay": 0, "time": "1751862426" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751862527" }, "departure": { "delay": 0, "time": "1751862527" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 0, "time": "1751862601" }, "departure": { "delay": 0, "time": "1751862601" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 0, "time": "1751862645" }, "departure": { "delay": 0, "time": "1751862645" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 0, "time": "1751862731" }, "departure": { "delay": 0, "time": "1751862731" }, "stopId": "TOSENE" }, { "arrival": { "delay": 0, "time": "1751862780" }, "departure": { "delay": 0, "time": "1751862780" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751862840" }, "departure": { "delay": 0, "time": "1751862840" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751862900" }, "departure": { "delay": 0, "time": "1751862900" }, "stopId": "TOCASN" }, { "arrival": { "delay": 0, "time": "1751862960" }, "departure": { "delay": 0, "time": "1751862960" }, "stopId": "TOLYAE" }, { "arrival": { "delay": 0, "time": "1751862998" }, "departure": { "delay": 0, "time": "1751862998" }, "stopId": "TOCARE" }, { "arrival": { "delay": 0, "time": "1751863046" }, "departure": { "delay": 0, "time": "1751863046" }, "stopId": "TOPTLE" }, { "arrival": { "delay": 0, "time": "1751863077" }, "departure": { "delay": 0, "time": "1751863077" }, "stopId": "TOGLAE" }, { "arrival": { "delay": 0, "time": "1751863107" }, "departure": { "delay": 0, "time": "1751863107" }, "stopId": "TOBBSE" }, { "arrival": { "delay": 0, "time": "1751863140" }, "departure": { "delay": 0, "time": "1751863140" }, "stopId": "TOTRAE" }, { "arrival": { "delay": 0, "time": "1751863188" }, "departure": { "delay": 0, "time": "1751863188" }, "stopId": "TORDNE" }, { "arrival": { "delay": 0, "time": "1751863231" }, "departure": { "delay": 0, "time": "1751863231" }, "stopId": "TOMEAE" }, { "arrival": { "delay": 0, "time": "1751863276" }, "departure": { "delay": 0, "time": "1751863276" }, "stopId": "TOOCJE" }, { "arrival": { "delay": 0, "time": "1751863289" }, "departure": { "delay": 0, "time": "1751863289" }, "stopId": "TOGUYE" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "TOFRTE" }, { "arrival": { "delay": 0, "time": "1751863365" }, "departure": { "delay": 0, "time": "1751863365" }, "stopId": "TOCIGE" }, { "arrival": { "delay": 0, "time": "1751863412" }, "departure": { "delay": 0, "time": "1751863412" }, "stopId": "TOPGAE" }, { "arrival": { "delay": 0, "time": "1751863430" }, "departure": { "delay": 0, "time": "1751863430" }, "stopId": "TOPOUE" }, { "arrival": { "delay": 0, "time": "1751863500" }, "departure": { "delay": 0, "time": "1751863500" }, "stopId": "TOCPME" }, { "arrival": { "delay": 0, "time": "1751863510" }, "departure": { "delay": 0, "time": "1751863510" }, "stopId": "TOSPIS" }, { "arrival": { "delay": 0, "time": "1751863537" }, "departure": { "delay": 0, "time": "1751863537" }, "stopId": "TOOREE" }, { "arrival": { "delay": 0, "time": "1751863560" }, "departure": { "delay": 0, "time": "1751863560" }, "stopId": "TOPDAS" }, { "arrival": { "delay": 0, "time": "1751863665" }, "departure": { "delay": 0, "time": "1751863665" }, "stopId": "TOVIES" }, { "arrival": { "delay": 0, "time": "1751863686" }, "departure": { "delay": 0, "time": "1751863686" }, "stopId": "TOLABE" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TORIPS" } ], "timestamp": "1751857521", "trip": { "directionId": 0, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058068" }, "vehicle": {} } }, { "id": "5058138", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 516, "time": "1751859216" }, "departure": { "delay": 516, "time": "1751859216" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 517, "time": "1751859279" }, "departure": { "delay": 517, "time": "1751859279" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 516, "time": "1751859336" }, "departure": { "delay": 516, "time": "1751859336" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 487, "time": "1751859414" }, "departure": { "delay": 487, "time": "1751859414" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 487, "time": "1751859461" }, "departure": { "delay": 487, "time": "1751859461" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 487, "time": "1751859511" }, "departure": { "delay": 487, "time": "1751859511" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 517, "time": "1751859577" }, "departure": { "delay": 517, "time": "1751859577" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 487, "time": "1751859591" }, "departure": { "delay": 487, "time": "1751859591" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 487, "time": "1751859653" }, "departure": { "delay": 487, "time": "1751859653" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 488, "time": "1751859707" }, "departure": { "delay": 488, "time": "1751859707" }, "stopId": "TOAICE" }, { "arrival": { "delay": 517, "time": "1751859811" }, "departure": { "delay": 517, "time": "1751859811" }, "stopId": "TOCISE" }, { "arrival": { "delay": 517, "time": "1751859877" }, "departure": { "delay": 517, "time": "1751859877" }, "stopId": "TOAUDO" }, { "arrival": { "delay": 488, "time": "1751859883" }, "departure": { "delay": 488, "time": "1751859883" }, "stopId": "TOAGUS" }, { "arrival": { "delay": 518, "time": "1751859947" }, "departure": { "delay": 518, "time": "1751859947" }, "stopId": "TOFRES" }, { "arrival": { "delay": 488, "time": "1751859947" }, "departure": { "delay": 488, "time": "1751859947" }, "stopId": "TOPEBS" }, { "arrival": { "delay": 518, "time": "1751860003" }, "departure": { "delay": 518, "time": "1751860003" }, "stopId": "TOSGES" }, { "arrival": { "delay": 488, "time": "1751860011" }, "departure": { "delay": 488, "time": "1751860011" }, "stopId": "TOSRTS" }, { "arrival": { "delay": 489, "time": "1751860057" }, "departure": { "delay": 489, "time": "1751860057" }, "stopId": "TOFBYS" }, { "arrival": { "delay": 518, "time": "1751860118" }, "departure": { "delay": 518, "time": "1751860118" }, "stopId": "TOBARS" }, { "arrival": { "delay": 488, "time": "1751860115" }, "departure": { "delay": 488, "time": "1751860115" }, "stopId": "TOCPBO" }, { "arrival": { "delay": 518, "time": "1751860185" }, "departure": { "delay": 518, "time": "1751860185" }, "stopId": "TOISTS" }, { "arrival": { "delay": 488, "time": "1751860189" }, "departure": { "delay": 488, "time": "1751860189" }, "stopId": "TOMAIS" }, { "arrival": { "delay": 518, "time": "1751860247" }, "departure": { "delay": 518, "time": "1751860247" }, "stopId": "TOMAGS" }, { "arrival": { "delay": 488, "time": "1751860259" }, "departure": { "delay": 488, "time": "1751860259" }, "stopId": "GASGES" }, { "arrival": { "delay": 487, "time": "1751860298" }, "departure": { "delay": 487, "time": "1751860298" }, "stopId": "GASULS" }, { "arrival": { "delay": 517, "time": "1751860357" }, "departure": { "delay": 517, "time": "1751860357" }, "stopId": "GAPRON" } ], "timestamp": "1751858031", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058138" }, "vehicle": {} } }, { "id": "5058066", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 457, "time": "1751860357" }, "departure": { "delay": 457, "time": "1751860357" }, "stopId": "GAPRON" }, { "arrival": { "delay": 457, "time": "1751860412" }, "departure": { "delay": 457, "time": "1751860412" }, "stopId": "GASGEN" }, { "arrival": { "delay": 427, "time": "1751860432" }, "departure": { "delay": 427, "time": "1751860432" }, "stopId": "TOMAGN" }, { "arrival": { "delay": 458, "time": "1751860489" }, "departure": { "delay": 458, "time": "1751860489" }, "stopId": "TOMAIN" }, { "arrival": { "delay": 427, "time": "1751860491" }, "departure": { "delay": 427, "time": "1751860491" }, "stopId": "TOISTN" }, { "arrival": { "delay": 427, "time": "1751860543" }, "departure": { "delay": 427, "time": "1751860543" }, "stopId": "TOCPBE" }, { "arrival": { "delay": 457, "time": "1751860597" }, "departure": { "delay": 457, "time": "1751860597" }, "stopId": "TOBARN" }, { "arrival": { "delay": 427, "time": "1751860603" }, "departure": { "delay": 427, "time": "1751860603" }, "stopId": "TOFBYN" }, { "arrival": { "delay": 458, "time": "1751860677" }, "departure": { "delay": 458, "time": "1751860677" }, "stopId": "TOSRTN" }, { "arrival": { "delay": 458, "time": "1751860719" }, "departure": { "delay": 458, "time": "1751860719" }, "stopId": "TOSGEN" }, { "arrival": { "delay": 428, "time": "1751860718" }, "departure": { "delay": 428, "time": "1751860718" }, "stopId": "TOPEBN" }, { "arrival": { "delay": 458, "time": "1751860776" }, "departure": { "delay": 458, "time": "1751860776" }, "stopId": "TOFREN" }, { "arrival": { "delay": 428, "time": "1751860773" }, "departure": { "delay": 428, "time": "1751860773" }, "stopId": "TOAGUN" }, { "arrival": { "delay": 458, "time": "1751860838" }, "departure": { "delay": 458, "time": "1751860838" }, "stopId": "TOAUDE" }, { "arrival": { "delay": 428, "time": "1751860895" }, "departure": { "delay": 428, "time": "1751860895" }, "stopId": "TOCISO" }, { "arrival": { "delay": 428, "time": "1751860964" }, "departure": { "delay": 428, "time": "1751860964" }, "stopId": "TOAICO" }, { "arrival": { "delay": 458, "time": "1751861029" }, "departure": { "delay": 458, "time": "1751861029" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 458, "time": "1751861084" }, "departure": { "delay": 458, "time": "1751861084" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 457, "time": "1751861137" }, "departure": { "delay": 457, "time": "1751861137" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 427, "time": "1751861154" }, "departure": { "delay": 427, "time": "1751861154" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 458, "time": "1751861259" }, "departure": { "delay": 458, "time": "1751861259" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 427, "time": "1751861272" }, "departure": { "delay": 427, "time": "1751861272" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 458, "time": "1751861389" }, "departure": { "delay": 458, "time": "1751861389" }, "stopId": "TOSENE" }, { "arrival": { "delay": 457, "time": "1751861437" }, "departure": { "delay": 457, "time": "1751861437" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 457, "time": "1751861497" }, "departure": { "delay": 457, "time": "1751861497" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 457, "time": "1751861557" }, "departure": { "delay": 457, "time": "1751861557" }, "stopId": "TOCASN" }, { "arrival": { "delay": 457, "time": "1751861617" }, "departure": { "delay": 457, "time": "1751861617" }, "stopId": "TOLYAE" }, { "arrival": { "delay": 428, "time": "1751861638" }, "departure": { "delay": 428, "time": "1751861638" }, "stopId": "TOCARE" }, { "arrival": { "delay": 458, "time": "1751861732" }, "departure": { "delay": 458, "time": "1751861732" }, "stopId": "TOPTLE" }, { "arrival": { "delay": 428, "time": "1751861744" }, "departure": { "delay": 428, "time": "1751861744" }, "stopId": "TOGLAE" }, { "arrival": { "delay": 458, "time": "1751861815" }, "departure": { "delay": 458, "time": "1751861815" }, "stopId": "TOBBSE" }, { "arrival": { "delay": 458, "time": "1751861858" }, "departure": { "delay": 458, "time": "1751861858" }, "stopId": "TOTRAE" }, { "arrival": { "delay": 429, "time": "1751861869" }, "departure": { "delay": 429, "time": "1751861869" }, "stopId": "TORDNE" }, { "arrival": { "delay": 459, "time": "1751861935" }, "departure": { "delay": 459, "time": "1751861935" }, "stopId": "TOMEAE" }, { "arrival": { "delay": 459, "time": "1751861972" }, "departure": { "delay": 459, "time": "1751861972" }, "stopId": "TOOCJE" }, { "arrival": { "delay": 459, "time": "1751861983" }, "departure": { "delay": 459, "time": "1751861983" }, "stopId": "TOGUYE" }, { "arrival": { "delay": 429, "time": "1751861979" }, "departure": { "delay": 429, "time": "1751861979" }, "stopId": "TOFRTE" }, { "arrival": { "delay": 459, "time": "1751862046" }, "departure": { "delay": 459, "time": "1751862046" }, "stopId": "TOCIGE" }, { "arrival": { "delay": 429, "time": "1751862055" }, "departure": { "delay": 429, "time": "1751862055" }, "stopId": "TOPGAE" }, { "arrival": { "delay": 458, "time": "1751862100" }, "departure": { "delay": 458, "time": "1751862100" }, "stopId": "TOPOUE" }, { "arrival": { "delay": 458, "time": "1751862158" }, "departure": { "delay": 458, "time": "1751862158" }, "stopId": "TOCPME" }, { "arrival": { "delay": 458, "time": "1751862168" }, "departure": { "delay": 458, "time": "1751862168" }, "stopId": "TOSPIS" }, { "arrival": { "delay": 429, "time": "1751862166" }, "departure": { "delay": 429, "time": "1751862166" }, "stopId": "TOOREE" }, { "arrival": { "delay": 458, "time": "1751862218" }, "departure": { "delay": 458, "time": "1751862218" }, "stopId": "TOPDAS" }, { "arrival": { "delay": 445, "time": "1751862275" }, "departure": { "delay": 445, "time": "1751862275" }, "stopId": "TOVIES" }, { "arrival": { "delay": 448, "time": "1751862292" }, "departure": { "delay": 448, "time": "1751862292" }, "stopId": "TOLABE" }, { "arrival": { "delay": 457, "time": "1751862337" }, "departure": { "delay": 457, "time": "1751862337" }, "stopId": "TORIPS" } ], "timestamp": "1751858031", "trip": { "directionId": 0, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058066" }, "vehicle": {} } }, { "id": "5058065", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -222, "time": "1751858478" }, "departure": { "delay": 0, "time": "1751858700" }, "stopId": "GAPRON" }, { "arrival": { "delay": 0, "time": "1751858755" }, "departure": { "delay": 0, "time": "1751858755" }, "stopId": "GASGEN" }, { "arrival": { "delay": 0, "time": "1751858805" }, "departure": { "delay": 0, "time": "1751858805" }, "stopId": "TOMAGN" }, { "arrival": { "delay": 0, "time": "1751858831" }, "departure": { "delay": 0, "time": "1751858831" }, "stopId": "TOMAIN" }, { "arrival": { "delay": 0, "time": "1751858864" }, "departure": { "delay": 0, "time": "1751858864" }, "stopId": "TOISTN" }, { "arrival": { "delay": 0, "time": "1751858916" }, "departure": { "delay": 0, "time": "1751858916" }, "stopId": "TOCPBE" }, { "arrival": { "delay": 0, "time": "1751858940" }, "departure": { "delay": 0, "time": "1751858940" }, "stopId": "TOBARN" }, { "arrival": { "delay": 0, "time": "1751858976" }, "departure": { "delay": 0, "time": "1751858976" }, "stopId": "TOFBYN" }, { "arrival": { "delay": 0, "time": "1751859019" }, "departure": { "delay": 0, "time": "1751859019" }, "stopId": "TOSRTN" }, { "arrival": { "delay": 0, "time": "1751859061" }, "departure": { "delay": 0, "time": "1751859061" }, "stopId": "TOSGEN" }, { "arrival": { "delay": 0, "time": "1751859090" }, "departure": { "delay": 0, "time": "1751859090" }, "stopId": "TOPEBN" }, { "arrival": { "delay": 0, "time": "1751859118" }, "departure": { "delay": 0, "time": "1751859118" }, "stopId": "TOFREN" }, { "arrival": { "delay": 0, "time": "1751859145" }, "departure": { "delay": 0, "time": "1751859145" }, "stopId": "TOAGUN" }, { "arrival": { "delay": 0, "time": "1751859180" }, "departure": { "delay": 0, "time": "1751859180" }, "stopId": "TOAUDE" }, { "arrival": { "delay": 0, "time": "1751859267" }, "departure": { "delay": 0, "time": "1751859267" }, "stopId": "TOCISO" }, { "arrival": { "delay": 0, "time": "1751859336" }, "departure": { "delay": 0, "time": "1751859336" }, "stopId": "TOAICO" }, { "arrival": { "delay": 0, "time": "1751859371" }, "departure": { "delay": 0, "time": "1751859371" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751859426" }, "departure": { "delay": 0, "time": "1751859426" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751859480" }, "departure": { "delay": 0, "time": "1751859480" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751859527" }, "departure": { "delay": 0, "time": "1751859527" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 0, "time": "1751859601" }, "departure": { "delay": 0, "time": "1751859601" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 0, "time": "1751859645" }, "departure": { "delay": 0, "time": "1751859645" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 0, "time": "1751859731" }, "departure": { "delay": 0, "time": "1751859731" }, "stopId": "TOSENE" }, { "arrival": { "delay": 0, "time": "1751859780" }, "departure": { "delay": 0, "time": "1751859780" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751859840" }, "departure": { "delay": 0, "time": "1751859840" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TOCASN" }, { "arrival": { "delay": 0, "time": "1751859960" }, "departure": { "delay": 0, "time": "1751859960" }, "stopId": "TOLYAE" }, { "arrival": { "delay": 0, "time": "1751860010" }, "departure": { "delay": 0, "time": "1751860010" }, "stopId": "TOCARE" }, { "arrival": { "delay": 0, "time": "1751860074" }, "departure": { "delay": 0, "time": "1751860074" }, "stopId": "TOPTLE" }, { "arrival": { "delay": 0, "time": "1751860116" }, "departure": { "delay": 0, "time": "1751860116" }, "stopId": "TOGLAE" }, { "arrival": { "delay": 0, "time": "1751860157" }, "departure": { "delay": 0, "time": "1751860157" }, "stopId": "TOBBSE" }, { "arrival": { "delay": 0, "time": "1751860200" }, "departure": { "delay": 0, "time": "1751860200" }, "stopId": "TOTRAE" }, { "arrival": { "delay": 0, "time": "1751860240" }, "departure": { "delay": 0, "time": "1751860240" }, "stopId": "TORDNE" }, { "arrival": { "delay": 0, "time": "1751860276" }, "departure": { "delay": 0, "time": "1751860276" }, "stopId": "TOMEAE" }, { "arrival": { "delay": 0, "time": "1751860313" }, "departure": { "delay": 0, "time": "1751860313" }, "stopId": "TOOCJE" }, { "arrival": { "delay": 0, "time": "1751860324" }, "departure": { "delay": 0, "time": "1751860324" }, "stopId": "TOGUYE" }, { "arrival": { "delay": 0, "time": "1751860350" }, "departure": { "delay": 0, "time": "1751860350" }, "stopId": "TOFRTE" }, { "arrival": { "delay": 0, "time": "1751860387" }, "departure": { "delay": 0, "time": "1751860387" }, "stopId": "TOCIGE" }, { "arrival": { "delay": 0, "time": "1751860426" }, "departure": { "delay": 0, "time": "1751860426" }, "stopId": "TOPGAE" }, { "arrival": { "delay": 0, "time": "1751860442" }, "departure": { "delay": 0, "time": "1751860442" }, "stopId": "TOPOUE" }, { "arrival": { "delay": 0, "time": "1751860500" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "TOCPME" }, { "arrival": { "delay": 0, "time": "1751860510" }, "departure": { "delay": 0, "time": "1751860510" }, "stopId": "TOSPIS" }, { "arrival": { "delay": 0, "time": "1751860537" }, "departure": { "delay": 0, "time": "1751860537" }, "stopId": "TOOREE" }, { "arrival": { "delay": 0, "time": "1751860560" }, "departure": { "delay": 0, "time": "1751860560" }, "stopId": "TOPDAS" }, { "arrival": { "delay": 0, "time": "1751860630" }, "departure": { "delay": 0, "time": "1751860630" }, "stopId": "TOVIES" }, { "arrival": { "delay": 0, "time": "1751860644" }, "departure": { "delay": 0, "time": "1751860644" }, "stopId": "TOLABE" }, { "arrival": { "delay": 0, "time": "1751860680" }, "departure": { "delay": 0, "time": "1751860680" }, "stopId": "TORIPS" } ], "timestamp": "1751857971", "trip": { "directionId": 0, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058065" }, "vehicle": {} } }, { "id": "5058008", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1019, "time": "1751860681" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TORIPN" }, { "arrival": { "delay": 0, "time": "1751861712" }, "departure": { "delay": 0, "time": "1751861712" }, "stopId": "TOLABO" }, { "arrival": { "delay": 0, "time": "1751861734" }, "departure": { "delay": 0, "time": "1751861734" }, "stopId": "TOVIEN" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "TOPDAN" }, { "arrival": { "delay": 0, "time": "1751861798" }, "departure": { "delay": 0, "time": "1751861798" }, "stopId": "TOOREO" }, { "arrival": { "delay": 0, "time": "1751861830" }, "departure": { "delay": 0, "time": "1751861830" }, "stopId": "TOAQUN" }, { "arrival": { "delay": 0, "time": "1751861861" }, "departure": { "delay": 0, "time": "1751861861" }, "stopId": "TOSPIN" }, { "arrival": { "delay": 0, "time": "1751861880" }, "departure": { "delay": 0, "time": "1751861880" }, "stopId": "TOCPMO" }, { "arrival": { "delay": 0, "time": "1751861949" }, "departure": { "delay": 0, "time": "1751861949" }, "stopId": "TOPOUO" }, { "arrival": { "delay": 0, "time": "1751861965" }, "departure": { "delay": 0, "time": "1751861965" }, "stopId": "TOPGAO" }, { "arrival": { "delay": 0, "time": "1751862018" }, "departure": { "delay": 0, "time": "1751862018" }, "stopId": "TOCIGO" }, { "arrival": { "delay": 0, "time": "1751862061" }, "departure": { "delay": 0, "time": "1751862061" }, "stopId": "TOFRTO" }, { "arrival": { "delay": 0, "time": "1751862095" }, "departure": { "delay": 0, "time": "1751862095" }, "stopId": "TOGUYO" }, { "arrival": { "delay": 0, "time": "1751862113" }, "departure": { "delay": 0, "time": "1751862113" }, "stopId": "TOOCJO" }, { "arrival": { "delay": 0, "time": "1751862148" }, "departure": { "delay": 0, "time": "1751862148" }, "stopId": "TOMEAO" }, { "arrival": { "delay": 0, "time": "1751862197" }, "departure": { "delay": 0, "time": "1751862197" }, "stopId": "TORDNO" }, { "arrival": { "delay": 0, "time": "1751862240" }, "departure": { "delay": 0, "time": "1751862240" }, "stopId": "TOTRAO" }, { "arrival": { "delay": 0, "time": "1751862302" }, "departure": { "delay": 0, "time": "1751862302" }, "stopId": "TOBBSO" }, { "arrival": { "delay": 0, "time": "1751862326" }, "departure": { "delay": 0, "time": "1751862326" }, "stopId": "TOGLAO" }, { "arrival": { "delay": 0, "time": "1751862388" }, "departure": { "delay": 0, "time": "1751862388" }, "stopId": "TOPTLO" }, { "arrival": { "delay": 0, "time": "1751862444" }, "departure": { "delay": 0, "time": "1751862444" }, "stopId": "TOCARO" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "TOLYAO" }, { "arrival": { "delay": 0, "time": "1751862540" }, "departure": { "delay": 0, "time": "1751862540" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751862600" }, "departure": { "delay": 0, "time": "1751862600" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751862662" }, "departure": { "delay": 0, "time": "1751862662" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751862881" }, "departure": { "delay": 0, "time": "1751862881" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 0, "time": "1751862951" }, "departure": { "delay": 0, "time": "1751862951" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 0, "time": "1751863026" }, "departure": { "delay": 0, "time": "1751863026" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751863133" }, "departure": { "delay": 0, "time": "1751863133" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 0, "time": "1751863207" }, "departure": { "delay": 0, "time": "1751863207" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 0, "time": "1751863271" }, "departure": { "delay": 0, "time": "1751863271" }, "stopId": "TOAICE" }, { "arrival": { "delay": 0, "time": "1751863360" }, "departure": { "delay": 0, "time": "1751863360" }, "stopId": "TOCISE" }, { "arrival": { "delay": 0, "time": "1751863440" }, "departure": { "delay": 0, "time": "1751863440" }, "stopId": "TOAUDO" }, { "arrival": { "delay": 0, "time": "1751863484" }, "departure": { "delay": 0, "time": "1751863484" }, "stopId": "TOAGUS" }, { "arrival": { "delay": 0, "time": "1751863526" }, "departure": { "delay": 0, "time": "1751863526" }, "stopId": "TOFRES" }, { "arrival": { "delay": 0, "time": "1751863563" }, "departure": { "delay": 0, "time": "1751863563" }, "stopId": "TOPEBS" }, { "arrival": { "delay": 0, "time": "1751863596" }, "departure": { "delay": 0, "time": "1751863596" }, "stopId": "TOSGES" }, { "arrival": { "delay": 0, "time": "1751863643" }, "departure": { "delay": 0, "time": "1751863643" }, "stopId": "TOSRTS" }, { "arrival": { "delay": 0, "time": "1751863701" }, "departure": { "delay": 0, "time": "1751863701" }, "stopId": "TOFBYS" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TOBARS" }, { "arrival": { "delay": 0, "time": "1751863780" }, "departure": { "delay": 0, "time": "1751863780" }, "stopId": "TOCPBO" }, { "arrival": { "delay": 0, "time": "1751863840" }, "departure": { "delay": 0, "time": "1751863840" }, "stopId": "TOISTS" }, { "arrival": { "delay": 0, "time": "1751863892" }, "departure": { "delay": 0, "time": "1751863892" }, "stopId": "TOMAIS" }, { "arrival": { "delay": 0, "time": "1751863934" }, "departure": { "delay": 0, "time": "1751863934" }, "stopId": "TOMAGS" }, { "arrival": { "delay": 0, "time": "1751863997" }, "departure": { "delay": 0, "time": "1751863997" }, "stopId": "GASGES" }, { "arrival": { "delay": 0, "time": "1751864056" }, "departure": { "delay": 0, "time": "1751864056" }, "stopId": "GASULS" }, { "arrival": { "delay": 0, "time": "1751864100" }, "departure": { "delay": 0, "time": "1751864100" }, "stopId": "GAPRON" } ], "timestamp": "1751857541", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058008" }, "vehicle": {} } }, { "id": "5058006", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -522, "time": "1751859378" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TORIPN" }, { "arrival": { "delay": 0, "time": "1751859912" }, "departure": { "delay": 0, "time": "1751859912" }, "stopId": "TOLABO" }, { "arrival": { "delay": 0, "time": "1751859934" }, "departure": { "delay": 0, "time": "1751859934" }, "stopId": "TOVIEN" }, { "arrival": { "delay": 0, "time": "1751859960" }, "departure": { "delay": 0, "time": "1751859960" }, "stopId": "TOPDAN" }, { "arrival": { "delay": 0, "time": "1751859998" }, "departure": { "delay": 0, "time": "1751859998" }, "stopId": "TOOREO" }, { "arrival": { "delay": 0, "time": "1751860030" }, "departure": { "delay": 0, "time": "1751860030" }, "stopId": "TOAQUN" }, { "arrival": { "delay": 0, "time": "1751860061" }, "departure": { "delay": 0, "time": "1751860061" }, "stopId": "TOSPIN" }, { "arrival": { "delay": 0, "time": "1751860080" }, "departure": { "delay": 0, "time": "1751860080" }, "stopId": "TOCPMO" }, { "arrival": { "delay": 0, "time": "1751860149" }, "departure": { "delay": 0, "time": "1751860149" }, "stopId": "TOPOUO" }, { "arrival": { "delay": 0, "time": "1751860165" }, "departure": { "delay": 0, "time": "1751860165" }, "stopId": "TOPGAO" }, { "arrival": { "delay": 0, "time": "1751860218" }, "departure": { "delay": 0, "time": "1751860218" }, "stopId": "TOCIGO" }, { "arrival": { "delay": 0, "time": "1751860261" }, "departure": { "delay": 0, "time": "1751860261" }, "stopId": "TOFRTO" }, { "arrival": { "delay": 0, "time": "1751860295" }, "departure": { "delay": 0, "time": "1751860295" }, "stopId": "TOGUYO" }, { "arrival": { "delay": 0, "time": "1751860313" }, "departure": { "delay": 0, "time": "1751860313" }, "stopId": "TOOCJO" }, { "arrival": { "delay": 0, "time": "1751860348" }, "departure": { "delay": 0, "time": "1751860348" }, "stopId": "TOMEAO" }, { "arrival": { "delay": 0, "time": "1751860397" }, "departure": { "delay": 0, "time": "1751860397" }, "stopId": "TORDNO" }, { "arrival": { "delay": 0, "time": "1751860440" }, "departure": { "delay": 0, "time": "1751860440" }, "stopId": "TOTRAO" }, { "arrival": { "delay": 0, "time": "1751860502" }, "departure": { "delay": 0, "time": "1751860502" }, "stopId": "TOBBSO" }, { "arrival": { "delay": 0, "time": "1751860526" }, "departure": { "delay": 0, "time": "1751860526" }, "stopId": "TOGLAO" }, { "arrival": { "delay": 0, "time": "1751860588" }, "departure": { "delay": 0, "time": "1751860588" }, "stopId": "TOPTLO" }, { "arrival": { "delay": 0, "time": "1751860644" }, "departure": { "delay": 0, "time": "1751860644" }, "stopId": "TOCARO" }, { "arrival": { "delay": 0, "time": "1751860680" }, "departure": { "delay": 0, "time": "1751860680" }, "stopId": "TOLYAO" }, { "arrival": { "delay": 0, "time": "1751860740" }, "departure": { "delay": 0, "time": "1751860740" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751860862" }, "departure": { "delay": 0, "time": "1751860862" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751860920" }, "departure": { "delay": 0, "time": "1751860920" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751861027" }, "departure": { "delay": 0, "time": "1751861027" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 0, "time": "1751861074" }, "departure": { "delay": 0, "time": "1751861074" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 0, "time": "1751861124" }, "departure": { "delay": 0, "time": "1751861124" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 0, "time": "1751861160" }, "departure": { "delay": 0, "time": "1751861160" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751861204" }, "departure": { "delay": 0, "time": "1751861204" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 0, "time": "1751861266" }, "departure": { "delay": 0, "time": "1751861266" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 0, "time": "1751861319" }, "departure": { "delay": 0, "time": "1751861319" }, "stopId": "TOAICE" }, { "arrival": { "delay": 0, "time": "1751861394" }, "departure": { "delay": 0, "time": "1751861394" }, "stopId": "TOCISE" }, { "arrival": { "delay": 0, "time": "1751861460" }, "departure": { "delay": 0, "time": "1751861460" }, "stopId": "TOAUDO" }, { "arrival": { "delay": 0, "time": "1751861495" }, "departure": { "delay": 0, "time": "1751861495" }, "stopId": "TOAGUS" }, { "arrival": { "delay": 0, "time": "1751861529" }, "departure": { "delay": 0, "time": "1751861529" }, "stopId": "TOFRES" }, { "arrival": { "delay": 0, "time": "1751861559" }, "departure": { "delay": 0, "time": "1751861559" }, "stopId": "TOPEBS" }, { "arrival": { "delay": 0, "time": "1751861585" }, "departure": { "delay": 0, "time": "1751861585" }, "stopId": "TOSGES" }, { "arrival": { "delay": 0, "time": "1751861623" }, "departure": { "delay": 0, "time": "1751861623" }, "stopId": "TOSRTS" }, { "arrival": { "delay": 3, "time": "1751861671" }, "departure": { "delay": 3, "time": "1751861671" }, "stopId": "TOFBYS" }, { "arrival": { "delay": 0, "time": "1751861700" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TOBARS" }, { "arrival": { "delay": 0, "time": "1751861727" }, "departure": { "delay": 0, "time": "1751861727" }, "stopId": "TOCPBO" }, { "arrival": { "delay": 0, "time": "1751861767" }, "departure": { "delay": 0, "time": "1751861767" }, "stopId": "TOISTS" }, { "arrival": { "delay": 0, "time": "1751861801" }, "departure": { "delay": 0, "time": "1751861801" }, "stopId": "TOMAIS" }, { "arrival": { "delay": 0, "time": "1751861829" }, "departure": { "delay": 0, "time": "1751861829" }, "stopId": "TOMAGS" }, { "arrival": { "delay": 0, "time": "1751861871" }, "departure": { "delay": 0, "time": "1751861871" }, "stopId": "GASGES" }, { "arrival": { "delay": 0, "time": "1751861911" }, "departure": { "delay": 0, "time": "1751861911" }, "stopId": "GASULS" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "GAPRON" } ], "timestamp": "1751857971", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058006" }, "vehicle": {} } }, { "id": "5058069", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "GAPRON" } ], "timestamp": "1751850093", "trip": { "directionId": 0, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058069" }, "vehicle": {} } }, { "id": "5058007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TORIPN" } ], "timestamp": "1751850093", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058007" }, "vehicle": {} } }, { "id": "5058067", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "GAPRON" } ], "timestamp": "1751850093", "trip": { "directionId": 0, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058067" }, "vehicle": {} } }, { "id": "5058131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861700" }, "stopId": "REREVO" } ], "timestamp": "1751850093", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058131" }, "vehicle": {} } }, { "id": "5058009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TORIPN" } ], "timestamp": "1751850093", "trip": { "directionId": 1, "routeId": "0006", "scheduleRelationship": "SCHEDULED", "tripId": "5058009" }, "vehicle": {} } }, { "id": "5386199", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859600" }, "stopId": "TOGARS" } ], "timestamp": "1751850094", "trip": { "directionId": 1, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386199" }, "vehicle": {} } }, { "id": "5386196", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1198, "time": "1751860802" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOHOME" }, { "arrival": { "delay": 0, "time": "1751862022" }, "departure": { "delay": 0, "time": "1751862022" }, "stopId": "TOLROE" }, { "arrival": { "delay": 0, "time": "1751862048" }, "departure": { "delay": 0, "time": "1751862048" }, "stopId": "TOGENS" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOBRGO" }, { "arrival": { "delay": 0, "time": "1751862118" }, "departure": { "delay": 0, "time": "1751862118" }, "stopId": "TOOEIO" }, { "arrival": { "delay": 0, "time": "1751862203" }, "departure": { "delay": 0, "time": "1751862203" }, "stopId": "TOPONO" }, { "arrival": { "delay": 0, "time": "1751862284" }, "departure": { "delay": 0, "time": "1751862284" }, "stopId": "TOEPSN" }, { "arrival": { "delay": 0, "time": "1751862307" }, "departure": { "delay": 0, "time": "1751862307" }, "stopId": "TOCNRE" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOFDCN" }, { "arrival": { "delay": 0, "time": "1751862383" }, "departure": { "delay": 0, "time": "1751862383" }, "stopId": "TOPALE" }, { "arrival": { "delay": 0, "time": "1751862540" }, "departure": { "delay": 0, "time": "1751862540" }, "stopId": "TOMALN" }, { "arrival": { "delay": 0, "time": "1751862623" }, "departure": { "delay": 0, "time": "1751862623" }, "stopId": "TOBOUN" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOCMAN" }, { "arrival": { "delay": 0, "time": "1751862799" }, "departure": { "delay": 0, "time": "1751862799" }, "stopId": "TOCLEN" }, { "arrival": { "delay": 0, "time": "1751862881" }, "departure": { "delay": 0, "time": "1751862881" }, "stopId": "TOSTRN" }, { "arrival": { "delay": 0, "time": "1751862970" }, "departure": { "delay": 0, "time": "1751862970" }, "stopId": "TOLIBI" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOGARN" } ], "timestamp": "1751857811", "trip": { "directionId": 0, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386196" }, "vehicle": {} } }, { "id": "5386160", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "TOGARS" } ], "timestamp": "1751850094", "trip": { "directionId": 1, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386160" }, "vehicle": {} } }, { "id": "5386200", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "TOHOME" } ], "timestamp": "1751850094", "trip": { "directionId": 0, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386200" }, "vehicle": {} } }, { "id": "5386195", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -540, "time": "1751860980" }, "departure": { "delay": 0, "time": "1751861520" }, "stopId": "TOGARS" }, { "arrival": { "delay": 1, "time": "1751861610" }, "departure": { "delay": 1, "time": "1751861610" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751861684" }, "departure": { "delay": 0, "time": "1751861684" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 0, "time": "1751861751" }, "departure": { "delay": 0, "time": "1751861751" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 0, "time": "1751861868" }, "departure": { "delay": 0, "time": "1751861868" }, "stopId": "TOBHAS" }, { "arrival": { "delay": 0, "time": "1751861960" }, "departure": { "delay": 0, "time": "1751861960" }, "stopId": "TOBOUS" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOMALS" }, { "arrival": { "delay": 0, "time": "1751862175" }, "departure": { "delay": 0, "time": "1751862175" }, "stopId": "TOTOUS" }, { "arrival": { "delay": 0, "time": "1751862236" }, "departure": { "delay": 0, "time": "1751862236" }, "stopId": "TO14JS" }, { "arrival": { "delay": 0, "time": "1751862264" }, "departure": { "delay": 0, "time": "1751862264" }, "stopId": "TOPALO" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOFDCS" }, { "arrival": { "delay": 0, "time": "1751862348" }, "departure": { "delay": 0, "time": "1751862348" }, "stopId": "TOCNRO" }, { "arrival": { "delay": 0, "time": "1751862384" }, "departure": { "delay": 0, "time": "1751862384" }, "stopId": "TOEPSS" }, { "arrival": { "delay": 0, "time": "1751862452" }, "departure": { "delay": 0, "time": "1751862452" }, "stopId": "TOPONE" }, { "arrival": { "delay": 0, "time": "1751862542" }, "departure": { "delay": 0, "time": "1751862542" }, "stopId": "TOOEIE" }, { "arrival": { "delay": 0, "time": "1751862600" }, "departure": { "delay": 0, "time": "1751862600" }, "stopId": "TOBRGE" }, { "arrival": { "delay": 0, "time": "1751862641" }, "departure": { "delay": 0, "time": "1751862641" }, "stopId": "TOGENN" }, { "arrival": { "delay": 0, "time": "1751862691" }, "departure": { "delay": 0, "time": "1751862691" }, "stopId": "TOLROO" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOHOTE" } ], "timestamp": "1751857361", "trip": { "directionId": 1, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386195" }, "vehicle": {} } }, { "id": "5386198", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860620" }, "stopId": "TOGARS" } ], "timestamp": "1751850095", "trip": { "directionId": 1, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386198" }, "vehicle": {} } }, { "id": "5386197", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "TOHOME" } ], "timestamp": "1751850095", "trip": { "directionId": 0, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386197" }, "vehicle": {} } }, { "id": "5386201", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860980" }, "stopId": "TOHOME" } ], "timestamp": "1751850095", "trip": { "directionId": 0, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386201" }, "vehicle": {} } }, { "id": "5386151", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862420" }, "stopId": "TOGARS" } ], "timestamp": "1751850095", "trip": { "directionId": 1, "routeId": "0009", "scheduleRelationship": "SCHEDULED", "tripId": "5386151" }, "vehicle": {} } }, { "id": "5058828", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "TOBLA5" } ], "timestamp": "1751850096", "trip": { "directionId": 0, "routeId": "0011", "scheduleRelationship": "SCHEDULED", "tripId": "5058828" }, "vehicle": {} } }, { "id": "5058800", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -300, "time": "1751860200" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "TOMSRN" }, { "arrival": { "delay": 0, "time": "1751860536" }, "departure": { "delay": 0, "time": "1751860536" }, "stopId": "TOLOGS" }, { "arrival": { "delay": 0, "time": "1751860567" }, "departure": { "delay": 0, "time": "1751860567" }, "stopId": "TOOVAS" }, { "arrival": { "delay": 0, "time": "1751860604" }, "departure": { "delay": 0, "time": "1751860604" }, "stopId": "TOFNEO" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "TOBNSS" }, { "arrival": { "delay": 0, "time": "1751860665" }, "departure": { "delay": 0, "time": "1751860665" }, "stopId": "TODVDS" }, { "arrival": { "delay": 0, "time": "1751860740" }, "departure": { "delay": 0, "time": "1751860740" }, "stopId": "TOFORS" }, { "arrival": { "delay": 0, "time": "1751860819" }, "departure": { "delay": 0, "time": "1751860819" }, "stopId": "TOTESS" }, { "arrival": { "delay": 0, "time": "1751860888" }, "departure": { "delay": 0, "time": "1751860888" }, "stopId": "TOARES" }, { "arrival": { "delay": 0, "time": "1751860938" }, "departure": { "delay": 0, "time": "1751860938" }, "stopId": "TOMGTO" }, { "arrival": { "delay": 0, "time": "1751861001" }, "departure": { "delay": 0, "time": "1751861001" }, "stopId": "TOPBOO" }, { "arrival": { "delay": 0, "time": "1751861102" }, "departure": { "delay": 0, "time": "1751861102" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751861160" }, "departure": { "delay": 0, "time": "1751861160" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751861340" }, "departure": { "delay": 0, "time": "1751861340" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751861365" }, "departure": { "delay": 0, "time": "1751861365" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751861413" }, "departure": { "delay": 0, "time": "1751861413" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751861457" }, "departure": { "delay": 0, "time": "1751861457" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751861533" }, "departure": { "delay": 0, "time": "1751861533" }, "stopId": "TOSTRE" }, { "arrival": { "delay": 0, "time": "1751861564" }, "departure": { "delay": 0, "time": "1751861564" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751861616" }, "departure": { "delay": 0, "time": "1751861616" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 0, "time": "1751861700" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TOBLA5" } ], "timestamp": "1751856311", "trip": { "directionId": 1, "routeId": "0011", "scheduleRelationship": "SCHEDULED", "tripId": "5058800" }, "vehicle": {} } }, { "id": "5058830", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "TOBLA5" } ], "timestamp": "1751850096", "trip": { "directionId": 0, "routeId": "0011", "scheduleRelationship": "SCHEDULED", "tripId": "5058830" }, "vehicle": {} } }, { "id": "5058829", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOBLA5" } ], "timestamp": "1751850096", "trip": { "directionId": 0, "routeId": "0011", "scheduleRelationship": "SCHEDULED", "tripId": "5058829" }, "vehicle": {} } }, { "id": "5058801", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "TOMSRN" } ], "timestamp": "1751850096", "trip": { "directionId": 1, "routeId": "0011", "scheduleRelationship": "SCHEDULED", "tripId": "5058801" }, "vehicle": {} } }, { "id": "5057810", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751859000" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "SESEYN" }, { "arrival": { "delay": 0, "time": "1751859065" }, "departure": { "delay": 0, "time": "1751859065" }, "stopId": "SEPCHN" }, { "arrival": { "delay": 0, "time": "1751859120" }, "departure": { "delay": 0, "time": "1751859120" }, "stopId": "SECENN" }, { "arrival": { "delay": 0, "time": "1751859174" }, "departure": { "delay": 0, "time": "1751859174" }, "stopId": "SEMAIE" }, { "arrival": { "delay": 0, "time": "1751859259" }, "departure": { "delay": 0, "time": "1751859259" }, "stopId": "SEGAGE" }, { "arrival": { "delay": 0, "time": "1751859322" }, "departure": { "delay": 0, "time": "1751859322" }, "stopId": "SEBARO" }, { "arrival": { "delay": 0, "time": "1751859360" }, "departure": { "delay": 0, "time": "1751859360" }, "stopId": "SEPETO" }, { "arrival": { "delay": 0, "time": "1751859408" }, "departure": { "delay": 0, "time": "1751859408" }, "stopId": "SECURN" }, { "arrival": { "delay": 0, "time": "1751859480" }, "departure": { "delay": 0, "time": "1751859480" }, "stopId": "SESTAN" }, { "arrival": { "delay": 0, "time": "1751859544" }, "departure": { "delay": 0, "time": "1751859544" }, "stopId": "SESJEN" }, { "arrival": { "delay": 0, "time": "1751859597" }, "departure": { "delay": 0, "time": "1751859597" }, "stopId": "SEMESN" }, { "arrival": { "delay": 0, "time": "1751859672" }, "departure": { "delay": 0, "time": "1751859672" }, "stopId": "SEEBRE" }, { "arrival": { "delay": 0, "time": "1751859780" }, "departure": { "delay": 0, "time": "1751859780" }, "stopId": "SELANN" }, { "arrival": { "delay": 0, "time": "1751859828" }, "departure": { "delay": 0, "time": "1751859828" }, "stopId": "SEBRUN" }, { "arrival": { "delay": 0, "time": "1751859928" }, "departure": { "delay": 0, "time": "1751859928" }, "stopId": "OLFARE" }, { "arrival": { "delay": 0, "time": "1751859960" }, "departure": { "delay": 0, "time": "1751859960" }, "stopId": "OLPIEE" }, { "arrival": { "delay": 0, "time": "1751860001" }, "departure": { "delay": 0, "time": "1751860001" }, "stopId": "OLCAGE" }, { "arrival": { "delay": 0, "time": "1751860047" }, "departure": { "delay": 0, "time": "1751860047" }, "stopId": "OLROUE" }, { "arrival": { "delay": 0, "time": "1751860080" }, "departure": { "delay": 0, "time": "1751860080" }, "stopId": "OLBAUE" }, { "arrival": { "delay": 0, "time": "1751860146" }, "departure": { "delay": 0, "time": "1751860146" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751860188" }, "departure": { "delay": 0, "time": "1751860188" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751860232" }, "departure": { "delay": 0, "time": "1751860232" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751860330" }, "departure": { "delay": 0, "time": "1751860330" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751860380" }, "departure": { "delay": 0, "time": "1751860380" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751860428" }, "departure": { "delay": 0, "time": "1751860428" }, "stopId": "OLKIOS" }, { "arrival": { "delay": 0, "time": "1751860487" }, "departure": { "delay": 0, "time": "1751860487" }, "stopId": "OLROYS" }, { "arrival": { "delay": 0, "time": "1751860568" }, "departure": { "delay": 0, "time": "1751860568" }, "stopId": "OLTASS" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "TOPOTN" } ], "timestamp": "1751857111", "trip": { "directionId": 1, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057810" }, "vehicle": {} } }, { "id": "5057769", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1078, "time": "1751860622" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "TOPON1" }, { "arrival": { "delay": 0, "time": "1751861743" }, "departure": { "delay": 0, "time": "1751861743" }, "stopId": "OLTASN" }, { "arrival": { "delay": 0, "time": "1751861841" }, "departure": { "delay": 0, "time": "1751861841" }, "stopId": "OLROYN" }, { "arrival": { "delay": 0, "time": "1751861887" }, "departure": { "delay": 0, "time": "1751861887" }, "stopId": "OLKION" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "OLSLAN" }, { "arrival": { "delay": 0, "time": "1751861980" }, "departure": { "delay": 0, "time": "1751861980" }, "stopId": "OLPKON" }, { "arrival": { "delay": 0, "time": "1751862058" }, "departure": { "delay": 0, "time": "1751862058" }, "stopId": "OLJAVE" }, { "arrival": { "delay": 0, "time": "1751862140" }, "departure": { "delay": 0, "time": "1751862140" }, "stopId": "OLBONE" }, { "arrival": { "delay": 0, "time": "1751862233" }, "departure": { "delay": 0, "time": "1751862233" }, "stopId": "OLMAIN" }, { "arrival": { "delay": 0, "time": "1751862274" }, "departure": { "delay": 0, "time": "1751862274" }, "stopId": "OLCENO" }, { "arrival": { "delay": 0, "time": "1751862335" }, "departure": { "delay": 0, "time": "1751862335" }, "stopId": "OLRESO" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "OLBAUO" }, { "arrival": { "delay": 0, "time": "1751862398" }, "departure": { "delay": 0, "time": "1751862398" }, "stopId": "OLROUO" }, { "arrival": { "delay": 0, "time": "1751862443" }, "departure": { "delay": 0, "time": "1751862443" }, "stopId": "OLCAGO" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "OLPIEO" }, { "arrival": { "delay": 0, "time": "1751862513" }, "departure": { "delay": 0, "time": "1751862513" }, "stopId": "OLFARO" }, { "arrival": { "delay": 0, "time": "1751862660" }, "departure": { "delay": 0, "time": "1751862660" }, "stopId": "SEBRUS" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "SELANE" }, { "arrival": { "delay": 0, "time": "1751862797" }, "departure": { "delay": 0, "time": "1751862797" }, "stopId": "SEEBRO" }, { "arrival": { "delay": 0, "time": "1751862849" }, "departure": { "delay": 0, "time": "1751862849" }, "stopId": "SEMESS" }, { "arrival": { "delay": 0, "time": "1751862894" }, "departure": { "delay": 0, "time": "1751862894" }, "stopId": "SESJES" }, { "arrival": { "delay": 0, "time": "1751862960" }, "departure": { "delay": 0, "time": "1751862960" }, "stopId": "SESTAS" }, { "arrival": { "delay": 0, "time": "1751863016" }, "departure": { "delay": 0, "time": "1751863016" }, "stopId": "SECURS" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "SEPETE" }, { "arrival": { "delay": 0, "time": "1751863119" }, "departure": { "delay": 0, "time": "1751863119" }, "stopId": "SEMAZS" }, { "arrival": { "delay": 0, "time": "1751863168" }, "departure": { "delay": 0, "time": "1751863168" }, "stopId": "SEROLO" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "SECENS" }, { "arrival": { "delay": 0, "time": "1751863316" }, "departure": { "delay": 0, "time": "1751863316" }, "stopId": "SEPCHS" }, { "arrival": { "delay": 0, "time": "1751863380" }, "departure": { "delay": 0, "time": "1751863380" }, "stopId": "SESEYS" } ], "timestamp": "1751857521", "trip": { "directionId": 0, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057769" }, "vehicle": {} } }, { "id": "5057811", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "SESEYN" }, { "arrival": { "delay": 0, "time": "1751860865" }, "departure": { "delay": 0, "time": "1751860865" }, "stopId": "SEPCHN" }, { "arrival": { "delay": 0, "time": "1751860920" }, "departure": { "delay": 0, "time": "1751860920" }, "stopId": "SECENN" }, { "arrival": { "delay": 0, "time": "1751860974" }, "departure": { "delay": 0, "time": "1751860974" }, "stopId": "SEMAIE" }, { "arrival": { "delay": 0, "time": "1751861059" }, "departure": { "delay": 0, "time": "1751861059" }, "stopId": "SEGAGE" }, { "arrival": { "delay": 0, "time": "1751861122" }, "departure": { "delay": 0, "time": "1751861122" }, "stopId": "SEBARO" }, { "arrival": { "delay": 0, "time": "1751861160" }, "departure": { "delay": 0, "time": "1751861160" }, "stopId": "SEPETO" }, { "arrival": { "delay": 0, "time": "1751861208" }, "departure": { "delay": 0, "time": "1751861208" }, "stopId": "SECURN" }, { "arrival": { "delay": 0, "time": "1751861280" }, "departure": { "delay": 0, "time": "1751861280" }, "stopId": "SESTAN" }, { "arrival": { "delay": 0, "time": "1751861344" }, "departure": { "delay": 0, "time": "1751861344" }, "stopId": "SESJEN" }, { "arrival": { "delay": 0, "time": "1751861397" }, "departure": { "delay": 0, "time": "1751861397" }, "stopId": "SEMESN" }, { "arrival": { "delay": 0, "time": "1751861472" }, "departure": { "delay": 0, "time": "1751861472" }, "stopId": "SEEBRE" }, { "arrival": { "delay": 0, "time": "1751861580" }, "departure": { "delay": 0, "time": "1751861580" }, "stopId": "SELANN" }, { "arrival": { "delay": 0, "time": "1751861628" }, "departure": { "delay": 0, "time": "1751861628" }, "stopId": "SEBRUN" }, { "arrival": { "delay": 0, "time": "1751861728" }, "departure": { "delay": 0, "time": "1751861728" }, "stopId": "OLFARE" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "OLPIEE" }, { "arrival": { "delay": 0, "time": "1751861801" }, "departure": { "delay": 0, "time": "1751861801" }, "stopId": "OLCAGE" }, { "arrival": { "delay": 0, "time": "1751861847" }, "departure": { "delay": 0, "time": "1751861847" }, "stopId": "OLROUE" }, { "arrival": { "delay": 0, "time": "1751861880" }, "departure": { "delay": 0, "time": "1751861880" }, "stopId": "OLBAUE" }, { "arrival": { "delay": 0, "time": "1751861946" }, "departure": { "delay": 0, "time": "1751861946" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751861988" }, "departure": { "delay": 0, "time": "1751861988" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751862032" }, "departure": { "delay": 0, "time": "1751862032" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751862130" }, "departure": { "delay": 0, "time": "1751862130" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751862180" }, "departure": { "delay": 0, "time": "1751862180" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751862228" }, "departure": { "delay": 0, "time": "1751862228" }, "stopId": "OLKIOS" }, { "arrival": { "delay": 0, "time": "1751862287" }, "departure": { "delay": 0, "time": "1751862287" }, "stopId": "OLROYS" }, { "arrival": { "delay": 0, "time": "1751862368" }, "departure": { "delay": 0, "time": "1751862368" }, "stopId": "OLTASS" }, { "arrival": { "delay": 0, "time": "1751862420" }, "departure": { "delay": 0, "time": "1751862420" }, "stopId": "TOPOTN" } ], "timestamp": "1751850096", "trip": { "directionId": 1, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057811" }, "vehicle": {} } }, { "id": "5057770", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "TOPON1" } ], "timestamp": "1751850096", "trip": { "directionId": 0, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057770" }, "vehicle": {} } }, { "id": "5057812", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751862000" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "SESEYN" }, { "arrival": { "delay": 0, "time": "1751862065" }, "departure": { "delay": 0, "time": "1751862065" }, "stopId": "SEPCHN" }, { "arrival": { "delay": 0, "time": "1751862120" }, "departure": { "delay": 0, "time": "1751862120" }, "stopId": "SECENN" }, { "arrival": { "delay": 0, "time": "1751862174" }, "departure": { "delay": 0, "time": "1751862174" }, "stopId": "SEMAIE" }, { "arrival": { "delay": 0, "time": "1751862259" }, "departure": { "delay": 0, "time": "1751862259" }, "stopId": "SEGAGE" }, { "arrival": { "delay": 0, "time": "1751862322" }, "departure": { "delay": 0, "time": "1751862322" }, "stopId": "SEBARO" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "SEPETO" }, { "arrival": { "delay": 0, "time": "1751862408" }, "departure": { "delay": 0, "time": "1751862408" }, "stopId": "SECURN" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "SESTAN" }, { "arrival": { "delay": 0, "time": "1751862544" }, "departure": { "delay": 0, "time": "1751862544" }, "stopId": "SESJEN" }, { "arrival": { "delay": 0, "time": "1751862597" }, "departure": { "delay": 0, "time": "1751862597" }, "stopId": "SEMESN" }, { "arrival": { "delay": 0, "time": "1751862672" }, "departure": { "delay": 0, "time": "1751862672" }, "stopId": "SEEBRE" }, { "arrival": { "delay": 0, "time": "1751862780" }, "departure": { "delay": 0, "time": "1751862780" }, "stopId": "SELANN" }, { "arrival": { "delay": 0, "time": "1751862828" }, "departure": { "delay": 0, "time": "1751862828" }, "stopId": "SEBRUN" }, { "arrival": { "delay": 0, "time": "1751862928" }, "departure": { "delay": 0, "time": "1751862928" }, "stopId": "OLFARE" }, { "arrival": { "delay": 0, "time": "1751862960" }, "departure": { "delay": 0, "time": "1751862960" }, "stopId": "OLPIEE" }, { "arrival": { "delay": 0, "time": "1751863001" }, "departure": { "delay": 0, "time": "1751863001" }, "stopId": "OLCAGE" }, { "arrival": { "delay": 0, "time": "1751863047" }, "departure": { "delay": 0, "time": "1751863047" }, "stopId": "OLROUE" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "OLBAUE" }, { "arrival": { "delay": 0, "time": "1751863146" }, "departure": { "delay": 0, "time": "1751863146" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751863188" }, "departure": { "delay": 0, "time": "1751863188" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751863232" }, "departure": { "delay": 0, "time": "1751863232" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751863330" }, "departure": { "delay": 0, "time": "1751863330" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751863380" }, "departure": { "delay": 0, "time": "1751863380" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751863428" }, "departure": { "delay": 0, "time": "1751863428" }, "stopId": "OLKIOS" }, { "arrival": { "delay": 0, "time": "1751863487" }, "departure": { "delay": 0, "time": "1751863487" }, "stopId": "OLROYS" }, { "arrival": { "delay": 0, "time": "1751863568" }, "departure": { "delay": 0, "time": "1751863568" }, "stopId": "OLTASS" }, { "arrival": { "delay": 0, "time": "1751863620" }, "departure": { "delay": 0, "time": "1751863620" }, "stopId": "TOPOTN" } ], "timestamp": "1751850096", "trip": { "directionId": 1, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057812" }, "vehicle": {} } }, { "id": "5057813", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751863200" }, "departure": { "delay": 0, "time": "1751863200" }, "stopId": "SESEYN" }, { "arrival": { "delay": 0, "time": "1751863265" }, "departure": { "delay": 0, "time": "1751863265" }, "stopId": "SEPCHN" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "SECENN" }, { "arrival": { "delay": 0, "time": "1751863374" }, "departure": { "delay": 0, "time": "1751863374" }, "stopId": "SEMAIE" }, { "arrival": { "delay": 0, "time": "1751863459" }, "departure": { "delay": 0, "time": "1751863459" }, "stopId": "SEGAGE" }, { "arrival": { "delay": 0, "time": "1751863522" }, "departure": { "delay": 0, "time": "1751863522" }, "stopId": "SEBARO" }, { "arrival": { "delay": 0, "time": "1751863560" }, "departure": { "delay": 0, "time": "1751863560" }, "stopId": "SEPETO" }, { "arrival": { "delay": 0, "time": "1751863608" }, "departure": { "delay": 0, "time": "1751863608" }, "stopId": "SECURN" }, { "arrival": { "delay": 0, "time": "1751863680" }, "departure": { "delay": 0, "time": "1751863680" }, "stopId": "SESTAN" }, { "arrival": { "delay": 0, "time": "1751863744" }, "departure": { "delay": 0, "time": "1751863744" }, "stopId": "SESJEN" }, { "arrival": { "delay": 0, "time": "1751863797" }, "departure": { "delay": 0, "time": "1751863797" }, "stopId": "SEMESN" }, { "arrival": { "delay": 0, "time": "1751863872" }, "departure": { "delay": 0, "time": "1751863872" }, "stopId": "SEEBRE" }, { "arrival": { "delay": 0, "time": "1751863980" }, "departure": { "delay": 0, "time": "1751863980" }, "stopId": "SELANN" }, { "arrival": { "delay": 0, "time": "1751864028" }, "departure": { "delay": 0, "time": "1751864028" }, "stopId": "SEBRUN" }, { "arrival": { "delay": 0, "time": "1751864128" }, "departure": { "delay": 0, "time": "1751864128" }, "stopId": "OLFARE" }, { "arrival": { "delay": 0, "time": "1751864160" }, "departure": { "delay": 0, "time": "1751864160" }, "stopId": "OLPIEE" }, { "arrival": { "delay": 0, "time": "1751864201" }, "departure": { "delay": 0, "time": "1751864201" }, "stopId": "OLCAGE" }, { "arrival": { "delay": 0, "time": "1751864247" }, "departure": { "delay": 0, "time": "1751864247" }, "stopId": "OLROUE" }, { "arrival": { "delay": 0, "time": "1751864280" }, "departure": { "delay": 0, "time": "1751864280" }, "stopId": "OLBAUE" }, { "arrival": { "delay": 0, "time": "1751864346" }, "departure": { "delay": 0, "time": "1751864346" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751864388" }, "departure": { "delay": 0, "time": "1751864388" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751864432" }, "departure": { "delay": 0, "time": "1751864432" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751864530" }, "departure": { "delay": 0, "time": "1751864530" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751864580" }, "departure": { "delay": 0, "time": "1751864580" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751864628" }, "departure": { "delay": 0, "time": "1751864628" }, "stopId": "OLKIOS" }, { "arrival": { "delay": 0, "time": "1751864687" }, "departure": { "delay": 0, "time": "1751864687" }, "stopId": "OLROYS" }, { "arrival": { "delay": 0, "time": "1751864768" }, "departure": { "delay": 0, "time": "1751864768" }, "stopId": "OLTASS" }, { "arrival": { "delay": 0, "time": "1751864820" }, "departure": { "delay": 0, "time": "1751864820" }, "stopId": "TOPOTN" } ], "timestamp": "1751850096", "trip": { "directionId": 1, "routeId": "0012", "scheduleRelationship": "SCHEDULED", "tripId": "5057813" }, "vehicle": {} } }, { "id": "5057944", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOBFNT" } ], "timestamp": "1751850097", "trip": { "directionId": 0, "routeId": "0015", "scheduleRelationship": "SCHEDULED", "tripId": "5057944" }, "vehicle": {} } }, { "id": "5374790", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "HYMRLN" } ], "timestamp": "1751850097", "trip": { "directionId": 1, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374790" }, "vehicle": {} } }, { "id": "5374735", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "HYMO1E" } ], "timestamp": "1751850097", "trip": { "directionId": 0, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374735" }, "vehicle": {} } }, { "id": "5374733", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "HYMO1E" } ], "timestamp": "1751850097", "trip": { "directionId": 0, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374733" }, "vehicle": {} } }, { "id": "5374793", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863080" }, "stopId": "HYMRLN" } ], "timestamp": "1751850097", "trip": { "directionId": 1, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374793" }, "vehicle": {} } }, { "id": "5374734", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861700" }, "stopId": "HYMO1E" } ], "timestamp": "1751850098", "trip": { "directionId": 0, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374734" }, "vehicle": {} } }, { "id": "5374791", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861280" }, "stopId": "HYMRLN" } ], "timestamp": "1751850098", "trip": { "directionId": 1, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374791" }, "vehicle": {} } }, { "id": "5374736", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "HYMO1E" } ], "timestamp": "1751850098", "trip": { "directionId": 0, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374736" }, "vehicle": {} } }, { "id": "5374792", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862180" }, "stopId": "HYMRLN" } ], "timestamp": "1751850098", "trip": { "directionId": 1, "routeId": "0016", "scheduleRelationship": "SCHEDULED", "tripId": "5374792" }, "vehicle": {} } }, { "id": "5110823", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "HYORAO" } ], "timestamp": "1751850098", "trip": { "directionId": 0, "routeId": "0017", "scheduleRelationship": "SCHEDULED", "tripId": "5110823" }, "vehicle": {} } }, { "id": "5110840", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "HYLCOE" } ], "timestamp": "1751850098", "trip": { "directionId": 1, "routeId": "0017", "scheduleRelationship": "SCHEDULED", "tripId": "5110840" }, "vehicle": {} } }, { "id": "5059008", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "SESABT" } ], "timestamp": "1751850099", "trip": { "directionId": 1, "routeId": "0018", "scheduleRelationship": "SCHEDULED", "tripId": "5059008" }, "vehicle": {} } }, { "id": "5059066", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "TOBLA2" } ], "timestamp": "1751850099", "trip": { "directionId": 0, "routeId": "0018", "scheduleRelationship": "SCHEDULED", "tripId": "5059066" }, "vehicle": {} } }, { "id": "5059009", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861700" }, "stopId": "SESABT" } ], "timestamp": "1751850099", "trip": { "directionId": 1, "routeId": "0018", "scheduleRelationship": "SCHEDULED", "tripId": "5059009" }, "vehicle": {} } }, { "id": "5058960", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOBLA2" } ], "timestamp": "1751850099", "trip": { "directionId": 0, "routeId": "0018", "scheduleRelationship": "SCHEDULED", "tripId": "5058960" }, "vehicle": {} } }, { "id": "5059010", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "SESABT" } ], "timestamp": "1751850099", "trip": { "directionId": 1, "routeId": "0018", "scheduleRelationship": "SCHEDULED", "tripId": "5059010" }, "vehicle": {} } }, { "id": "5059449", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOFROO" } ], "timestamp": "1751850100", "trip": { "directionId": 1, "routeId": "0020", "scheduleRelationship": "SCHEDULED", "tripId": "5059449" }, "vehicle": {} } }, { "id": "5059426", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOFARS" } ], "timestamp": "1751850100", "trip": { "directionId": 0, "routeId": "0020", "scheduleRelationship": "SCHEDULED", "tripId": "5059426" }, "vehicle": {} } }, { "id": "5382996", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859600" }, "stopId": "TOGARS" } ], "timestamp": "1751850100", "trip": { "directionId": 1, "routeId": "0023", "scheduleRelationship": "SCHEDULED", "tripId": "5382996" }, "vehicle": {} } }, { "id": "5383018", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859600" }, "stopId": "HYESPT" } ], "timestamp": "1751850100", "trip": { "directionId": 0, "routeId": "0023", "scheduleRelationship": "SCHEDULED", "tripId": "5383018" }, "vehicle": {} } }, { "id": "5382997", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "TOGARS" } ], "timestamp": "1751850100", "trip": { "directionId": 1, "routeId": "0023", "scheduleRelationship": "SCHEDULED", "tripId": "5382997" }, "vehicle": {} } }, { "id": "5383019", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "HYESPT" } ], "timestamp": "1751850100", "trip": { "directionId": 0, "routeId": "0023", "scheduleRelationship": "SCHEDULED", "tripId": "5383019" }, "vehicle": {} } }, { "id": "5059506", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859300" }, "stopId": "SECENN" } ], "timestamp": "1751850101", "trip": { "directionId": 0, "routeId": "0028", "scheduleRelationship": "SCHEDULED", "tripId": "5059506" }, "vehicle": {} } }, { "id": "5059508", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -181, "time": "1751860919" }, "departure": { "delay": 0, "time": "1751861100" }, "stopId": "SMHSMT" }, { "arrival": { "delay": 0, "time": "1751861130" }, "departure": { "delay": 0, "time": "1751861130" }, "stopId": "SMGEOO" }, { "arrival": { "delay": 0, "time": "1751861147" }, "departure": { "delay": 0, "time": "1751861147" }, "stopId": "SMCARN" }, { "arrival": { "delay": 0, "time": "1751861169" }, "departure": { "delay": 0, "time": "1751861169" }, "stopId": "SMCABO" }, { "arrival": { "delay": 0, "time": "1751861204" }, "departure": { "delay": 0, "time": "1751861204" }, "stopId": "SMCLEE" }, { "arrival": { "delay": 0, "time": "1751861240" }, "departure": { "delay": 0, "time": "1751861240" }, "stopId": "SMMAIN" }, { "arrival": { "delay": 0, "time": "1751861274" }, "departure": { "delay": 0, "time": "1751861274" }, "stopId": "SMMIMN" }, { "arrival": { "delay": 0, "time": "1751861297" }, "departure": { "delay": 0, "time": "1751861297" }, "stopId": "SMPREE" }, { "arrival": { "delay": 0, "time": "1751861520" }, "departure": { "delay": 0, "time": "1751861520" }, "stopId": "SMVBOO" }, { "arrival": { "delay": 0, "time": "1751861574" }, "departure": { "delay": 0, "time": "1751861574" }, "stopId": "SMPINN" }, { "arrival": { "delay": 0, "time": "1751861635" }, "departure": { "delay": 0, "time": "1751861635" }, "stopId": "SMASIO" }, { "arrival": { "delay": 0, "time": "1751861700" }, "departure": { "delay": 0, "time": "1751861700" }, "stopId": "SMMARE" }, { "arrival": { "delay": 0, "time": "1751861796" }, "departure": { "delay": 0, "time": "1751861796" }, "stopId": "SMNOUS" }, { "arrival": { "delay": 0, "time": "1751861885" }, "departure": { "delay": 0, "time": "1751861885" }, "stopId": "SMBAON" }, { "arrival": { "delay": 0, "time": "1751861946" }, "departure": { "delay": 0, "time": "1751861946" }, "stopId": "SMFIGN" }, { "arrival": { "delay": 0, "time": "1751862002" }, "departure": { "delay": 0, "time": "1751862002" }, "stopId": "SMASIN" }, { "arrival": { "delay": 0, "time": "1751862093" }, "departure": { "delay": 0, "time": "1751862093" }, "stopId": "SMPINO" }, { "arrival": { "delay": 2, "time": "1751862210" }, "departure": { "delay": 2, "time": "1751862210" }, "stopId": "SEELMN" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "SESABT" } ], "timestamp": "1751857541", "trip": { "directionId": 1, "routeId": "0028", "scheduleRelationship": "SCHEDULED", "tripId": "5059508" }, "vehicle": {} } }, { "id": "5059492", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "SESABT" } ], "timestamp": "1751850101", "trip": { "directionId": 0, "routeId": "0028", "scheduleRelationship": "SCHEDULED", "tripId": "5059492" }, "vehicle": {} } }, { "id": "5111081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859300" }, "stopId": "TOGR03" } ], "timestamp": "1751850101", "trip": { "directionId": 1, "routeId": "0029", "scheduleRelationship": "SCHEDULED", "tripId": "5111081" }, "vehicle": {} } }, { "id": "5111080", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "HYLCOE" } ], "timestamp": "1751850101", "trip": { "directionId": 0, "routeId": "0029", "scheduleRelationship": "SCHEDULED", "tripId": "5111080" }, "vehicle": {} } }, { "id": "5376646", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "TOGR05" } ], "timestamp": "1751850101", "trip": { "directionId": 1, "routeId": "0103", "scheduleRelationship": "SCHEDULED", "tripId": "5376646" }, "vehicle": {} } }, { "id": "5059559", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859300" }, "stopId": "TOARTO" } ], "timestamp": "1751857911", "trip": { "directionId": 1, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059559" }, "vehicle": {} } }, { "id": "5059530", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -479, "time": "1751860921" }, "departure": { "delay": 0, "time": "1751861400" }, "stopId": "VASCLS" }, { "arrival": { "delay": 0, "time": "1751861541" }, "departure": { "delay": 0, "time": "1751861541" }, "stopId": "VAESP3" }, { "arrival": { "delay": 0, "time": "1751861563" }, "departure": { "delay": 0, "time": "1751861563" }, "stopId": "VAFLUN" }, { "arrival": { "delay": 0, "time": "1751861593" }, "departure": { "delay": 0, "time": "1751861593" }, "stopId": "VAAMPO" }, { "arrival": { "delay": 0, "time": "1751861626" }, "departure": { "delay": 0, "time": "1751861626" }, "stopId": "VAPCOO" }, { "arrival": { "delay": 0, "time": "1751861656" }, "departure": { "delay": 0, "time": "1751861656" }, "stopId": "VALOGN" }, { "arrival": { "delay": 0, "time": "1751861699" }, "departure": { "delay": 0, "time": "1751861699" }, "stopId": "VATHOO" }, { "arrival": { "delay": 0, "time": "1751861736" }, "departure": { "delay": 0, "time": "1751861736" }, "stopId": "VALPVO" }, { "arrival": { "delay": 0, "time": "1751861786" }, "departure": { "delay": 0, "time": "1751861786" }, "stopId": "VAENGN" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOCOMN" }, { "arrival": { "delay": 0, "time": "1751861863" }, "departure": { "delay": 0, "time": "1751861863" }, "stopId": "TOGENN" }, { "arrival": { "delay": 0, "time": "1751861910" }, "departure": { "delay": 0, "time": "1751861910" }, "stopId": "TOLROO" }, { "arrival": { "delay": 0, "time": "1751861956" }, "departure": { "delay": 0, "time": "1751861956" }, "stopId": "TOHOMO" }, { "arrival": { "delay": -1, "time": "1751862029" }, "departure": { "delay": -1, "time": "1751862029" }, "stopId": "TOFOPN" }, { "arrival": { "delay": 0, "time": "1751862064" }, "departure": { "delay": 0, "time": "1751862064" }, "stopId": "TORGAE" }, { "arrival": { "delay": 0, "time": "1751862120" }, "departure": { "delay": 0, "time": "1751862120" }, "stopId": "TOBRUN" }, { "arrival": { "delay": 0, "time": "1751862172" }, "departure": { "delay": 0, "time": "1751862172" }, "stopId": "TOECBN" }, { "arrival": { "delay": 0, "time": "1751862206" }, "departure": { "delay": 0, "time": "1751862206" }, "stopId": "TOPVIN" }, { "arrival": { "delay": 0, "time": "1751862278" }, "departure": { "delay": 0, "time": "1751862278" }, "stopId": "TOPSJN" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOEGLN" }, { "arrival": { "delay": 0, "time": "1751862326" }, "departure": { "delay": 0, "time": "1751862326" }, "stopId": "TOREGN" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOMERO" }, { "arrival": { "delay": 0, "time": "1751862405" }, "departure": { "delay": 0, "time": "1751862405" }, "stopId": "TOBOUO" }, { "arrival": { "delay": 0, "time": "1751862440" }, "departure": { "delay": 0, "time": "1751862440" }, "stopId": "TOFOUO" }, { "arrival": { "delay": 0, "time": "1751862465" }, "departure": { "delay": 0, "time": "1751862465" }, "stopId": "TOORON" }, { "arrival": { "delay": 0, "time": "1751862510" }, "departure": { "delay": 0, "time": "1751862510" }, "stopId": "TOPSTN" }, { "arrival": { "delay": 0, "time": "1751862556" }, "departure": { "delay": 0, "time": "1751862556" }, "stopId": "TOIBIO" }, { "arrival": { "delay": 0, "time": "1751862596" }, "departure": { "delay": 0, "time": "1751862596" }, "stopId": "TOPELO" }, { "arrival": { "delay": 0, "time": "1751862660" }, "departure": { "delay": 0, "time": "1751862660" }, "stopId": "TOAICO" }, { "arrival": { "delay": 0, "time": "1751862693" }, "departure": { "delay": 0, "time": "1751862693" }, "stopId": "TOQPAE" }, { "arrival": { "delay": 0, "time": "1751862789" }, "departure": { "delay": 0, "time": "1751862789" }, "stopId": "TOLMGN" }, { "arrival": { "delay": 0, "time": "1751862840" }, "departure": { "delay": 0, "time": "1751862840" }, "stopId": "TOMASN" }, { "arrival": { "delay": 0, "time": "1751863020" }, "departure": { "delay": 0, "time": "1751863020" }, "stopId": "TOARTO" } ], "timestamp": "1751857631", "trip": { "directionId": 0, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059530" }, "vehicle": {} } }, { "id": "5059561", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "TOARTO" } ], "timestamp": "1751850103", "trip": { "directionId": 1, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059561" }, "vehicle": {} } }, { "id": "5059529", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "VASCLS" } ], "timestamp": "1751857981", "trip": { "directionId": 0, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059529" }, "vehicle": {} } }, { "id": "5059560", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -181, "time": "1751860619" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "TOARTO" }, { "arrival": { "delay": 0, "time": "1751860860" }, "departure": { "delay": 0, "time": "1751860860" }, "stopId": "TOMASS" }, { "arrival": { "delay": 0, "time": "1751860919" }, "departure": { "delay": 0, "time": "1751860919" }, "stopId": "TOLMGS" }, { "arrival": { "delay": 0, "time": "1751860960" }, "departure": { "delay": 0, "time": "1751860960" }, "stopId": "TOBZLS" }, { "arrival": { "delay": 0, "time": "1751861003" }, "departure": { "delay": 0, "time": "1751861003" }, "stopId": "TOTETE" }, { "arrival": { "delay": 0, "time": "1751861040" }, "departure": { "delay": 0, "time": "1751861040" }, "stopId": "TOAICE" }, { "arrival": { "delay": 0, "time": "1751861097" }, "departure": { "delay": 0, "time": "1751861097" }, "stopId": "TOPELE" }, { "arrival": { "delay": 0, "time": "1751861151" }, "departure": { "delay": 0, "time": "1751861151" }, "stopId": "TOIBIE" }, { "arrival": { "delay": 0, "time": "1751861190" }, "departure": { "delay": 0, "time": "1751861190" }, "stopId": "TOPSTS" }, { "arrival": { "delay": 0, "time": "1751861243" }, "departure": { "delay": 0, "time": "1751861243" }, "stopId": "TOOROS" }, { "arrival": { "delay": 0, "time": "1751861307" }, "departure": { "delay": 0, "time": "1751861307" }, "stopId": "TOFOUE" }, { "arrival": { "delay": 0, "time": "1751861360" }, "departure": { "delay": 0, "time": "1751861360" }, "stopId": "TOBOUE" }, { "arrival": { "delay": 0, "time": "1751861400" }, "departure": { "delay": 0, "time": "1751861400" }, "stopId": "TOMERE" }, { "arrival": { "delay": 0, "time": "1751861468" }, "departure": { "delay": 0, "time": "1751861468" }, "stopId": "TOREGS" }, { "arrival": { "delay": 0, "time": "1751861520" }, "departure": { "delay": 0, "time": "1751861520" }, "stopId": "TOEGLS" }, { "arrival": { "delay": 0, "time": "1751861566" }, "departure": { "delay": 0, "time": "1751861566" }, "stopId": "TOPSJS" }, { "arrival": { "delay": 0, "time": "1751861651" }, "departure": { "delay": 0, "time": "1751861651" }, "stopId": "TOPVIS" }, { "arrival": { "delay": 0, "time": "1751861682" }, "departure": { "delay": 0, "time": "1751861682" }, "stopId": "TOECBS" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "TOBRUS" }, { "arrival": { "delay": 1, "time": "1751861790" }, "departure": { "delay": 1, "time": "1751861790" }, "stopId": "TORGAO" }, { "arrival": { "delay": 0, "time": "1751861824" }, "departure": { "delay": 0, "time": "1751861824" }, "stopId": "TOFOPS" }, { "arrival": { "delay": 0, "time": "1751861887" }, "departure": { "delay": 0, "time": "1751861887" }, "stopId": "TOHOME" }, { "arrival": { "delay": 0, "time": "1751861929" }, "departure": { "delay": 0, "time": "1751861929" }, "stopId": "TOLROE" }, { "arrival": { "delay": 0, "time": "1751861978" }, "departure": { "delay": 0, "time": "1751861978" }, "stopId": "TOGENS" }, { "arrival": { "delay": 0, "time": "1751862000" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOCOMS" }, { "arrival": { "delay": 0, "time": "1751862045" }, "departure": { "delay": 0, "time": "1751862045" }, "stopId": "VAENGS" }, { "arrival": { "delay": 0, "time": "1751862102" }, "departure": { "delay": 0, "time": "1751862102" }, "stopId": "VAVALS" }, { "arrival": { "delay": 0, "time": "1751862130" }, "departure": { "delay": 0, "time": "1751862130" }, "stopId": "VALPVE" }, { "arrival": { "delay": 0, "time": "1751862163" }, "departure": { "delay": 0, "time": "1751862163" }, "stopId": "VATHOE" }, { "arrival": { "delay": 0, "time": "1751862219" }, "departure": { "delay": 0, "time": "1751862219" }, "stopId": "VALOGS" }, { "arrival": { "delay": 0, "time": "1751862245" }, "departure": { "delay": 0, "time": "1751862245" }, "stopId": "VAPCOE" }, { "arrival": { "delay": 0, "time": "1751862293" }, "departure": { "delay": 0, "time": "1751862293" }, "stopId": "VAAMPE" }, { "arrival": { "delay": 0, "time": "1751862334" }, "departure": { "delay": 0, "time": "1751862334" }, "stopId": "VAFLUS" }, { "arrival": { "delay": 0, "time": "1751862364" }, "departure": { "delay": 0, "time": "1751862364" }, "stopId": "VAESP4" }, { "arrival": { "delay": 0, "time": "1751862420" }, "departure": { "delay": 0, "time": "1751862420" }, "stopId": "VASCLS" } ], "timestamp": "1751857601", "trip": { "directionId": 1, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059560" }, "vehicle": {} } }, { "id": "5059531", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "VASCLS" } ], "timestamp": "1751850103", "trip": { "directionId": 0, "routeId": "0031", "scheduleRelationship": "SCHEDULED", "tripId": "5059531" }, "vehicle": {} } }, { "id": "5059655", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "TOBHBE" } ], "timestamp": "1751850104", "trip": { "directionId": 1, "routeId": "0036", "scheduleRelationship": "SCHEDULED", "tripId": "5059655" }, "vehicle": {} } }, { "id": "5111222", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860500" }, "stopId": "TOAMEO" } ], "timestamp": "1751850104", "trip": { "directionId": 0, "routeId": "0036", "scheduleRelationship": "SCHEDULED", "tripId": "5111222" }, "vehicle": {} } }, { "id": "5059675", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "TOROSN" } ], "timestamp": "1751850104", "trip": { "directionId": 1, "routeId": "0036", "scheduleRelationship": "SCHEDULED", "tripId": "5059675" }, "vehicle": {} } }, { "id": "5111223", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "TOAMEO" } ], "timestamp": "1751850104", "trip": { "directionId": 0, "routeId": "0036", "scheduleRelationship": "SCHEDULED", "tripId": "5111223" }, "vehicle": {} } }, { "id": "5382784", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859300" }, "stopId": "HYLGHS" } ], "timestamp": "1751850104", "trip": { "directionId": 0, "routeId": "0039", "scheduleRelationship": "SCHEDULED", "tripId": "5382784" }, "vehicle": {} } }, { "id": "5111205", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -219, "time": "1751857881" }, "departure": { "delay": 0, "time": "1751858100" }, "stopId": "HYLCOE" }, { "arrival": { "delay": 0, "time": "1751858160" }, "departure": { "delay": 0, "time": "1751858160" }, "stopId": "HYVLOE" }, { "arrival": { "delay": 0, "time": "1751858215" }, "departure": { "delay": 0, "time": "1751858215" }, "stopId": "HYKOEE" }, { "arrival": { "delay": 0, "time": "1751858258" }, "departure": { "delay": 0, "time": "1751858258" }, "stopId": "HYCTBE" }, { "arrival": { "delay": 0, "time": "1751858288" }, "departure": { "delay": 0, "time": "1751858288" }, "stopId": "HYPANE" }, { "arrival": { "delay": 0, "time": "1751858363" }, "departure": { "delay": 0, "time": "1751858363" }, "stopId": "HYVILO" }, { "arrival": { "delay": 0, "time": "1751858400" }, "departure": { "delay": 0, "time": "1751858400" }, "stopId": "HYES3E" }, { "arrival": { "delay": 0, "time": "1751858451" }, "departure": { "delay": 0, "time": "1751858451" }, "stopId": "HYGUYN" }, { "arrival": { "delay": 0, "time": "1751858520" }, "departure": { "delay": 0, "time": "1751858520" }, "stopId": "HYGARN" }, { "arrival": { "delay": 0, "time": "1751858552" }, "departure": { "delay": 0, "time": "1751858552" }, "stopId": "HYGMAE" }, { "arrival": { "delay": 0, "time": "1751858573" }, "departure": { "delay": 0, "time": "1751858573" }, "stopId": "HYPETE" }, { "arrival": { "delay": 0, "time": "1751858614" }, "departure": { "delay": 0, "time": "1751858614" }, "stopId": "HYCSME" }, { "arrival": { "delay": 0, "time": "1751858700" }, "departure": { "delay": 0, "time": "1751858700" }, "stopId": "HYAICS" }, { "arrival": { "delay": -1, "time": "1751858783" }, "departure": { "delay": -1, "time": "1751858783" }, "stopId": "HYPROS" }, { "arrival": { "delay": 0, "time": "1751858940" }, "departure": { "delay": 0, "time": "1751858940" }, "stopId": "HYHOTN" }, { "arrival": { "delay": -1, "time": "1751858965" }, "departure": { "delay": -1, "time": "1751858965" }, "stopId": "HYBELO" }, { "arrival": { "delay": 0, "time": "1751859069" }, "departure": { "delay": 0, "time": "1751859069" }, "stopId": "HYIDON" }, { "arrival": { "delay": 0, "time": "1751859107" }, "departure": { "delay": 0, "time": "1751859107" }, "stopId": "HYMDLN" }, { "arrival": { "delay": 0, "time": "1751859180" }, "departure": { "delay": 0, "time": "1751859180" }, "stopId": "HYROTE" }, { "arrival": { "delay": -2, "time": "1751859209" }, "departure": { "delay": -2, "time": "1751859209" }, "stopId": "HYPOTN" }, { "arrival": { "delay": 0, "time": "1751859249" }, "departure": { "delay": 0, "time": "1751859249" }, "stopId": "HYGENN" }, { "arrival": { "delay": 0, "time": "1751859272" }, "departure": { "delay": 0, "time": "1751859272" }, "stopId": "HYBRNN" }, { "arrival": { "delay": 0, "time": "1751859300" }, "departure": { "delay": 0, "time": "1751859300" }, "stopId": "HYBAYN" }, { "arrival": { "delay": 0, "time": "1751859356" }, "departure": { "delay": 0, "time": "1751859356" }, "stopId": "HYCHRN" }, { "arrival": { "delay": 0, "time": "1751859392" }, "departure": { "delay": 0, "time": "1751859392" }, "stopId": "HYCOSE" }, { "arrival": { "delay": 0, "time": "1751859426" }, "departure": { "delay": 0, "time": "1751859426" }, "stopId": "HYGUIN" }, { "arrival": { "delay": 0, "time": "1751859490" }, "departure": { "delay": 0, "time": "1751859490" }, "stopId": "CRCOLE" }, { "arrival": { "delay": 0, "time": "1751859575" }, "departure": { "delay": 0, "time": "1751859575" }, "stopId": "CRLIME" }, { "arrival": { "delay": 0, "time": "1751859600" }, "departure": { "delay": 0, "time": "1751859600" }, "stopId": "CRBEAS" }, { "arrival": { "delay": 0, "time": "1751859649" }, "departure": { "delay": 0, "time": "1751859649" }, "stopId": "CRNDAS" }, { "arrival": { "delay": 0, "time": "1751859710" }, "departure": { "delay": 0, "time": "1751859710" }, "stopId": "CRPASN" }, { "arrival": { "delay": -2, "time": "1751859746" }, "departure": { "delay": -2, "time": "1751859746" }, "stopId": "CRFAUE" }, { "arrival": { "delay": 0, "time": "1751859790" }, "departure": { "delay": 0, "time": "1751859790" }, "stopId": "CRMAUE" }, { "arrival": { "delay": 8, "time": "1751859989" }, "departure": { "delay": 8, "time": "1751859989" }, "stopId": "CRAUDO" }, { "arrival": { "delay": 0, "time": "1751860009" }, "departure": { "delay": 0, "time": "1751860009" }, "stopId": "CRCIMO" }, { "arrival": { "delay": -2, "time": "1751860042" }, "departure": { "delay": -2, "time": "1751860042" }, "stopId": "CRPOUO" }, { "arrival": { "delay": 8, "time": "1751860104" }, "departure": { "delay": 8, "time": "1751860104" }, "stopId": "CRGARO" }, { "arrival": { "delay": 0, "time": "1751860115" }, "departure": { "delay": 0, "time": "1751860115" }, "stopId": "CRCOOO" }, { "arrival": { "delay": -3, "time": "1751860165" }, "departure": { "delay": -3, "time": "1751860165" }, "stopId": "CRCOUO" }, { "arrival": { "delay": 7, "time": "1751860227" }, "departure": { "delay": 7, "time": "1751860227" }, "stopId": "CRTAMN" }, { "arrival": { "delay": 0, "time": "1751860269" }, "departure": { "delay": 0, "time": "1751860269" }, "stopId": "CRPION" }, { "arrival": { "delay": 0, "time": "1751860316" }, "departure": { "delay": 0, "time": "1751860316" }, "stopId": "CRROSN" }, { "arrival": { "delay": -2, "time": "1751860401" }, "departure": { "delay": -2, "time": "1751860401" }, "stopId": "GAC29N" }, { "arrival": { "delay": 0, "time": "1751860451" }, "departure": { "delay": 0, "time": "1751860451" }, "stopId": "GAGPAO" }, { "arrival": { "delay": 0, "time": "1751860500" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "GACLON" }, { "arrival": { "delay": 0, "time": "1751860566" }, "departure": { "delay": 0, "time": "1751860566" }, "stopId": "GA4CH4" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "GAUNSN" }, { "arrival": { "delay": -3, "time": "1751860706" }, "departure": { "delay": -3, "time": "1751860706" }, "stopId": "GAHOPO" }, { "arrival": { "delay": -3, "time": "1751860769" }, "departure": { "delay": -3, "time": "1751860769" }, "stopId": "GATRIN" }, { "arrival": { "delay": 8, "time": "1751860825" }, "departure": { "delay": 8, "time": "1751860825" }, "stopId": "GAJAVO" }, { "arrival": { "delay": 0, "time": "1751860849" }, "departure": { "delay": 0, "time": "1751860849" }, "stopId": "GAROCO" }, { "arrival": { "delay": 0, "time": "1751860920" }, "departure": { "delay": 0, "time": "1751860920" }, "stopId": "GAGACN" }, { "arrival": { "delay": 0, "time": "1751860972" }, "departure": { "delay": 0, "time": "1751860972" }, "stopId": "GAGADN" }, { "arrival": { "delay": 8, "time": "1751861065" }, "departure": { "delay": 8, "time": "1751861065" }, "stopId": "GAPATN" }, { "arrival": { "delay": 0, "time": "1751861090" }, "departure": { "delay": 0, "time": "1751861090" }, "stopId": "GASAVN" }, { "arrival": { "delay": -1, "time": "1751861121" }, "departure": { "delay": -1, "time": "1751861121" }, "stopId": "GAOASN" }, { "arrival": { "delay": 0, "time": "1751861173" }, "departure": { "delay": 0, "time": "1751861173" }, "stopId": "GANOLN" }, { "arrival": { "delay": 0, "time": "1751861214" }, "departure": { "delay": 0, "time": "1751861214" }, "stopId": "GALSMN" }, { "arrival": { "delay": 0, "time": "1751861285" }, "departure": { "delay": 0, "time": "1751861285" }, "stopId": "GAGINN" }, { "arrival": { "delay": 0, "time": "1751861340" }, "departure": { "delay": 0, "time": "1751861340" }, "stopId": "TOPSUE" }, { "arrival": { "delay": -2, "time": "1751861423" }, "departure": { "delay": -2, "time": "1751861423" }, "stopId": "TOEPSN" }, { "arrival": { "delay": 0, "time": "1751861447" }, "departure": { "delay": 0, "time": "1751861447" }, "stopId": "TOCNRE" }, { "arrival": { "delay": 0, "time": "1751861496" }, "departure": { "delay": 0, "time": "1751861496" }, "stopId": "TOFDCN" }, { "arrival": { "delay": 8, "time": "1751861544" }, "departure": { "delay": 8, "time": "1751861544" }, "stopId": "TOPALE" }, { "arrival": { "delay": 0, "time": "1751861634" }, "departure": { "delay": 0, "time": "1751861634" }, "stopId": "TOPRAO" }, { "arrival": { "delay": -1, "time": "1751861667" }, "departure": { "delay": -1, "time": "1751861667" }, "stopId": "TOBRTN" }, { "arrival": { "delay": -1, "time": "1751861722" }, "departure": { "delay": -1, "time": "1751861722" }, "stopId": "TOASSN" }, { "arrival": { "delay": 0, "time": "1751861797" }, "departure": { "delay": 0, "time": "1751861797" }, "stopId": "TOPSJN" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOEGLN" }, { "arrival": { "delay": 0, "time": "1751861868" }, "departure": { "delay": 0, "time": "1751861868" }, "stopId": "TOREGN" }, { "arrival": { "delay": 0, "time": "1751861934" }, "departure": { "delay": 0, "time": "1751861934" }, "stopId": "TOMERN" }, { "arrival": { "delay": 0, "time": "1751862028" }, "departure": { "delay": 0, "time": "1751862028" }, "stopId": "TOAMIN" }, { "arrival": { "delay": 0, "time": "1751862072" }, "departure": { "delay": 0, "time": "1751862072" }, "stopId": "TOCMAN" }, { "arrival": { "delay": 0, "time": "1751862137" }, "departure": { "delay": 0, "time": "1751862137" }, "stopId": "TOCLEN" }, { "arrival": { "delay": 0, "time": "1751862181" }, "departure": { "delay": 0, "time": "1751862181" }, "stopId": "TOFABE" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOGR03" } ], "timestamp": "1751857901", "trip": { "directionId": 0, "routeId": "0029", "scheduleRelationship": "SCHEDULED", "tripId": "5111205" }, "vehicle": { "id": "791", "label": "791" } } }, { "id": "5382811", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "TOGR04" } ], "timestamp": "1751850105", "trip": { "directionId": 1, "routeId": "0039", "scheduleRelationship": "SCHEDULED", "tripId": "5382811" }, "vehicle": {} } }, { "id": "5059827", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859900" }, "stopId": "TOEXOS" } ], "timestamp": "1751850106", "trip": { "directionId": 1, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059827" }, "vehicle": {} } }, { "id": "5059745", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -59, "time": "1751860141" }, "departure": { "delay": 0, "time": "1751860200" }, "stopId": "TOBRRE" }, { "arrival": { "delay": 0, "time": "1751860263" }, "departure": { "delay": 0, "time": "1751860263" }, "stopId": "TOPRUN" }, { "arrival": { "delay": 0, "time": "1751860322" }, "departure": { "delay": 0, "time": "1751860322" }, "stopId": "TOTHIN" }, { "arrival": { "delay": 0, "time": "1751860395" }, "departure": { "delay": 0, "time": "1751860395" }, "stopId": "TOAUDN" }, { "arrival": { "delay": 0, "time": "1751860453" }, "departure": { "delay": 0, "time": "1751860453" }, "stopId": "TOCHVO" }, { "arrival": { "delay": 0, "time": "1751860528" }, "departure": { "delay": 0, "time": "1751860528" }, "stopId": "TORAVO" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751860681" }, "departure": { "delay": 0, "time": "1751860681" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751860740" }, "departure": { "delay": 0, "time": "1751860740" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751860785" }, "departure": { "delay": 0, "time": "1751860785" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 0, "time": "1751860856" }, "departure": { "delay": 0, "time": "1751860856" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 0, "time": "1751860897" }, "departure": { "delay": 0, "time": "1751860897" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 0, "time": "1751860980" }, "departure": { "delay": 0, "time": "1751860980" }, "stopId": "TOSENE" }, { "arrival": { "delay": 0, "time": "1751861100" }, "departure": { "delay": 0, "time": "1751861100" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751861160" }, "departure": { "delay": 0, "time": "1751861160" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751861236" }, "departure": { "delay": 0, "time": "1751861236" }, "stopId": "TODARE" }, { "arrival": { "delay": 0, "time": "1751861337" }, "departure": { "delay": 0, "time": "1751861337" }, "stopId": "TOBRNS" }, { "arrival": { "delay": 0, "time": "1751861423" }, "departure": { "delay": 0, "time": "1751861423" }, "stopId": "TOPFES" }, { "arrival": { "delay": 0, "time": "1751861520" }, "departure": { "delay": 0, "time": "1751861520" }, "stopId": "TOSIBS" }, { "arrival": { "delay": 0, "time": "1751861589" }, "departure": { "delay": 0, "time": "1751861589" }, "stopId": "TOVAFE" }, { "arrival": { "delay": 0, "time": "1751861650" }, "departure": { "delay": 0, "time": "1751861650" }, "stopId": "TOCPSN" }, { "arrival": { "delay": 0, "time": "1751861679" }, "departure": { "delay": 0, "time": "1751861679" }, "stopId": "TOLAVN" }, { "arrival": { "delay": 0, "time": "1751861714" }, "departure": { "delay": 0, "time": "1751861714" }, "stopId": "TO3PIN" }, { "arrival": { "delay": 0, "time": "1751861793" }, "departure": { "delay": 0, "time": "1751861793" }, "stopId": "TOTELN" }, { "arrival": { "delay": 0, "time": "1751861841" }, "departure": { "delay": 0, "time": "1751861841" }, "stopId": "TOECHN" }, { "arrival": { "delay": 0, "time": "1751861880" }, "departure": { "delay": 0, "time": "1751861880" }, "stopId": "TOVENN" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "TOSUPE" }, { "arrival": { "delay": 0, "time": "1751862007" }, "departure": { "delay": 0, "time": "1751862007" }, "stopId": "TOBALN" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOMFAN" } ], "timestamp": "1751856011", "trip": { "directionId": 0, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059745" }, "vehicle": {} } }, { "id": "5059787", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "TOMFAN" } ], "timestamp": "1751850106", "trip": { "directionId": 1, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059787" }, "vehicle": {} } }, { "id": "5059785", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "TOLIBN" } ], "timestamp": "1751850106", "trip": { "directionId": 0, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059785" }, "vehicle": {} } }, { "id": "5059809", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -61, "time": "1751861039" }, "departure": { "delay": 0, "time": "1751861100" }, "stopId": "TOSUTT" }, { "arrival": { "delay": 0, "time": "1751861220" }, "departure": { "delay": 0, "time": "1751861220" }, "stopId": "TOECHS" }, { "arrival": { "delay": 0, "time": "1751861263" }, "departure": { "delay": 0, "time": "1751861263" }, "stopId": "TOTELS" }, { "arrival": { "delay": 0, "time": "1751861304" }, "departure": { "delay": 0, "time": "1751861304" }, "stopId": "TO3PIO" }, { "arrival": { "delay": 0, "time": "1751861347" }, "departure": { "delay": 0, "time": "1751861347" }, "stopId": "TOLAVS" }, { "arrival": { "delay": 0, "time": "1751861377" }, "departure": { "delay": 0, "time": "1751861377" }, "stopId": "TOCPSS" }, { "arrival": { "delay": 0, "time": "1751861403" }, "departure": { "delay": 0, "time": "1751861403" }, "stopId": "TOVAFO" }, { "arrival": { "delay": 0, "time": "1751861460" }, "departure": { "delay": 0, "time": "1751861460" }, "stopId": "TOSIBN" }, { "arrival": { "delay": 0, "time": "1751861543" }, "departure": { "delay": 0, "time": "1751861543" }, "stopId": "TOPFEN" }, { "arrival": { "delay": 0, "time": "1751861628" }, "departure": { "delay": 0, "time": "1751861628" }, "stopId": "TOBRNN" }, { "arrival": { "delay": 0, "time": "1751861779" }, "departure": { "delay": 0, "time": "1751861779" }, "stopId": "TODARO" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOPOBO" }, { "arrival": { "delay": 0, "time": "1751861904" }, "departure": { "delay": 0, "time": "1751861904" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751862000" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOSENO" }, { "arrival": { "delay": 0, "time": "1751862121" }, "departure": { "delay": 0, "time": "1751862121" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 0, "time": "1751862184" }, "departure": { "delay": 0, "time": "1751862184" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 0, "time": "1751862251" }, "departure": { "delay": 0, "time": "1751862251" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751862350" }, "departure": { "delay": 0, "time": "1751862350" }, "stopId": "TOPMAO" }, { "arrival": { "delay": 0, "time": "1751862420" }, "departure": { "delay": 0, "time": "1751862420" }, "stopId": "TOCIRS" }, { "arrival": { "delay": 0, "time": "1751862486" }, "departure": { "delay": 0, "time": "1751862486" }, "stopId": "TORAVE" }, { "arrival": { "delay": 0, "time": "1751862559" }, "departure": { "delay": 0, "time": "1751862559" }, "stopId": "TOCHVE" }, { "arrival": { "delay": 0, "time": "1751862614" }, "departure": { "delay": 0, "time": "1751862614" }, "stopId": "TOAUDS" }, { "arrival": { "delay": 0, "time": "1751862665" }, "departure": { "delay": 0, "time": "1751862665" }, "stopId": "TOTHIS" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOEXOS" }, { "arrival": { "delay": 0, "time": "1751862762" }, "departure": { "delay": 0, "time": "1751862762" }, "stopId": "TOFRNS" }, { "arrival": { "delay": 0, "time": "1751862799" }, "departure": { "delay": 0, "time": "1751862799" }, "stopId": "TOCHSO" }, { "arrival": { "delay": 0, "time": "1751862857" }, "departure": { "delay": 0, "time": "1751862857" }, "stopId": "TOBEGS" }, { "arrival": { "delay": 0, "time": "1751862909" }, "departure": { "delay": 0, "time": "1751862909" }, "stopId": "TOPIBE" }, { "arrival": { "delay": 0, "time": "1751862951" }, "departure": { "delay": 0, "time": "1751862951" }, "stopId": "TORSTS" }, { "arrival": { "delay": 0, "time": "1751862983" }, "departure": { "delay": 0, "time": "1751862983" }, "stopId": "TOCLOE" }, { "arrival": { "delay": 0, "time": "1751863036" }, "departure": { "delay": 0, "time": "1751863036" }, "stopId": "TODPZN" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOBRRE" } ], "timestamp": "1751856911", "trip": { "directionId": 1, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059809" }, "vehicle": {} } }, { "id": "5059828", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861100" }, "stopId": "TOEXOS" } ], "timestamp": "1751850106", "trip": { "directionId": 1, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059828" }, "vehicle": {} } }, { "id": "5059746", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -59, "time": "1751861341" }, "departure": { "delay": 0, "time": "1751861400" }, "stopId": "TOBRRE" }, { "arrival": { "delay": 0, "time": "1751861463" }, "departure": { "delay": 0, "time": "1751861463" }, "stopId": "TOPRUN" }, { "arrival": { "delay": 0, "time": "1751861522" }, "departure": { "delay": 0, "time": "1751861522" }, "stopId": "TOTHIN" }, { "arrival": { "delay": 0, "time": "1751861595" }, "departure": { "delay": 0, "time": "1751861595" }, "stopId": "TOAUDN" }, { "arrival": { "delay": 0, "time": "1751861653" }, "departure": { "delay": 0, "time": "1751861653" }, "stopId": "TOCHVO" }, { "arrival": { "delay": 0, "time": "1751861728" }, "departure": { "delay": 0, "time": "1751861728" }, "stopId": "TORAVO" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "TOCIRN" }, { "arrival": { "delay": 0, "time": "1751861881" }, "departure": { "delay": 0, "time": "1751861881" }, "stopId": "TOPMAE" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "TOMAYN" }, { "arrival": { "delay": 0, "time": "1751861985" }, "departure": { "delay": 0, "time": "1751861985" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 0, "time": "1751862056" }, "departure": { "delay": 0, "time": "1751862056" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 0, "time": "1751862097" }, "departure": { "delay": 0, "time": "1751862097" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 0, "time": "1751862180" }, "departure": { "delay": 0, "time": "1751862180" }, "stopId": "TOSENE" }, { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "TOLIBN" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOPOBN" }, { "arrival": { "delay": 0, "time": "1751862436" }, "departure": { "delay": 0, "time": "1751862436" }, "stopId": "TODARE" }, { "arrival": { "delay": 0, "time": "1751862537" }, "departure": { "delay": 0, "time": "1751862537" }, "stopId": "TOBRNS" }, { "arrival": { "delay": 0, "time": "1751862623" }, "departure": { "delay": 0, "time": "1751862623" }, "stopId": "TOPFES" }, { "arrival": { "delay": 0, "time": "1751862720" }, "departure": { "delay": 0, "time": "1751862720" }, "stopId": "TOSIBS" }, { "arrival": { "delay": 0, "time": "1751862789" }, "departure": { "delay": 0, "time": "1751862789" }, "stopId": "TOVAFE" }, { "arrival": { "delay": 0, "time": "1751862850" }, "departure": { "delay": 0, "time": "1751862850" }, "stopId": "TOCPSN" }, { "arrival": { "delay": 0, "time": "1751862879" }, "departure": { "delay": 0, "time": "1751862879" }, "stopId": "TOLAVN" }, { "arrival": { "delay": 0, "time": "1751862914" }, "departure": { "delay": 0, "time": "1751862914" }, "stopId": "TO3PIN" }, { "arrival": { "delay": 0, "time": "1751862993" }, "departure": { "delay": 0, "time": "1751862993" }, "stopId": "TOTELN" }, { "arrival": { "delay": 0, "time": "1751863041" }, "departure": { "delay": 0, "time": "1751863041" }, "stopId": "TOECHN" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOVENN" }, { "arrival": { "delay": 0, "time": "1751863140" }, "departure": { "delay": 0, "time": "1751863140" }, "stopId": "TOSUPE" }, { "arrival": { "delay": 0, "time": "1751863207" }, "departure": { "delay": 0, "time": "1751863207" }, "stopId": "TOBALN" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "TOMFAN" } ], "timestamp": "1751857211", "trip": { "directionId": 0, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059746" }, "vehicle": {} } }, { "id": "5059829", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "TOEXOS" } ], "timestamp": "1751850106", "trip": { "directionId": 1, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059829" }, "vehicle": {} } }, { "id": "5059747", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOBRRE" } ], "timestamp": "1751850106", "trip": { "directionId": 0, "routeId": "0040", "scheduleRelationship": "SCHEDULED", "tripId": "5059747" }, "vehicle": {} } }, { "id": "5059853", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "REREVO" } ], "timestamp": "1751850106", "trip": { "directionId": 1, "routeId": "0055", "scheduleRelationship": "SCHEDULED", "tripId": "5059853" }, "vehicle": {} } }, { "id": "5375487", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "HYCJOO" } ], "timestamp": "1751850107", "trip": { "directionId": 0, "routeId": "0067", "scheduleRelationship": "SCHEDULED", "tripId": "5375487" }, "vehicle": {} } }, { "id": "5376138", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751858700" }, "stopId": "SIBOGN" } ], "timestamp": "1751858021", "trip": { "directionId": 1, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376138" }, "vehicle": {} } }, { "id": "5376057", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOGR09" } ], "timestamp": "1751850108", "trip": { "directionId": 0, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376057" }, "vehicle": {} } }, { "id": "5376157", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "TOGR09" } ], "timestamp": "1751850108", "trip": { "directionId": 0, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376157" }, "vehicle": {} } }, { "id": "5376070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "SIBOGN" } ], "timestamp": "1751850108", "trip": { "directionId": 1, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376070" }, "vehicle": {} } }, { "id": "5376069", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860500" }, "stopId": "SIBOGN" } ], "timestamp": "1751850108", "trip": { "directionId": 1, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376069" }, "vehicle": {} } }, { "id": "5376056", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOGR09" } ], "timestamp": "1751850108", "trip": { "directionId": 0, "routeId": "0070", "scheduleRelationship": "SCHEDULED", "tripId": "5376056" }, "vehicle": {} } }, { "id": "5376343", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "SELANS" } ], "timestamp": "1751850109", "trip": { "directionId": 0, "routeId": "0072", "scheduleRelationship": "SCHEDULED", "tripId": "5376343" }, "vehicle": {} } }, { "id": "5376360", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "OLGARO" } ], "timestamp": "1751850109", "trip": { "directionId": 1, "routeId": "0072", "scheduleRelationship": "SCHEDULED", "tripId": "5376360" }, "vehicle": {} } }, { "id": "5059944", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "SEFABO" } ], "timestamp": "1751850110", "trip": { "directionId": 1, "routeId": "0081", "scheduleRelationship": "SCHEDULED", "tripId": "5059944" }, "vehicle": {} } }, { "id": "5059881", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861100" }, "stopId": "SELANS" } ], "timestamp": "1751850110", "trip": { "directionId": 0, "routeId": "0081", "scheduleRelationship": "SCHEDULED", "tripId": "5059881" }, "vehicle": {} } }, { "id": "5059923", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "SELMAO" } ], "timestamp": "1751850110", "trip": { "directionId": 1, "routeId": "0081", "scheduleRelationship": "SCHEDULED", "tripId": "5059923" }, "vehicle": {} } }, { "id": "5059902", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "SELANS" } ], "timestamp": "1751850110", "trip": { "directionId": 0, "routeId": "0081", "scheduleRelationship": "SCHEDULED", "tripId": "5059902" }, "vehicle": {} } }, { "id": "5060037", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859600" }, "stopId": "SEMOIT" } ], "timestamp": "1751850111", "trip": { "directionId": 1, "routeId": "0082", "scheduleRelationship": "SCHEDULED", "tripId": "5060037" }, "vehicle": {} } }, { "id": "5060035", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1141, "time": "1751860259" }, "departure": { "delay": 0, "time": "1751861400" }, "stopId": "SEGART" }, { "arrival": { "delay": 0, "time": "1751861546" }, "departure": { "delay": 0, "time": "1751861546" }, "stopId": "SEGVEO" }, { "arrival": { "delay": 0, "time": "1751861613" }, "departure": { "delay": 0, "time": "1751861613" }, "stopId": "SEBREN" }, { "arrival": { "delay": 0, "time": "1751861697" }, "departure": { "delay": 0, "time": "1751861697" }, "stopId": "SEGAGO" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "SEROLO" }, { "arrival": { "delay": 0, "time": "1751861820" }, "departure": { "delay": 0, "time": "1751861820" }, "stopId": "SECENS" }, { "arrival": { "delay": 0, "time": "1751861870" }, "departure": { "delay": 0, "time": "1751861870" }, "stopId": "SEPCHS" }, { "arrival": { "delay": 0, "time": "1751861939" }, "departure": { "delay": 0, "time": "1751861939" }, "stopId": "SECRMS" }, { "arrival": { "delay": 0, "time": "1751861975" }, "departure": { "delay": 0, "time": "1751861975" }, "stopId": "SEBONS" }, { "arrival": { "delay": 0, "time": "1751862034" }, "departure": { "delay": 0, "time": "1751862034" }, "stopId": "SERESS" }, { "arrival": { "delay": 0, "time": "1751862061" }, "departure": { "delay": 0, "time": "1751862061" }, "stopId": "SEETON" }, { "arrival": { "delay": 0, "time": "1751862101" }, "departure": { "delay": 0, "time": "1751862101" }, "stopId": "SETOUS" }, { "arrival": { "delay": 0, "time": "1751862120" }, "departure": { "delay": 0, "time": "1751862120" }, "stopId": "SEMOIT" } ], "timestamp": "1751857211", "trip": { "directionId": 0, "routeId": "0082", "scheduleRelationship": "SCHEDULED", "tripId": "5060035" }, "vehicle": {} } }, { "id": "5059980", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "SEMOIT" } ], "timestamp": "1751850111", "trip": { "directionId": 1, "routeId": "0082", "scheduleRelationship": "SCHEDULED", "tripId": "5059980" }, "vehicle": {} } }, { "id": "5059979", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "SEMOIT" } ], "timestamp": "1751850111", "trip": { "directionId": 1, "routeId": "0082", "scheduleRelationship": "SCHEDULED", "tripId": "5059979" }, "vehicle": {} } }, { "id": "5060034", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "SEGART" } ], "timestamp": "1751850111", "trip": { "directionId": 0, "routeId": "0082", "scheduleRelationship": "SCHEDULED", "tripId": "5060034" }, "vehicle": {} } }, { "id": "5060056", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -577, "time": "1751857523" }, "departure": { "delay": 0, "time": "1751858100" }, "stopId": "OLGARO" }, { "arrival": { "delay": 11, "time": "1751858154" }, "departure": { "delay": 11, "time": "1751858154" }, "stopId": "SAPRAN" }, { "arrival": { "delay": 12, "time": "1751858215" }, "departure": { "delay": 12, "time": "1751858215" }, "stopId": "SAESTN" }, { "arrival": { "delay": 1, "time": "1751858239" }, "departure": { "delay": 1, "time": "1751858239" }, "stopId": "SACOON" }, { "arrival": { "delay": 12, "time": "1751858280" }, "departure": { "delay": 12, "time": "1751858280" }, "stopId": "SAGEMN" }, { "arrival": { "delay": 11, "time": "1751858324" }, "departure": { "delay": 11, "time": "1751858324" }, "stopId": "SAMICO" }, { "arrival": { "delay": 11, "time": "1751858351" }, "departure": { "delay": 11, "time": "1751858351" }, "stopId": "SIPBOS" }, { "arrival": { "delay": 11, "time": "1751858405" }, "departure": { "delay": 11, "time": "1751858405" }, "stopId": "SISCEO" }, { "arrival": { "delay": 0, "time": "1751858422" }, "departure": { "delay": 0, "time": "1751858422" }, "stopId": "SISBAO" }, { "arrival": { "delay": 11, "time": "1751858483" }, "departure": { "delay": 11, "time": "1751858483" }, "stopId": "SISAUS" }, { "arrival": { "delay": 11, "time": "1751858523" }, "departure": { "delay": 11, "time": "1751858523" }, "stopId": "SICARS" }, { "arrival": { "delay": 10, "time": "1751858590" }, "departure": { "delay": 10, "time": "1751858590" }, "stopId": "SIROPS" }, { "arrival": { "delay": 10, "time": "1751858719" }, "departure": { "delay": 10, "time": "1751858719" }, "stopId": "SIPERS" }, { "arrival": { "delay": 11, "time": "1751858766" }, "departure": { "delay": 11, "time": "1751858766" }, "stopId": "SINEGS" }, { "arrival": { "delay": 10, "time": "1751858889" }, "departure": { "delay": 10, "time": "1751858889" }, "stopId": "SIAVEE" }, { "arrival": { "delay": 11, "time": "1751858922" }, "departure": { "delay": 11, "time": "1751858922" }, "stopId": "SIEURS" }, { "arrival": { "delay": 10, "time": "1751858950" }, "departure": { "delay": 10, "time": "1751858950" }, "stopId": "SIENTS" }, { "arrival": { "delay": 10, "time": "1751859018" }, "departure": { "delay": 10, "time": "1751859018" }, "stopId": "SIZAPO" }, { "arrival": { "delay": 10, "time": "1751859119" }, "departure": { "delay": 10, "time": "1751859119" }, "stopId": "SIMILO" }, { "arrival": { "delay": 9, "time": "1751859189" }, "departure": { "delay": 9, "time": "1751859189" }, "stopId": "SELERS" }, { "arrival": { "delay": 9, "time": "1751859241" }, "departure": { "delay": 9, "time": "1751859241" }, "stopId": "SEHOTO" }, { "arrival": { "delay": -2, "time": "1751859264" }, "departure": { "delay": -2, "time": "1751859264" }, "stopId": "SEPAQS" }, { "arrival": { "delay": 9, "time": "1751859319" }, "departure": { "delay": 9, "time": "1751859319" }, "stopId": "SEVIGS" }, { "arrival": { "delay": -1, "time": "1751859384" }, "departure": { "delay": -1, "time": "1751859384" }, "stopId": "SECAOS" }, { "arrival": { "delay": 9, "time": "1751859429" }, "departure": { "delay": 9, "time": "1751859429" }, "stopId": "SESJES" }, { "arrival": { "delay": -1, "time": "1751859505" }, "departure": { "delay": -1, "time": "1751859505" }, "stopId": "SESTAS" }, { "arrival": { "delay": -1, "time": "1751859560" }, "departure": { "delay": -1, "time": "1751859560" }, "stopId": "SECURS" }, { "arrival": { "delay": -1, "time": "1751859621" }, "departure": { "delay": -1, "time": "1751859621" }, "stopId": "SEPETE" }, { "arrival": { "delay": 9, "time": "1751859669" }, "departure": { "delay": 9, "time": "1751859669" }, "stopId": "SEBARE" }, { "arrival": { "delay": 10, "time": "1751859718" }, "departure": { "delay": 10, "time": "1751859718" }, "stopId": "SEGAGO" }, { "arrival": { "delay": 10, "time": "1751859769" }, "departure": { "delay": 10, "time": "1751859769" }, "stopId": "SEROLO" }, { "arrival": { "delay": 10, "time": "1751859850" }, "departure": { "delay": 10, "time": "1751859850" }, "stopId": "SECENS" }, { "arrival": { "delay": 10, "time": "1751859885" }, "departure": { "delay": 10, "time": "1751859885" }, "stopId": "SEPCHS" }, { "arrival": { "delay": 10, "time": "1751859924" }, "departure": { "delay": 10, "time": "1751859924" }, "stopId": "SESEYS" }, { "arrival": { "delay": 10, "time": "1751859958" }, "departure": { "delay": 10, "time": "1751859958" }, "stopId": "SETURS" }, { "arrival": { "delay": 10, "time": "1751860015" }, "departure": { "delay": 10, "time": "1751860015" }, "stopId": "SEROUO" }, { "arrival": { "delay": 10, "time": "1751860049" }, "departure": { "delay": 10, "time": "1751860049" }, "stopId": "SEHORO" }, { "arrival": { "delay": 10, "time": "1751860090" }, "departure": { "delay": 10, "time": "1751860090" }, "stopId": "SEREGS" }, { "arrival": { "delay": 11, "time": "1751860146" }, "departure": { "delay": 11, "time": "1751860146" }, "stopId": "SEPAGS" }, { "arrival": { "delay": 10, "time": "1751860210" }, "departure": { "delay": 10, "time": "1751860210" }, "stopId": "SEPLOO" }, { "arrival": { "delay": 10, "time": "1751860249" }, "departure": { "delay": 10, "time": "1751860249" }, "stopId": "SEBALO" }, { "arrival": { "delay": 10, "time": "1751860321" }, "departure": { "delay": 10, "time": "1751860321" }, "stopId": "SEMANN" }, { "arrival": { "delay": 10, "time": "1751860364" }, "departure": { "delay": 10, "time": "1751860364" }, "stopId": "SEPLAN" }, { "arrival": { "delay": 9, "time": "1751860389" }, "departure": { "delay": 9, "time": "1751860389" }, "stopId": "SEBTAO" }, { "arrival": { "delay": -2, "time": "1751860405" }, "departure": { "delay": -2, "time": "1751860405" }, "stopId": "SEBOUO" }, { "arrival": { "delay": -2, "time": "1751860461" }, "departure": { "delay": -2, "time": "1751860461" }, "stopId": "SELAIO" }, { "arrival": { "delay": 9, "time": "1751860498" }, "departure": { "delay": 9, "time": "1751860498" }, "stopId": "SECXRO" }, { "arrival": { "delay": -2, "time": "1751860522" }, "departure": { "delay": -2, "time": "1751860522" }, "stopId": "SERIVO" }, { "arrival": { "delay": 9, "time": "1751860569" }, "departure": { "delay": 9, "time": "1751860569" }, "stopId": "SESABS" } ], "timestamp": "1751857541", "trip": { "directionId": 1, "routeId": "0083", "scheduleRelationship": "SCHEDULED", "tripId": "5060056" }, "vehicle": { "id": "43", "label": "43" } } }, { "id": "5060042", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "SESABN" } ], "timestamp": "1751850111", "trip": { "directionId": 0, "routeId": "0083", "scheduleRelationship": "SCHEDULED", "tripId": "5060042" }, "vehicle": {} } }, { "id": "5060041", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -381, "time": "1751858019" }, "departure": { "delay": 0, "time": "1751858400" }, "stopId": "SESABN" }, { "arrival": { "delay": 0, "time": "1751858421" }, "departure": { "delay": 0, "time": "1751858421" }, "stopId": "SERIVE" }, { "arrival": { "delay": 0, "time": "1751858445" }, "departure": { "delay": 0, "time": "1751858445" }, "stopId": "SECXRE" }, { "arrival": { "delay": 0, "time": "1751858462" }, "departure": { "delay": 0, "time": "1751858462" }, "stopId": "SELAIE" }, { "arrival": { "delay": 0, "time": "1751858497" }, "departure": { "delay": 0, "time": "1751858497" }, "stopId": "SEBOUE" }, { "arrival": { "delay": 0, "time": "1751858520" }, "departure": { "delay": 0, "time": "1751858520" }, "stopId": "SEBTAE" }, { "arrival": { "delay": 0, "time": "1751858540" }, "departure": { "delay": 0, "time": "1751858540" }, "stopId": "SEPLAS" }, { "arrival": { "delay": 0, "time": "1751858584" }, "departure": { "delay": 0, "time": "1751858584" }, "stopId": "SEMANS" }, { "arrival": { "delay": 0, "time": "1751858652" }, "departure": { "delay": 0, "time": "1751858652" }, "stopId": "SEBALE" }, { "arrival": { "delay": 0, "time": "1751858700" }, "departure": { "delay": 0, "time": "1751858700" }, "stopId": "SEPLOE" }, { "arrival": { "delay": 0, "time": "1751858731" }, "departure": { "delay": 0, "time": "1751858731" }, "stopId": "SEPAGN" }, { "arrival": { "delay": 0, "time": "1751858760" }, "departure": { "delay": 0, "time": "1751858760" }, "stopId": "SEREGN" }, { "arrival": { "delay": 0, "time": "1751858813" }, "departure": { "delay": 0, "time": "1751858813" }, "stopId": "SEHORE" }, { "arrival": { "delay": 0, "time": "1751858847" }, "departure": { "delay": 0, "time": "1751858847" }, "stopId": "SEROUE" }, { "arrival": { "delay": 0, "time": "1751858927" }, "departure": { "delay": 0, "time": "1751858927" }, "stopId": "SETURN" }, { "arrival": { "delay": 2, "time": "1751858971" }, "departure": { "delay": 2, "time": "1751858971" }, "stopId": "SESEYN" }, { "arrival": { "delay": 0, "time": "1751859019" }, "departure": { "delay": 0, "time": "1751859019" }, "stopId": "SEPCHN" }, { "arrival": { "delay": 0, "time": "1751859060" }, "departure": { "delay": 0, "time": "1751859060" }, "stopId": "SECENN" }, { "arrival": { "delay": 0, "time": "1751859108" }, "departure": { "delay": 0, "time": "1751859108" }, "stopId": "SEMAIE" }, { "arrival": { "delay": 0, "time": "1751859183" }, "departure": { "delay": 0, "time": "1751859183" }, "stopId": "SEGAGE" }, { "arrival": { "delay": 0, "time": "1751859240" }, "departure": { "delay": 0, "time": "1751859240" }, "stopId": "SEBARO" }, { "arrival": { "delay": 0, "time": "1751859279" }, "departure": { "delay": 0, "time": "1751859279" }, "stopId": "SEPETO" }, { "arrival": { "delay": 0, "time": "1751859332" }, "departure": { "delay": 0, "time": "1751859332" }, "stopId": "SECURN" }, { "arrival": { "delay": 0, "time": "1751859410" }, "departure": { "delay": 0, "time": "1751859410" }, "stopId": "SESTAN" }, { "arrival": { "delay": 0, "time": "1751859480" }, "departure": { "delay": 0, "time": "1751859480" }, "stopId": "SESJEN" }, { "arrival": { "delay": 0, "time": "1751859514" }, "departure": { "delay": 0, "time": "1751859514" }, "stopId": "SECAON" }, { "arrival": { "delay": 0, "time": "1751859576" }, "departure": { "delay": 0, "time": "1751859576" }, "stopId": "SEVIGN" }, { "arrival": { "delay": 0, "time": "1751859628" }, "departure": { "delay": 0, "time": "1751859628" }, "stopId": "SEPAQN" }, { "arrival": { "delay": 0, "time": "1751859657" }, "departure": { "delay": 0, "time": "1751859657" }, "stopId": "SEHOTE" }, { "arrival": { "delay": 0, "time": "1751859720" }, "departure": { "delay": 0, "time": "1751859720" }, "stopId": "SELERN" }, { "arrival": { "delay": 0, "time": "1751859759" }, "departure": { "delay": 0, "time": "1751859759" }, "stopId": "SIMILE" }, { "arrival": { "delay": 0, "time": "1751859836" }, "departure": { "delay": 0, "time": "1751859836" }, "stopId": "SIZAPE" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "SIENTN" }, { "arrival": { "delay": 0, "time": "1751859926" }, "departure": { "delay": 0, "time": "1751859926" }, "stopId": "SIEURN" }, { "arrival": { "delay": 0, "time": "1751859959" }, "departure": { "delay": 0, "time": "1751859959" }, "stopId": "SIAVEO" }, { "arrival": { "delay": 0, "time": "1751860046" }, "departure": { "delay": 0, "time": "1751860046" }, "stopId": "SINEGO" }, { "arrival": { "delay": 0, "time": "1751860110" }, "departure": { "delay": 0, "time": "1751860110" }, "stopId": "SIPERN" }, { "arrival": { "delay": 0, "time": "1751860200" }, "departure": { "delay": 0, "time": "1751860200" }, "stopId": "SIROPN" }, { "arrival": { "delay": 0, "time": "1751860289" }, "departure": { "delay": 0, "time": "1751860289" }, "stopId": "SICARN" }, { "arrival": { "delay": 0, "time": "1751860336" }, "departure": { "delay": 0, "time": "1751860336" }, "stopId": "SISAUN" }, { "arrival": { "delay": 0, "time": "1751860376" }, "departure": { "delay": 0, "time": "1751860376" }, "stopId": "SISBAE" }, { "arrival": { "delay": 0, "time": "1751860420" }, "departure": { "delay": 0, "time": "1751860420" }, "stopId": "SISCEE" }, { "arrival": { "delay": 0, "time": "1751860500" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "SIPBON" }, { "arrival": { "delay": 0, "time": "1751860531" }, "departure": { "delay": 0, "time": "1751860531" }, "stopId": "SAMICE" }, { "arrival": { "delay": 0, "time": "1751860580" }, "departure": { "delay": 0, "time": "1751860580" }, "stopId": "SAGEMS" }, { "arrival": { "delay": 0, "time": "1751860613" }, "departure": { "delay": 0, "time": "1751860613" }, "stopId": "SACOOS" }, { "arrival": { "delay": 0, "time": "1751860648" }, "departure": { "delay": 0, "time": "1751860648" }, "stopId": "SAESTS" }, { "arrival": { "delay": 0, "time": "1751860707" }, "departure": { "delay": 0, "time": "1751860707" }, "stopId": "SAPRAS" }, { "arrival": { "delay": 0, "time": "1751860740" }, "departure": { "delay": 0, "time": "1751860740" }, "stopId": "OLGARE" } ], "timestamp": "1751858031", "trip": { "directionId": 0, "routeId": "0083", "scheduleRelationship": "SCHEDULED", "tripId": "5060041" }, "vehicle": { "id": "44", "label": "44" } } }, { "id": "5060057", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "OLGARO" } ], "timestamp": "1751850111", "trip": { "directionId": 1, "routeId": "0083", "scheduleRelationship": "SCHEDULED", "tripId": "5060057" }, "vehicle": {} } }, { "id": "5376433", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "SESABT" } ], "timestamp": "1751850112", "trip": { "directionId": 0, "routeId": "0084", "scheduleRelationship": "SCHEDULED", "tripId": "5376433" }, "vehicle": {} } }, { "id": "5376455", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862720" }, "stopId": "SIRPPT" } ], "timestamp": "1751850112", "trip": { "directionId": 1, "routeId": "0084", "scheduleRelationship": "SCHEDULED", "tripId": "5376455" }, "vehicle": {} } }, { "id": "5376434", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "SIRPPT" } ], "timestamp": "1751857931", "trip": { "directionId": 1, "routeId": "0084", "scheduleRelationship": "SCHEDULED", "tripId": "5376434" }, "vehicle": {} } }, { "id": "5376435", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862720" }, "stopId": "SESABT" } ], "timestamp": "1751850112", "trip": { "directionId": 0, "routeId": "0084", "scheduleRelationship": "SCHEDULED", "tripId": "5376435" }, "vehicle": {} } }, { "id": "5060128", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "SIBRUE" } ], "timestamp": "1751850112", "trip": { "directionId": 1, "routeId": "0087", "scheduleRelationship": "SCHEDULED", "tripId": "5060128" }, "vehicle": {} } }, { "id": "5060096", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "SECENN" } ], "timestamp": "1751850112", "trip": { "directionId": 0, "routeId": "0087", "scheduleRelationship": "SCHEDULED", "tripId": "5060096" }, "vehicle": {} } }, { "id": "5060089", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "SECENN" } ], "timestamp": "1751850112", "trip": { "directionId": 0, "routeId": "0087", "scheduleRelationship": "SCHEDULED", "tripId": "5060089" }, "vehicle": {} } }, { "id": "5060129", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "SIBRUE" } ], "timestamp": "1751850112", "trip": { "directionId": 1, "routeId": "0087", "scheduleRelationship": "SCHEDULED", "tripId": "5060129" }, "vehicle": {} } }, { "id": "5391950", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "PROURS" } ], "timestamp": "1751850113", "trip": { "directionId": 1, "routeId": "0091", "scheduleRelationship": "SCHEDULED", "tripId": "5391950" }, "vehicle": {} } }, { "id": "5060204", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "GAPLAN" } ], "timestamp": "1751850113", "trip": { "directionId": 0, "routeId": "0092", "scheduleRelationship": "SCHEDULED", "tripId": "5060204" }, "vehicle": {} } }, { "id": "9552", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751858700" }, "stopId": "TOCOUS" } ], "timestamp": "1751850113", "trip": { "directionId": 0, "routeId": "0095", "scheduleRelationship": "SCHEDULED", "tripId": "9552" }, "vehicle": {} } }, { "id": "9553", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -780, "time": "1751861220" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "TOBCAT" }, { "arrival": { "delay": 0, "time": "1751862020" }, "departure": { "delay": 0, "time": "1751862020" }, "stopId": "TOBCAO" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOTULO" }, { "arrival": { "delay": 0, "time": "1751862093" }, "departure": { "delay": 0, "time": "1751862093" }, "stopId": "TOCAMO" }, { "arrival": { "delay": 0, "time": "1751862134" }, "departure": { "delay": 0, "time": "1751862134" }, "stopId": "TOCLNO" }, { "arrival": { "delay": 0, "time": "1751862177" }, "departure": { "delay": 0, "time": "1751862177" }, "stopId": "TORN8O" }, { "arrival": { "delay": 0, "time": "1751862240" }, "departure": { "delay": 0, "time": "1751862240" }, "stopId": "TOPON2" }, { "arrival": { "delay": 0, "time": "1751862274" }, "departure": { "delay": 0, "time": "1751862274" }, "stopId": "TORN8S" }, { "arrival": { "delay": 0, "time": "1751862338" }, "departure": { "delay": 0, "time": "1751862338" }, "stopId": "TOCOES" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "TOPESS" }, { "arrival": { "delay": 0, "time": "1751862388" }, "departure": { "delay": 0, "time": "1751862388" }, "stopId": "TOESCS" }, { "arrival": { "delay": 0, "time": "1751862435" }, "departure": { "delay": 0, "time": "1751862435" }, "stopId": "TOPASS" }, { "arrival": { "delay": 0, "time": "1751862469" }, "departure": { "delay": 0, "time": "1751862469" }, "stopId": "TODUSS" }, { "arrival": { "delay": 0, "time": "1751862506" }, "departure": { "delay": 0, "time": "1751862506" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751862540" }, "departure": { "delay": 0, "time": "1751862540" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751862599" }, "departure": { "delay": 0, "time": "1751862599" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751862652" }, "departure": { "delay": 0, "time": "1751862652" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751862709" }, "departure": { "delay": 0, "time": "1751862709" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751862770" }, "departure": { "delay": 0, "time": "1751862770" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751862900" }, "departure": { "delay": 0, "time": "1751862900" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751862977" }, "departure": { "delay": 0, "time": "1751862977" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751863020" }, "departure": { "delay": 0, "time": "1751863020" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751863082" }, "departure": { "delay": 0, "time": "1751863082" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751863140" }, "departure": { "delay": 0, "time": "1751863140" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751863260" }, "departure": { "delay": 0, "time": "1751863260" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 0, "time": "1751863320" }, "departure": { "delay": 0, "time": "1751863320" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751863417" }, "departure": { "delay": 0, "time": "1751863417" }, "stopId": "TOCMAS" }, { "arrival": { "delay": 0, "time": "1751863487" }, "departure": { "delay": 0, "time": "1751863487" }, "stopId": "TOAMIS" }, { "arrival": { "delay": 0, "time": "1751863560" }, "departure": { "delay": 0, "time": "1751863560" }, "stopId": "TOMERS" }, { "arrival": { "delay": 0, "time": "1751863628" }, "departure": { "delay": 0, "time": "1751863628" }, "stopId": "TOREGS" }, { "arrival": { "delay": 0, "time": "1751863682" }, "departure": { "delay": 0, "time": "1751863682" }, "stopId": "TOEGLS" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TOPSJS" }, { "arrival": { "delay": 0, "time": "1751863819" }, "departure": { "delay": 0, "time": "1751863819" }, "stopId": "TOPVIS" }, { "arrival": { "delay": 0, "time": "1751863847" }, "departure": { "delay": 0, "time": "1751863847" }, "stopId": "TOECBS" }, { "arrival": { "delay": 0, "time": "1751863920" }, "departure": { "delay": 0, "time": "1751863920" }, "stopId": "TOBRUS" }, { "arrival": { "delay": 0, "time": "1751863997" }, "departure": { "delay": 0, "time": "1751863997" }, "stopId": "TOELPS" }, { "arrival": { "delay": 0, "time": "1751864088" }, "departure": { "delay": 0, "time": "1751864088" }, "stopId": "TOBLIN" }, { "arrival": { "delay": 0, "time": "1751864174" }, "departure": { "delay": 0, "time": "1751864174" }, "stopId": "VAMIRE" }, { "arrival": { "delay": 0, "time": "1751864220" }, "departure": { "delay": 0, "time": "1751864220" }, "stopId": "VAJAUS" }, { "arrival": { "delay": 0, "time": "1751864267" }, "departure": { "delay": 0, "time": "1751864267" }, "stopId": "VALECS" }, { "arrival": { "delay": 0, "time": "1751864375" }, "departure": { "delay": 0, "time": "1751864375" }, "stopId": "VAPONO" }, { "arrival": { "delay": 0, "time": "1751864409" }, "departure": { "delay": 0, "time": "1751864409" }, "stopId": "VADEBS" }, { "arrival": { "delay": 0, "time": "1751864470" }, "departure": { "delay": 0, "time": "1751864470" }, "stopId": "VALPVO" }, { "arrival": { "delay": 0, "time": "1751864535" }, "departure": { "delay": 0, "time": "1751864535" }, "stopId": "VAENGN" }, { "arrival": { "delay": 0, "time": "1751864580" }, "departure": { "delay": 0, "time": "1751864580" }, "stopId": "TOCOUN" } ], "timestamp": "1751857811", "trip": { "directionId": 1, "routeId": "0095", "scheduleRelationship": "SCHEDULED", "tripId": "9553" }, "vehicle": {} } }, { "id": "5431222", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "GAPLAN" } ], "timestamp": "1751850114", "trip": { "directionId": 0, "routeId": "0101", "scheduleRelationship": "SCHEDULED", "tripId": "5431222" }, "vehicle": {} } }, { "id": "5431223", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "TOGR06" } ], "timestamp": "1751850114", "trip": { "directionId": 1, "routeId": "0101", "scheduleRelationship": "SCHEDULED", "tripId": "5431223" }, "vehicle": {} } }, { "id": "5376578", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -86, "time": "1751857414" }, "departure": { "delay": 44, "time": "1751857544" }, "stopId": "TOGR06" }, { "arrival": { "delay": 54, "time": "1751857644" }, "departure": { "delay": 54, "time": "1751857644" }, "stopId": "TODARN" }, { "arrival": { "delay": 57, "time": "1751857679" }, "departure": { "delay": 57, "time": "1751857679" }, "stopId": "TOPOBO" }, { "arrival": { "delay": 57, "time": "1751857726" }, "departure": { "delay": 80, "time": "1751857749" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 80, "time": "1751857788" }, "departure": { "delay": 109, "time": "1751857817" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 109, "time": "1751857868" }, "departure": { "delay": 109, "time": "1751857868" }, "stopId": "TOSTRO" }, { "arrival": { "delay": 108, "time": "1751857913" }, "departure": { "delay": 128, "time": "1751857933" }, "stopId": "TOCLES" }, { "arrival": { "delay": 129, "time": "1751857980" }, "departure": { "delay": 129, "time": "1751857980" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 129, "time": "1751858031" }, "departure": { "delay": 129, "time": "1751858031" }, "stopId": "TOBHAS" }, { "arrival": { "delay": 135, "time": "1751858132" }, "departure": { "delay": 135, "time": "1751858132" }, "stopId": "TOBOUS" }, { "arrival": { "delay": 92, "time": "1751858192" }, "departure": { "delay": 92, "time": "1751858192" }, "stopId": "TOMALS" }, { "arrival": { "delay": 130, "time": "1751858317" }, "departure": { "delay": 130, "time": "1751858317" }, "stopId": "TOA57S" }, { "arrival": { "delay": 93, "time": "1751859093" }, "departure": { "delay": 93, "time": "1751859093" }, "stopId": "HYCSME" }, { "arrival": { "delay": 94, "time": "1751859221" }, "departure": { "delay": 94, "time": "1751859221" }, "stopId": "HYAICS" }, { "arrival": { "delay": 94, "time": "1751859274" }, "departure": { "delay": 94, "time": "1751859274" }, "stopId": "HYPROS" }, { "arrival": { "delay": 112, "time": "1751859340" }, "departure": { "delay": 112, "time": "1751859340" }, "stopId": "HYSIMO" }, { "arrival": { "delay": 96, "time": "1751859456" }, "departure": { "delay": 96, "time": "1751859456" }, "stopId": "HYSKPO" }, { "arrival": { "delay": 134, "time": "1751859591" }, "departure": { "delay": 134, "time": "1751859591" }, "stopId": "HYPDMS" }, { "arrival": { "delay": 135, "time": "1751859711" }, "departure": { "delay": 135, "time": "1751859711" }, "stopId": "HYFONS" }, { "arrival": { "delay": 98, "time": "1751859758" }, "departure": { "delay": 98, "time": "1751859758" }, "stopId": "HYAYGO" }, { "arrival": { "delay": 136, "time": "1751859813" }, "departure": { "delay": 136, "time": "1751859813" }, "stopId": "HYDAVO" }, { "arrival": { "delay": 99, "time": "1751859820" }, "departure": { "delay": 99, "time": "1751859820" }, "stopId": "HYCEIO" }, { "arrival": { "delay": 117, "time": "1751859884" }, "departure": { "delay": 117, "time": "1751859884" }, "stopId": "HYPSUO" }, { "arrival": { "delay": 139, "time": "1751859945" }, "departure": { "delay": 139, "time": "1751859945" }, "stopId": "HYPMAO" }, { "arrival": { "delay": 99, "time": "1751859938" }, "departure": { "delay": 99, "time": "1751859938" }, "stopId": "HYAERN" }, { "arrival": { "delay": 99, "time": "1751859999" }, "departure": { "delay": 99, "time": "1751859999" }, "stopId": "HYATHT" } ], "timestamp": "1751858011", "trip": { "directionId": 1, "routeId": "0102", "scheduleRelationship": "SCHEDULED", "tripId": "5376578" }, "vehicle": { "id": "788", "label": "788" } } }, { "id": "5058713", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOBZG2" } ], "timestamp": "1751850114", "trip": { "directionId": 1, "routeId": "0111", "scheduleRelationship": "SCHEDULED", "tripId": "5058713" }, "vehicle": {} } }, { "id": "5058694", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "TOCEZN" } ], "timestamp": "1751850114", "trip": { "directionId": 0, "routeId": "0111", "scheduleRelationship": "SCHEDULED", "tripId": "5058694" }, "vehicle": {} } }, { "id": "5058714", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751864400" }, "stopId": "TOBZG2" } ], "timestamp": "1751850114", "trip": { "directionId": 1, "routeId": "0111", "scheduleRelationship": "SCHEDULED", "tripId": "5058714" }, "vehicle": {} } }, { "id": "5058763", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751860500" }, "departure": { "delay": 0, "time": "1751860500" }, "stopId": "OLBAUO" }, { "arrival": { "delay": 0, "time": "1751860560" }, "departure": { "delay": 0, "time": "1751860560" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751860614" }, "departure": { "delay": 0, "time": "1751860614" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751860670" }, "departure": { "delay": 0, "time": "1751860670" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751860796" }, "departure": { "delay": 0, "time": "1751860796" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751860860" }, "departure": { "delay": 0, "time": "1751860860" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751860901" }, "departure": { "delay": 0, "time": "1751860901" }, "stopId": "OLVIOE" }, { "arrival": { "delay": 0, "time": "1751860946" }, "departure": { "delay": 0, "time": "1751860946" }, "stopId": "OLSEIS" }, { "arrival": { "delay": 0, "time": "1751860980" }, "departure": { "delay": 0, "time": "1751860980" }, "stopId": "OLCTAS" }, { "arrival": { "delay": 0, "time": "1751861019" }, "departure": { "delay": 0, "time": "1751861019" }, "stopId": "OLCLIS" }, { "arrival": { "delay": 0, "time": "1751861093" }, "departure": { "delay": 0, "time": "1751861093" }, "stopId": "OLCHAS" }, { "arrival": { "delay": 0, "time": "1751861135" }, "departure": { "delay": 0, "time": "1751861135" }, "stopId": "OLCORS" }, { "arrival": { "delay": 0, "time": "1751861163" }, "departure": { "delay": 0, "time": "1751861163" }, "stopId": "TOFERS" }, { "arrival": { "delay": 0, "time": "1751861196" }, "departure": { "delay": 0, "time": "1751861196" }, "stopId": "TOCERS" }, { "arrival": { "delay": 0, "time": "1751861220" }, "departure": { "delay": 0, "time": "1751861220" }, "stopId": "TOBNSS" }, { "arrival": { "delay": 0, "time": "1751861252" }, "departure": { "delay": 0, "time": "1751861252" }, "stopId": "TODVDS" }, { "arrival": { "delay": 0, "time": "1751861306" }, "departure": { "delay": 0, "time": "1751861306" }, "stopId": "TOFORS" }, { "arrival": { "delay": 0, "time": "1751861362" }, "departure": { "delay": 0, "time": "1751861362" }, "stopId": "TOTESS" }, { "arrival": { "delay": 0, "time": "1751861411" }, "departure": { "delay": 0, "time": "1751861411" }, "stopId": "TOARES" }, { "arrival": { "delay": 0, "time": "1751861447" }, "departure": { "delay": 0, "time": "1751861447" }, "stopId": "TOMGTO" }, { "arrival": { "delay": 0, "time": "1751861492" }, "departure": { "delay": 0, "time": "1751861492" }, "stopId": "TOPBOO" }, { "arrival": { "delay": 0, "time": "1751861564" }, "departure": { "delay": 0, "time": "1751861564" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751861605" }, "departure": { "delay": 0, "time": "1751861605" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751861640" }, "departure": { "delay": 0, "time": "1751861640" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751861760" }, "departure": { "delay": 0, "time": "1751861760" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751861847" }, "departure": { "delay": 0, "time": "1751861847" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751861940" }, "departure": { "delay": 0, "time": "1751861940" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751862116" }, "departure": { "delay": 0, "time": "1751862116" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751862146" }, "departure": { "delay": 0, "time": "1751862146" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751862203" }, "departure": { "delay": 0, "time": "1751862203" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751862255" }, "departure": { "delay": 0, "time": "1751862255" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751862346" }, "departure": { "delay": 0, "time": "1751862346" }, "stopId": "TOSTRE" }, { "arrival": { "delay": 0, "time": "1751862382" }, "departure": { "delay": 0, "time": "1751862382" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751862443" }, "departure": { "delay": 0, "time": "1751862443" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 0, "time": "1751862540" }, "departure": { "delay": 0, "time": "1751862540" }, "stopId": "TOBLA4" } ], "timestamp": "1751850115", "trip": { "directionId": 1, "routeId": "011B", "scheduleRelationship": "SCHEDULED", "tripId": "5058763" }, "vehicle": {} } }, { "id": "5058734", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "TOBLA4" } ], "timestamp": "1751850115", "trip": { "directionId": 0, "routeId": "011B", "scheduleRelationship": "SCHEDULED", "tripId": "5058734" }, "vehicle": {} } }, { "id": "5058764", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": 0, "time": "1751862300" }, "departure": { "delay": 0, "time": "1751862300" }, "stopId": "OLBAUO" }, { "arrival": { "delay": 0, "time": "1751862360" }, "departure": { "delay": 0, "time": "1751862360" }, "stopId": "OLRESE" }, { "arrival": { "delay": 0, "time": "1751862414" }, "departure": { "delay": 0, "time": "1751862414" }, "stopId": "OLCENE" }, { "scheduleRelationship": "SKIPPED", "stopId": "OLRNAS" }, { "arrival": { "delay": 0, "time": "1751862470" }, "departure": { "delay": 0, "time": "1751862470" }, "stopId": "OLCLEO" }, { "arrival": { "delay": 0, "time": "1751862596" }, "departure": { "delay": 0, "time": "1751862596" }, "stopId": "OLPKOS" }, { "arrival": { "delay": 0, "time": "1751862660" }, "departure": { "delay": 0, "time": "1751862660" }, "stopId": "OLSLAS" }, { "arrival": { "delay": 0, "time": "1751862701" }, "departure": { "delay": 0, "time": "1751862701" }, "stopId": "OLVIOE" }, { "arrival": { "delay": 0, "time": "1751862746" }, "departure": { "delay": 0, "time": "1751862746" }, "stopId": "OLSEIS" }, { "arrival": { "delay": 0, "time": "1751862780" }, "departure": { "delay": 0, "time": "1751862780" }, "stopId": "OLCTAS" }, { "arrival": { "delay": 0, "time": "1751862819" }, "departure": { "delay": 0, "time": "1751862819" }, "stopId": "OLCLIS" }, { "arrival": { "delay": 0, "time": "1751862893" }, "departure": { "delay": 0, "time": "1751862893" }, "stopId": "OLCHAS" }, { "arrival": { "delay": 0, "time": "1751862935" }, "departure": { "delay": 0, "time": "1751862935" }, "stopId": "OLCORS" }, { "arrival": { "delay": 0, "time": "1751862963" }, "departure": { "delay": 0, "time": "1751862963" }, "stopId": "TOFERS" }, { "arrival": { "delay": 0, "time": "1751862996" }, "departure": { "delay": 0, "time": "1751862996" }, "stopId": "TOCERS" }, { "arrival": { "delay": 0, "time": "1751863020" }, "departure": { "delay": 0, "time": "1751863020" }, "stopId": "TOBNSS" }, { "arrival": { "delay": 0, "time": "1751863052" }, "departure": { "delay": 0, "time": "1751863052" }, "stopId": "TODVDS" }, { "arrival": { "delay": 0, "time": "1751863106" }, "departure": { "delay": 0, "time": "1751863106" }, "stopId": "TOFORS" }, { "arrival": { "delay": 0, "time": "1751863162" }, "departure": { "delay": 0, "time": "1751863162" }, "stopId": "TOTESS" }, { "arrival": { "delay": 0, "time": "1751863211" }, "departure": { "delay": 0, "time": "1751863211" }, "stopId": "TOARES" }, { "arrival": { "delay": 0, "time": "1751863247" }, "departure": { "delay": 0, "time": "1751863247" }, "stopId": "TOMGTO" }, { "arrival": { "delay": 0, "time": "1751863292" }, "departure": { "delay": 0, "time": "1751863292" }, "stopId": "TOPBOO" }, { "arrival": { "delay": 0, "time": "1751863364" }, "departure": { "delay": 0, "time": "1751863364" }, "stopId": "TOBSTS" }, { "arrival": { "delay": 0, "time": "1751863405" }, "departure": { "delay": 0, "time": "1751863405" }, "stopId": "TOBRE5" }, { "arrival": { "delay": 0, "time": "1751863440" }, "departure": { "delay": 0, "time": "1751863440" }, "stopId": "TOBRCS" }, { "arrival": { "delay": 0, "time": "1751863560" }, "departure": { "delay": 0, "time": "1751863560" }, "stopId": "TOBNRS" }, { "arrival": { "delay": 0, "time": "1751863647" }, "departure": { "delay": 0, "time": "1751863647" }, "stopId": "TOPDSS" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TOBIDS" }, { "arrival": { "delay": 0, "time": "1751863860" }, "departure": { "delay": 0, "time": "1751863860" }, "stopId": "TOFOCS" }, { "arrival": { "delay": 0, "time": "1751863916" }, "departure": { "delay": 0, "time": "1751863916" }, "stopId": "TOCASS" }, { "arrival": { "delay": 0, "time": "1751863946" }, "departure": { "delay": 0, "time": "1751863946" }, "stopId": "TOPOBS" }, { "arrival": { "delay": 0, "time": "1751864003" }, "departure": { "delay": 0, "time": "1751864003" }, "stopId": "TOVAUS" }, { "arrival": { "delay": 0, "time": "1751864055" }, "departure": { "delay": 0, "time": "1751864055" }, "stopId": "TOLIBS" }, { "arrival": { "delay": 0, "time": "1751864146" }, "departure": { "delay": 0, "time": "1751864146" }, "stopId": "TOSTRE" }, { "arrival": { "delay": 0, "time": "1751864182" }, "departure": { "delay": 0, "time": "1751864182" }, "stopId": "TOCLES" }, { "arrival": { "delay": 0, "time": "1751864243" }, "departure": { "delay": 0, "time": "1751864243" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 0, "time": "1751864340" }, "departure": { "delay": 0, "time": "1751864340" }, "stopId": "TOBLA4" } ], "timestamp": "1751850115", "trip": { "directionId": 1, "routeId": "011B", "scheduleRelationship": "SCHEDULED", "tripId": "5058764" }, "vehicle": {} } }, { "id": "5376764", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "OLGARS" } ], "timestamp": "1751850115", "trip": { "directionId": 1, "routeId": "0120", "scheduleRelationship": "SCHEDULED", "tripId": "5376764" }, "vehicle": {} } }, { "id": "5058862", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861160" }, "stopId": "VADGA2" } ], "timestamp": "1751850115", "trip": { "directionId": 0, "routeId": "0129", "scheduleRelationship": "SCHEDULED", "tripId": "5058862" }, "vehicle": {} } }, { "id": "5058904", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "GAGAR1" } ], "timestamp": "1751850115", "trip": { "directionId": 1, "routeId": "0129", "scheduleRelationship": "SCHEDULED", "tripId": "5058904" }, "vehicle": {} } }, { "id": "5058890", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "VADGA2" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "0129", "scheduleRelationship": "SCHEDULED", "tripId": "5058890" }, "vehicle": {} } }, { "id": "5058863", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "VADGA2" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "0129", "scheduleRelationship": "SCHEDULED", "tripId": "5058863" }, "vehicle": {} } }, { "id": "5059177", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861100" }, "stopId": "TOOBSS" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "0191", "scheduleRelationship": "SCHEDULED", "tripId": "5059177" }, "vehicle": {} } }, { "id": "4852460", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "18M", "scheduleRelationship": "SCHEDULED", "tripId": "4852460" }, "vehicle": {} } }, { "id": "4852408", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "SEPSAS" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "18M", "scheduleRelationship": "SCHEDULED", "tripId": "4852408" }, "vehicle": {} } }, { "id": "4852360", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "18M", "scheduleRelationship": "SCHEDULED", "tripId": "4852360" }, "vehicle": {} } }, { "id": "4852336", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863800" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852336" }, "vehicle": {} } }, { "id": "4852278", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860800" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852278" }, "vehicle": {} } }, { "id": "4852305", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "SMPSMS" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852305" }, "vehicle": {} } }, { "id": "4852340", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852340" }, "vehicle": {} } }, { "id": "4852338", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "SMPEMS" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852338" }, "vehicle": {} } }, { "id": "4852279", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "28M", "scheduleRelationship": "SCHEDULED", "tripId": "4852279" }, "vehicle": {} } }, { "id": "4980257", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "8M", "scheduleRelationship": "SCHEDULED", "tripId": "4980257" }, "vehicle": {} } }, { "id": "4980253", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863200" }, "stopId": "SEPSES" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "8M", "scheduleRelationship": "SCHEDULED", "tripId": "4980253" }, "vehicle": {} } }, { "id": "4980256", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862000" }, "stopId": "SEPSES" } ], "timestamp": "1751850116", "trip": { "directionId": 1, "routeId": "8M", "scheduleRelationship": "SCHEDULED", "tripId": "4980256" }, "vehicle": {} } }, { "id": "4980254", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863800" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "8M", "scheduleRelationship": "SCHEDULED", "tripId": "4980254" }, "vehicle": {} } }, { "id": "4980255", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862600" }, "stopId": "TOPTOS" } ], "timestamp": "1751850116", "trip": { "directionId": 0, "routeId": "8M", "scheduleRelationship": "SCHEDULED", "tripId": "4980255" }, "vehicle": {} } }, { "id": "5060986", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861700" }, "stopId": "BNVAUT" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060986" }, "vehicle": {} } }, { "id": "5060985", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "BNMI6S" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060985" }, "vehicle": {} } }, { "id": "5060997", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "BNVAUT" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060997" }, "vehicle": {} } }, { "id": "5060981", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751864100" }, "stopId": "BNMI6S" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060981" }, "vehicle": {} } }, { "id": "5060994", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "BNVAUT" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060994" }, "vehicle": {} } }, { "id": "5060990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751863500" }, "stopId": "BNMI6S" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "BN1", "scheduleRelationship": "SCHEDULED", "tripId": "5060990" }, "vehicle": {} } }, { "id": "5060943", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "BNVAUT" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "BN3", "scheduleRelationship": "SCHEDULED", "tripId": "5060943" }, "vehicle": {} } }, { "id": "5060944", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862900" }, "stopId": "BNMI6S" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "BN3", "scheduleRelationship": "SCHEDULED", "tripId": "5060944" }, "vehicle": {} } }, { "id": "5060941", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751864100" }, "stopId": "BNVAUT" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "BN3", "scheduleRelationship": "SCHEDULED", "tripId": "5060941" }, "vehicle": {} } }, { "id": "5072873", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859000" }, "stopId": "GAPATO" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072873" }, "vehicle": {} } }, { "id": "5072940", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751862300" }, "stopId": "OLTMET" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072940" }, "vehicle": {} } }, { "id": "5072936", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -762, "time": "1751857938" }, "departure": { "delay": 0, "time": "1751858700" }, "stopId": "OLTMET" }, { "arrival": { "delay": 0, "time": "1751858880" }, "departure": { "delay": 0, "time": "1751858880" }, "stopId": "TOPON3" }, { "arrival": { "delay": 0, "time": "1751859000" }, "departure": { "delay": 0, "time": "1751859000" }, "stopId": "TOCOES" }, { "arrival": { "delay": 0, "time": "1751859023" }, "departure": { "delay": 0, "time": "1751859023" }, "stopId": "TOPESS" }, { "arrival": { "delay": 0, "time": "1751859155" }, "departure": { "delay": 0, "time": "1751859155" }, "stopId": "TOPCAS" }, { "arrival": { "delay": 1, "time": "1751859210" }, "departure": { "delay": 1, "time": "1751859210" }, "stopId": "TOSTBS" }, { "arrival": { "delay": 0, "time": "1751859240" }, "departure": { "delay": 0, "time": "1751859240" }, "stopId": "TOBRE3" }, { "arrival": { "delay": 0, "time": "1751859420" }, "departure": { "delay": 0, "time": "1751859420" }, "stopId": "TOPOCS" }, { "arrival": { "delay": 0, "time": "1751859598" }, "departure": { "delay": 0, "time": "1751859598" }, "stopId": "TOPFMS" }, { "arrival": { "delay": 0, "time": "1751859645" }, "departure": { "delay": 0, "time": "1751859645" }, "stopId": "TOSTMS" }, { "arrival": { "delay": 0, "time": "1751859696" }, "departure": { "delay": 0, "time": "1751859696" }, "stopId": "TOCFAS" }, { "arrival": { "delay": 0, "time": "1751859732" }, "departure": { "delay": 0, "time": "1751859732" }, "stopId": "TOMAYS" }, { "arrival": { "delay": 0, "time": "1751859817" }, "departure": { "delay": 0, "time": "1751859817" }, "stopId": "TOROOE" }, { "arrival": { "delay": 0, "time": "1751859900" }, "departure": { "delay": 0, "time": "1751859900" }, "stopId": "TOBHAS" }, { "arrival": { "delay": 0, "time": "1751859960" }, "departure": { "delay": 0, "time": "1751859960" }, "stopId": "TOBOUS" }, { "arrival": { "delay": 0, "time": "1751860080" }, "departure": { "delay": 0, "time": "1751860080" }, "stopId": "TOMALS" }, { "arrival": { "delay": 0, "time": "1751860191" }, "departure": { "delay": 0, "time": "1751860191" }, "stopId": "TOA57S" }, { "arrival": { "delay": 0, "time": "1751860380" }, "departure": { "delay": 0, "time": "1751860380" }, "stopId": "VAFOUS" }, { "arrival": { "delay": 0, "time": "1751860416" }, "departure": { "delay": 0, "time": "1751860416" }, "stopId": "VAESP2" }, { "arrival": { "delay": 0, "time": "1751860472" }, "departure": { "delay": 0, "time": "1751860472" }, "stopId": "VAAVUS" }, { "arrival": { "delay": 0, "time": "1751860570" }, "departure": { "delay": 0, "time": "1751860570" }, "stopId": "VACAMS" }, { "arrival": { "delay": 0, "time": "1751860620" }, "departure": { "delay": 0, "time": "1751860620" }, "stopId": "GACAMS" }, { "arrival": { "delay": 0, "time": "1751860738" }, "departure": { "delay": 0, "time": "1751860738" }, "stopId": "GA4CH2" }, { "arrival": { "delay": 0, "time": "1751860800" }, "departure": { "delay": 0, "time": "1751860800" }, "stopId": "GASMAE" }, { "arrival": { "delay": 0, "time": "1751860860" }, "departure": { "delay": 0, "time": "1751860860" }, "stopId": "GAPATE" } ], "timestamp": "1751857951", "trip": { "directionId": 1, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072936" }, "vehicle": { "id": "229", "label": "229" } } }, { "id": "5072876", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "delay": -1141, "time": "1751860859" }, "departure": { "delay": 0, "time": "1751862000" }, "stopId": "GAPATO" }, { "arrival": { "delay": 0, "time": "1751862060" }, "departure": { "delay": 0, "time": "1751862060" }, "stopId": "GASMAO" }, { "arrival": { "delay": 0, "time": "1751862122" }, "departure": { "delay": 0, "time": "1751862122" }, "stopId": "GA4CH1" }, { "arrival": { "delay": 0, "time": "1751862161" }, "departure": { "delay": 0, "time": "1751862161" }, "stopId": "GA4CH5" }, { "arrival": { "delay": 0, "time": "1751862240" }, "departure": { "delay": 0, "time": "1751862240" }, "stopId": "GACAMN" }, { "arrival": { "delay": 0, "time": "1751862298" }, "departure": { "delay": 0, "time": "1751862298" }, "stopId": "VACAMN" }, { "arrival": { "delay": 0, "time": "1751862385" }, "departure": { "delay": 0, "time": "1751862385" }, "stopId": "VAAVUN" }, { "arrival": { "delay": 0, "time": "1751862447" }, "departure": { "delay": 0, "time": "1751862447" }, "stopId": "VAESP1" }, { "arrival": { "delay": 0, "time": "1751862480" }, "departure": { "delay": 0, "time": "1751862480" }, "stopId": "VAFOUN" }, { "arrival": { "delay": 0, "time": "1751862749" }, "departure": { "delay": 0, "time": "1751862749" }, "stopId": "TOA57N" }, { "arrival": { "delay": 0, "time": "1751862900" }, "departure": { "delay": 0, "time": "1751862900" }, "stopId": "TOMALN" }, { "arrival": { "delay": 0, "time": "1751862960" }, "departure": { "delay": 0, "time": "1751862960" }, "stopId": "TOBOUN" }, { "arrival": { "delay": 0, "time": "1751863080" }, "departure": { "delay": 0, "time": "1751863080" }, "stopId": "TOCPIO" }, { "arrival": { "delay": 0, "time": "1751863238" }, "departure": { "delay": 0, "time": "1751863238" }, "stopId": "TOCFAN" }, { "arrival": { "delay": 0, "time": "1751863296" }, "departure": { "delay": 0, "time": "1751863296" }, "stopId": "TOSTMN" }, { "arrival": { "delay": 0, "time": "1751863330" }, "departure": { "delay": 0, "time": "1751863330" }, "stopId": "TOPFMN" }, { "arrival": { "delay": 0, "time": "1751863500" }, "departure": { "delay": 0, "time": "1751863500" }, "stopId": "TOPOCN" }, { "arrival": { "delay": 0, "time": "1751863740" }, "departure": { "delay": 0, "time": "1751863740" }, "stopId": "TOBRE4" }, { "arrival": { "delay": 0, "time": "1751863814" }, "departure": { "delay": 0, "time": "1751863814" }, "stopId": "TOSTBN" }, { "arrival": { "delay": 0, "time": "1751863978" }, "departure": { "delay": 0, "time": "1751863978" }, "stopId": "TOPESN" }, { "arrival": { "delay": 0, "time": "1751864040" }, "departure": { "delay": 0, "time": "1751864040" }, "stopId": "TOCOEN" }, { "arrival": { "delay": 0, "time": "1751864160" }, "departure": { "delay": 0, "time": "1751864160" }, "stopId": "TOPOTS" }, { "arrival": { "delay": 0, "time": "1751864400" }, "departure": { "delay": 0, "time": "1751864400" }, "stopId": "OLTMET" } ], "timestamp": "1751857821", "trip": { "directionId": 0, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072876" }, "vehicle": {} } }, { "id": "5072874", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860200" }, "stopId": "GAPATO" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072874" }, "vehicle": {} } }, { "id": "5072938", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751860500" }, "stopId": "OLTMET" } ], "timestamp": "1751850117", "trip": { "directionId": 1, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072938" }, "vehicle": {} } }, { "id": "5072937", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751859600" }, "stopId": "OLTMET" } ], "timestamp": "1751857901", "trip": { "directionId": 1, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072937" }, "vehicle": {} } }, { "id": "5072875", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861100" }, "stopId": "GAPATO" } ], "timestamp": "1751850117", "trip": { "directionId": 0, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072875" }, "vehicle": {} } }, { "id": "5072939", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1751861400" }, "stopId": "OLTMET" } ], "timestamp": "1751850118", "trip": { "directionId": 1, "routeId": "U", "scheduleRelationship": "SCHEDULED", "tripId": "5072939" }, "vehicle": {} } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1751858019" } }