Détails de la ressource

Nom du fichier : Données en temps réel au format GTFS-RT
Format : gtfs-rt

Les messages suivants du format GTFS-RT sont disponibles dans ce flux :

  • VehiclePosition
  • TripUpdate
  • ServiceAlert

Cette ressource fait partie du jeu de données Réseau urbain et scolaire Lila Presqu'ile.

Disponibilité au téléchargement

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

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

Rapport de validation

34 erreurs

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 12/03/2026 à 08h13 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 1 erreur

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

Exemples d'erreurs
  • trip_id 310-50987085 stop_sequence [17, 18, 19, 20, 21, 22, 23, 24, 26, 26] is not strictly sorted by increasing stop_sequence

Vehicle position far from trip shape E029 7 erreurs

The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id.

Exemples d'erreurs
  • vehicle.id 44 trip_id 310-2986409985 at (47.338383,-2.421438) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR
  • vehicle.id 46 trip_id 310-3607298049 at (47.493458,-2.314445) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR
  • vehicle.id 54 trip_id 310-3707830273 at (47.44543,-2.320583) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR
  • vehicle.id 60 trip_id 310-3170959361 at (47.330765,-2.370201) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR
  • vehicle.id 79 trip_id 310-50462751 at (47.277206,-2.337471) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR

Sequential stop_time_updates have the same stop_sequence E036 1 erreur

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

Exemples d'erreurs
  • trip_id 310-50987085 has repeating stop_sequence 26 - stop_sequence must increase for each stop_time_update

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

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

Exemples d'erreurs
  • GTFS-rt trip_id 310-50987084 stop_sequence 27 has stop_id 265 but GTFS stop_sequence 27 has stop_id 263 - stop_ids should be the same
  • GTFS-rt trip_id 310-50987084 stop_sequence 28 has stop_id 1969 but GTFS stop_sequence 28 has stop_id 265 - stop_ids should be the same
  • GTFS-rt trip_id 310-4278255743 stop_sequence 13 has stop_id 367 but GTFS stop_sequence 13 has stop_id 1677 - stop_ids should be the same
  • GTFS-rt trip_id 310-4278255743 stop_sequence 14 has stop_id 322 but GTFS stop_sequence 14 has stop_id 367 - stop_ids should be the same
  • GTFS-rt trip_id 310-4278255743 stop_sequence 15 has stop_id 329 but GTFS stop_sequence 15 has stop_id 322 - stop_ids should be the same

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

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

Exemples d'erreurs
  • GTFS-rt trip_id 310-50987085 contains stop_sequence 26 that does not exist in GTFS stop_times.txt for this trip
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
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 53 25 fois (81 % des validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 53 25 fois (81 % des validations)
E045 If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt 188 25 fois (81 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 53 25 fois (81 % des validations)
E029 The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. 80 16 fois (52 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 11 3 fois (10 % des validations)
W001 Timestamps should be populated for all elements 42 3 fois (10 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 42 3 fois (10 % des validations)
W003 a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed 42 3 fois (10 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 4 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 13/03/2026 à 07h52 Europe/Paris.

vehicle_positions (53) trip_updates (53) service_alerts (0)

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

trip_updates vehicle_positions

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 13/03/2026 à 07h52 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "6", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385086" }, "departure": { "time": "1773385086" }, "stopId": "1707", "stopSequence": 13 }, { "arrival": { "time": "1773385386" }, "departure": { "time": "1773385386" }, "stopId": "1492", "stopSequence": 14 }, { "arrival": { "time": "1773386286" }, "departure": { "time": "1773386286" }, "stopId": "1400", "stopSequence": 15 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "167", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2801860609" }, "vehicle": { "id": "6", "label": "8111", "licensePlate": "DP-440-XM" } }, "vehicle": { "position": { "latitude": 47.32834243774414, "longitude": -2.4396018981933594 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "167", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2801860609" }, "vehicle": { "id": "6", "label": "8111", "licensePlate": "DP-440-XM" } } }, { "id": "8", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384801" }, "departure": { "time": "1773384801" }, "stopId": "1752", "stopSequence": 15 }, { "arrival": { "time": "1773384861" }, "departure": { "time": "1773384861" }, "stopId": "2503", "stopSequence": 16 }, { "arrival": { "time": "1773385101" }, "departure": { "time": "1773385101" }, "stopId": "1750", "stopSequence": 17 }, { "arrival": { "time": "1773385281" }, "departure": { "time": "1773385281" }, "stopId": "2505", "stopSequence": 18 }, { "arrival": { "time": "1773385641" }, "departure": { "time": "1773385641" }, "stopId": "625", "stopSequence": 19 }, { "arrival": { "time": "1773386481" }, "departure": { "time": "1773386481" }, "stopId": "1400", "stopSequence": 20 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "174", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2919301121" }, "vehicle": { "id": "8", "label": "72458", "licensePlate": "BW-184-MB" } }, "vehicle": { "position": { "latitude": 47.310997009277344, "longitude": -2.333427906036377 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "174", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2919301121" }, "vehicle": { "id": "8", "label": "72458", "licensePlate": "BW-184-MB" } } }, { "id": "18", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384801" }, "departure": { "time": "1773384801" }, "stopId": "266", "stopSequence": 7 }, { "arrival": { "time": "1773386241" }, "departure": { "time": "1773386241" }, "stopId": "1611", "stopSequence": 8 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "157", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2634088449" }, "vehicle": { "id": "18", "label": "10513", "licensePlate": "CM-561-QJ" } }, "vehicle": { "position": { "latitude": 47.27396011352539, "longitude": -2.342474937438965 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "157", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2634088449" }, "vehicle": { "id": "18", "label": "10513", "licensePlate": "CM-561-QJ" } } }, { "id": "21", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384832" }, "departure": { "time": "1773384832" }, "stopId": "363", "stopSequence": 6 }, { "arrival": { "time": "1773385072" }, "departure": { "time": "1773385072" }, "stopId": "264", "stopSequence": 7 }, { "arrival": { "time": "1773385312" }, "departure": { "time": "1773385312" }, "stopId": "1611", "stopSequence": 8 }, { "arrival": { "time": "1773385912" }, "departure": { "time": "1773385912" }, "stopId": "691", "stopSequence": 9 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "156", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2617311233" }, "vehicle": { "id": "21", "label": "18620", "licensePlate": "EF-471-LF" } }, "vehicle": { "position": { "latitude": 47.2872314453125, "longitude": -2.3910329341888428 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "156", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2617311233" }, "vehicle": { "id": "21", "label": "18620", "licensePlate": "EF-471-LF" } } }, { "id": "25", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385147" }, "departure": { "time": "1773385147" }, "stopId": "363", "stopSequence": 16 }, { "arrival": { "time": "1773385447" }, "departure": { "time": "1773385447" }, "stopId": "1611", "stopSequence": 17 }, { "arrival": { "time": "1773385747" }, "departure": { "time": "1773385747" }, "stopId": "303", "stopSequence": 18 }, { "arrival": { "time": "1773385807" }, "departure": { "time": "1773385807" }, "stopId": "1936", "stopSequence": 19 }, { "arrival": { "time": "1773385867" }, "departure": { "time": "1773385867" }, "stopId": "307", "stopSequence": 20 }, { "arrival": { "time": "1773385927" }, "departure": { "time": "1773385927" }, "stopId": "571", "stopSequence": 21 }, { "arrival": { "time": "1773386047" }, "departure": { "time": "1773386047" }, "stopId": "3408", "stopSequence": 22 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "160", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2684420097" }, "vehicle": { "id": "25", "label": "72050", "licensePlate": "AM-097-NL" } }, "vehicle": { "position": { "latitude": 47.290462493896484, "longitude": -2.394818067550659 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "160", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2684420097" }, "vehicle": { "id": "25", "label": "72050", "licensePlate": "AM-097-NL" } } }, { "id": "27", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385150" }, "departure": { "time": "1773385150" }, "stopId": "1486", "stopSequence": 3 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "155", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2600599553" }, "vehicle": { "id": "27", "label": "53034", "licensePlate": "FL-838-MZ" } }, "vehicle": { "position": { "latitude": 47.27914047241211, "longitude": -2.2318849563598633 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "155", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2600599553" }, "vehicle": { "id": "27", "label": "53034", "licensePlate": "FL-838-MZ" } } }, { "id": "30", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384540" }, "departure": { "time": "1773384540" }, "stopId": "1410", "stopSequence": 15 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "196", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3288399873" }, "vehicle": { "id": "30", "label": "53047", "licensePlate": "FK-570-DX" } }, "vehicle": { "position": { "latitude": 47.330623626708984, "longitude": -2.4193480014801025 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "196", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3288399873" }, "vehicle": { "id": "30", "label": "53047", "licensePlate": "FK-570-DX" } } }, { "id": "37", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384802" }, "departure": { "time": "1773384802" }, "stopId": "426", "stopSequence": 8 }, { "arrival": { "time": "1773384922" }, "departure": { "time": "1773384922" }, "stopId": "430", "stopSequence": 9 }, { "arrival": { "time": "1773385402" }, "departure": { "time": "1773385402" }, "stopId": "446", "stopSequence": 10 }, { "arrival": { "time": "1773385462" }, "departure": { "time": "1773385462" }, "stopId": "448", "stopSequence": 11 }, { "arrival": { "time": "1773386182" }, "departure": { "time": "1773386182" }, "stopId": "1966", "stopSequence": 12 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "159", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2667642881" }, "vehicle": { "id": "37", "label": "72004", "licensePlate": "EG-909-VC" } }, "vehicle": { "position": { "latitude": 47.294532775878906, "longitude": -2.5199921131134033 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "159", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2667642881" }, "vehicle": { "id": "37", "label": "72004", "licensePlate": "EG-909-VC" } } }, { "id": "38", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384849" }, "departure": { "time": "1773384849" }, "stopId": "1739", "stopSequence": 9 }, { "arrival": { "time": "1773384909" }, "departure": { "time": "1773384909" }, "stopId": "1917", "stopSequence": 10 }, { "arrival": { "time": "1773385089" }, "departure": { "time": "1773385089" }, "stopId": "344", "stopSequence": 11 }, { "arrival": { "time": "1773385689" }, "departure": { "time": "1773385689" }, "stopId": "1413", "stopSequence": 12 }, { "arrival": { "time": "1773385989" }, "departure": { "time": "1773385989" }, "stopId": "1845", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "220", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3691184129" }, "vehicle": { "id": "38", "label": "72006", "licensePlate": "EG-060-VD" } }, "vehicle": { "position": { "latitude": 47.45479202270508, "longitude": -2.2325470447540283 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "220", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3691184129" }, "vehicle": { "id": "38", "label": "72006", "licensePlate": "EG-060-VD" } } }, { "id": "40", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385086" }, "departure": { "time": "1773385086" }, "stopId": "1492", "stopSequence": 10 }, { "arrival": { "time": "1773385986" }, "departure": { "time": "1773385986" }, "stopId": "1400", "stopSequence": 11 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "185", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3103850497" }, "vehicle": { "id": "40", "label": "72017", "licensePlate": "ET-481-QC" } }, "vehicle": { "position": { "latitude": 47.349761962890625, "longitude": -2.4243690967559814 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "185", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3103850497" }, "vehicle": { "id": "40", "label": "72017", "licensePlate": "ET-481-QC" } } }, { "id": "41", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385200" }, "departure": { "time": "1773385200" }, "stopId": "1707", "stopSequence": 5 }, { "arrival": { "time": "1773385500" }, "departure": { "time": "1773385500" }, "stopId": "1492", "stopSequence": 6 }, { "arrival": { "time": "1773386100" }, "departure": { "time": "1773386100" }, "stopId": "1400", "stopSequence": 7 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "177", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2969632769" }, "vehicle": { "id": "41", "label": "72018", "licensePlate": "ET-386-PW" } }, "vehicle": { "position": { "latitude": 47.34281539916992, "longitude": -2.438430070877075 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "177", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2969632769" }, "vehicle": { "id": "41", "label": "72018", "licensePlate": "ET-386-PW" } } }, { "id": "42", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384742" }, "departure": { "time": "1773384742" }, "stopId": "2146", "stopSequence": 7 }, { "arrival": { "time": "1773385582" }, "departure": { "time": "1773385582" }, "stopId": "1845", "stopSequence": 8 }, { "arrival": { "time": "1773385882" }, "departure": { "time": "1773385882" }, "stopId": "1413", "stopSequence": 9 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "218", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3657498625" }, "vehicle": { "id": "42", "label": "72019", "licensePlate": "ET-841-PV" } }, "vehicle": { "position": { "latitude": 47.42491912841797, "longitude": -2.2927279472351074 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "218", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3657498625" }, "vehicle": { "id": "42", "label": "72019", "licensePlate": "ET-841-PV" } } }, { "id": "43", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773386078" }, "departure": { "time": "1773386078" }, "stopId": "1611", "stopSequence": 11 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "150", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2516647937" }, "vehicle": { "id": "43", "label": "72020", "licensePlate": "ET-450-PW" } }, "vehicle": { "position": { "latitude": 47.259368896484375, "longitude": -2.3342530727386475 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "150", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2516647937" }, "vehicle": { "id": "43", "label": "72020", "licensePlate": "ET-450-PW" } } }, { "id": "44", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773383828" }, "departure": { "time": "1773383828" }, "stopId": "958", "stopSequence": 10 }, { "arrival": { "time": "1773383948" }, "departure": { "time": "1773383948" }, "stopId": "543", "stopSequence": 11 }, { "arrival": { "time": "1773384368" }, "departure": { "time": "1773384368" }, "stopId": "280", "stopSequence": 12 }, { "arrival": { "time": "1773384428" }, "departure": { "time": "1773384428" }, "stopId": "814", "stopSequence": 13 }, { "arrival": { "time": "1773384548" }, "departure": { "time": "1773384548" }, "stopId": "349", "stopSequence": 14 }, { "arrival": { "time": "1773385088" }, "departure": { "time": "1773385088" }, "stopId": "1707", "stopSequence": 15 }, { "arrival": { "time": "1773385688" }, "departure": { "time": "1773385688" }, "stopId": "1492", "stopSequence": 16 }, { "arrival": { "time": "1773386288" }, "departure": { "time": "1773386288" }, "stopId": "1400", "stopSequence": 17 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "178", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2986409985" }, "vehicle": { "id": "44", "label": "72021", "licensePlate": "AA-063-PQ" } }, "vehicle": { "position": { "latitude": 47.336551666259766, "longitude": -2.4274520874023438 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "178", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2986409985" }, "vehicle": { "id": "44", "label": "72021", "licensePlate": "AA-063-PQ" } } }, { "id": "45", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384887" }, "departure": { "time": "1773384887" }, "stopId": "1707", "stopSequence": 11 }, { "arrival": { "time": "1773385187" }, "departure": { "time": "1773385187" }, "stopId": "1492", "stopSequence": 12 }, { "arrival": { "time": "1773386087" }, "departure": { "time": "1773386087" }, "stopId": "1400", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "186", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3120627713" }, "vehicle": { "id": "45", "label": "72042", "licensePlate": "AC-959-EX" } }, "vehicle": { "position": { "latitude": 47.32830810546875, "longitude": -2.4195690155029297 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "186", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3120627713" }, "vehicle": { "id": "45", "label": "72042", "licensePlate": "AC-959-EX" } } }, { "id": "46", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384948" }, "departure": { "time": "1773384948" }, "stopId": "1413", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "215", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3607166977" }, "vehicle": { "id": "46", "label": "1047", "licensePlate": "AR-185-PZ" } }, "vehicle": { "position": { "latitude": 47.444602966308594, "longitude": -2.3230020999908447 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "215", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3607166977" }, "vehicle": { "id": "46", "label": "1047", "licensePlate": "AR-185-PZ" } } }, { "id": "47", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384873" }, "departure": { "time": "1773384873" }, "stopId": "1520", "stopSequence": 3 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "201", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3372417025" }, "vehicle": { "id": "47", "label": "3012", "licensePlate": "BT-039-JE" } }, "vehicle": { "position": { "latitude": 47.33809280395508, "longitude": -2.4207329750061035 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "201", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3372417025" }, "vehicle": { "id": "47", "label": "3012", "licensePlate": "BT-039-JE" } } }, { "id": "51", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384551" }, "departure": { "time": "1773384551" }, "stopId": "1410", "stopSequence": 12 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "192", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3221422081" }, "vehicle": { "id": "51", "label": "119", "licensePlate": "EK-112-WM" } }, "vehicle": { "position": { "latitude": 47.33056640625, "longitude": -2.4193670749664307 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "192", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3221422081" }, "vehicle": { "id": "51", "label": "119", "licensePlate": "EK-112-WM" } } }, { "id": "54", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384975" }, "departure": { "time": "1773384975" }, "stopId": "2226", "stopSequence": 11 }, { "arrival": { "time": "1773385335" }, "departure": { "time": "1773385335" }, "stopId": "259", "stopSequence": 12 }, { "arrival": { "time": "1773385935" }, "departure": { "time": "1773385935" }, "stopId": "1845", "stopSequence": 13 }, { "arrival": { "time": "1773386115" }, "departure": { "time": "1773386115" }, "stopId": "1413", "stopSequence": 14 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "221", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3707961345" }, "vehicle": { "id": "54", "label": "244", "licensePlate": "FX-830-EQ" } }, "vehicle": { "position": { "latitude": 47.400489807128906, "longitude": -2.3115100860595703 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "221", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3707961345" }, "vehicle": { "id": "54", "label": "244", "licensePlate": "FX-830-EQ" } } }, { "id": "57", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385212" }, "departure": { "time": "1773385212" }, "stopId": "559", "stopSequence": 21 }, { "arrival": { "time": "1773385272" }, "departure": { "time": "1773385272" }, "stopId": "562", "stopSequence": 22 }, { "arrival": { "time": "1773385452" }, "departure": { "time": "1773385452" }, "stopId": "3440", "stopSequence": 23 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-67633201" }, "vehicle": { "id": "57", "label": "24651", "licensePlate": "EA-036-VY" } }, "vehicle": { "position": { "latitude": 47.29638671875, "longitude": -2.3538570404052734 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-67633201" }, "vehicle": { "id": "57", "label": "24651", "licensePlate": "EA-036-VY" } } }, { "id": "64", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384811" }, "departure": { "time": "1773384811" }, "stopId": "617", "stopSequence": 14 }, { "arrival": { "time": "1773384991" }, "departure": { "time": "1773384991" }, "stopId": "1707", "stopSequence": 15 }, { "arrival": { "time": "1773385291" }, "departure": { "time": "1773385291" }, "stopId": "1492", "stopSequence": 16 }, { "arrival": { "time": "1773385891" }, "departure": { "time": "1773385891" }, "stopId": "1400", "stopSequence": 17 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "169", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2835415041" }, "vehicle": { "id": "64", "label": "1031", "licensePlate": "7514XQ22" } }, "vehicle": { "position": { "latitude": 47.31571578979492, "longitude": -2.4119091033935547 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "169", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2835415041" }, "vehicle": { "id": "64", "label": "1031", "licensePlate": "7514XQ22" } } }, { "id": "65", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384924" }, "departure": { "time": "1773384924" }, "stopId": "1707", "stopSequence": 16 }, { "arrival": { "time": "1773385224" }, "departure": { "time": "1773385224" }, "stopId": "1492", "stopSequence": 17 }, { "arrival": { "time": "1773386124" }, "departure": { "time": "1773386124" }, "stopId": "1400", "stopSequence": 18 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "162", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2717974529" }, "vehicle": { "id": "65", "label": "1033", "licensePlate": "7494XQ22" } }, "vehicle": { "position": { "latitude": 47.34468078613281, "longitude": -2.439162015914917 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "162", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2717974529" }, "vehicle": { "id": "65", "label": "1033", "licensePlate": "7494XQ22" } } }, { "id": "66", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384754" }, "departure": { "time": "1773384754" }, "stopId": "632", "stopSequence": 11 }, { "arrival": { "time": "1773385054" }, "departure": { "time": "1773385054" }, "stopId": "1707", "stopSequence": 12 }, { "arrival": { "time": "1773385354" }, "departure": { "time": "1773385354" }, "stopId": "1492", "stopSequence": 13 }, { "arrival": { "time": "1773386254" }, "departure": { "time": "1773386254" }, "stopId": "1400", "stopSequence": 14 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "168", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2818637825" }, "vehicle": { "id": "66", "label": "215", "licensePlate": "EF-223-DM" } }, "vehicle": { "position": { "latitude": 47.328033447265625, "longitude": -2.4464120864868164 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "168", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2818637825" }, "vehicle": { "id": "66", "label": "215", "licensePlate": "EF-223-DM" } } }, { "id": "69", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385200" }, "departure": { "time": "1773385200" }, "stopId": "1410", "stopSequence": 1 }, { "arrival": { "time": "1773385800" }, "departure": { "time": "1773385800" }, "stopId": "1406", "stopSequence": 2 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "257", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-4311810049-SELS69-LM_JV__" }, "vehicle": { "id": "69", "label": "20695", "licensePlate": "AY-919-TC" } }, "vehicle": { "position": { "latitude": 47.33051300048828, "longitude": -2.4193079471588135 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "257", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-4311810049-SELS69-LM_JV__" }, "vehicle": { "id": "69", "label": "20695", "licensePlate": "AY-919-TC" } } }, { "id": "70", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773382740" }, "departure": { "time": "1773382740" }, "stopId": "1068", "stopSequence": 1 }, { "arrival": { "time": "1773382860" }, "departure": { "time": "1773382860" }, "stopId": "2261", "stopSequence": 2 }, { "arrival": { "time": "1773383160" }, "departure": { "time": "1773383160" }, "stopId": "669", "stopSequence": 3 }, { "arrival": { "time": "1773383220" }, "departure": { "time": "1773383220" }, "stopId": "534", "stopSequence": 4 }, { "arrival": { "time": "1773383400" }, "departure": { "time": "1773383400" }, "stopId": "872", "stopSequence": 5 }, { "arrival": { "time": "1773383520" }, "departure": { "time": "1773383520" }, "stopId": "736", "stopSequence": 6 }, { "arrival": { "time": "1773384000" }, "departure": { "time": "1773384000" }, "stopId": "3363", "stopSequence": 7 }, { "arrival": { "time": "1773384060" }, "departure": { "time": "1773384060" }, "stopId": "1767", "stopSequence": 8 }, { "arrival": { "time": "1773384180" }, "departure": { "time": "1773384180" }, "stopId": "3364", "stopSequence": 9 }, { "arrival": { "time": "1773384900" }, "departure": { "time": "1773384900" }, "stopId": "1492", "stopSequence": 10 }, { "arrival": { "time": "1773385200" }, "departure": { "time": "1773385200" }, "stopId": "1707", "stopSequence": 11 }, { "arrival": { "time": "1773386100" }, "departure": { "time": "1773386100" }, "stopId": "1400", "stopSequence": 12 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "180", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3019964417" }, "vehicle": { "id": "70", "label": "1030", "licensePlate": "5371XQ22" } }, "vehicle": { "position": { "latitude": 47.326663970947266, "longitude": -2.4119648933410645 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "180", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3019964417" }, "vehicle": { "id": "70", "label": "1030", "licensePlate": "5371XQ22" } } }, { "id": "71", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773381981" }, "departure": { "time": "1773381981" }, "stopId": "2556", "stopSequence": 1 }, { "arrival": { "time": "1773382161" }, "departure": { "time": "1773382161" }, "stopId": "2174", "stopSequence": 2 }, { "arrival": { "time": "1773382281" }, "departure": { "time": "1773382281" }, "stopId": "1010", "stopSequence": 3 }, { "arrival": { "time": "1773382401" }, "departure": { "time": "1773382401" }, "stopId": "1676", "stopSequence": 4 }, { "arrival": { "time": "1773382521" }, "departure": { "time": "1773382521" }, "stopId": "616", "stopSequence": 5 }, { "arrival": { "time": "1773382641" }, "departure": { "time": "1773382641" }, "stopId": "658", "stopSequence": 6 }, { "arrival": { "time": "1773382701" }, "departure": { "time": "1773382701" }, "stopId": "614", "stopSequence": 7 }, { "arrival": { "time": "1773383121" }, "departure": { "time": "1773383121" }, "stopId": "1819", "stopSequence": 8 }, { "arrival": { "time": "1773383181" }, "departure": { "time": "1773383181" }, "stopId": "2088", "stopSequence": 9 }, { "arrival": { "time": "1773383361" }, "departure": { "time": "1773383361" }, "stopId": "2187", "stopSequence": 10 }, { "arrival": { "time": "1773383541" }, "departure": { "time": "1773383541" }, "stopId": "2151", "stopSequence": 11 }, { "arrival": { "time": "1773383661" }, "departure": { "time": "1773383661" }, "stopId": "2324", "stopSequence": 12 }, { "arrival": { "time": "1773383781" }, "departure": { "time": "1773383781" }, "stopId": "2132", "stopSequence": 13 }, { "arrival": { "time": "1773383841" }, "departure": { "time": "1773383841" }, "stopId": "1799", "stopSequence": 14 }, { "arrival": { "time": "1773383961" }, "departure": { "time": "1773383961" }, "stopId": "2091", "stopSequence": 15 }, { "arrival": { "time": "1773384081" }, "departure": { "time": "1773384081" }, "stopId": "746", "stopSequence": 16 }, { "arrival": { "time": "1773384201" }, "departure": { "time": "1773384201" }, "stopId": "756", "stopSequence": 17 }, { "arrival": { "time": "1773384681" }, "departure": { "time": "1773384681" }, "stopId": "1707", "stopSequence": 18 }, { "arrival": { "time": "1773384981" }, "departure": { "time": "1773384981" }, "stopId": "1492", "stopSequence": 19 }, { "arrival": { "time": "1773385881" }, "departure": { "time": "1773385881" }, "stopId": "1400", "stopSequence": 20 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "173", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2902523905" }, "vehicle": { "id": "71", "label": "1028", "licensePlate": "5365XQ22" } }, "vehicle": { "position": { "latitude": 47.33845138549805, "longitude": -2.435976982116699 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "173", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2902523905" }, "vehicle": { "id": "71", "label": "1028", "licensePlate": "5365XQ22" } } }, { "id": "80", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384784" }, "departure": { "time": "1773384784" }, "stopId": "262", "stopSequence": 12 }, { "arrival": { "time": "1773384904" }, "departure": { "time": "1773384904" }, "stopId": "303", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-16842881" }, "vehicle": { "id": "80", "label": "25231", "licensePlate": "EG-706-BX" } }, "vehicle": { "position": { "latitude": 47.28664016723633, "longitude": -2.3786380290985107 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-16842881" }, "vehicle": { "id": "80", "label": "25231", "licensePlate": "EG-706-BX" } } }, { "id": "81", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384864" }, "departure": { "time": "1773384864" }, "stopId": "1250", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-16908421" }, "vehicle": { "id": "81", "label": "25232", "licensePlate": "EG-959-BX" } }, "vehicle": { "position": { "latitude": 47.328643798828125, "longitude": -2.4207170009613037 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-16908421" }, "vehicle": { "id": "81", "label": "25232", "licensePlate": "EG-959-BX" } } }, { "id": "82", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384825" }, "departure": { "time": "1773384825" }, "stopId": "627", "stopSequence": 2 }, { "arrival": { "time": "1773384885" }, "departure": { "time": "1773384885" }, "stopId": "618", "stopSequence": 3 }, { "arrival": { "time": "1773385005" }, "departure": { "time": "1773385005" }, "stopId": "620", "stopSequence": 4 }, { "arrival": { "time": "1773385125" }, "departure": { "time": "1773385125" }, "stopId": "626", "stopSequence": 5 }, { "arrival": { "time": "1773385485" }, "departure": { "time": "1773385485" }, "stopId": "283", "stopSequence": 6 }, { "arrival": { "time": "1773385545" }, "departure": { "time": "1773385545" }, "stopId": "651", "stopSequence": 7 }, { "arrival": { "time": "1773385665" }, "departure": { "time": "1773385665" }, "stopId": "593", "stopSequence": 8 }, { "arrival": { "time": "1773385725" }, "departure": { "time": "1773385725" }, "stopId": "331", "stopSequence": 9 }, { "arrival": { "time": "1773385785" }, "departure": { "time": "1773385785" }, "stopId": "462", "stopSequence": 10 }, { "arrival": { "time": "1773385845" }, "departure": { "time": "1773385845" }, "stopId": "445", "stopSequence": 11 }, { "arrival": { "time": "1773385905" }, "departure": { "time": "1773385905" }, "stopId": "337", "stopSequence": 12 }, { "arrival": { "time": "1773385965" }, "departure": { "time": "1773385965" }, "stopId": "467", "stopSequence": 13 }, { "arrival": { "time": "1773386025" }, "departure": { "time": "1773386025" }, "stopId": "502", "stopSequence": 14 }, { "arrival": { "time": "1773386085" }, "departure": { "time": "1773386085" }, "stopId": "516", "stopSequence": 15 }, { "arrival": { "time": "1773386086" }, "departure": { "time": "1773386086" }, "stopId": "524", "stopSequence": 16 }, { "arrival": { "time": "1773386206" }, "departure": { "time": "1773386206" }, "stopId": "589", "stopSequence": 17 }, { "arrival": { "time": "1773386326" }, "departure": { "time": "1773386326" }, "stopId": "525", "stopSequence": 18 }, { "arrival": { "time": "1773386386" }, "departure": { "time": "1773386386" }, "stopId": "314", "stopSequence": 19 }, { "arrival": { "time": "1773386446" }, "departure": { "time": "1773386446" }, "stopId": "289", "stopSequence": 20 }, { "arrival": { "time": "1773386506" }, "departure": { "time": "1773386506" }, "stopId": "267", "stopSequence": 21 }, { "arrival": { "time": "1773386566" }, "departure": { "time": "1773386566" }, "stopId": "2001", "stopSequence": 22 }, { "arrival": { "time": "1773386686" }, "departure": { "time": "1773386686" }, "stopId": "402", "stopSequence": 23 }, { "arrival": { "time": "1773386687" }, "departure": { "time": "1773386687" }, "stopId": "403", "stopSequence": 24 }, { "arrival": { "time": "1773386867" }, "departure": { "time": "1773386867" }, "stopId": "429", "stopSequence": 25 }, { "arrival": { "time": "1773386927" }, "departure": { "time": "1773386927" }, "stopId": "427", "stopSequence": 26 }, { "arrival": { "time": "1773386987" }, "departure": { "time": "1773386987" }, "stopId": "424", "stopSequence": 27 }, { "arrival": { "time": "1773387107" }, "departure": { "time": "1773387107" }, "stopId": "414", "stopSequence": 28 }, { "arrival": { "time": "1773387227" }, "departure": { "time": "1773387227" }, "stopId": "412", "stopSequence": 29 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "18", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-302448664" }, "vehicle": { "id": "82", "label": "25233", "licensePlate": "EG-129-BY" } }, "vehicle": { "position": { "latitude": 47.33155822753906, "longitude": -2.4280779361724854 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "18", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-302448664" }, "vehicle": { "id": "82", "label": "25233", "licensePlate": "EG-129-BY" } } }, { "id": "83", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773381143" }, "departure": { "time": "1773381143" }, "stopId": "412", "stopSequence": 1 }, { "arrival": { "time": "1773381263" }, "departure": { "time": "1773381263" }, "stopId": "413", "stopSequence": 2 }, { "arrival": { "time": "1773381383" }, "departure": { "time": "1773381383" }, "stopId": "423", "stopSequence": 3 }, { "arrival": { "time": "1773381443" }, "departure": { "time": "1773381443" }, "stopId": "426", "stopSequence": 4 }, { "arrival": { "time": "1773381503" }, "departure": { "time": "1773381503" }, "stopId": "428", "stopSequence": 5 }, { "arrival": { "time": "1773381623" }, "departure": { "time": "1773381623" }, "stopId": "402", "stopSequence": 6 }, { "arrival": { "time": "1773381683" }, "departure": { "time": "1773381683" }, "stopId": "403", "stopSequence": 7 }, { "arrival": { "time": "1773381803" }, "departure": { "time": "1773381803" }, "stopId": "1104", "stopSequence": 8 }, { "arrival": { "time": "1773381863" }, "departure": { "time": "1773381863" }, "stopId": "268", "stopSequence": 9 }, { "arrival": { "time": "1773381923" }, "departure": { "time": "1773381923" }, "stopId": "273", "stopSequence": 10 }, { "arrival": { "time": "1773381983" }, "departure": { "time": "1773381983" }, "stopId": "313", "stopSequence": 11 }, { "arrival": { "time": "1773382103" }, "departure": { "time": "1773382103" }, "stopId": "538", "stopSequence": 12 }, { "arrival": { "time": "1773382163" }, "departure": { "time": "1773382163" }, "stopId": "588", "stopSequence": 13 }, { "arrival": { "time": "1773382223" }, "departure": { "time": "1773382223" }, "stopId": "523", "stopSequence": 14 }, { "arrival": { "time": "1773382283" }, "departure": { "time": "1773382283" }, "stopId": "515", "stopSequence": 15 }, { "arrival": { "time": "1773382343" }, "departure": { "time": "1773382343" }, "stopId": "501", "stopSequence": 16 }, { "arrival": { "time": "1773382403" }, "departure": { "time": "1773382403" }, "stopId": "476", "stopSequence": 17 }, { "arrival": { "time": "1773382463" }, "departure": { "time": "1773382463" }, "stopId": "330", "stopSequence": 18 }, { "arrival": { "time": "1773382523" }, "departure": { "time": "1773382523" }, "stopId": "443", "stopSequence": 19 }, { "arrival": { "time": "1773382643" }, "departure": { "time": "1773382643" }, "stopId": "449", "stopSequence": 20 }, { "arrival": { "time": "1773382763" }, "departure": { "time": "1773382763" }, "stopId": "453", "stopSequence": 21 }, { "arrival": { "time": "1773383183" }, "departure": { "time": "1773383183" }, "stopId": "465", "stopSequence": 22 }, { "arrival": { "time": "1773383303" }, "departure": { "time": "1773383303" }, "stopId": "442", "stopSequence": 23 }, { "arrival": { "time": "1773383363" }, "departure": { "time": "1773383363" }, "stopId": "335", "stopSequence": 24 }, { "arrival": { "time": "1773383483" }, "departure": { "time": "1773383483" }, "stopId": "594", "stopSequence": 25 }, { "arrival": { "time": "1773383603" }, "departure": { "time": "1773383603" }, "stopId": "650", "stopSequence": 26 }, { "arrival": { "time": "1773383663" }, "departure": { "time": "1773383663" }, "stopId": "282", "stopSequence": 27 }, { "arrival": { "time": "1773384023" }, "departure": { "time": "1773384023" }, "stopId": "617", "stopSequence": 28 }, { "arrival": { "time": "1773384143" }, "departure": { "time": "1773384143" }, "stopId": "628", "stopSequence": 29 }, { "arrival": { "time": "1773384263" }, "departure": { "time": "1773384263" }, "stopId": "637", "stopSequence": 30 }, { "arrival": { "time": "1773384743" }, "departure": { "time": "1773384743" }, "stopId": "646", "stopSequence": 31 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "18", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-302579714" }, "vehicle": { "id": "83", "label": "25234", "licensePlate": "EG-235-BY" } }, "vehicle": { "position": { "latitude": 47.32018280029297, "longitude": -2.431217908859253 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "18", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-302579714" }, "vehicle": { "id": "83", "label": "25234", "licensePlate": "EG-235-BY" } } }, { "id": "84", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384806" }, "departure": { "time": "1773384806" }, "stopId": "586", "stopSequence": 38 }, { "arrival": { "time": "1773384866" }, "departure": { "time": "1773384866" }, "stopId": "297", "stopSequence": 39 }, { "arrival": { "time": "1773384926" }, "departure": { "time": "1773384926" }, "stopId": "299", "stopSequence": 40 }, { "arrival": { "time": "1773384986" }, "departure": { "time": "1773384986" }, "stopId": "584", "stopSequence": 41 }, { "arrival": { "time": "1773385106" }, "departure": { "time": "1773385106" }, "stopId": "302", "stopSequence": 42 }, { "arrival": { "time": "1773385346" }, "departure": { "time": "1773385346" }, "stopId": "730", "stopSequence": 43 }, { "arrival": { "time": "1773385466" }, "departure": { "time": "1773385466" }, "stopId": "264", "stopSequence": 44 }, { "arrival": { "time": "1773385586" }, "departure": { "time": "1773385586" }, "stopId": "262", "stopSequence": 45 }, { "arrival": { "time": "1773385646" }, "departure": { "time": "1773385646" }, "stopId": "580", "stopSequence": 46 }, { "arrival": { "time": "1773385766" }, "departure": { "time": "1773385766" }, "stopId": "582", "stopSequence": 47 }, { "arrival": { "time": "1773385826" }, "departure": { "time": "1773385826" }, "stopId": "306", "stopSequence": 48 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "26", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-436274200" }, "vehicle": { "id": "84", "label": "25235", "licensePlate": "EG-434-BY" } }, "vehicle": { "position": { "latitude": 47.279640197753906, "longitude": -2.423362970352173 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "26", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-436274200" }, "vehicle": { "id": "84", "label": "25235", "licensePlate": "EG-434-BY" } } }, { "id": "85", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384806" }, "departure": { "time": "1773384806" }, "stopId": "443", "stopSequence": 17 }, { "arrival": { "time": "1773384926" }, "departure": { "time": "1773384926" }, "stopId": "3430", "stopSequence": 18 }, { "arrival": { "time": "1773384986" }, "departure": { "time": "1773384986" }, "stopId": "459", "stopSequence": 19 }, { "arrival": { "time": "1773385046" }, "departure": { "time": "1773385046" }, "stopId": "456", "stopSequence": 20 }, { "arrival": { "time": "1773385106" }, "departure": { "time": "1773385106" }, "stopId": "454", "stopSequence": 21 }, { "arrival": { "time": "1773385166" }, "departure": { "time": "1773385166" }, "stopId": "452", "stopSequence": 22 }, { "arrival": { "time": "1773385226" }, "departure": { "time": "1773385226" }, "stopId": "450", "stopSequence": 23 }, { "arrival": { "time": "1773385286" }, "departure": { "time": "1773385286" }, "stopId": "441", "stopSequence": 24 }, { "arrival": { "time": "1773385287" }, "departure": { "time": "1773385287" }, "stopId": "438", "stopSequence": 25 }, { "arrival": { "time": "1773385347" }, "departure": { "time": "1773385347" }, "stopId": "271", "stopSequence": 26 }, { "arrival": { "time": "1773385407" }, "departure": { "time": "1773385407" }, "stopId": "656", "stopSequence": 27 }, { "arrival": { "time": "1773385467" }, "departure": { "time": "1773385467" }, "stopId": "457", "stopSequence": 28 }, { "arrival": { "time": "1773385527" }, "departure": { "time": "1773385527" }, "stopId": "447", "stopSequence": 29 }, { "arrival": { "time": "1773385587" }, "departure": { "time": "1773385587" }, "stopId": "421", "stopSequence": 30 }, { "arrival": { "time": "1773385647" }, "departure": { "time": "1773385647" }, "stopId": "393", "stopSequence": 31 }, { "arrival": { "time": "1773385707" }, "departure": { "time": "1773385707" }, "stopId": "346", "stopSequence": 32 }, { "arrival": { "time": "1773385827" }, "departure": { "time": "1773385827" }, "stopId": "325", "stopSequence": 33 }, { "arrival": { "time": "1773385887" }, "departure": { "time": "1773385887" }, "stopId": "314", "stopSequence": 34 }, { "arrival": { "time": "1773385947" }, "departure": { "time": "1773385947" }, "stopId": "289", "stopSequence": 35 }, { "arrival": { "time": "1773386007" }, "departure": { "time": "1773386007" }, "stopId": "437", "stopSequence": 36 }, { "arrival": { "time": "1773386187" }, "departure": { "time": "1773386187" }, "stopId": "402", "stopSequence": 37 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "26", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-436405062" }, "vehicle": { "id": "85", "label": "25236", "licensePlate": "EG-585-BY" } }, "vehicle": { "position": { "latitude": 47.27854919433594, "longitude": -2.435465097427368 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "26", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-436405062" }, "vehicle": { "id": "85", "label": "25236", "licensePlate": "EG-585-BY" } } }, { "id": "87", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384763" }, "departure": { "time": "1773384763" }, "stopId": "695", "stopSequence": 15 }, { "arrival": { "time": "1773384823" }, "departure": { "time": "1773384823" }, "stopId": "682", "stopSequence": 16 }, { "arrival": { "time": "1773384883" }, "departure": { "time": "1773384883" }, "stopId": "685", "stopSequence": 17 }, { "arrival": { "time": "1773385063" }, "departure": { "time": "1773385063" }, "stopId": "688", "stopSequence": 18 }, { "arrival": { "time": "1773385123" }, "departure": { "time": "1773385123" }, "stopId": "672", "stopSequence": 19 }, { "arrival": { "time": "1773385243" }, "departure": { "time": "1773385243" }, "stopId": "519", "stopSequence": 20 }, { "arrival": { "time": "1773385363" }, "departure": { "time": "1773385363" }, "stopId": "570", "stopSequence": 21 }, { "arrival": { "time": "1773385423" }, "departure": { "time": "1773385423" }, "stopId": "577", "stopSequence": 22 }, { "arrival": { "time": "1773385483" }, "departure": { "time": "1773385483" }, "stopId": "308", "stopSequence": 23 }, { "arrival": { "time": "1773385543" }, "departure": { "time": "1773385543" }, "stopId": "568", "stopSequence": 24 }, { "arrival": { "time": "1773385843" }, "departure": { "time": "1773385843" }, "stopId": "306", "stopSequence": 26 }, { "arrival": { "time": "1773385963" }, "departure": { "time": "1773385963" }, "stopId": "263", "stopSequence": 26 }, { "arrival": { "time": "1773386023" }, "departure": { "time": "1773386023" }, "stopId": "265", "stopSequence": 27 }, { "arrival": { "time": "1773386203" }, "departure": { "time": "1773386203" }, "stopId": "1969", "stopSequence": 28 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50987084" }, "vehicle": { "id": "87", "label": "169001", "licensePlate": "DY-177-XG" } }, "vehicle": { "position": { "latitude": 47.258724212646484, "longitude": -2.330487012863159 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50987084" }, "vehicle": { "id": "87", "label": "169001", "licensePlate": "DY-177-XG" } } }, { "id": "89", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384803" }, "departure": { "time": "1773384803" }, "stopId": "694", "stopSequence": 13 }, { "arrival": { "time": "1773384863" }, "departure": { "time": "1773384863" }, "stopId": "670", "stopSequence": 14 }, { "arrival": { "time": "1773384923" }, "departure": { "time": "1773384923" }, "stopId": "692", "stopSequence": 15 }, { "arrival": { "time": "1773384983" }, "departure": { "time": "1773384983" }, "stopId": "675", "stopSequence": 16 }, { "arrival": { "time": "1773385043" }, "departure": { "time": "1773385043" }, "stopId": "673", "stopSequence": 17 }, { "arrival": { "time": "1773385103" }, "departure": { "time": "1773385103" }, "stopId": "679", "stopSequence": 18 }, { "arrival": { "time": "1773385223" }, "departure": { "time": "1773385223" }, "stopId": "677", "stopSequence": 19 }, { "arrival": { "time": "1773385283" }, "departure": { "time": "1773385283" }, "stopId": "686", "stopSequence": 20 }, { "arrival": { "time": "1773385343" }, "departure": { "time": "1773385343" }, "stopId": "696", "stopSequence": 21 }, { "arrival": { "time": "1773385403" }, "departure": { "time": "1773385403" }, "stopId": "689", "stopSequence": 22 }, { "arrival": { "time": "1773385523" }, "departure": { "time": "1773385523" }, "stopId": "566", "stopSequence": 23 }, { "arrival": { "time": "1773385703" }, "departure": { "time": "1773385703" }, "stopId": "683", "stopSequence": 24 }, { "arrival": { "time": "1773385763" }, "departure": { "time": "1773385763" }, "stopId": "550", "stopSequence": 25 }, { "arrival": { "time": "1773385823" }, "departure": { "time": "1773385823" }, "stopId": "552", "stopSequence": 26 }, { "arrival": { "time": "1773385883" }, "departure": { "time": "1773385883" }, "stopId": "1684", "stopSequence": 27 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50593864" }, "vehicle": { "id": "89", "label": "169003", "licensePlate": "DZ-187-AJ" } }, "vehicle": { "position": { "latitude": 47.259220123291016, "longitude": -2.334054946899414 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50593864" }, "vehicle": { "id": "89", "label": "169003", "licensePlate": "DZ-187-AJ" } } }, { "id": "95", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384926" }, "departure": { "time": "1773384926" }, "stopId": "467", "stopSequence": 18 }, { "arrival": { "time": "1773384986" }, "departure": { "time": "1773384986" }, "stopId": "502", "stopSequence": 19 }, { "arrival": { "time": "1773386486" }, "departure": { "time": "1773386486" }, "stopId": "1400", "stopSequence": 20 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "170", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2852192257" }, "vehicle": { "id": "95", "label": "100", "licensePlate": "FX-468-EQ" } }, "vehicle": { "position": { "latitude": 47.27733612060547, "longitude": -2.444200038909912 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "170", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2852192257" }, "vehicle": { "id": "95", "label": "100", "licensePlate": "FX-468-EQ" } } }, { "id": "96", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384919" }, "departure": { "time": "1773384919" }, "stopId": "646", "stopSequence": 19 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "191", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3204579329" }, "vehicle": { "id": "96", "label": "101", "licensePlate": "EF-339-DX" } }, "vehicle": { "position": { "latitude": 47.32693862915039, "longitude": -2.4329071044921875 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "191", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3204579329" }, "vehicle": { "id": "96", "label": "101", "licensePlate": "EF-339-DX" } } }, { "id": "97", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384862" }, "departure": { "time": "1773384862" }, "stopId": "2504", "stopSequence": 11 }, { "arrival": { "time": "1773385582" }, "departure": { "time": "1773385582" }, "stopId": "1611", "stopSequence": 12 }, { "arrival": { "time": "1773386602" }, "departure": { "time": "1773386602" }, "stopId": "3408", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "154", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2583756801" }, "vehicle": { "id": "97", "label": "104", "licensePlate": "EF-466-DX" } }, "vehicle": { "position": { "latitude": 47.3253288269043, "longitude": -2.3338239192962646 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "154", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2583756801" }, "vehicle": { "id": "97", "label": "104", "licensePlate": "EF-466-DX" } } }, { "id": "99", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384790" }, "departure": { "time": "1773384790" }, "stopId": "320", "stopSequence": 5 }, { "arrival": { "time": "1773385810" }, "departure": { "time": "1773385810" }, "stopId": "363", "stopSequence": 6 }, { "arrival": { "time": "1773386110" }, "departure": { "time": "1773386110" }, "stopId": "1611", "stopSequence": 7 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "153", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2566979585" }, "vehicle": { "id": "99", "label": "214", "licensePlate": "EF-324-ED" } }, "vehicle": { "position": { "latitude": 47.30036544799805, "longitude": -2.370543956756592 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "153", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2566979585" }, "vehicle": { "id": "99", "label": "214", "licensePlate": "EF-324-ED" } } }, { "id": "100", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384876" }, "departure": { "time": "1773384876" }, "stopId": "2138", "stopSequence": 17 }, { "arrival": { "time": "1773384936" }, "departure": { "time": "1773384936" }, "stopId": "2139", "stopSequence": 18 }, { "arrival": { "time": "1773385356" }, "departure": { "time": "1773385356" }, "stopId": "1845", "stopSequence": 19 }, { "arrival": { "time": "1773385596" }, "departure": { "time": "1773385596" }, "stopId": "1413", "stopSequence": 20 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "222", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3724607489" }, "vehicle": { "id": "100", "label": "243", "licensePlate": "FX-737-EQ" } }, "vehicle": { "position": { "latitude": 47.4217643737793, "longitude": -2.330634117126465 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "222", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3724607489" }, "vehicle": { "id": "100", "label": "243", "licensePlate": "FX-737-EQ" } } }, { "id": "101", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384807" }, "departure": { "time": "1773384807" }, "stopId": "1707", "stopSequence": 10 }, { "arrival": { "time": "1773385407" }, "departure": { "time": "1773385407" }, "stopId": "1492", "stopSequence": 11 }, { "arrival": { "time": "1773386007" }, "departure": { "time": "1773386007" }, "stopId": "1400", "stopSequence": 12 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "166", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2785083393" }, "vehicle": { "id": "101", "label": "21924", "licensePlate": "CX-324-YJ" } }, "vehicle": { "position": { "latitude": 47.33700942993164, "longitude": -2.434432029724121 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "166", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2785083393" }, "vehicle": { "id": "101", "label": "21924", "licensePlate": "CX-324-YJ" } } }, { "id": "103", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384867" }, "departure": { "time": "1773384867" }, "stopId": "2545", "stopSequence": 10 }, { "arrival": { "time": "1773384927" }, "departure": { "time": "1773384927" }, "stopId": "936", "stopSequence": 11 }, { "arrival": { "time": "1773385347" }, "departure": { "time": "1773385347" }, "stopId": "1413", "stopSequence": 12 }, { "arrival": { "time": "1773385707" }, "departure": { "time": "1773385707" }, "stopId": "1845", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "216", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3623944193" }, "vehicle": { "id": "103", "label": "36036", "licensePlate": "AB-107-YF" } }, "vehicle": { "position": { "latitude": 47.46104049682617, "longitude": -2.2896170616149902 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "216", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3623944193" }, "vehicle": { "id": "103", "label": "36036", "licensePlate": "AB-107-YF" } } }, { "id": "105", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385046" }, "departure": { "time": "1773385046" }, "stopId": "1611", "stopSequence": 15 }, { "arrival": { "time": "1773385226" }, "departure": { "time": "1773385226" }, "stopId": "363", "stopSequence": 16 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "147", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2466316289" }, "vehicle": { "id": "105", "label": "22724", "licensePlate": "DH-797-KN" } }, "vehicle": { "position": { "latitude": 47.288414001464844, "longitude": -2.3909740447998047 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "147", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2466316289" }, "vehicle": { "id": "105", "label": "22724", "licensePlate": "DH-797-KN" } } }, { "id": "107", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384756" }, "departure": { "time": "1773384756" }, "stopId": "1738", "stopSequence": 10 }, { "arrival": { "time": "1773385056" }, "departure": { "time": "1773385056" }, "stopId": "1420", "stopSequence": 11 }, { "arrival": { "time": "1773385656" }, "departure": { "time": "1773385656" }, "stopId": "1413", "stopSequence": 12 }, { "arrival": { "time": "1773386016" }, "departure": { "time": "1773386016" }, "stopId": "1845", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "226", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3791716353" }, "vehicle": { "id": "107", "label": "209", "licensePlate": "FL-249-RN" } }, "vehicle": { "position": { "latitude": 47.4571418762207, "longitude": -2.2313129901885986 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "226", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3791716353" }, "vehicle": { "id": "107", "label": "209", "licensePlate": "FL-249-RN" } } }, { "id": "108", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384755" }, "departure": { "time": "1773384755" }, "stopId": "1707", "stopSequence": 15 }, { "arrival": { "time": "1773385355" }, "departure": { "time": "1773385355" }, "stopId": "1492", "stopSequence": 16 }, { "arrival": { "time": "1773385955" }, "departure": { "time": "1773385955" }, "stopId": "1400", "stopSequence": 17 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "184", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3087073281" }, "vehicle": { "id": "108", "label": "9173", "licensePlate": "AK-169-GH" } }, "vehicle": { "position": { "latitude": 47.342140197753906, "longitude": -2.4369730949401855 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "184", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3087073281" }, "vehicle": { "id": "108", "label": "9173", "licensePlate": "AK-169-GH" } } }, { "id": "109", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384851" }, "departure": { "time": "1773384851" }, "stopId": "2203", "stopSequence": 7 }, { "arrival": { "time": "1773385331" }, "departure": { "time": "1773385331" }, "stopId": "1845", "stopSequence": 8 }, { "arrival": { "time": "1773385511" }, "departure": { "time": "1773385511" }, "stopId": "1413", "stopSequence": 9 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "219", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3674406913" }, "vehicle": { "id": "109", "label": "22723", "licensePlate": "DH-651-KN" } }, "vehicle": { "position": { "latitude": 47.44389343261719, "longitude": -2.2590599060058594 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "219", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3674406913" }, "vehicle": { "id": "109", "label": "22723", "licensePlate": "DH-651-KN" } } }, { "id": "111", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384891" }, "departure": { "time": "1773384891" }, "stopId": "1410", "stopSequence": 13 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "195", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3271622657" }, "vehicle": { "id": "111", "label": "24742", "licensePlate": "AB-223-ED" } }, "vehicle": { "position": { "latitude": 47.3300666809082, "longitude": -2.4245660305023193 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "195", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3271622657" }, "vehicle": { "id": "111", "label": "24742", "licensePlate": "AB-223-ED" } } }, { "id": "114", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773383915" }, "departure": { "time": "1773383915" }, "stopId": "525", "stopSequence": 1 }, { "arrival": { "time": "1773384155" }, "departure": { "time": "1773384155" }, "stopId": "2116", "stopSequence": 2 }, { "arrival": { "time": "1773384395" }, "departure": { "time": "1773384395" }, "stopId": "289", "stopSequence": 3 }, { "arrival": { "time": "1773384695" }, "departure": { "time": "1773384695" }, "stopId": "402", "stopSequence": 4 }, { "arrival": { "time": "1773384875" }, "departure": { "time": "1773384875" }, "stopId": "1104", "stopSequence": 5 }, { "arrival": { "time": "1773385175" }, "departure": { "time": "1773385175" }, "stopId": "326", "stopSequence": 6 }, { "arrival": { "time": "1773385295" }, "departure": { "time": "1773385295" }, "stopId": "1282", "stopSequence": 7 }, { "arrival": { "time": "1773385415" }, "departure": { "time": "1773385415" }, "stopId": "588", "stopSequence": 8 }, { "arrival": { "time": "1773385475" }, "departure": { "time": "1773385475" }, "stopId": "523", "stopSequence": 9 }, { "arrival": { "time": "1773385535" }, "departure": { "time": "1773385535" }, "stopId": "1958", "stopSequence": 10 }, { "arrival": { "time": "1773385655" }, "departure": { "time": "1773385655" }, "stopId": "476", "stopSequence": 11 }, { "arrival": { "time": "1773386435" }, "departure": { "time": "1773386435" }, "stopId": "1966", "stopSequence": 12 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "158", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2650865665" }, "vehicle": { "id": "114", "label": "22039", "licensePlate": "CY-876-NC" } }, "vehicle": { "position": { "latitude": 47.28750228881836, "longitude": -2.5091679096221924 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "158", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2650865665" }, "vehicle": { "id": "114", "label": "22039", "licensePlate": "CY-876-NC" } } }, { "id": "116", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384805" }, "departure": { "time": "1773384805" }, "stopId": "553", "stopSequence": 2 }, { "arrival": { "time": "1773384865" }, "departure": { "time": "1773384865" }, "stopId": "551", "stopSequence": 3 }, { "arrival": { "time": "1773384985" }, "departure": { "time": "1773384985" }, "stopId": "549", "stopSequence": 4 }, { "arrival": { "time": "1773385105" }, "departure": { "time": "1773385105" }, "stopId": "567", "stopSequence": 5 }, { "arrival": { "time": "1773385285" }, "departure": { "time": "1773385285" }, "stopId": "690", "stopSequence": 6 }, { "arrival": { "time": "1773385345" }, "departure": { "time": "1773385345" }, "stopId": "697", "stopSequence": 7 }, { "arrival": { "time": "1773385346" }, "departure": { "time": "1773385346" }, "stopId": "687", "stopSequence": 8 }, { "arrival": { "time": "1773385406" }, "departure": { "time": "1773385406" }, "stopId": "678", "stopSequence": 9 }, { "arrival": { "time": "1773385526" }, "departure": { "time": "1773385526" }, "stopId": "680", "stopSequence": 10 }, { "arrival": { "time": "1773385586" }, "departure": { "time": "1773385586" }, "stopId": "674", "stopSequence": 11 }, { "arrival": { "time": "1773385646" }, "departure": { "time": "1773385646" }, "stopId": "676", "stopSequence": 12 }, { "arrival": { "time": "1773385766" }, "departure": { "time": "1773385766" }, "stopId": "693", "stopSequence": 13 }, { "arrival": { "time": "1773385886" }, "departure": { "time": "1773385886" }, "stopId": "671", "stopSequence": 14 }, { "arrival": { "time": "1773385946" }, "departure": { "time": "1773385946" }, "stopId": "695", "stopSequence": 15 }, { "arrival": { "time": "1773386006" }, "departure": { "time": "1773386006" }, "stopId": "682", "stopSequence": 16 }, { "arrival": { "time": "1773386066" }, "departure": { "time": "1773386066" }, "stopId": "685", "stopSequence": 17 }, { "arrival": { "time": "1773386246" }, "departure": { "time": "1773386246" }, "stopId": "688", "stopSequence": 18 }, { "arrival": { "time": "1773386306" }, "departure": { "time": "1773386306" }, "stopId": "672", "stopSequence": 19 }, { "arrival": { "time": "1773386426" }, "departure": { "time": "1773386426" }, "stopId": "519", "stopSequence": 20 }, { "arrival": { "time": "1773386546" }, "departure": { "time": "1773386546" }, "stopId": "570", "stopSequence": 21 }, { "arrival": { "time": "1773386606" }, "departure": { "time": "1773386606" }, "stopId": "577", "stopSequence": 22 }, { "arrival": { "time": "1773386666" }, "departure": { "time": "1773386666" }, "stopId": "308", "stopSequence": 23 }, { "arrival": { "time": "1773386726" }, "departure": { "time": "1773386726" }, "stopId": "568", "stopSequence": 24 }, { "arrival": { "time": "1773387026" }, "departure": { "time": "1773387026" }, "stopId": "306", "stopSequence": 26 }, { "arrival": { "time": "1773387146" }, "departure": { "time": "1773387146" }, "stopId": "263", "stopSequence": 26 }, { "arrival": { "time": "1773387206" }, "departure": { "time": "1773387206" }, "stopId": "265", "stopSequence": 27 }, { "arrival": { "time": "1773387386" }, "departure": { "time": "1773387386" }, "stopId": "1969", "stopSequence": 28 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50987085" }, "vehicle": { "id": "116", "label": "72576", "licensePlate": "EE-629-GK" } }, "vehicle": { "position": { "latitude": 47.26607131958008, "longitude": -2.2557260990142822 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-50987085" }, "vehicle": { "id": "116", "label": "72576", "licensePlate": "EE-629-GK" } } }, { "id": "117", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384865" }, "departure": { "time": "1773384865" }, "stopId": "287", "stopSequence": 12 }, { "arrival": { "time": "1773384925" }, "departure": { "time": "1773384925" }, "stopId": "275", "stopSequence": 13 }, { "arrival": { "time": "1773385345" }, "departure": { "time": "1773385345" }, "stopId": "3400", "stopSequence": 14 }, { "arrival": { "time": "1773386005" }, "departure": { "time": "1773386005" }, "stopId": "691", "stopSequence": 15 }, { "arrival": { "time": "1773386605" }, "departure": { "time": "1773386605" }, "stopId": "3408", "stopSequence": 16 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "152", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2550202369" }, "vehicle": { "id": "117", "label": "36041", "licensePlate": "DK-048-TT" } }, "vehicle": { "position": { "latitude": 47.279842376708984, "longitude": -2.3451309204101562 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "152", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2550202369" }, "vehicle": { "id": "117", "label": "36041", "licensePlate": "DK-048-TT" } } }, { "id": "118", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773385405" }, "departure": { "time": "1773385405" }, "stopId": "1492", "stopSequence": 13 }, { "arrival": { "time": "1773386005" }, "departure": { "time": "1773386005" }, "stopId": "1400", "stopSequence": 14 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "182", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3053518849" }, "vehicle": { "id": "118", "label": "1029", "licensePlate": "5368-XQ-22" } }, "vehicle": { "position": { "latitude": 47.346065521240234, "longitude": -2.380506992340088 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "182", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-3053518849" }, "vehicle": { "id": "118", "label": "1029", "licensePlate": "5368-XQ-22" } } }, { "id": "121", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384788" }, "departure": { "time": "1773384788" }, "stopId": "363", "stopSequence": 15 }, { "arrival": { "time": "1773385088" }, "departure": { "time": "1773385088" }, "stopId": "1611", "stopSequence": 16 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "148", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2483093505" }, "vehicle": { "id": "121", "label": "16645", "licensePlate": "BS-562-SL" } }, "vehicle": { "position": { "latitude": 47.289459228515625, "longitude": -2.3739728927612305 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "148", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-2483093505" }, "vehicle": { "id": "121", "label": "16645", "licensePlate": "BS-562-SL" } } }, { "id": "123", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384742" }, "departure": { "time": "1773384742" }, "stopId": "363", "stopSequence": 1 }, { "arrival": { "time": "1773384862" }, "departure": { "time": "1773384862" }, "stopId": "312", "stopSequence": 2 }, { "arrival": { "time": "1773384922" }, "departure": { "time": "1773384922" }, "stopId": "1678", "stopSequence": 3 }, { "arrival": { "time": "1773384982" }, "departure": { "time": "1773384982" }, "stopId": "1959", "stopSequence": 4 }, { "arrival": { "time": "1773385042" }, "departure": { "time": "1773385042" }, "stopId": "1679", "stopSequence": 5 }, { "arrival": { "time": "1773385162" }, "departure": { "time": "1773385162" }, "stopId": "303", "stopSequence": 6 }, { "arrival": { "time": "1773385222" }, "departure": { "time": "1773385222" }, "stopId": "583", "stopSequence": 7 }, { "arrival": { "time": "1773385282" }, "departure": { "time": "1773385282" }, "stopId": "581", "stopSequence": 8 }, { "arrival": { "time": "1773385342" }, "departure": { "time": "1773385342" }, "stopId": "263", "stopSequence": 9 }, { "arrival": { "time": "1773385462" }, "departure": { "time": "1773385462" }, "stopId": "329", "stopSequence": 10 }, { "arrival": { "time": "1773385762" }, "departure": { "time": "1773385882" }, "stopId": "366", "stopSequence": 11 }, { "arrival": { "time": "1773385942" }, "departure": { "time": "1773385942" }, "stopId": "293", "stopSequence": 12 }, { "arrival": { "time": "1773386002" }, "departure": { "time": "1773386002" }, "stopId": "1680", "stopSequence": 13 }, { "arrival": { "time": "1773386122" }, "departure": { "time": "1773386122" }, "stopId": "1681", "stopSequence": 14 }, { "arrival": { "time": "1773386182" }, "departure": { "time": "1773386182" }, "stopId": "2537", "stopSequence": 15 }, { "arrival": { "time": "1773386242" }, "departure": { "time": "1773386242" }, "stopId": "288", "stopSequence": 16 }, { "arrival": { "time": "1773386302" }, "departure": { "time": "1773386302" }, "stopId": "287", "stopSequence": 17 }, { "arrival": { "time": "1773386362" }, "departure": { "time": "1773386362" }, "stopId": "1682", "stopSequence": 18 }, { "arrival": { "time": "1773386422" }, "departure": { "time": "1773386422" }, "stopId": "378", "stopSequence": 19 }, { "arrival": { "time": "1773386542" }, "departure": { "time": "1773386542" }, "stopId": "1620", "stopSequence": 20 }, { "arrival": { "time": "1773386602" }, "departure": { "time": "1773386602" }, "stopId": "275", "stopSequence": 21 }, { "arrival": { "time": "1773386662" }, "departure": { "time": "1773386662" }, "stopId": "379", "stopSequence": 22 }, { "arrival": { "time": "1773386782" }, "departure": { "time": "1773386782" }, "stopId": "281", "stopSequence": 23 }, { "arrival": { "time": "1773386842" }, "departure": { "time": "1773386842" }, "stopId": "270", "stopSequence": 24 }, { "arrival": { "time": "1773386902" }, "departure": { "time": "1773386902" }, "stopId": "266", "stopSequence": 25 }, { "arrival": { "time": "1773386962" }, "departure": { "time": "1773386962" }, "stopId": "570", "stopSequence": 26 }, { "arrival": { "time": "1773387022" }, "departure": { "time": "1773387022" }, "stopId": "577", "stopSequence": 27 }, { "arrival": { "time": "1773387082" }, "departure": { "time": "1773387082" }, "stopId": "308", "stopSequence": 28 }, { "arrival": { "time": "1773387202" }, "departure": { "time": "1773387202" }, "stopId": "380", "stopSequence": 29 }, { "arrival": { "time": "1773387262" }, "departure": { "time": "1773387262" }, "stopId": "381", "stopSequence": 30 }, { "arrival": { "time": "1773387322" }, "departure": { "time": "1773387322" }, "stopId": "306", "stopSequence": 31 }, { "arrival": { "time": "1773387442" }, "departure": { "time": "1773387442" }, "stopId": "263", "stopSequence": 32 }, { "arrival": { "time": "1773387502" }, "departure": { "time": "1773387502" }, "stopId": "265", "stopSequence": 33 }, { "arrival": { "time": "1773387742" }, "departure": { "time": "1773387742" }, "stopId": "363", "stopSequence": 34 } ], "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "256", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-4295163998" }, "vehicle": { "id": "123", "label": "120819", "licensePlate": "GH-120-RP" } }, "vehicle": { "position": { "latitude": 47.28865432739258, "longitude": -2.391221046447754 }, "timestamp": "1773384748", "trip": { "directionId": 1, "routeId": "256", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-4295163998" }, "vehicle": { "id": "123", "label": "120819", "licensePlate": "GH-120-RP" } } }, { "id": "u_165", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1773384882" }, "departure": { "time": "1773384882" }, "stopId": "602", "stopSequence": 5 }, { "arrival": { "time": "1773385062" }, "departure": { "time": "1773385062" }, "stopId": "662", "stopSequence": 6 }, { "arrival": { "time": "1773385182" }, "departure": { "time": "1773385182" }, "stopId": "2002", "stopSequence": 7 } ], "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "30", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-503382025" }, "vehicle": { "id": "u_165" } }, "vehicle": { "position": { "latitude": 47.48094177246094, "longitude": -2.3415029048919678 }, "timestamp": "1773384748", "trip": { "directionId": 0, "routeId": "30", "scheduleRelationship": "SCHEDULED", "startDate": "20260313", "tripId": "310-503382025" }, "vehicle": { "id": "u_165" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1773384748" } }