Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Le Met'.
Disponibilité au téléchargement
En savoir plus
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
❌70 erreurs, 161 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 04/05/2026 à 09h11 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
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 1_11977010 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977008 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977009 stop_id 0:BLORY2 does not exist in GTFS data stops.txt
- trip_id 1_11977028 stop_id 0:LYAUT656 does not exist in GTFS data stops.txt
- trip_id 1_11977027 stop_id 0:LYAUT656 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 7 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 1_11854480 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 1_11854479 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977010 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977008 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
- trip_id 1_11977009 stop_sequence [18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] is not strictly sorted by increasing stop_sequence
GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 3 erreurs
If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence
Exemples d'erreurs
- trip_id 1_11855435 visits stop_id [0:PELTRE1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 1_11854480 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
- trip_id 1_11854479 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
Sequential stop_time_update times are not increasing E022 48 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 1_11855435 stop_sequence 1 departure_time 09:30:00 (1777879800) is less than previous stop departure_time 09:30:52 (1777879852) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 1 departure_time 09:30:00 (1777879800) is less than previous stop arrival_time 09:30:52 (1777879852) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 19 arrival_time 09:34:25 (1777880065) is less than previous stop arrival_time 10:09:23 (1777882163) - times must increase between two sequential stops
- trip_id 1_11855435 stop_sequence 19 arrival_time 09:34:25 (1777880065) is less than previous stop departure_time 10:09:23 (1777882163) - times must increase between two sequential stops
- trip_id 1_11854480 stop_sequence 1 departure_time 09:55:00 (1777881300) is less than previous stop departure_time 10:13:45 (1777882425) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 7 erreurs
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id 1_11854480 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 1_11854479 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 1_11977010 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
- trip_id 1_11977008 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
- trip_id 1_11977009 has repeating stop_id 0:LYAUTE99 - sequential stop_ids should be different
Avertissements
vehicle_id not populated W002 161 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 1_11856416 does not have a vehicle_id
- trip_id 1_12051038 does not have a vehicle_id
- trip_id 1_11880596 does not have a vehicle_id
- trip_id 1_11880597 does not have a vehicle_id
- trip_id 1_11880598 does not have a vehicle_id
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 2 517 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 3 830 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 242 | 28 fois (93 % des validations) |
| E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 81 | 27 fois (90 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 113 | 25 fois (83 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 40 | 9 fois (30 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 57 | 8 fois (27 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 04/05/2026 à 19h51 Europe/Paris.
trip_updates (150) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 04/05/2026 à 19h51 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "1852928",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914691",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914948",
"uncertainty": 120
},
"departure": {
"time": "1777914961",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915000",
"uncertainty": 120
},
"departure": {
"time": "1777915021",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915074",
"uncertainty": 120
},
"departure": {
"time": "1777915081",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915147",
"uncertainty": 120
},
"departure": {
"time": "1777915147",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915196",
"uncertainty": 120
},
"departure": {
"time": "1777915196",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915213",
"uncertainty": 120
},
"departure": {
"time": "1777915213",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915289",
"uncertainty": 120
},
"departure": {
"time": "1777915291",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915343",
"uncertainty": 120
},
"departure": {
"time": "1777915351",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915398",
"uncertainty": 120
},
"departure": {
"time": "1777915411",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915501",
"uncertainty": 120
},
"departure": {
"time": "1777915531",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915601",
"uncertainty": 120
},
"departure": {
"time": "1777915601",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915648",
"uncertainty": 120
},
"departure": {
"time": "1777915651",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915710",
"uncertainty": 120
},
"departure": {
"time": "1777915710",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915787",
"uncertainty": 120
},
"departure": {
"time": "1777915787",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777915856",
"uncertainty": 120
},
"departure": {
"time": "1777915861",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777915977",
"uncertainty": 120
},
"departure": {
"time": "1777916011",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916173",
"uncertainty": 120
},
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916244",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916388",
"uncertainty": 120
},
"departure": {
"time": "1777916401",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916542",
"uncertainty": 120
},
"departure": {
"time": "1777916551",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916592",
"uncertainty": 120
},
"departure": {
"time": "1777916592",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916658",
"uncertainty": 120
},
"departure": {
"time": "1777916671",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916730",
"uncertainty": 120
},
"departure": {
"time": "1777916731",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916791",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916858",
"uncertainty": 120
},
"departure": {
"time": "1777916881",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777916956",
"uncertainty": 120
},
"departure": {
"time": "1777916972",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917055",
"uncertainty": 120
},
"departure": {
"time": "1777917061",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917117",
"uncertainty": 120
},
"departure": {
"time": "1777917117",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917190",
"uncertainty": 120
},
"departure": {
"time": "1777917190",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917251",
"uncertainty": 120
},
"departure": {
"time": "1777917251",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917268",
"uncertainty": 120
},
"departure": {
"time": "1777917268",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917322",
"uncertainty": 120
},
"departure": {
"time": "1777917322",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917351",
"uncertainty": 120
},
"departure": {
"time": "1777917351",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917415",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852928"
},
"vehicle": {
"id": "2433",
"label": "2433"
}
}
},
{
"id": "1852929",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915560",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915752",
"uncertainty": 120
},
"departure": {
"time": "1777915752",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915801",
"uncertainty": 120
},
"departure": {
"time": "1777915801",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915861",
"uncertainty": 120
},
"departure": {
"time": "1777915861",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915900",
"uncertainty": 120
},
"departure": {
"time": "1777915900",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915921",
"uncertainty": 120
},
"departure": {
"time": "1777915921",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915939",
"uncertainty": 120
},
"departure": {
"time": "1777915939",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916024",
"uncertainty": 120
},
"departure": {
"time": "1777916024",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916054",
"uncertainty": 120
},
"departure": {
"time": "1777916054",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916119",
"uncertainty": 120
},
"departure": {
"time": "1777916131",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916205",
"uncertainty": 120
},
"departure": {
"time": "1777916205",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916250",
"uncertainty": 120
},
"departure": {
"time": "1777916251",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916320",
"uncertainty": 120
},
"departure": {
"time": "1777916320",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916353",
"uncertainty": 120
},
"departure": {
"time": "1777916353",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916461",
"uncertainty": 120
},
"departure": {
"time": "1777916461",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916521",
"uncertainty": 120
},
"departure": {
"time": "1777916521",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916641",
"uncertainty": 120
},
"departure": {
"time": "1777916671",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916775",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916851",
"uncertainty": 120
},
"departure": {
"time": "1777916941",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917105",
"uncertainty": 120
},
"departure": {
"time": "1777917105",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917251",
"uncertainty": 120
},
"departure": {
"time": "1777917251",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917292",
"uncertainty": 120
},
"departure": {
"time": "1777917292",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917356",
"uncertainty": 120
},
"departure": {
"time": "1777917356",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917417",
"uncertainty": 120
},
"departure": {
"time": "1777917417",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917477",
"uncertainty": 120
},
"departure": {
"time": "1777917477",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917544",
"uncertainty": 120
},
"departure": {
"time": "1777917544",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917624",
"uncertainty": 120
},
"departure": {
"time": "1777917624",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917706",
"uncertainty": 120
},
"departure": {
"time": "1777917706",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917748",
"uncertainty": 120
},
"departure": {
"time": "1777917748",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917822",
"uncertainty": 120
},
"departure": {
"time": "1777917822",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917884",
"uncertainty": 120
},
"departure": {
"time": "1777917884",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917904",
"uncertainty": 120
},
"departure": {
"time": "1777917904",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917965",
"uncertainty": 120
},
"departure": {
"time": "1777917965",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917996",
"uncertainty": 120
},
"departure": {
"time": "1777917996",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918071",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852929"
},
"vehicle": {
"id": "2428",
"label": "2428"
}
}
},
{
"id": "1852930",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917778",
"uncertainty": 120
},
"departure": {
"time": "1777917778",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917804",
"uncertainty": 120
},
"departure": {
"time": "1777917804",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917862",
"uncertainty": 120
},
"departure": {
"time": "1777917862",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917899",
"uncertainty": 120
},
"departure": {
"time": "1777917899",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917912",
"uncertainty": 120
},
"departure": {
"time": "1777917912",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917969",
"uncertainty": 120
},
"departure": {
"time": "1777917969",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918029",
"uncertainty": 120
},
"departure": {
"time": "1777918029",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918079",
"uncertainty": 120
},
"departure": {
"time": "1777918079",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918164",
"uncertainty": 120
},
"departure": {
"time": "1777918164",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918209",
"uncertainty": 120
},
"departure": {
"time": "1777918209",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918269",
"uncertainty": 120
},
"departure": {
"time": "1777918269",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918342",
"uncertainty": 120
},
"departure": {
"time": "1777918342",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918379",
"uncertainty": 120
},
"departure": {
"time": "1777918379",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918482",
"uncertainty": 120
},
"departure": {
"time": "1777918482",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918546",
"uncertainty": 120
},
"departure": {
"time": "1777918546",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918678",
"uncertainty": 120
},
"departure": {
"time": "1777918678",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918911",
"uncertainty": 120
},
"departure": {
"time": "1777918911",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918977",
"uncertainty": 120
},
"departure": {
"time": "1777918977",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777919157",
"uncertainty": 120
},
"departure": {
"time": "1777919157",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777919351",
"uncertainty": 120
},
"departure": {
"time": "1777919351",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777919396",
"uncertainty": 120
},
"departure": {
"time": "1777919396",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919441",
"uncertainty": 120
},
"departure": {
"time": "1777919441",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919517",
"uncertainty": 120
},
"departure": {
"time": "1777919517",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919573",
"uncertainty": 120
},
"departure": {
"time": "1777919573",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919637",
"uncertainty": 120
},
"departure": {
"time": "1777919637",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919757",
"uncertainty": 120
},
"departure": {
"time": "1777919757",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919819",
"uncertainty": 120
},
"departure": {
"time": "1777919819",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919888",
"uncertainty": 120
},
"departure": {
"time": "1777919888",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919956",
"uncertainty": 120
},
"departure": {
"time": "1777919956",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777920017",
"uncertainty": 120
},
"departure": {
"time": "1777920017",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777920049",
"uncertainty": 120
},
"departure": {
"time": "1777920049",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777920135",
"uncertainty": 120
},
"departure": {
"time": "1777920135",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777920172",
"uncertainty": 120
},
"departure": {
"time": "1777920172",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777920237",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852930"
}
}
},
{
"id": "1852931",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918920",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852931"
}
}
},
{
"id": "1853241",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915260",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915346",
"uncertainty": 120
},
"departure": {
"time": "1777915346",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915388",
"uncertainty": 120
},
"departure": {
"time": "1777915388",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915424",
"uncertainty": 120
},
"departure": {
"time": "1777915424",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915474",
"uncertainty": 120
},
"departure": {
"time": "1777915474",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915520",
"uncertainty": 120
},
"departure": {
"time": "1777915530",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915588",
"uncertainty": 120
},
"departure": {
"time": "1777915588",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915671",
"uncertainty": 120
},
"departure": {
"time": "1777915680",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915835",
"uncertainty": 120
},
"departure": {
"time": "1777915835",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916061",
"uncertainty": 120
},
"departure": {
"time": "1777916061",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916143",
"uncertainty": 120
},
"departure": {
"time": "1777916160",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916243",
"uncertainty": 120
},
"departure": {
"time": "1777916250",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916288",
"uncertainty": 120
},
"departure": {
"time": "1777916288",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916326",
"uncertainty": 120
},
"departure": {
"time": "1777916326",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916380",
"uncertainty": 120
},
"departure": {
"time": "1777916380",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916452",
"uncertainty": 120
},
"departure": {
"time": "1777916452",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916466",
"uncertainty": 120
},
"departure": {
"time": "1777916466",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916520",
"uncertainty": 120
},
"departure": {
"time": "1777916520",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916578",
"uncertainty": 120
},
"departure": {
"time": "1777916610",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916813",
"uncertainty": 120
},
"departure": {
"time": "1777916940",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917013",
"uncertainty": 120
},
"departure": {
"time": "1777917013",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917150",
"uncertainty": 120
},
"departure": {
"time": "1777917150",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917353",
"uncertainty": 120
},
"departure": {
"time": "1777917353",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917418",
"uncertainty": 120
},
"departure": {
"time": "1777917418",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917513",
"uncertainty": 120
},
"departure": {
"time": "1777917513",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917550",
"uncertainty": 120
},
"departure": {
"time": "1777917550",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917580",
"uncertainty": 120
},
"departure": {
"time": "1777917580",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917627",
"uncertainty": 120
},
"departure": {
"time": "1777917627",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917683",
"uncertainty": 120
},
"departure": {
"time": "1777917683",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917754",
"uncertainty": 120
},
"departure": {
"time": "1777917754",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917790",
"uncertainty": 120
},
"departure": {
"time": "1777917790",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917828",
"uncertainty": 120
},
"departure": {
"time": "1777917828",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917951",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853241"
},
"vehicle": {
"id": "2434",
"label": "2434"
}
}
},
{
"id": "1853242",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853242"
}
}
},
{
"id": "1853921",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917360",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917448",
"uncertainty": 120
},
"departure": {
"time": "1777917448",
"uncertainty": 120
},
"stopId": "0:BOILEAU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917482",
"uncertainty": 120
},
"departure": {
"time": "1777917482",
"uncertainty": 120
},
"stopId": "0:CHARDIN2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917556",
"uncertainty": 120
},
"departure": {
"time": "1777917556",
"uncertainty": 120
},
"stopId": "0:2FONTAI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917601",
"uncertainty": 120
},
"departure": {
"time": "1777917601",
"uncertainty": 120
},
"stopId": "0:ROGET2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917703",
"uncertainty": 120
},
"departure": {
"time": "1777917703",
"uncertainty": 120
},
"stopId": "0:POULMAI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917785",
"uncertainty": 120
},
"departure": {
"time": "1777917785",
"uncertainty": 120
},
"stopId": "0:CHAPITR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917846",
"uncertainty": 120
},
"departure": {
"time": "1777917846",
"uncertainty": 120
},
"stopId": "0:RUISSEA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917876",
"uncertainty": 120
},
"departure": {
"time": "1777917876",
"uncertainty": 120
},
"stopId": "0:GAMBETT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917951",
"uncertainty": 120
},
"departure": {
"time": "1777917951",
"uncertainty": 120
},
"stopId": "0:GAREWOI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918005",
"uncertainty": 120
},
"departure": {
"time": "1777918005",
"uncertainty": 120
},
"stopId": "0:JUNGLIN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918064",
"uncertainty": 120
},
"departure": {
"time": "1777918064",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918144",
"uncertainty": 120
},
"departure": {
"time": "1777918144",
"uncertainty": 120
},
"stopId": "0:COTEAUX2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918218",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 14
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853921"
}
}
},
{
"id": "1853960",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917119",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917480",
"uncertainty": 120
},
"departure": {
"time": "1777917480",
"uncertainty": 120
},
"stopId": "0:COTEAUX1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917545",
"uncertainty": 120
},
"departure": {
"time": "1777917545",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917600",
"uncertainty": 120
},
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:JUNGLIN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917647",
"uncertainty": 120
},
"departure": {
"time": "1777917647",
"uncertainty": 120
},
"stopId": "0:GAREWOI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917749",
"uncertainty": 120
},
"departure": {
"time": "1777917749",
"uncertainty": 120
},
"stopId": "0:GAMBETT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917803",
"uncertainty": 120
},
"departure": {
"time": "1777917803",
"uncertainty": 120
},
"stopId": "0:RUISSEA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917846",
"uncertainty": 120
},
"departure": {
"time": "1777917846",
"uncertainty": 120
},
"stopId": "0:CHAPITR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917928",
"uncertainty": 120
},
"departure": {
"time": "1777917928",
"uncertainty": 120
},
"stopId": "0:POULMAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918002",
"uncertainty": 120
},
"departure": {
"time": "1777918002",
"uncertainty": 120
},
"stopId": "0:ROGET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918060",
"uncertainty": 120
},
"departure": {
"time": "1777918060",
"uncertainty": 120
},
"stopId": "0:2FONTAI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918110",
"uncertainty": 120
},
"departure": {
"time": "1777918110",
"uncertainty": 120
},
"stopId": "0:CHARDIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918164",
"uncertainty": 120
},
"departure": {
"time": "1777918164",
"uncertainty": 120
},
"stopId": "0:BOILEAU1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918284",
"uncertainty": 120
},
"stopId": "0:INTJOBA1",
"stopSequence": 14
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853960"
},
"vehicle": {
"id": "891",
"label": "891"
}
}
},
{
"id": "1853488",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915350",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915410",
"uncertainty": 120
},
"departure": {
"time": "1777915410",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915440",
"uncertainty": 120
},
"departure": {
"time": "1777915440",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915500",
"uncertainty": 120
},
"departure": {
"time": "1777915500",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915586",
"uncertainty": 120
},
"departure": {
"time": "1777915586",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915620",
"uncertainty": 120
},
"departure": {
"time": "1777915620",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915674",
"uncertainty": 120
},
"departure": {
"time": "1777915674",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915689",
"uncertainty": 120
},
"departure": {
"time": "1777915689",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915770",
"uncertainty": 120
},
"departure": {
"time": "1777915770",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915800",
"uncertainty": 120
},
"departure": {
"time": "1777915800",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915860",
"uncertainty": 120
},
"departure": {
"time": "1777915860",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915904",
"uncertainty": 120
},
"departure": {
"time": "1777915904",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915945",
"uncertainty": 120
},
"departure": {
"time": "1777915950",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916015",
"uncertainty": 120
},
"departure": {
"time": "1777916015",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916040",
"uncertainty": 120
},
"departure": {
"time": "1777916040",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916112",
"uncertainty": 120
},
"departure": {
"time": "1777916130",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916205",
"uncertainty": 120
},
"departure": {
"time": "1777916220",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916280",
"uncertainty": 120
},
"departure": {
"time": "1777916400",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916640",
"uncertainty": 120
},
"departure": {
"time": "1777916700",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916796",
"uncertainty": 120
},
"departure": {
"time": "1777916910",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916970",
"uncertainty": 120
},
"departure": {
"time": "1777917000",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917107",
"uncertainty": 120
},
"departure": {
"time": "1777917107",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917183",
"uncertainty": 120
},
"departure": {
"time": "1777917183",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917229",
"uncertainty": 120
},
"departure": {
"time": "1777917229",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917263",
"uncertainty": 120
},
"departure": {
"time": "1777917263",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917322",
"uncertainty": 120
},
"departure": {
"time": "1777917322",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917381",
"uncertainty": 120
},
"departure": {
"time": "1777917381",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917413",
"uncertainty": 120
},
"departure": {
"time": "1777917413",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917465",
"uncertainty": 120
},
"departure": {
"time": "1777917465",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917492",
"uncertainty": 120
},
"departure": {
"time": "1777917492",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917569",
"uncertainty": 120
},
"departure": {
"time": "1777917569",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917643",
"uncertainty": 120
},
"departure": {
"time": "1777917643",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917672",
"uncertainty": 120
},
"departure": {
"time": "1777917672",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917729",
"uncertainty": 120
},
"departure": {
"time": "1777917729",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917790",
"uncertainty": 120
},
"departure": {
"time": "1777917790",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917843",
"uncertainty": 120
},
"departure": {
"time": "1777917843",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777917891",
"uncertainty": 120
},
"departure": {
"time": "1777917891",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777917939",
"uncertainty": 120
},
"departure": {
"time": "1777917939",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777918008",
"uncertainty": 120
},
"departure": {
"time": "1777918008",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777918092",
"uncertainty": 120
},
"departure": {
"time": "1777918092",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777918150",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853488"
},
"vehicle": {
"id": "2053",
"label": "2053"
}
}
},
{
"id": "1853489",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917092",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917185",
"uncertainty": 120
},
"departure": {
"time": "1777917185",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917200",
"uncertainty": 120
},
"departure": {
"time": "1777917200",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917247",
"uncertainty": 120
},
"departure": {
"time": "1777917247",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917365",
"uncertainty": 120
},
"departure": {
"time": "1777917365",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917431",
"uncertainty": 120
},
"departure": {
"time": "1777917431",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917484",
"uncertainty": 120
},
"departure": {
"time": "1777917484",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917522",
"uncertainty": 120
},
"departure": {
"time": "1777917522",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917568",
"uncertainty": 120
},
"departure": {
"time": "1777917568",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917591",
"uncertainty": 120
},
"departure": {
"time": "1777917591",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917632",
"uncertainty": 120
},
"departure": {
"time": "1777917632",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917664",
"uncertainty": 120
},
"departure": {
"time": "1777917664",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917698",
"uncertainty": 120
},
"departure": {
"time": "1777917698",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917757",
"uncertainty": 120
},
"departure": {
"time": "1777917757",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917804",
"uncertainty": 120
},
"departure": {
"time": "1777917804",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917904",
"uncertainty": 120
},
"departure": {
"time": "1777917904",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918005",
"uncertainty": 120
},
"departure": {
"time": "1777918005",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918053",
"uncertainty": 120
},
"departure": {
"time": "1777918053",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918290",
"uncertainty": 120
},
"departure": {
"time": "1777918290",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918391",
"uncertainty": 120
},
"departure": {
"time": "1777918391",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918480",
"uncertainty": 120
},
"departure": {
"time": "1777918480",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918587",
"uncertainty": 120
},
"departure": {
"time": "1777918587",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918652",
"uncertainty": 120
},
"departure": {
"time": "1777918652",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918703",
"uncertainty": 120
},
"departure": {
"time": "1777918703",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918738",
"uncertainty": 120
},
"departure": {
"time": "1777918738",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918804",
"uncertainty": 120
},
"departure": {
"time": "1777918804",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918852",
"uncertainty": 120
},
"departure": {
"time": "1777918852",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918893",
"uncertainty": 120
},
"departure": {
"time": "1777918893",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918960",
"uncertainty": 120
},
"departure": {
"time": "1777918960",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918981",
"uncertainty": 120
},
"departure": {
"time": "1777918981",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919094",
"uncertainty": 120
},
"departure": {
"time": "1777919094",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919168",
"uncertainty": 120
},
"departure": {
"time": "1777919168",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919197",
"uncertainty": 120
},
"departure": {
"time": "1777919197",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919254",
"uncertainty": 120
},
"departure": {
"time": "1777919254",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919315",
"uncertainty": 120
},
"departure": {
"time": "1777919315",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919368",
"uncertainty": 120
},
"departure": {
"time": "1777919368",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919416",
"uncertainty": 120
},
"departure": {
"time": "1777919416",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919464",
"uncertainty": 120
},
"departure": {
"time": "1777919464",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777919533",
"uncertainty": 120
},
"departure": {
"time": "1777919533",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777919617",
"uncertainty": 120
},
"departure": {
"time": "1777919617",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777919675",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853489"
},
"vehicle": {
"id": "2144",
"label": "2144"
}
}
},
{
"id": "1853490",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919040",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853490"
}
}
},
{
"id": "1855438",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777917592"
},
"departure": {
"time": "1777917592"
},
"stopId": "0:GARGAN02"
},
{
"departure": {
"time": "1777917540"
},
"stopId": "0:PELTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917601",
"uncertainty": 120
},
"departure": {
"time": "1777917601",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARGAN01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917660",
"uncertainty": 120
},
"departure": {
"time": "1777917660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PEUMONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917880",
"uncertainty": 120
},
"departure": {
"time": "1777917880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MERMAT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917960",
"uncertainty": 120
},
"departure": {
"time": "1777917960",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:HMERCY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777918260",
"uncertainty": 120
},
"departure": {
"time": "1777918260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLONS2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777918346",
"uncertainty": 120
},
"departure": {
"time": "1777918346",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PASSERE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918441",
"uncertainty": 120
},
"departure": {
"time": "1777918441",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918483",
"uncertainty": 120
},
"departure": {
"time": "1777918483",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CORBON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918522",
"uncertainty": 120
},
"departure": {
"time": "1777918522",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918620",
"uncertainty": 120
},
"departure": {
"time": "1777918620",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PTIJURY2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918920",
"uncertainty": 120
},
"departure": {
"time": "1777918920",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:FRONTIG1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777919002",
"uncertainty": 120
},
"departure": {
"time": "1777919002",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LANCEUM1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777919100",
"uncertainty": 120
},
"departure": {
"time": "1777919100",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:TARREAU1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777919160",
"uncertainty": 120
},
"departure": {
"time": "1777919160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MECLEUV1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777919580",
"uncertainty": 120
},
"departure": {
"time": "1777919580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHESNYM3",
"stopSequence": 16
},
{
"arrival": {
"time": "1777919621",
"uncertainty": 120
},
"departure": {
"time": "1777919621",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VCANADI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777919903",
"uncertainty": 120
},
"departure": {
"time": "1777919903",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:ZACPEL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917805"
},
"stopId": "0:PELTRE1",
"stopSequence": 19
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855438"
}
}
},
{
"id": "1855439",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777920592"
},
"departure": {
"time": "1777920592"
},
"stopId": "0:GARGAN02"
},
{
"departure": {
"time": "1777920540"
},
"stopId": "0:PELTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777920601",
"uncertainty": 120
},
"departure": {
"time": "1777920601",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARGAN01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777920660",
"uncertainty": 120
},
"departure": {
"time": "1777920660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PEUMONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777920880",
"uncertainty": 120
},
"departure": {
"time": "1777920880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MERMAT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777920960",
"uncertainty": 120
},
"departure": {
"time": "1777920960",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:HMERCY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777921260",
"uncertainty": 120
},
"departure": {
"time": "1777921260",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VALLONS2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777921346",
"uncertainty": 120
},
"departure": {
"time": "1777921346",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PASSERE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777921441",
"uncertainty": 120
},
"departure": {
"time": "1777921441",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777921483",
"uncertainty": 120
},
"departure": {
"time": "1777921483",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CORBON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777921522",
"uncertainty": 120
},
"departure": {
"time": "1777921522",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JURY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777921620",
"uncertainty": 120
},
"departure": {
"time": "1777921620",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:PTIJURY2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777921920",
"uncertainty": 120
},
"departure": {
"time": "1777921920",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:FRONTIG1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777922002",
"uncertainty": 120
},
"departure": {
"time": "1777922002",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LANCEUM1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777922100",
"uncertainty": 120
},
"departure": {
"time": "1777922100",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:TARREAU1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777922160",
"uncertainty": 120
},
"departure": {
"time": "1777922160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MECLEUV1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777922580",
"uncertainty": 120
},
"departure": {
"time": "1777922580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHESNYM3",
"stopSequence": 16
},
{
"arrival": {
"time": "1777922621",
"uncertainty": 120
},
"departure": {
"time": "1777922621",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:VCANADI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777922903",
"uncertainty": 120
},
"departure": {
"time": "1777922903",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:ZACPEL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777920805"
},
"stopId": "0:PELTRE1",
"stopSequence": 19
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855439"
}
}
},
{
"id": "1853528",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917640",
"uncertainty": 120
},
"departure": {
"time": "1777917640",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917734",
"uncertainty": 120
},
"departure": {
"time": "1777917734",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917773",
"uncertainty": 120
},
"departure": {
"time": "1777917773",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917816",
"uncertainty": 120
},
"departure": {
"time": "1777917816",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917858",
"uncertainty": 120
},
"departure": {
"time": "1777917858",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917919",
"uncertainty": 120
},
"departure": {
"time": "1777917919",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917958",
"uncertainty": 120
},
"departure": {
"time": "1777917958",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918005",
"uncertainty": 120
},
"departure": {
"time": "1777918005",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918046",
"uncertainty": 120
},
"departure": {
"time": "1777918046",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918098",
"uncertainty": 120
},
"departure": {
"time": "1777918098",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918206",
"uncertainty": 120
},
"departure": {
"time": "1777918206",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918247",
"uncertainty": 120
},
"departure": {
"time": "1777918247",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918323",
"uncertainty": 120
},
"departure": {
"time": "1777918323",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918359",
"uncertainty": 120
},
"departure": {
"time": "1777918359",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918391",
"uncertainty": 120
},
"departure": {
"time": "1777918391",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918492",
"uncertainty": 120
},
"departure": {
"time": "1777918492",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918544",
"uncertainty": 120
},
"departure": {
"time": "1777918544",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918615",
"uncertainty": 120
},
"departure": {
"time": "1777918615",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918744",
"uncertainty": 120
},
"departure": {
"time": "1777918744",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918807",
"uncertainty": 120
},
"departure": {
"time": "1777918807",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918924",
"uncertainty": 120
},
"departure": {
"time": "1777918924",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919130",
"uncertainty": 120
},
"departure": {
"time": "1777919130",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919224",
"uncertainty": 120
},
"departure": {
"time": "1777919224",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919300",
"uncertainty": 120
},
"departure": {
"time": "1777919300",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919404",
"uncertainty": 120
},
"departure": {
"time": "1777919404",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919434",
"uncertainty": 120
},
"departure": {
"time": "1777919434",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919483",
"uncertainty": 120
},
"departure": {
"time": "1777919483",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919545",
"uncertainty": 120
},
"departure": {
"time": "1777919545",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919600",
"uncertainty": 120
},
"departure": {
"time": "1777919600",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919642",
"uncertainty": 120
},
"departure": {
"time": "1777919642",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919701",
"uncertainty": 120
},
"departure": {
"time": "1777919701",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919748",
"uncertainty": 120
},
"departure": {
"time": "1777919748",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919795",
"uncertainty": 120
},
"departure": {
"time": "1777919795",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919831",
"uncertainty": 120
},
"departure": {
"time": "1777919831",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919882",
"uncertainty": 120
},
"departure": {
"time": "1777919882",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919967",
"uncertainty": 120
},
"departure": {
"time": "1777919967",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777920051",
"uncertainty": 120
},
"departure": {
"time": "1777920051",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777920096",
"uncertainty": 120
},
"departure": {
"time": "1777920096",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777920182",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853528"
}
}
},
{
"id": "1853529",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919940",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853529"
}
}
},
{
"id": "1853527",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915894",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915924",
"uncertainty": 120
},
"departure": {
"time": "1777915924",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916015",
"uncertainty": 120
},
"departure": {
"time": "1777916015",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916059",
"uncertainty": 120
},
"departure": {
"time": "1777916059",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916091",
"uncertainty": 120
},
"departure": {
"time": "1777916091",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916137",
"uncertainty": 120
},
"departure": {
"time": "1777916137",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916196",
"uncertainty": 120
},
"departure": {
"time": "1777916196",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916213",
"uncertainty": 120
},
"departure": {
"time": "1777916213",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916249",
"uncertainty": 120
},
"departure": {
"time": "1777916258",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916288",
"uncertainty": 120
},
"departure": {
"time": "1777916288",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916325",
"uncertainty": 120
},
"departure": {
"time": "1777916325",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916386",
"uncertainty": 120
},
"departure": {
"time": "1777916386",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916408",
"uncertainty": 120
},
"departure": {
"time": "1777916408",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916536",
"uncertainty": 120
},
"departure": {
"time": "1777916536",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916591",
"uncertainty": 120
},
"departure": {
"time": "1777916591",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916604",
"uncertainty": 120
},
"departure": {
"time": "1777916604",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916651",
"uncertainty": 120
},
"departure": {
"time": "1777916680",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916757",
"uncertainty": 120
},
"departure": {
"time": "1777916771",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916879",
"uncertainty": 120
},
"departure": {
"time": "1777916891",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917036",
"uncertainty": 120
},
"departure": {
"time": "1777917071",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917119",
"uncertainty": 120
},
"departure": {
"time": "1777917119",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917213",
"uncertainty": 120
},
"departure": {
"time": "1777917213",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917414",
"uncertainty": 120
},
"departure": {
"time": "1777917414",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917480",
"uncertainty": 120
},
"departure": {
"time": "1777917480",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917595",
"uncertainty": 120
},
"departure": {
"time": "1777917595",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917717",
"uncertainty": 120
},
"departure": {
"time": "1777917717",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917761",
"uncertainty": 120
},
"departure": {
"time": "1777917761",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917811",
"uncertainty": 120
},
"departure": {
"time": "1777917811",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917878",
"uncertainty": 120
},
"departure": {
"time": "1777917878",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917910",
"uncertainty": 120
},
"departure": {
"time": "1777917910",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917953",
"uncertainty": 120
},
"departure": {
"time": "1777917953",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918029",
"uncertainty": 120
},
"departure": {
"time": "1777918029",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918085",
"uncertainty": 120
},
"departure": {
"time": "1777918085",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918127",
"uncertainty": 120
},
"departure": {
"time": "1777918127",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918174",
"uncertainty": 120
},
"departure": {
"time": "1777918174",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777918201",
"uncertainty": 120
},
"departure": {
"time": "1777918201",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918294",
"uncertainty": 120
},
"departure": {
"time": "1777918294",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1777918354",
"uncertainty": 120
},
"departure": {
"time": "1777918354",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777918398",
"uncertainty": 120
},
"departure": {
"time": "1777918398",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777918484",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853527"
},
"vehicle": {
"id": "1244",
"label": "1244"
}
}
},
{
"id": "1856327",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918200"
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "105",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856327"
}
}
},
{
"id": "1853566",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914960",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915030",
"uncertainty": 120
},
"departure": {
"time": "1777915030",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915062",
"uncertainty": 120
},
"departure": {
"time": "1777915062",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915140",
"uncertainty": 120
},
"departure": {
"time": "1777915140",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915200",
"uncertainty": 120
},
"departure": {
"time": "1777915200",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915245",
"uncertainty": 120
},
"departure": {
"time": "1777915245",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915380",
"uncertainty": 120
},
"departure": {
"time": "1777915380",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915436",
"uncertainty": 120
},
"departure": {
"time": "1777915440",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915493",
"uncertainty": 120
},
"departure": {
"time": "1777915500",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915563",
"uncertainty": 120
},
"departure": {
"time": "1777915563",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915615",
"uncertainty": 120
},
"departure": {
"time": "1777915620",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915665",
"uncertainty": 120
},
"departure": {
"time": "1777915665",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915740",
"uncertainty": 120
},
"departure": {
"time": "1777915740",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915807",
"uncertainty": 120
},
"departure": {
"time": "1777915807",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915906",
"uncertainty": 120
},
"departure": {
"time": "1777915920",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916155",
"uncertainty": 120
},
"departure": {
"time": "1777916220",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916272",
"uncertainty": 120
},
"departure": {
"time": "1777916310",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916400",
"uncertainty": 120
},
"departure": {
"time": "1777916430",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916629",
"uncertainty": 120
},
"departure": {
"time": "1777916670",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916730",
"uncertainty": 120
},
"departure": {
"time": "1777916730",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916847",
"uncertainty": 120
},
"departure": {
"time": "1777916850",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916970",
"uncertainty": 120
},
"departure": {
"time": "1777916970",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917015",
"uncertainty": 120
},
"departure": {
"time": "1777917015",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917064",
"uncertainty": 120
},
"departure": {
"time": "1777917090",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917155",
"uncertainty": 120
},
"departure": {
"time": "1777917155",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917179",
"uncertainty": 120
},
"departure": {
"time": "1777917179",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917220",
"uncertainty": 120
},
"departure": {
"time": "1777917220",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917299",
"uncertainty": 120
},
"departure": {
"time": "1777917299",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917357",
"uncertainty": 120
},
"departure": {
"time": "1777917357",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917398",
"uncertainty": 120
},
"departure": {
"time": "1777917398",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917448",
"uncertainty": 120
},
"departure": {
"time": "1777917448",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917470",
"uncertainty": 120
},
"departure": {
"time": "1777917470",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917565",
"uncertainty": 120
},
"departure": {
"time": "1777917565",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917620",
"uncertainty": 120
},
"departure": {
"time": "1777917620",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917663",
"uncertainty": 120
},
"departure": {
"time": "1777917663",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917725",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853566"
},
"vehicle": {
"id": "2152",
"label": "2152"
}
}
},
{
"id": "1853567",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916820",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916898",
"uncertainty": 120
},
"departure": {
"time": "1777916898",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916946",
"uncertainty": 120
},
"departure": {
"time": "1777916946",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917001",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917106",
"uncertainty": 120
},
"departure": {
"time": "1777917106",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917156",
"uncertainty": 120
},
"departure": {
"time": "1777917156",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917279",
"uncertainty": 120
},
"departure": {
"time": "1777917279",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917381",
"uncertainty": 120
},
"departure": {
"time": "1777917381",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917405",
"uncertainty": 120
},
"departure": {
"time": "1777917405",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917527",
"uncertainty": 120
},
"departure": {
"time": "1777917527",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917580",
"uncertainty": 120
},
"departure": {
"time": "1777917580",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917595",
"uncertainty": 120
},
"departure": {
"time": "1777917595",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917648",
"uncertainty": 120
},
"departure": {
"time": "1777917648",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917722",
"uncertainty": 120
},
"departure": {
"time": "1777917722",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917826",
"uncertainty": 120
},
"departure": {
"time": "1777917826",
"uncertainty": 120
},
"stopId": "0:POME",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917967",
"uncertainty": 120
},
"departure": {
"time": "1777917967",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918025",
"uncertainty": 120
},
"departure": {
"time": "1777918025",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918129",
"uncertainty": 120
},
"departure": {
"time": "1777918129",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918349",
"uncertainty": 120
},
"departure": {
"time": "1777918349",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918426",
"uncertainty": 120
},
"departure": {
"time": "1777918426",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918523",
"uncertainty": 120
},
"departure": {
"time": "1777918523",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918638",
"uncertainty": 120
},
"departure": {
"time": "1777918638",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918678",
"uncertainty": 120
},
"departure": {
"time": "1777918678",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918727",
"uncertainty": 120
},
"departure": {
"time": "1777918727",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918789",
"uncertainty": 120
},
"departure": {
"time": "1777918789",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918836",
"uncertainty": 120
},
"departure": {
"time": "1777918836",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918872",
"uncertainty": 120
},
"departure": {
"time": "1777918872",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918928",
"uncertainty": 120
},
"departure": {
"time": "1777918928",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918975",
"uncertainty": 120
},
"departure": {
"time": "1777918975",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919022",
"uncertainty": 120
},
"departure": {
"time": "1777919022",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919058",
"uncertainty": 120
},
"departure": {
"time": "1777919058",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919109",
"uncertainty": 120
},
"departure": {
"time": "1777919109",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919194",
"uncertainty": 120
},
"departure": {
"time": "1777919194",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919278",
"uncertainty": 120
},
"departure": {
"time": "1777919278",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919323",
"uncertainty": 120
},
"departure": {
"time": "1777919323",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919409",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853567"
},
"vehicle": {
"id": "2054",
"label": "2054"
}
}
},
{
"id": "1854068",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918740",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854068"
}
}
},
{
"id": "1856892",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916580",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916654",
"uncertainty": 120
},
"departure": {
"time": "1777916654",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916674",
"uncertainty": 120
},
"departure": {
"time": "1777916674",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916799",
"uncertainty": 120
},
"departure": {
"time": "1777916799",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916920",
"uncertainty": 120
},
"departure": {
"time": "1777916941",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917021",
"uncertainty": 120
},
"departure": {
"time": "1777917021",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917111",
"uncertainty": 120
},
"departure": {
"time": "1777917111",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917197",
"uncertainty": 120
},
"departure": {
"time": "1777917197",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917257",
"uncertainty": 120
},
"departure": {
"time": "1777917257",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917330",
"uncertainty": 120
},
"departure": {
"time": "1777917330",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917357",
"uncertainty": 120
},
"departure": {
"time": "1777917357",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917455",
"uncertainty": 120
},
"departure": {
"time": "1777917455",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917576",
"uncertainty": 120
},
"departure": {
"time": "1777917576",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917701",
"uncertainty": 120
},
"departure": {
"time": "1777917701",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917851",
"uncertainty": 120
},
"departure": {
"time": "1777917851",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917943",
"uncertainty": 120
},
"departure": {
"time": "1777917943",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917992",
"uncertainty": 120
},
"departure": {
"time": "1777917992",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918034",
"uncertainty": 120
},
"departure": {
"time": "1777918034",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918164",
"uncertainty": 120
},
"departure": {
"time": "1777918164",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918228",
"uncertainty": 120
},
"departure": {
"time": "1777918228",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918285",
"uncertainty": 120
},
"departure": {
"time": "1777918285",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918341",
"uncertainty": 120
},
"departure": {
"time": "1777918341",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918405",
"uncertainty": 120
},
"departure": {
"time": "1777918405",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918477",
"uncertainty": 120
},
"departure": {
"time": "1777918477",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918535",
"uncertainty": 120
},
"departure": {
"time": "1777918535",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918600",
"uncertainty": 120
},
"departure": {
"time": "1777918600",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918644",
"uncertainty": 120
},
"departure": {
"time": "1777918644",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918693",
"uncertainty": 120
},
"departure": {
"time": "1777918693",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918762",
"uncertainty": 120
},
"departure": {
"time": "1777918762",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918798",
"uncertainty": 120
},
"departure": {
"time": "1777918798",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918891",
"uncertainty": 120
},
"departure": {
"time": "1777918891",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919131",
"uncertainty": 120
},
"departure": {
"time": "1777919131",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919191",
"uncertainty": 120
},
"departure": {
"time": "1777919191",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919324",
"uncertainty": 120
},
"departure": {
"time": "1777919324",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919344",
"uncertainty": 120
},
"departure": {
"time": "1777919344",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919374",
"uncertainty": 120
},
"departure": {
"time": "1777919374",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919415",
"uncertainty": 120
},
"departure": {
"time": "1777919415",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919551",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856892"
},
"vehicle": {
"id": "2137",
"label": "2137"
}
}
},
{
"id": "1856893",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918380",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856893"
}
}
},
{
"id": "1854069",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920600",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854069"
}
}
},
{
"id": "1856894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920120",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856894"
}
}
},
{
"id": "1856891",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914660",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914743",
"uncertainty": 120
},
"departure": {
"time": "1777914743",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777914772",
"uncertainty": 120
},
"departure": {
"time": "1777914781",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777914866",
"uncertainty": 120
},
"departure": {
"time": "1777914866",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1777914999",
"uncertainty": 120
},
"departure": {
"time": "1777915020",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915104",
"uncertainty": 120
},
"departure": {
"time": "1777915104",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915193",
"uncertainty": 120
},
"departure": {
"time": "1777915193",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915291",
"uncertainty": 120
},
"departure": {
"time": "1777915291",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915363",
"uncertainty": 120
},
"departure": {
"time": "1777915363",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915441",
"uncertainty": 120
},
"departure": {
"time": "1777915441",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915479",
"uncertainty": 120
},
"departure": {
"time": "1777915479",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915591",
"uncertainty": 120
},
"departure": {
"time": "1777915591",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915710",
"uncertainty": 120
},
"departure": {
"time": "1777915711",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915831",
"uncertainty": 120
},
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916041",
"uncertainty": 120
},
"departure": {
"time": "1777916041",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916136",
"uncertainty": 120
},
"departure": {
"time": "1777916136",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916197",
"uncertainty": 120
},
"departure": {
"time": "1777916221",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916258",
"uncertainty": 120
},
"departure": {
"time": "1777916258",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916400",
"uncertainty": 120
},
"departure": {
"time": "1777916400",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916469",
"uncertainty": 120
},
"departure": {
"time": "1777916469",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916521",
"uncertainty": 120
},
"departure": {
"time": "1777916521",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916598",
"uncertainty": 120
},
"departure": {
"time": "1777916598",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916650",
"uncertainty": 120
},
"departure": {
"time": "1777916650",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916751",
"uncertainty": 120
},
"departure": {
"time": "1777916751",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916806",
"uncertainty": 120
},
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916892",
"uncertainty": 120
},
"departure": {
"time": "1777916892",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777916929",
"uncertainty": 120
},
"departure": {
"time": "1777916941",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777916987",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917067",
"uncertainty": 120
},
"departure": {
"time": "1777917067",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917091",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917184",
"uncertainty": 120
},
"departure": {
"time": "1777917184",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917424",
"uncertainty": 120
},
"departure": {
"time": "1777917424",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917484",
"uncertainty": 120
},
"departure": {
"time": "1777917484",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917638",
"uncertainty": 120
},
"departure": {
"time": "1777917638",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917661",
"uncertainty": 120
},
"departure": {
"time": "1777917661",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917696",
"uncertainty": 120
},
"departure": {
"time": "1777917696",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777917744",
"uncertainty": 120
},
"departure": {
"time": "1777917744",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777917902",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856891"
},
"vehicle": {
"id": "1736",
"label": "1736"
}
}
},
{
"id": "1853568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918860",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853568"
}
}
},
{
"id": "1856396",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918860",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856396"
}
}
},
{
"id": "1856393",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917099",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917172",
"uncertainty": 120
},
"departure": {
"time": "1777917172",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917250",
"uncertainty": 120
},
"departure": {
"time": "1777917250",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917279",
"uncertainty": 120
},
"departure": {
"time": "1777917279",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917333",
"uncertainty": 120
},
"departure": {
"time": "1777917333",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917398",
"uncertainty": 120
},
"departure": {
"time": "1777917398",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917448",
"uncertainty": 120
},
"departure": {
"time": "1777917448",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917489",
"uncertainty": 120
},
"departure": {
"time": "1777917489",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917579",
"uncertainty": 120
},
"departure": {
"time": "1777917579",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917626",
"uncertainty": 120
},
"departure": {
"time": "1777917626",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917700",
"uncertainty": 120
},
"departure": {
"time": "1777917700",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917762",
"uncertainty": 120
},
"departure": {
"time": "1777917762",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917866",
"uncertainty": 120
},
"departure": {
"time": "1777917866",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917916",
"uncertainty": 120
},
"departure": {
"time": "1777917916",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917948",
"uncertainty": 120
},
"departure": {
"time": "1777917948",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918097",
"uncertainty": 120
},
"departure": {
"time": "1777918097",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918134",
"uncertainty": 120
},
"departure": {
"time": "1777918134",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918241",
"uncertainty": 120
},
"departure": {
"time": "1777918241",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918330",
"uncertainty": 120
},
"departure": {
"time": "1777918330",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918421",
"uncertainty": 120
},
"departure": {
"time": "1777918421",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918587",
"uncertainty": 120
},
"departure": {
"time": "1777918587",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918617",
"uncertainty": 120
},
"departure": {
"time": "1777918617",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918765",
"uncertainty": 120
},
"departure": {
"time": "1777918765",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918917",
"uncertainty": 120
},
"departure": {
"time": "1777918917",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918973",
"uncertainty": 120
},
"departure": {
"time": "1777918973",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919125",
"uncertainty": 120
},
"departure": {
"time": "1777919125",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919161",
"uncertainty": 120
},
"departure": {
"time": "1777919161",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919201",
"uncertainty": 120
},
"departure": {
"time": "1777919201",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919245",
"uncertainty": 120
},
"departure": {
"time": "1777919245",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919436",
"uncertainty": 120
},
"departure": {
"time": "1777919436",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919491",
"uncertainty": 120
},
"departure": {
"time": "1777919491",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919542",
"uncertainty": 120
},
"departure": {
"time": "1777919542",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919612",
"uncertainty": 120
},
"departure": {
"time": "1777919612",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919655",
"uncertainty": 120
},
"departure": {
"time": "1777919655",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919684",
"uncertainty": 120
},
"departure": {
"time": "1777919684",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919746",
"uncertainty": 120
},
"departure": {
"time": "1777919746",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919785",
"uncertainty": 120
},
"departure": {
"time": "1777919785",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919905",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856393"
},
"vehicle": {
"id": "2032",
"label": "2032"
}
}
},
{
"id": "1856391",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915231",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915300",
"uncertainty": 120
},
"departure": {
"time": "1777915300",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915362",
"uncertainty": 120
},
"departure": {
"time": "1777915362",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915391",
"uncertainty": 120
},
"departure": {
"time": "1777915391",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915453",
"uncertainty": 120
},
"departure": {
"time": "1777915453",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915521",
"uncertainty": 120
},
"departure": {
"time": "1777915531",
"uncertainty": 120
},
"stopId": "0:FRENES1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915601",
"uncertainty": 120
},
"departure": {
"time": "1777915601",
"uncertainty": 120
},
"stopId": "0:CARRIER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915650",
"uncertainty": 120
},
"departure": {
"time": "1777915650",
"uncertainty": 120
},
"stopId": "0:HETRES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915762",
"uncertainty": 120
},
"departure": {
"time": "1777915762",
"uncertainty": 120
},
"stopId": "0:ERABLE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915808",
"uncertainty": 120
},
"departure": {
"time": "1777915808",
"uncertainty": 120
},
"stopId": "0:TILLEUL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915889",
"uncertainty": 120
},
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915965",
"uncertainty": 120
},
"departure": {
"time": "1777915981",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916107",
"uncertainty": 120
},
"departure": {
"time": "1777916107",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916168",
"uncertainty": 120
},
"departure": {
"time": "1777916168",
"uncertainty": 120
},
"stopId": "0:BURGER01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916197",
"uncertainty": 120
},
"departure": {
"time": "1777916197",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916382",
"uncertainty": 120
},
"departure": {
"time": "1777916382",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916431",
"uncertainty": 120
},
"departure": {
"time": "1777916491",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916593",
"uncertainty": 120
},
"departure": {
"time": "1777916593",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916657",
"uncertainty": 120
},
"departure": {
"time": "1777916671",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916731",
"uncertainty": 120
},
"departure": {
"time": "1777916731",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916879",
"uncertainty": 120
},
"departure": {
"time": "1777917061",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917091",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917231",
"uncertainty": 120
},
"departure": {
"time": "1777917231",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917304",
"uncertainty": 120
},
"departure": {
"time": "1777917304",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917349",
"uncertainty": 120
},
"departure": {
"time": "1777917349",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917437",
"uncertainty": 120
},
"departure": {
"time": "1777917437",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917487",
"uncertainty": 120
},
"departure": {
"time": "1777917487",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917532",
"uncertainty": 120
},
"departure": {
"time": "1777917532",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917582",
"uncertainty": 120
},
"departure": {
"time": "1777917582",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917679",
"uncertainty": 120
},
"departure": {
"time": "1777917679",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917780",
"uncertainty": 120
},
"departure": {
"time": "1777917780",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917812",
"uncertainty": 120
},
"departure": {
"time": "1777917812",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917880",
"uncertainty": 120
},
"departure": {
"time": "1777917880",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917909",
"uncertainty": 120
},
"departure": {
"time": "1777917909",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917939",
"uncertainty": 120
},
"departure": {
"time": "1777917939",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917967",
"uncertainty": 120
},
"departure": {
"time": "1777917967",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918020",
"uncertainty": 120
},
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777918140",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856391"
},
"vehicle": {
"id": "1732",
"label": "1732"
}
}
},
{
"id": "1853652",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920300",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853652"
}
}
},
{
"id": "1855467",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918740"
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855467"
}
}
},
{
"id": "1853649",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777917055",
"uncertainty": 120
},
"departure": {
"time": "1777917055",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917110",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853649"
}
}
},
{
"id": "1853650",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916763",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916943",
"uncertainty": 120
},
"departure": {
"time": "1777916973",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917080",
"uncertainty": 120
},
"departure": {
"time": "1777917093",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917179",
"uncertainty": 120
},
"departure": {
"time": "1777917179",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917249",
"uncertainty": 120
},
"departure": {
"time": "1777917249",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917294",
"uncertainty": 120
},
"departure": {
"time": "1777917294",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917323",
"uncertainty": 120
},
"departure": {
"time": "1777917323",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917375",
"uncertainty": 120
},
"departure": {
"time": "1777917375",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917416",
"uncertainty": 120
},
"departure": {
"time": "1777917416",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917468",
"uncertainty": 120
},
"departure": {
"time": "1777917468",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917508",
"uncertainty": 120
},
"departure": {
"time": "1777917508",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917545",
"uncertainty": 120
},
"departure": {
"time": "1777917545",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917609",
"uncertainty": 120
},
"departure": {
"time": "1777917609",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917643",
"uncertainty": 120
},
"departure": {
"time": "1777917643",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917720",
"uncertainty": 120
},
"departure": {
"time": "1777917720",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917800",
"uncertainty": 120
},
"departure": {
"time": "1777917800",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917837",
"uncertainty": 120
},
"departure": {
"time": "1777917837",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917863",
"uncertainty": 120
},
"departure": {
"time": "1777917863",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917886",
"uncertainty": 120
},
"departure": {
"time": "1777917886",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917971",
"uncertainty": 120
},
"departure": {
"time": "1777917971",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918007",
"uncertainty": 120
},
"departure": {
"time": "1777918007",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918037",
"uncertainty": 120
},
"departure": {
"time": "1777918037",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918163",
"uncertainty": 120
},
"departure": {
"time": "1777918163",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918271",
"uncertainty": 120
},
"departure": {
"time": "1777918271",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918373",
"uncertainty": 120
},
"departure": {
"time": "1777918373",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918396",
"uncertainty": 120
},
"departure": {
"time": "1777918396",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918456",
"uncertainty": 120
},
"departure": {
"time": "1777918456",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918508",
"uncertainty": 120
},
"departure": {
"time": "1777918508",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918538",
"uncertainty": 120
},
"departure": {
"time": "1777918538",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918599",
"uncertainty": 120
},
"departure": {
"time": "1777918599",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918628",
"uncertainty": 120
},
"departure": {
"time": "1777918628",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918649",
"uncertainty": 120
},
"departure": {
"time": "1777918649",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918702",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853650"
},
"vehicle": {
"id": "1533",
"label": "1533"
}
}
},
{
"id": "1853651",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918500",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853651"
}
}
},
{
"id": "1857839",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919100"
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857839"
}
}
},
{
"id": "1857885",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914462",
"uncertainty": 120
},
"stopId": "0:PEMG2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914522",
"uncertainty": 120
},
"departure": {
"time": "1777914522",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777914732",
"uncertainty": 120
},
"departure": {
"time": "1777914732",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777914866",
"uncertainty": 120
},
"departure": {
"time": "1777914866",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777914882",
"uncertainty": 120
},
"departure": {
"time": "1777914882",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777914912",
"uncertainty": 120
},
"departure": {
"time": "1777914912",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777914968",
"uncertainty": 120
},
"departure": {
"time": "1777914968",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915032",
"uncertainty": 120
},
"departure": {
"time": "1777915032",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915154",
"uncertainty": 120
},
"departure": {
"time": "1777915154",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915210",
"uncertainty": 120
},
"departure": {
"time": "1777915210",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915362",
"uncertainty": 120
},
"departure": {
"time": "1777915362",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915560",
"uncertainty": 120
},
"departure": {
"time": "1777915560",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915572",
"uncertainty": 120
},
"departure": {
"time": "1777915572",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915782",
"uncertainty": 120
},
"departure": {
"time": "1777915782",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915982",
"uncertainty": 120
},
"departure": {
"time": "1777916022",
"uncertainty": 120
},
"stopId": "0:LOTISSE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916089",
"uncertainty": 120
},
"departure": {
"time": "1777916089",
"uncertainty": 120
},
"stopId": "0:LIBERAT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916176",
"uncertainty": 120
},
"departure": {
"time": "1777916176",
"uncertainty": 120
},
"stopId": "0:AUGNYMA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916229",
"uncertainty": 120
},
"departure": {
"time": "1777916229",
"uncertainty": 120
},
"stopId": "0:GLISSU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916471",
"uncertainty": 120
},
"departure": {
"time": "1777916472",
"uncertainty": 120
},
"stopId": "0:RD662",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916510",
"uncertainty": 120
},
"departure": {
"time": "1777916510",
"uncertainty": 120
},
"stopId": "0:FEY2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916754",
"uncertainty": 120
},
"departure": {
"time": "1777916754",
"uncertainty": 120
},
"stopId": "0:VEZON2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916847",
"uncertainty": 120
},
"departure": {
"time": "1777916862",
"uncertainty": 120
},
"stopId": "0:MARIEUL1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917036",
"uncertainty": 120
},
"departure": {
"time": "1777917042",
"uncertainty": 120
},
"stopId": "0:CHARIT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917091",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:NOTRDA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917201",
"uncertainty": 120
},
"departure": {
"time": "1777917201",
"uncertainty": 120
},
"stopId": "0:LACORV02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917304",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 26
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857885"
},
"vehicle": {
"id": "1734",
"label": "1734"
}
}
},
{
"id": "1855509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916460",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916517",
"uncertainty": 120
},
"departure": {
"time": "1777916517",
"uncertainty": 120
},
"stopId": "0:VERNEVI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916546",
"uncertainty": 120
},
"departure": {
"time": "1777916546",
"uncertainty": 120
},
"stopId": "0:TELEGRA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916757",
"uncertainty": 120
},
"departure": {
"time": "1777916759",
"uncertainty": 120
},
"stopId": "0:MALMAIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916876",
"uncertainty": 120
},
"departure": {
"time": "1777916876",
"uncertainty": 120
},
"stopId": "0:VERLIN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916895",
"uncertainty": 120
},
"departure": {
"time": "1777916895",
"uncertainty": 120
},
"stopId": "0:RUEDARS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916939",
"uncertainty": 120
},
"departure": {
"time": "1777916939",
"uncertainty": 120
},
"stopId": "0:GRAVELO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917250",
"uncertainty": 120
},
"departure": {
"time": "1777917250",
"uncertainty": 120
},
"stopId": "0:VERDUN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917298",
"uncertainty": 120
},
"departure": {
"time": "1777917298",
"uncertainty": 120
},
"stopId": "0:SCHWALB1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917335",
"uncertainty": 120
},
"departure": {
"time": "1777917335",
"uncertainty": 120
},
"stopId": "0:TEMPLE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917418",
"uncertainty": 120
},
"departure": {
"time": "1777917418",
"uncertainty": 120
},
"stopId": "0:ARSMOSL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917470",
"uncertainty": 120
},
"departure": {
"time": "1777917470",
"uncertainty": 120
},
"stopId": "0:JFERRAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917538",
"uncertainty": 120
},
"departure": {
"time": "1777917538",
"uncertainty": 120
},
"stopId": "0:CLEMENC1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917575",
"uncertainty": 120
},
"departure": {
"time": "1777917575",
"uncertainty": 120
},
"stopId": "0:STPAUL01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917717",
"uncertainty": 120
},
"departure": {
"time": "1777917717",
"uncertainty": 120
},
"stopId": "0:CRRD601",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917898",
"uncertainty": 120
},
"departure": {
"time": "1777917898",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918558",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 17
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855509"
},
"vehicle": {
"id": "193003",
"label": "193003"
}
}
},
{
"id": "1853685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915832",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915889",
"uncertainty": 120
},
"departure": {
"time": "1777915892",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915952",
"uncertainty": 120
},
"departure": {
"time": "1777915952",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916018",
"uncertainty": 120
},
"departure": {
"time": "1777916018",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916079",
"uncertainty": 120
},
"departure": {
"time": "1777916079",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916149",
"uncertainty": 120
},
"departure": {
"time": "1777916162",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916212",
"uncertainty": 120
},
"departure": {
"time": "1777916212",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916281",
"uncertainty": 120
},
"departure": {
"time": "1777916282",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916342",
"uncertainty": 120
},
"departure": {
"time": "1777916342",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916470",
"uncertainty": 120
},
"departure": {
"time": "1777916470",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916602",
"uncertainty": 120
},
"departure": {
"time": "1777916612",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916720",
"uncertainty": 120
},
"departure": {
"time": "1777916732",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916779",
"uncertainty": 120
},
"departure": {
"time": "1777916793",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916860",
"uncertainty": 120
},
"departure": {
"time": "1777916860",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916925",
"uncertainty": 120
},
"departure": {
"time": "1777916942",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916981",
"uncertainty": 120
},
"departure": {
"time": "1777916981",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917030",
"uncertainty": 120
},
"departure": {
"time": "1777917030",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917051",
"uncertainty": 120
},
"departure": {
"time": "1777917062",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917140",
"uncertainty": 120
},
"departure": {
"time": "1777917140",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917220",
"uncertainty": 120
},
"departure": {
"time": "1777917220",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917303",
"uncertainty": 120
},
"departure": {
"time": "1777917303",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917355",
"uncertainty": 120
},
"departure": {
"time": "1777917355",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917414",
"uncertainty": 120
},
"departure": {
"time": "1777917414",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917460",
"uncertainty": 120
},
"departure": {
"time": "1777917460",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917529",
"uncertainty": 120
},
"departure": {
"time": "1777917529",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917571",
"uncertainty": 120
},
"departure": {
"time": "1777917571",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917602",
"uncertainty": 120
},
"departure": {
"time": "1777917602",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917629",
"uncertainty": 120
},
"departure": {
"time": "1777917629",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917696",
"uncertainty": 120
},
"departure": {
"time": "1777917696",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917751",
"uncertainty": 120
},
"departure": {
"time": "1777917751",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917969",
"uncertainty": 120
},
"departure": {
"time": "1777917969",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918149",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 32
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853685"
},
"vehicle": {
"id": "2131",
"label": "2131"
}
}
},
{
"id": "1853686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917650",
"uncertainty": 120
},
"departure": {
"time": "1777917650",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917687",
"uncertainty": 120
},
"departure": {
"time": "1777917687",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917738",
"uncertainty": 120
},
"departure": {
"time": "1777917738",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917790",
"uncertainty": 120
},
"departure": {
"time": "1777917790",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917848",
"uncertainty": 120
},
"departure": {
"time": "1777917848",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917894",
"uncertainty": 120
},
"departure": {
"time": "1777917894",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917966",
"uncertainty": 120
},
"departure": {
"time": "1777917966",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918022",
"uncertainty": 120
},
"departure": {
"time": "1777918022",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918148",
"uncertainty": 120
},
"departure": {
"time": "1777918148",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918268",
"uncertainty": 120
},
"departure": {
"time": "1777918268",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918387",
"uncertainty": 120
},
"departure": {
"time": "1777918387",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918427",
"uncertainty": 120
},
"departure": {
"time": "1777918427",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918493",
"uncertainty": 120
},
"departure": {
"time": "1777918493",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918558",
"uncertainty": 120
},
"departure": {
"time": "1777918558",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918593",
"uncertainty": 120
},
"departure": {
"time": "1777918593",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918638",
"uncertainty": 120
},
"departure": {
"time": "1777918638",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918660",
"uncertainty": 120
},
"departure": {
"time": "1777918660",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918723",
"uncertainty": 120
},
"departure": {
"time": "1777918723",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918803",
"uncertainty": 120
},
"departure": {
"time": "1777918803",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918840",
"uncertainty": 120
},
"departure": {
"time": "1777918840",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918892",
"uncertainty": 120
},
"departure": {
"time": "1777918892",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918947",
"uncertainty": 120
},
"departure": {
"time": "1777918947",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918990",
"uncertainty": 120
},
"departure": {
"time": "1777918990",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919059",
"uncertainty": 120
},
"departure": {
"time": "1777919059",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919101",
"uncertainty": 120
},
"departure": {
"time": "1777919101",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919132",
"uncertainty": 120
},
"departure": {
"time": "1777919132",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919159",
"uncertainty": 120
},
"departure": {
"time": "1777919159",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919226",
"uncertainty": 120
},
"departure": {
"time": "1777919226",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919281",
"uncertainty": 120
},
"departure": {
"time": "1777919281",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919581",
"uncertainty": 120
},
"departure": {
"time": "1777919581",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919761",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 32
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853686"
}
}
},
{
"id": "1853687",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920000",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853687"
}
}
},
{
"id": "1855521",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777916821",
"uncertainty": 120
},
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:MALMAIS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917016",
"uncertainty": 120
},
"departure": {
"time": "1777917016",
"uncertainty": 120
},
"stopId": "0:TELEGRA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917047",
"uncertainty": 120
},
"departure": {
"time": "1777917047",
"uncertainty": 120
},
"stopId": "0:VERNEVI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917087",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 17
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855521"
}
}
},
{
"id": "1855522",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918738",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
},
{
"arrival": {
"time": "1777919338",
"uncertainty": 120
},
"departure": {
"time": "1777919338",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777919439",
"uncertainty": 120
},
"departure": {
"time": "1777919439",
"uncertainty": 120
},
"stopId": "0:CRRD602",
"stopSequence": 3
},
{
"arrival": {
"time": "1777919547",
"uncertainty": 120
},
"departure": {
"time": "1777919547",
"uncertainty": 120
},
"stopId": "0:STPAUL02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777919578",
"uncertainty": 120
},
"departure": {
"time": "1777919578",
"uncertainty": 120
},
"stopId": "0:CLEMENC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777919620",
"uncertainty": 120
},
"departure": {
"time": "1777919620",
"uncertainty": 120
},
"stopId": "0:JFERRAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777919698",
"uncertainty": 120
},
"departure": {
"time": "1777919698",
"uncertainty": 120
},
"stopId": "0:ARSMOSL2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777919772",
"uncertainty": 120
},
"departure": {
"time": "1777919772",
"uncertainty": 120
},
"stopId": "0:TEMPLE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777919804",
"uncertainty": 120
},
"departure": {
"time": "1777919804",
"uncertainty": 120
},
"stopId": "0:SCHWALB2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777919859",
"uncertainty": 120
},
"departure": {
"time": "1777919859",
"uncertainty": 120
},
"stopId": "0:VERDUN2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777920298",
"uncertainty": 120
},
"departure": {
"time": "1777920298",
"uncertainty": 120
},
"stopId": "0:GRAVELO2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777920327",
"uncertainty": 120
},
"departure": {
"time": "1777920327",
"uncertainty": 120
},
"stopId": "0:RUEDARS2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777920342",
"uncertainty": 120
},
"departure": {
"time": "1777920342",
"uncertainty": 120
},
"stopId": "0:VERLIN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777920478",
"uncertainty": 120
},
"departure": {
"time": "1777920478",
"uncertainty": 120
},
"stopId": "0:MALMAIS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777920671",
"uncertainty": 120
},
"departure": {
"time": "1777920671",
"uncertainty": 120
},
"stopId": "0:TELEGRA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777920687",
"uncertainty": 120
},
"departure": {
"time": "1777920687",
"uncertainty": 120
},
"stopId": "0:VERNEVI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777920718",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 17
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855522"
}
}
},
{
"id": "1855578",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915832",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915974",
"uncertainty": 120
},
"departure": {
"time": "1777915982",
"uncertainty": 120
},
"stopId": "0:PTCOEUR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916041",
"uncertainty": 120
},
"departure": {
"time": "1777916041",
"uncertainty": 120
},
"stopId": "0:AMANVMA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916100",
"uncertainty": 120
},
"departure": {
"time": "1777916100",
"uncertainty": 120
},
"stopId": "0:GRDRUE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916128",
"uncertainty": 120
},
"departure": {
"time": "1777916128",
"uncertainty": 120
},
"stopId": "0:PLAQUET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916534",
"uncertainty": 120
},
"departure": {
"time": "1777916534",
"uncertainty": 120
},
"stopId": "0:CHAPELL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916562",
"uncertainty": 120
},
"departure": {
"time": "1777916562",
"uncertainty": 120
},
"stopId": "0:LORRYGR1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916619",
"uncertainty": 120
},
"departure": {
"time": "1777916619",
"uncertainty": 120
},
"stopId": "0:ATELMUN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916681",
"uncertainty": 120
},
"departure": {
"time": "1777916681",
"uncertainty": 120
},
"stopId": "0:CARREFO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916748",
"uncertainty": 120
},
"departure": {
"time": "1777916762",
"uncertainty": 120
},
"stopId": "0:FRIERES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916873",
"uncertainty": 120
},
"departure": {
"time": "1777916873",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916921",
"uncertainty": 120
},
"departure": {
"time": "1777916921",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916960",
"uncertainty": 120
},
"departure": {
"time": "1777916960",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916996",
"uncertainty": 120
},
"departure": {
"time": "1777916996",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917002",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917028",
"uncertainty": 120
},
"departure": {
"time": "1777917028",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917158",
"uncertainty": 120
},
"departure": {
"time": "1777917158",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917206",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855578"
},
"vehicle": {
"id": "2031",
"label": "2031"
}
}
},
{
"id": "1857891",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918500"
},
"stopId": "0:PEMG2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11857891"
}
}
},
{
"id": "1855579",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917900",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855579"
}
}
},
{
"id": "1854736",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919700",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854736"
}
}
},
{
"id": "1854732",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915866",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915956",
"uncertainty": 120
},
"departure": {
"time": "1777915956",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916102",
"uncertainty": 120
},
"departure": {
"time": "1777916106",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916166",
"uncertainty": 120
},
"departure": {
"time": "1777916196",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916262",
"uncertainty": 120
},
"departure": {
"time": "1777916262",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916346",
"uncertainty": 120
},
"departure": {
"time": "1777916346",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916417",
"uncertainty": 120
},
"departure": {
"time": "1777916436",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916496",
"uncertainty": 120
},
"departure": {
"time": "1777916496",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916556",
"uncertainty": 120
},
"departure": {
"time": "1777916556",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916616",
"uncertainty": 120
},
"departure": {
"time": "1777916616",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916704",
"uncertainty": 120
},
"departure": {
"time": "1777916706",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916798",
"uncertainty": 120
},
"departure": {
"time": "1777916798",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916900",
"uncertainty": 120
},
"departure": {
"time": "1777916900",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916958",
"uncertainty": 120
},
"departure": {
"time": "1777916976",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917034",
"uncertainty": 120
},
"departure": {
"time": "1777917034",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917115",
"uncertainty": 120
},
"departure": {
"time": "1777917115",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917191",
"uncertainty": 120
},
"departure": {
"time": "1777917191",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917280",
"uncertainty": 120
},
"departure": {
"time": "1777917280",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917369",
"uncertainty": 120
},
"departure": {
"time": "1777917369",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917582",
"uncertainty": 120
},
"departure": {
"time": "1777917582",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917644",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854732"
},
"vehicle": {
"id": "1316",
"label": "1316"
}
}
},
{
"id": "1854733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916768",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916853",
"uncertainty": 120
},
"departure": {
"time": "1777916858",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917003",
"uncertainty": 120
},
"departure": {
"time": "1777917009",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917067",
"uncertainty": 120
},
"departure": {
"time": "1777917098",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917168",
"uncertainty": 120
},
"departure": {
"time": "1777917168",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917256",
"uncertainty": 120
},
"departure": {
"time": "1777917256",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917326",
"uncertainty": 120
},
"departure": {
"time": "1777917326",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917388",
"uncertainty": 120
},
"departure": {
"time": "1777917388",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917448",
"uncertainty": 120
},
"departure": {
"time": "1777917448",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917508",
"uncertainty": 120
},
"departure": {
"time": "1777917508",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917595",
"uncertainty": 120
},
"departure": {
"time": "1777917595",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917686",
"uncertainty": 120
},
"departure": {
"time": "1777917686",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917788",
"uncertainty": 120
},
"departure": {
"time": "1777917788",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917845",
"uncertainty": 120
},
"departure": {
"time": "1777917845",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917907",
"uncertainty": 120
},
"departure": {
"time": "1777917907",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917969",
"uncertainty": 120
},
"departure": {
"time": "1777917969",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918045",
"uncertainty": 120
},
"departure": {
"time": "1777918045",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918134",
"uncertainty": 120
},
"departure": {
"time": "1777918134",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918224",
"uncertainty": 120
},
"departure": {
"time": "1777918224",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918458",
"uncertainty": 120
},
"departure": {
"time": "1777918458",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918524",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854733"
},
"vehicle": {
"id": "1321",
"label": "1321"
}
}
},
{
"id": "1854734",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917660",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854734"
}
}
},
{
"id": "1854735",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918620",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854735"
}
}
},
{
"id": "1854731",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915249",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915343",
"uncertainty": 120
},
"departure": {
"time": "1777915369",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915495",
"uncertainty": 120
},
"departure": {
"time": "1777915519",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915589",
"uncertainty": 120
},
"departure": {
"time": "1777915609",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915683",
"uncertainty": 120
},
"departure": {
"time": "1777915699",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915773",
"uncertainty": 120
},
"departure": {
"time": "1777915789",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915847",
"uncertainty": 120
},
"departure": {
"time": "1777915849",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915917",
"uncertainty": 120
},
"departure": {
"time": "1777915917",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915993",
"uncertainty": 120
},
"departure": {
"time": "1777915999",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916054",
"uncertainty": 120
},
"departure": {
"time": "1777916059",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916130",
"uncertainty": 120
},
"departure": {
"time": "1777916149",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916225",
"uncertainty": 120
},
"departure": {
"time": "1777916239",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916320",
"uncertainty": 120
},
"departure": {
"time": "1777916329",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916389",
"uncertainty": 120
},
"departure": {
"time": "1777916389",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916476",
"uncertainty": 120
},
"departure": {
"time": "1777916479",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916549",
"uncertainty": 120
},
"departure": {
"time": "1777916569",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916629",
"uncertainty": 120
},
"departure": {
"time": "1777916689",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916779",
"uncertainty": 120
},
"departure": {
"time": "1777916779",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916869",
"uncertainty": 120
},
"departure": {
"time": "1777916899",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917109",
"uncertainty": 120
},
"departure": {
"time": "1777917109",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917170",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854731"
},
"vehicle": {
"id": "1307",
"label": "1307"
}
}
},
{
"id": "1855600",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916179",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916359",
"uncertainty": 120
},
"departure": {
"time": "1777916359",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916434",
"uncertainty": 120
},
"departure": {
"time": "1777916434",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916449",
"uncertainty": 120
},
"departure": {
"time": "1777916449",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916509",
"uncertainty": 120
},
"departure": {
"time": "1777916509",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916538",
"uncertainty": 120
},
"departure": {
"time": "1777916539",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916579",
"uncertainty": 120
},
"departure": {
"time": "1777916579",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916629",
"uncertainty": 120
},
"departure": {
"time": "1777916629",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916729",
"uncertainty": 120
},
"departure": {
"time": "1777916729",
"uncertainty": 120
},
"stopId": "0:FRIERES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916806",
"uncertainty": 120
},
"departure": {
"time": "1777916806",
"uncertainty": 120
},
"stopId": "0:CARREFO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916887",
"uncertainty": 120
},
"departure": {
"time": "1777916887",
"uncertainty": 120
},
"stopId": "0:ATELMUN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916924",
"uncertainty": 120
},
"departure": {
"time": "1777916929",
"uncertainty": 120
},
"stopId": "0:LORRYGR2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916971",
"uncertainty": 120
},
"departure": {
"time": "1777916971",
"uncertainty": 120
},
"stopId": "0:CHAPELL2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917479",
"uncertainty": 120
},
"departure": {
"time": "1777917479",
"uncertainty": 120
},
"stopId": "0:PLAQUET2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917518",
"uncertainty": 120
},
"departure": {
"time": "1777917518",
"uncertainty": 120
},
"stopId": "0:GRDRUE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917588",
"uncertainty": 120
},
"departure": {
"time": "1777917588",
"uncertainty": 120
},
"stopId": "0:AMANVMA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917663",
"uncertainty": 120
},
"departure": {
"time": "1777917663",
"uncertainty": 120
},
"stopId": "0:JUSTICE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917719",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 18
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855600"
},
"vehicle": {
"id": "1637",
"label": "1637"
}
}
},
{
"id": "1855601",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919700",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855601"
}
}
},
{
"id": "1855207",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919880"
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855207"
}
}
},
{
"id": "1854120",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919580",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854120"
}
}
},
{
"id": "1855676",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917480"
},
"stopId": "0:RONC4",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855676"
}
}
},
{
"id": "1854117",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914900",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914954",
"uncertainty": 120
},
"departure": {
"time": "1777914960",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915031",
"uncertainty": 120
},
"departure": {
"time": "1777915051",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915109",
"uncertainty": 120
},
"departure": {
"time": "1777915109",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915200",
"uncertainty": 120
},
"departure": {
"time": "1777915200",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915330",
"uncertainty": 120
},
"departure": {
"time": "1777915350",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915409",
"uncertainty": 120
},
"departure": {
"time": "1777915410",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915479",
"uncertainty": 120
},
"departure": {
"time": "1777915479",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915560",
"uncertainty": 120
},
"departure": {
"time": "1777915560",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915628",
"uncertainty": 120
},
"departure": {
"time": "1777915650",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915691",
"uncertainty": 120
},
"departure": {
"time": "1777915691",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915780",
"uncertainty": 120
},
"departure": {
"time": "1777915780",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915890",
"uncertainty": 120
},
"departure": {
"time": "1777915980",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916040",
"uncertainty": 120
},
"departure": {
"time": "1777916070",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916130",
"uncertainty": 120
},
"departure": {
"time": "1777916190",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916237",
"uncertainty": 120
},
"departure": {
"time": "1777916251",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916310",
"uncertainty": 120
},
"departure": {
"time": "1777916310",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916397",
"uncertainty": 120
},
"departure": {
"time": "1777916400",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916460",
"uncertainty": 120
},
"departure": {
"time": "1777916460",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916550",
"uncertainty": 120
},
"departure": {
"time": "1777916550",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916630",
"uncertainty": 120
},
"departure": {
"time": "1777916640",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916701",
"uncertainty": 120
},
"departure": {
"time": "1777916701",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916787",
"uncertainty": 120
},
"departure": {
"time": "1777916787",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916910",
"uncertainty": 120
},
"departure": {
"time": "1777916940",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917021",
"uncertainty": 120
},
"departure": {
"time": "1777917032",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917088",
"uncertainty": 120
},
"departure": {
"time": "1777917088",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917175",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854117"
},
"vehicle": {
"id": "1305",
"label": "1305"
}
}
},
{
"id": "1854118",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916071",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916127",
"uncertainty": 120
},
"departure": {
"time": "1777916131",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916202",
"uncertainty": 120
},
"departure": {
"time": "1777916221",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916311",
"uncertainty": 120
},
"departure": {
"time": "1777916311",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916393",
"uncertainty": 120
},
"departure": {
"time": "1777916401",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916527",
"uncertainty": 120
},
"departure": {
"time": "1777916527",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916598",
"uncertainty": 120
},
"departure": {
"time": "1777916611",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916679",
"uncertainty": 120
},
"departure": {
"time": "1777916701",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916761",
"uncertainty": 120
},
"departure": {
"time": "1777916761",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916841",
"uncertainty": 120
},
"departure": {
"time": "1777916851",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916898",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917087",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917218",
"uncertainty": 120
},
"departure": {
"time": "1777917218",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917291",
"uncertainty": 120
},
"departure": {
"time": "1777917291",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917357",
"uncertainty": 120
},
"departure": {
"time": "1777917357",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917415",
"uncertainty": 120
},
"departure": {
"time": "1777917415",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917483",
"uncertainty": 120
},
"departure": {
"time": "1777917483",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917545",
"uncertainty": 120
},
"departure": {
"time": "1777917545",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917615",
"uncertainty": 120
},
"departure": {
"time": "1777917615",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917683",
"uncertainty": 120
},
"departure": {
"time": "1777917683",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917783",
"uncertainty": 120
},
"departure": {
"time": "1777917783",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917846",
"uncertainty": 120
},
"departure": {
"time": "1777917846",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917929",
"uncertainty": 120
},
"departure": {
"time": "1777917929",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918046",
"uncertainty": 120
},
"departure": {
"time": "1777918046",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918128",
"uncertainty": 120
},
"departure": {
"time": "1777918128",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918185",
"uncertainty": 120
},
"departure": {
"time": "1777918185",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918272",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854118"
},
"vehicle": {
"id": "1308",
"label": "1308"
}
}
},
{
"id": "1854119",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917780",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854119"
}
}
},
{
"id": "1854172",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919160",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854172"
}
}
},
{
"id": "1855696",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777917037",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 26
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855696"
}
}
},
{
"id": "1855698",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919700"
},
"stopId": "0:LUXE",
"stopSequence": 1
},
{
"arrival": {
"time": "1777919797"
},
"departure": {
"time": "1777919797"
},
"stopId": "0:FMOSELL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777919899"
},
"departure": {
"time": "1777919899"
},
"stopId": "0:TIGNO395",
"stopSequence": 3
},
{
"arrival": {
"time": "1777919929"
},
"departure": {
"time": "1777919929"
},
"stopId": "0:COLIBRI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777919959"
},
"departure": {
"time": "1777919959"
},
"stopId": "0:LEMOYNE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777920010"
},
"departure": {
"time": "1777920010"
},
"stopId": "0:NJUNG2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777920060"
},
"departure": {
"time": "1777920060"
},
"stopId": "0:BUCHOZ2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777920084"
},
"departure": {
"time": "1777920084"
},
"stopId": "0:SANSONN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777920194"
},
"departure": {
"time": "1777920194"
},
"stopId": "0:FRIERES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777920271"
},
"departure": {
"time": "1777920271"
},
"stopId": "0:CARREFO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777920315"
},
"departure": {
"time": "1777920315"
},
"stopId": "0:LAVANDI2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777920391"
},
"departure": {
"time": "1777920391"
},
"stopId": "0:PLACEPU2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777920507"
},
"departure": {
"time": "1777920507"
},
"stopId": "0:RUEMETZ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777920631"
},
"departure": {
"time": "1777920631"
},
"stopId": "0:SAULNYC2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777920659"
},
"departure": {
"time": "1777920659"
},
"stopId": "0:BRIEYS02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777921171"
},
"departure": {
"time": "1777921171"
},
"stopId": "0:MONTAG02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777921240"
},
"departure": {
"time": "1777921240"
},
"stopId": "0:HAMJER04",
"stopSequence": 17
},
{
"arrival": {
"time": "1777921287"
},
"departure": {
"time": "1777921287"
},
"stopId": "0:RUEECO01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777921331"
},
"departure": {
"time": "1777921331"
},
"stopId": "0:ABBEBAU1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777921362"
},
"departure": {
"time": "1777921362"
},
"stopId": "0:18AOUT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777921460"
},
"departure": {
"time": "1777921460"
},
"stopId": "0:MINE02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777921486"
},
"departure": {
"time": "1777921486"
},
"stopId": "0:RONEGL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777921512"
},
"departure": {
"time": "1777921512"
},
"stopId": "0:RAYMON2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777921554"
},
"departure": {
"time": "1777921554"
},
"stopId": "0:RONCEN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777921610"
},
"departure": {
"time": "1777921610"
},
"stopId": "0:MASARI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777921651"
},
"stopId": "0:RONC4",
"stopSequence": 26
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855698"
}
}
},
{
"id": "1854170",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915651",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915754",
"uncertainty": 120
},
"departure": {
"time": "1777915771",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915831",
"uncertainty": 120
},
"departure": {
"time": "1777915831",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915891",
"uncertainty": 120
},
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916011",
"uncertainty": 120
},
"departure": {
"time": "1777916011",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916090",
"uncertainty": 120
},
"departure": {
"time": "1777916090",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916168",
"uncertainty": 120
},
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916266",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916361",
"uncertainty": 120
},
"departure": {
"time": "1777916371",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916456",
"uncertainty": 120
},
"departure": {
"time": "1777916461",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916521",
"uncertainty": 120
},
"departure": {
"time": "1777916521",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916604",
"uncertainty": 120
},
"departure": {
"time": "1777916611",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916671",
"uncertainty": 120
},
"departure": {
"time": "1777916671",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916748",
"uncertainty": 120
},
"departure": {
"time": "1777916792",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916878",
"uncertainty": 120
},
"departure": {
"time": "1777916881",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916966",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917199",
"uncertainty": 120
},
"departure": {
"time": "1777917199",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917264",
"uncertainty": 120
},
"departure": {
"time": "1777917264",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917326",
"uncertainty": 120
},
"departure": {
"time": "1777917326",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917388",
"uncertainty": 120
},
"departure": {
"time": "1777917388",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917477",
"uncertainty": 120
},
"departure": {
"time": "1777917477",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917535",
"uncertainty": 120
},
"departure": {
"time": "1777917535",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917655",
"uncertainty": 120
},
"departure": {
"time": "1777917655",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917761",
"uncertainty": 120
},
"departure": {
"time": "1777917761",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917831",
"uncertainty": 120
},
"departure": {
"time": "1777917831",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917895",
"uncertainty": 120
},
"departure": {
"time": "1777917895",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917927",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854170"
},
"vehicle": {
"id": "1315",
"label": "1315"
}
}
},
{
"id": "1854171",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917420",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917610",
"uncertainty": 120
},
"departure": {
"time": "1777917610",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917683",
"uncertainty": 120
},
"departure": {
"time": "1777917683",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917749",
"uncertainty": 120
},
"departure": {
"time": "1777917749",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917887",
"uncertainty": 120
},
"departure": {
"time": "1777917887",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917956",
"uncertainty": 120
},
"departure": {
"time": "1777917956",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777918020",
"uncertainty": 120
},
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918106",
"uncertainty": 120
},
"departure": {
"time": "1777918106",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918196",
"uncertainty": 120
},
"departure": {
"time": "1777918196",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918296",
"uncertainty": 120
},
"departure": {
"time": "1777918296",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918353",
"uncertainty": 120
},
"departure": {
"time": "1777918353",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918414",
"uncertainty": 120
},
"departure": {
"time": "1777918414",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918489",
"uncertainty": 120
},
"departure": {
"time": "1777918489",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918560",
"uncertainty": 120
},
"departure": {
"time": "1777918560",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918672",
"uncertainty": 120
},
"departure": {
"time": "1777918672",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918800",
"uncertainty": 120
},
"departure": {
"time": "1777918800",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918996",
"uncertainty": 120
},
"departure": {
"time": "1777918996",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777919061",
"uncertainty": 120
},
"departure": {
"time": "1777919061",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777919138",
"uncertainty": 120
},
"departure": {
"time": "1777919138",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777919220",
"uncertainty": 120
},
"departure": {
"time": "1777919220",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777919300",
"uncertainty": 120
},
"departure": {
"time": "1777919300",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777919344",
"uncertainty": 120
},
"departure": {
"time": "1777919344",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919460",
"uncertainty": 120
},
"departure": {
"time": "1777919460",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919579",
"uncertainty": 120
},
"departure": {
"time": "1777919579",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919687",
"uncertainty": 120
},
"departure": {
"time": "1777919687",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919788",
"uncertainty": 120
},
"departure": {
"time": "1777919788",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919820",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854171"
}
}
},
{
"id": "1855760",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920300"
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855760"
}
}
},
{
"id": "1855752",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916236",
"uncertainty": 120
},
"departure": {
"time": "1777916236",
"uncertainty": 120
},
"stopId": "0:LAMAXE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916266",
"uncertainty": 120
},
"departure": {
"time": "1777916266",
"uncertainty": 120
},
"stopId": "0:CHENEVI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916281",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:PIERRET1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916394",
"uncertainty": 120
},
"departure": {
"time": "1777916394",
"uncertainty": 120
},
"stopId": "0:CENTRAL1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916458",
"uncertainty": 120
},
"departure": {
"time": "1777916461",
"uncertainty": 120
},
"stopId": "0:IKEA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916565",
"uncertainty": 120
},
"departure": {
"time": "1777916565",
"uncertainty": 120
},
"stopId": "0:GRDAMES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916611",
"uncertainty": 120
},
"departure": {
"time": "1777916611",
"uncertainty": 120
},
"stopId": "0:SILOS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916656",
"uncertainty": 120
},
"departure": {
"time": "1777916656",
"uncertainty": 120
},
"stopId": "0:PORTMZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916873",
"uncertainty": 120
},
"departure": {
"time": "1777916881",
"uncertainty": 120
},
"stopId": "0:CHAMBIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916918",
"uncertainty": 120
},
"departure": {
"time": "1777916918",
"uncertainty": 120
},
"stopId": "0:BLIDA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917001",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917031",
"uncertainty": 120
},
"departure": {
"time": "1777917031",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917099",
"uncertainty": 120
},
"departure": {
"time": "1777917099",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917240",
"uncertainty": 120
},
"stopId": "0:LUXMB",
"stopSequence": 15
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855752"
},
"vehicle": {
"id": "931",
"label": "931"
}
}
},
{
"id": "1852840",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919640",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852840"
}
}
},
{
"id": "1852836",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914780",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914841",
"uncertainty": 120
},
"departure": {
"time": "1777914841",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777914878",
"uncertainty": 120
},
"departure": {
"time": "1777914901",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777914952",
"uncertainty": 120
},
"departure": {
"time": "1777914952",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915000",
"uncertainty": 120
},
"departure": {
"time": "1777915000",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915051",
"uncertainty": 120
},
"departure": {
"time": "1777915051",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915159",
"uncertainty": 120
},
"departure": {
"time": "1777915159",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915211",
"uncertainty": 120
},
"departure": {
"time": "1777915211",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915240",
"uncertainty": 120
},
"departure": {
"time": "1777915240",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915312",
"uncertainty": 120
},
"departure": {
"time": "1777915321",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915408",
"uncertainty": 120
},
"departure": {
"time": "1777915441",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915492",
"uncertainty": 120
},
"departure": {
"time": "1777915501",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915554",
"uncertainty": 120
},
"departure": {
"time": "1777915554",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915606",
"uncertainty": 120
},
"departure": {
"time": "1777915606",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915666",
"uncertainty": 120
},
"departure": {
"time": "1777915666",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777915742",
"uncertainty": 120
},
"departure": {
"time": "1777915742",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777915912",
"uncertainty": 120
},
"departure": {
"time": "1777915921",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777915982",
"uncertainty": 120
},
"departure": {
"time": "1777915982",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916071",
"uncertainty": 120
},
"departure": {
"time": "1777916071",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916191",
"uncertainty": 120
},
"departure": {
"time": "1777916438",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916438",
"uncertainty": 120
},
"departure": {
"time": "1777916438",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916611",
"uncertainty": 120
},
"departure": {
"time": "1777916641",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916780",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916847",
"uncertainty": 120
},
"departure": {
"time": "1777916851",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916926",
"uncertainty": 120
},
"departure": {
"time": "1777916926",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916941",
"uncertainty": 120
},
"departure": {
"time": "1777916941",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917023",
"uncertainty": 120
},
"departure": {
"time": "1777917031",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917090",
"uncertainty": 120
},
"departure": {
"time": "1777917090",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917178",
"uncertainty": 120
},
"departure": {
"time": "1777917178",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917234",
"uncertainty": 120
},
"departure": {
"time": "1777917234",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917319",
"uncertainty": 120
},
"departure": {
"time": "1777917319",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917378",
"uncertainty": 120
},
"departure": {
"time": "1777917378",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917394",
"uncertainty": 120
},
"departure": {
"time": "1777917394",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917410",
"uncertainty": 120
},
"departure": {
"time": "1777917410",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917458",
"uncertainty": 120
},
"departure": {
"time": "1777917458",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917472",
"uncertainty": 120
},
"departure": {
"time": "1777917472",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777917540",
"uncertainty": 120
},
"departure": {
"time": "1777917540",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777917572",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852836"
},
"vehicle": {
"id": "2134",
"label": "2134"
}
}
},
{
"id": "1852837",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915800",
"uncertainty": 120
},
"departure": {
"time": "1777915800",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915842",
"uncertainty": 120
},
"departure": {
"time": "1777915842",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915897",
"uncertainty": 120
},
"departure": {
"time": "1777915897",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915955",
"uncertainty": 120
},
"departure": {
"time": "1777915955",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916023",
"uncertainty": 120
},
"departure": {
"time": "1777916023",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916100",
"uncertainty": 120
},
"departure": {
"time": "1777916100",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916171",
"uncertainty": 120
},
"departure": {
"time": "1777916171",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916210",
"uncertainty": 120
},
"departure": {
"time": "1777916220",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916280",
"uncertainty": 120
},
"departure": {
"time": "1777916280",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916370",
"uncertainty": 120
},
"departure": {
"time": "1777916370",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916446",
"uncertainty": 120
},
"departure": {
"time": "1777916460",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916563",
"uncertainty": 120
},
"departure": {
"time": "1777916580",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916625",
"uncertainty": 120
},
"departure": {
"time": "1777916625",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916680",
"uncertainty": 120
},
"departure": {
"time": "1777916680",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916730",
"uncertainty": 120
},
"departure": {
"time": "1777916730",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916940",
"uncertainty": 120
},
"departure": {
"time": "1777916940",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917030",
"uncertainty": 120
},
"departure": {
"time": "1777917030",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917145",
"uncertainty": 120
},
"departure": {
"time": "1777917145",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917299",
"uncertainty": 120
},
"departure": {
"time": "1777917299",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917368",
"uncertainty": 120
},
"departure": {
"time": "1777917368",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917538",
"uncertainty": 120
},
"departure": {
"time": "1777917538",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917676",
"uncertainty": 120
},
"departure": {
"time": "1777917676",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917735",
"uncertainty": 120
},
"departure": {
"time": "1777917735",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917809",
"uncertainty": 120
},
"departure": {
"time": "1777917809",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917827",
"uncertainty": 120
},
"departure": {
"time": "1777917827",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917908",
"uncertainty": 120
},
"departure": {
"time": "1777917908",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917971",
"uncertainty": 120
},
"departure": {
"time": "1777917971",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918061",
"uncertainty": 120
},
"departure": {
"time": "1777918061",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918119",
"uncertainty": 120
},
"departure": {
"time": "1777918119",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918201",
"uncertainty": 120
},
"departure": {
"time": "1777918201",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918261",
"uncertainty": 120
},
"departure": {
"time": "1777918261",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918278",
"uncertainty": 120
},
"departure": {
"time": "1777918278",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918295",
"uncertainty": 120
},
"departure": {
"time": "1777918295",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918346",
"uncertainty": 120
},
"departure": {
"time": "1777918346",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777918359",
"uncertainty": 120
},
"departure": {
"time": "1777918359",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918428",
"uncertainty": 120
},
"departure": {
"time": "1777918428",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777918461",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852837"
},
"vehicle": {
"id": "2423",
"label": "2423"
}
}
},
{
"id": "1852838",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916912",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916942",
"uncertainty": 120
},
"departure": {
"time": "1777916942",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916977",
"uncertainty": 120
},
"departure": {
"time": "1777916977",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917045",
"uncertainty": 120
},
"departure": {
"time": "1777917045",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917090",
"uncertainty": 120
},
"departure": {
"time": "1777917092",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917157",
"uncertainty": 120
},
"departure": {
"time": "1777917157",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917235",
"uncertainty": 120
},
"departure": {
"time": "1777917235",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917307",
"uncertainty": 120
},
"departure": {
"time": "1777917307",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917348",
"uncertainty": 120
},
"departure": {
"time": "1777917348",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917408",
"uncertainty": 120
},
"departure": {
"time": "1777917408",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917499",
"uncertainty": 120
},
"departure": {
"time": "1777917499",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917572",
"uncertainty": 120
},
"departure": {
"time": "1777917572",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917667",
"uncertainty": 120
},
"departure": {
"time": "1777917667",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917713",
"uncertainty": 120
},
"departure": {
"time": "1777917713",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917768",
"uncertainty": 120
},
"departure": {
"time": "1777917768",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917817",
"uncertainty": 120
},
"departure": {
"time": "1777917817",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918020",
"uncertainty": 120
},
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918111",
"uncertainty": 120
},
"departure": {
"time": "1777918111",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918203",
"uncertainty": 120
},
"departure": {
"time": "1777918203",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918364",
"uncertainty": 120
},
"departure": {
"time": "1777918364",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918396",
"uncertainty": 120
},
"departure": {
"time": "1777918396",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918544",
"uncertainty": 120
},
"departure": {
"time": "1777918544",
"uncertainty": 120
},
"stopId": "0:REPPS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918676",
"uncertainty": 120
},
"departure": {
"time": "1777918676",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918767",
"uncertainty": 120
},
"departure": {
"time": "1777918767",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918891",
"uncertainty": 120
},
"departure": {
"time": "1777918891",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918942",
"uncertainty": 120
},
"departure": {
"time": "1777918942",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919020",
"uncertainty": 120
},
"departure": {
"time": "1777919020",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919104",
"uncertainty": 120
},
"departure": {
"time": "1777919104",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919153",
"uncertainty": 120
},
"departure": {
"time": "1777919153",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919240",
"uncertainty": 120
},
"departure": {
"time": "1777919240",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919284",
"uncertainty": 120
},
"departure": {
"time": "1777919284",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919351",
"uncertainty": 120
},
"departure": {
"time": "1777919351",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919379",
"uncertainty": 120
},
"departure": {
"time": "1777919379",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919404",
"uncertainty": 120
},
"departure": {
"time": "1777919404",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919482",
"uncertainty": 120
},
"departure": {
"time": "1777919482",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919516",
"uncertainty": 120
},
"departure": {
"time": "1777919516",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919602",
"uncertainty": 120
},
"departure": {
"time": "1777919602",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919644",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852838"
},
"vehicle": {
"id": "1831",
"label": "1831"
}
}
},
{
"id": "1855793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917720"
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855793"
}
}
},
{
"id": "1855791",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918920"
},
"stopId": "0:VILLERS1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855791"
}
}
},
{
"id": "1854636",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918080",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854636"
}
}
},
{
"id": "1854637",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918980",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854637"
}
}
},
{
"id": "1854638",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919880",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854638"
}
}
},
{
"id": "1854632",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915260",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915287",
"uncertainty": 120
},
"departure": {
"time": "1777915287",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915437",
"uncertainty": 120
},
"departure": {
"time": "1777915437",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915561",
"uncertainty": 120
},
"departure": {
"time": "1777915591",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915666",
"uncertainty": 120
},
"departure": {
"time": "1777915681",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915765",
"uncertainty": 120
},
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915932",
"uncertainty": 120
},
"departure": {
"time": "1777915951",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916036",
"uncertainty": 120
},
"departure": {
"time": "1777916041",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916126",
"uncertainty": 120
},
"departure": {
"time": "1777916131",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916199",
"uncertainty": 120
},
"departure": {
"time": "1777916199",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916281",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916376",
"uncertainty": 120
},
"departure": {
"time": "1777916376",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916449",
"uncertainty": 120
},
"departure": {
"time": "1777916449",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916521",
"uncertainty": 120
},
"departure": {
"time": "1777916522",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916581",
"uncertainty": 120
},
"departure": {
"time": "1777916581",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916653",
"uncertainty": 120
},
"departure": {
"time": "1777916671",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916731",
"uncertainty": 120
},
"departure": {
"time": "1777916731",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916804",
"uncertainty": 120
},
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916892",
"uncertainty": 120
},
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916972",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917135",
"uncertainty": 120
},
"departure": {
"time": "1777917135",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917226",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854632"
},
"vehicle": {
"id": "1304",
"label": "1304"
}
}
},
{
"id": "1854633",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915923",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915970",
"uncertainty": 120
},
"departure": {
"time": "1777915982",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916102",
"uncertainty": 120
},
"departure": {
"time": "1777916102",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916240",
"uncertainty": 120
},
"departure": {
"time": "1777916280",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916350",
"uncertainty": 120
},
"departure": {
"time": "1777916372",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916452",
"uncertainty": 120
},
"departure": {
"time": "1777916520",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916558",
"uncertainty": 120
},
"departure": {
"time": "1777916582",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916642",
"uncertainty": 120
},
"departure": {
"time": "1777916672",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916732",
"uncertainty": 120
},
"departure": {
"time": "1777916732",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916800",
"uncertainty": 120
},
"departure": {
"time": "1777916822",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916889",
"uncertainty": 120
},
"departure": {
"time": "1777916889",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916988",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917062",
"uncertainty": 120
},
"departure": {
"time": "1777917062",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917160",
"uncertainty": 120
},
"departure": {
"time": "1777917160",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917219",
"uncertainty": 120
},
"departure": {
"time": "1777917219",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917291",
"uncertainty": 120
},
"departure": {
"time": "1777917291",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917351",
"uncertainty": 120
},
"departure": {
"time": "1777917351",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917427",
"uncertainty": 120
},
"departure": {
"time": "1777917427",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917500",
"uncertainty": 120
},
"departure": {
"time": "1777917500",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917561",
"uncertainty": 120
},
"departure": {
"time": "1777917561",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917693",
"uncertainty": 120
},
"departure": {
"time": "1777917693",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917784",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854633"
},
"vehicle": {
"id": "1310",
"label": "1310"
}
}
},
{
"id": "1854634",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916552",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916606",
"uncertainty": 120
},
"departure": {
"time": "1777916612",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916741",
"uncertainty": 120
},
"departure": {
"time": "1777916741",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916868",
"uncertainty": 120
},
"departure": {
"time": "1777916912",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916978",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917081",
"uncertainty": 120
},
"departure": {
"time": "1777917092",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917150",
"uncertainty": 120
},
"departure": {
"time": "1777917150",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917218",
"uncertainty": 120
},
"departure": {
"time": "1777917218",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917280",
"uncertainty": 120
},
"departure": {
"time": "1777917280",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917343",
"uncertainty": 120
},
"departure": {
"time": "1777917343",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917411",
"uncertainty": 120
},
"departure": {
"time": "1777917411",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917511",
"uncertainty": 120
},
"departure": {
"time": "1777917511",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917574",
"uncertainty": 120
},
"departure": {
"time": "1777917574",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917643",
"uncertainty": 120
},
"departure": {
"time": "1777917643",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917702",
"uncertainty": 120
},
"departure": {
"time": "1777917702",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917773",
"uncertainty": 120
},
"departure": {
"time": "1777917773",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917833",
"uncertainty": 120
},
"departure": {
"time": "1777917833",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917909",
"uncertainty": 120
},
"departure": {
"time": "1777917909",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917982",
"uncertainty": 120
},
"departure": {
"time": "1777917982",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918043",
"uncertainty": 120
},
"departure": {
"time": "1777918043",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918250",
"uncertainty": 120
},
"departure": {
"time": "1777918250",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918341",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854634"
},
"vehicle": {
"id": "1313",
"label": "1313"
}
}
},
{
"id": "1854635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917119",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917177",
"uncertainty": 120
},
"departure": {
"time": "1777917177",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917307",
"uncertainty": 120
},
"departure": {
"time": "1777917307",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917435",
"uncertainty": 120
},
"departure": {
"time": "1777917435",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917508",
"uncertainty": 120
},
"departure": {
"time": "1777917508",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917574",
"uncertainty": 120
},
"departure": {
"time": "1777917574",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917632",
"uncertainty": 120
},
"departure": {
"time": "1777917632",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917700",
"uncertainty": 120
},
"departure": {
"time": "1777917700",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917762",
"uncertainty": 120
},
"departure": {
"time": "1777917762",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917832",
"uncertainty": 120
},
"departure": {
"time": "1777917832",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917900",
"uncertainty": 120
},
"departure": {
"time": "1777917900",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918000",
"uncertainty": 120
},
"departure": {
"time": "1777918000",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918063",
"uncertainty": 120
},
"departure": {
"time": "1777918063",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918127",
"uncertainty": 120
},
"departure": {
"time": "1777918127",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918185",
"uncertainty": 120
},
"departure": {
"time": "1777918185",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918256",
"uncertainty": 120
},
"departure": {
"time": "1777918256",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918315",
"uncertainty": 120
},
"departure": {
"time": "1777918315",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918396",
"uncertainty": 120
},
"departure": {
"time": "1777918396",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918472",
"uncertainty": 120
},
"departure": {
"time": "1777918472",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918533",
"uncertainty": 120
},
"departure": {
"time": "1777918533",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918740",
"uncertainty": 120
},
"departure": {
"time": "1777918740",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918831",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854635"
},
"vehicle": {
"id": "1322",
"label": "1322"
}
}
},
{
"id": "1853288",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918500",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853288"
}
}
},
{
"id": "1853286",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915080",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915197",
"uncertainty": 120
},
"departure": {
"time": "1777915201",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915231",
"uncertainty": 120
},
"departure": {
"time": "1777915231",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915261",
"uncertainty": 120
},
"departure": {
"time": "1777915261",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915359",
"uncertainty": 120
},
"departure": {
"time": "1777915359",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915396",
"uncertainty": 120
},
"departure": {
"time": "1777915396",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915435",
"uncertainty": 120
},
"departure": {
"time": "1777915435",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915447",
"uncertainty": 120
},
"departure": {
"time": "1777915447",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915464",
"uncertainty": 120
},
"departure": {
"time": "1777915464",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915661",
"uncertainty": 120
},
"departure": {
"time": "1777915681",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915759",
"uncertainty": 120
},
"departure": {
"time": "1777915771",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915981",
"uncertainty": 120
},
"departure": {
"time": "1777916040",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916182",
"uncertainty": 120
},
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916247",
"uncertainty": 120
},
"departure": {
"time": "1777916311",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916431",
"uncertainty": 120
},
"departure": {
"time": "1777916461",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916541",
"uncertainty": 120
},
"departure": {
"time": "1777916541",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916564",
"uncertainty": 120
},
"departure": {
"time": "1777916564",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916581",
"uncertainty": 120
},
"departure": {
"time": "1777916581",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916647",
"uncertainty": 120
},
"departure": {
"time": "1777916647",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916757",
"uncertainty": 120
},
"departure": {
"time": "1777916761",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916821",
"uncertainty": 120
},
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916868",
"uncertainty": 120
},
"departure": {
"time": "1777916881",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916986",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917098",
"uncertainty": 120
},
"departure": {
"time": "1777917098",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917225",
"uncertainty": 120
},
"departure": {
"time": "1777917225",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917380",
"uncertainty": 120
},
"departure": {
"time": "1777917380",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917510",
"uncertainty": 120
},
"departure": {
"time": "1777917510",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917530",
"uncertainty": 120
},
"departure": {
"time": "1777917530",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917609",
"uncertainty": 120
},
"departure": {
"time": "1777917609",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917695",
"uncertainty": 120
},
"departure": {
"time": "1777917695",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917717",
"uncertainty": 120
},
"departure": {
"time": "1777917717",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917778",
"uncertainty": 120
},
"departure": {
"time": "1777917778",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917829",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853286"
},
"vehicle": {
"id": "851",
"label": "851"
}
}
},
{
"id": "1853287",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917119",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917410",
"uncertainty": 120
},
"departure": {
"time": "1777917410",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917444",
"uncertainty": 120
},
"departure": {
"time": "1777917444",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917485",
"uncertainty": 120
},
"departure": {
"time": "1777917485",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917540",
"uncertainty": 120
},
"departure": {
"time": "1777917540",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917580",
"uncertainty": 120
},
"departure": {
"time": "1777917580",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917639",
"uncertainty": 120
},
"departure": {
"time": "1777917639",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917648",
"uncertainty": 120
},
"departure": {
"time": "1777917648",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917675",
"uncertainty": 120
},
"departure": {
"time": "1777917675",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917775",
"uncertainty": 120
},
"departure": {
"time": "1777917775",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917823",
"uncertainty": 120
},
"departure": {
"time": "1777917823",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918060",
"uncertainty": 120
},
"departure": {
"time": "1777918060",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918247",
"uncertainty": 120
},
"departure": {
"time": "1777918247",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918306",
"uncertainty": 120
},
"departure": {
"time": "1777918306",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918486",
"uncertainty": 120
},
"departure": {
"time": "1777918486",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918563",
"uncertainty": 120
},
"departure": {
"time": "1777918563",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918616",
"uncertainty": 120
},
"departure": {
"time": "1777918616",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918647",
"uncertainty": 120
},
"departure": {
"time": "1777918647",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918710",
"uncertainty": 120
},
"departure": {
"time": "1777918710",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918766",
"uncertainty": 120
},
"departure": {
"time": "1777918766",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918809",
"uncertainty": 120
},
"departure": {
"time": "1777918809",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918843",
"uncertainty": 120
},
"departure": {
"time": "1777918843",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918940",
"uncertainty": 120
},
"departure": {
"time": "1777918940",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919058",
"uncertainty": 120
},
"departure": {
"time": "1777919058",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919201",
"uncertainty": 120
},
"departure": {
"time": "1777919201",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919298",
"uncertainty": 120
},
"departure": {
"time": "1777919298",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919454",
"uncertainty": 120
},
"departure": {
"time": "1777919454",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919492",
"uncertainty": 120
},
"departure": {
"time": "1777919492",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919561",
"uncertainty": 120
},
"departure": {
"time": "1777919561",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919602",
"uncertainty": 120
},
"departure": {
"time": "1777919602",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919652",
"uncertainty": 120
},
"departure": {
"time": "1777919652",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919721",
"uncertainty": 120
},
"departure": {
"time": "1777919721",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919772",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853287"
},
"vehicle": {
"id": "1932",
"label": "1932"
}
}
},
{
"id": "1854066",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915622",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915674",
"uncertainty": 120
},
"departure": {
"time": "1777915721",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915742",
"uncertainty": 120
},
"departure": {
"time": "1777915742",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915829",
"uncertainty": 120
},
"departure": {
"time": "1777915832",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915908",
"uncertainty": 120
},
"departure": {
"time": "1777915922",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916012",
"uncertainty": 120
},
"departure": {
"time": "1777916012",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916073",
"uncertainty": 120
},
"departure": {
"time": "1777916073",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916153",
"uncertainty": 120
},
"departure": {
"time": "1777916162",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916222",
"uncertainty": 120
},
"departure": {
"time": "1777916222",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916296",
"uncertainty": 120
},
"departure": {
"time": "1777916296",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916349",
"uncertainty": 120
},
"departure": {
"time": "1777916401",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916471",
"uncertainty": 120
},
"departure": {
"time": "1777916471",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916580",
"uncertainty": 120
},
"departure": {
"time": "1777916641",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916701",
"uncertainty": 120
},
"departure": {
"time": "1777916731",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916792",
"uncertainty": 120
},
"departure": {
"time": "1777916820",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916876",
"uncertainty": 120
},
"departure": {
"time": "1777916881",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916947",
"uncertainty": 120
},
"departure": {
"time": "1777916971",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917031",
"uncertainty": 120
},
"departure": {
"time": "1777917031",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917091",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917159",
"uncertainty": 120
},
"departure": {
"time": "1777917159",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917259",
"uncertainty": 120
},
"departure": {
"time": "1777917259",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917322",
"uncertainty": 120
},
"departure": {
"time": "1777917322",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917406",
"uncertainty": 120
},
"departure": {
"time": "1777917406",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917524",
"uncertainty": 120
},
"departure": {
"time": "1777917524",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917614",
"uncertainty": 120
},
"departure": {
"time": "1777917614",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917686",
"uncertainty": 120
},
"departure": {
"time": "1777917686",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917742",
"uncertainty": 120
},
"departure": {
"time": "1777917742",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917910",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854066"
},
"vehicle": {
"id": "1306",
"label": "1306"
}
}
},
{
"id": "1854067",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916880",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916907",
"uncertainty": 120
},
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916990",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917077",
"uncertainty": 120
},
"departure": {
"time": "1777917089",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917172",
"uncertainty": 120
},
"departure": {
"time": "1777917172",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917300",
"uncertainty": 120
},
"departure": {
"time": "1777917300",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917370",
"uncertainty": 120
},
"departure": {
"time": "1777917370",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917441",
"uncertainty": 120
},
"departure": {
"time": "1777917441",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917505",
"uncertainty": 120
},
"departure": {
"time": "1777917505",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917588",
"uncertainty": 120
},
"departure": {
"time": "1777917588",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917636",
"uncertainty": 120
},
"departure": {
"time": "1777917636",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917708",
"uncertainty": 120
},
"departure": {
"time": "1777917708",
"uncertainty": 120
},
"stopId": "0:MOY01",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917835",
"uncertainty": 120
},
"departure": {
"time": "1777917835",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917909",
"uncertainty": 120
},
"departure": {
"time": "1777917909",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917975",
"uncertainty": 120
},
"departure": {
"time": "1777917975",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918033",
"uncertainty": 120
},
"departure": {
"time": "1777918033",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918101",
"uncertainty": 120
},
"departure": {
"time": "1777918101",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918164",
"uncertainty": 120
},
"departure": {
"time": "1777918164",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918236",
"uncertainty": 120
},
"departure": {
"time": "1777918236",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918305",
"uncertainty": 120
},
"departure": {
"time": "1777918305",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918405",
"uncertainty": 120
},
"departure": {
"time": "1777918405",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918470",
"uncertainty": 120
},
"departure": {
"time": "1777918470",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918531",
"uncertainty": 120
},
"departure": {
"time": "1777918531",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918629",
"uncertainty": 120
},
"departure": {
"time": "1777918629",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918742",
"uncertainty": 120
},
"departure": {
"time": "1777918742",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918857",
"uncertainty": 120
},
"departure": {
"time": "1777918857",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918920",
"uncertainty": 120
},
"departure": {
"time": "1777918920",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919088",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854067"
},
"vehicle": {
"id": "1302",
"label": "1302"
}
}
},
{
"id": "1976560",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918680",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976560"
}
}
},
{
"id": "1976561",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919880",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976561"
}
}
},
{
"id": "1976558",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916340",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916411",
"uncertainty": 120
},
"departure": {
"time": "1777916411",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916467",
"uncertainty": 120
},
"departure": {
"time": "1777916467",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916553",
"uncertainty": 120
},
"departure": {
"time": "1777916553",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916642",
"uncertainty": 120
},
"departure": {
"time": "1777916642",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916744",
"uncertainty": 120
},
"departure": {
"time": "1777916744",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916791",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916835",
"uncertainty": 120
},
"departure": {
"time": "1777916835",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916882",
"uncertainty": 120
},
"departure": {
"time": "1777916912",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916983",
"uncertainty": 120
},
"departure": {
"time": "1777916983",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917021",
"uncertainty": 120
},
"departure": {
"time": "1777917021",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917042",
"uncertainty": 120
},
"departure": {
"time": "1777917042",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917172",
"uncertainty": 120
},
"departure": {
"time": "1777917172",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917259",
"uncertainty": 120
},
"departure": {
"time": "1777917259",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917318",
"uncertainty": 120
},
"departure": {
"time": "1777917318",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917430",
"uncertainty": 120
},
"departure": {
"time": "1777917430",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917503",
"uncertainty": 120
},
"departure": {
"time": "1777917503",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917606",
"uncertainty": 120
},
"departure": {
"time": "1777917606",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917638",
"uncertainty": 120
},
"departure": {
"time": "1777917638",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917715",
"uncertainty": 120
},
"departure": {
"time": "1777917715",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917863",
"uncertainty": 120
},
"departure": {
"time": "1777917863",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918074",
"uncertainty": 120
},
"departure": {
"time": "1777918074",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918171",
"uncertainty": 120
},
"departure": {
"time": "1777918171",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918261",
"uncertainty": 120
},
"departure": {
"time": "1777918261",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918342",
"uncertainty": 120
},
"departure": {
"time": "1777918342",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918414",
"uncertainty": 120
},
"departure": {
"time": "1777918414",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918477",
"uncertainty": 120
},
"departure": {
"time": "1777918477",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918543",
"uncertainty": 120
},
"departure": {
"time": "1777918543",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918625",
"uncertainty": 120
},
"departure": {
"time": "1777918625",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918680",
"uncertainty": 120
},
"departure": {
"time": "1777918680",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918745",
"uncertainty": 120
},
"departure": {
"time": "1777918745",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918862",
"uncertainty": 120
},
"departure": {
"time": "1777918862",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918941",
"uncertainty": 120
},
"departure": {
"time": "1777918941",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919071",
"uncertainty": 120
},
"departure": {
"time": "1777919071",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919164",
"uncertainty": 120
},
"departure": {
"time": "1777919164",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919233",
"uncertainty": 120
},
"departure": {
"time": "1777919233",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919285",
"uncertainty": 120
},
"departure": {
"time": "1777919285",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919465",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976558"
},
"vehicle": {
"id": "1858",
"label": "1858"
}
}
},
{
"id": "1976559",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917540",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917610",
"uncertainty": 120
},
"departure": {
"time": "1777917610",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917668",
"uncertainty": 120
},
"departure": {
"time": "1777917668",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917754",
"uncertainty": 120
},
"departure": {
"time": "1777917754",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917841",
"uncertainty": 120
},
"departure": {
"time": "1777917841",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917939",
"uncertainty": 120
},
"departure": {
"time": "1777917939",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917987",
"uncertainty": 120
},
"departure": {
"time": "1777917987",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918033",
"uncertainty": 120
},
"departure": {
"time": "1777918033",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918080",
"uncertainty": 120
},
"departure": {
"time": "1777918080",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918150",
"uncertainty": 120
},
"departure": {
"time": "1777918150",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918191",
"uncertainty": 120
},
"departure": {
"time": "1777918191",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918214",
"uncertainty": 120
},
"departure": {
"time": "1777918214",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918311",
"uncertainty": 120
},
"departure": {
"time": "1777918311",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918380",
"uncertainty": 120
},
"departure": {
"time": "1777918380",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918434",
"uncertainty": 120
},
"departure": {
"time": "1777918434",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918567",
"uncertainty": 120
},
"departure": {
"time": "1777918567",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918659",
"uncertainty": 120
},
"departure": {
"time": "1777918659",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918791",
"uncertainty": 120
},
"departure": {
"time": "1777918791",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918844",
"uncertainty": 120
},
"departure": {
"time": "1777918844",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918911",
"uncertainty": 120
},
"departure": {
"time": "1777918911",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777919050",
"uncertainty": 120
},
"departure": {
"time": "1777919050",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777919271",
"uncertainty": 120
},
"departure": {
"time": "1777919271",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919425",
"uncertainty": 120
},
"departure": {
"time": "1777919425",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919511",
"uncertainty": 120
},
"departure": {
"time": "1777919511",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919591",
"uncertainty": 120
},
"departure": {
"time": "1777919591",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919662",
"uncertainty": 120
},
"departure": {
"time": "1777919662",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919725",
"uncertainty": 120
},
"departure": {
"time": "1777919725",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919790",
"uncertainty": 120
},
"departure": {
"time": "1777919790",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919871",
"uncertainty": 120
},
"departure": {
"time": "1777919871",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919926",
"uncertainty": 120
},
"departure": {
"time": "1777919926",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919991",
"uncertainty": 120
},
"departure": {
"time": "1777919991",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777920095",
"uncertainty": 120
},
"departure": {
"time": "1777920095",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777920165",
"uncertainty": 120
},
"departure": {
"time": "1777920165",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777920280",
"uncertainty": 120
},
"departure": {
"time": "1777920280",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777920363",
"uncertainty": 120
},
"departure": {
"time": "1777920363",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777920424",
"uncertainty": 120
},
"departure": {
"time": "1777920424",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777920471",
"uncertainty": 120
},
"departure": {
"time": "1777920471",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777920651",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976559"
}
}
},
{
"id": "1976556",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777913760",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777913827",
"uncertainty": 120
},
"departure": {
"time": "1777913827",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777913886",
"uncertainty": 120
},
"departure": {
"time": "1777913886",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777913970",
"uncertainty": 120
},
"departure": {
"time": "1777913970",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777914058",
"uncertainty": 120
},
"departure": {
"time": "1777914058",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777914118",
"uncertainty": 120
},
"departure": {
"time": "1777914120",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777914170",
"uncertainty": 120
},
"departure": {
"time": "1777914170",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777914220",
"uncertainty": 120
},
"departure": {
"time": "1777914220",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777914286",
"uncertainty": 120
},
"departure": {
"time": "1777914300",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777914390",
"uncertainty": 120
},
"departure": {
"time": "1777914390",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777914426",
"uncertainty": 120
},
"departure": {
"time": "1777914451",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777914459",
"uncertainty": 120
},
"departure": {
"time": "1777914459",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777914600",
"uncertainty": 120
},
"departure": {
"time": "1777914600",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777914660",
"uncertainty": 120
},
"departure": {
"time": "1777914660",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777914750",
"uncertainty": 120
},
"departure": {
"time": "1777914750",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777914880",
"uncertainty": 120
},
"departure": {
"time": "1777914900",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777914961",
"uncertainty": 120
},
"departure": {
"time": "1777914961",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777915060",
"uncertainty": 120
},
"departure": {
"time": "1777915060",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777915105",
"uncertainty": 120
},
"departure": {
"time": "1777915111",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777915201",
"uncertainty": 120
},
"departure": {
"time": "1777915201",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777915391",
"uncertainty": 120
},
"departure": {
"time": "1777915412",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777915621",
"uncertainty": 120
},
"departure": {
"time": "1777915681",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777915771",
"uncertainty": 120
},
"departure": {
"time": "1777915831",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777915921",
"uncertainty": 120
},
"departure": {
"time": "1777915980",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916062",
"uncertainty": 120
},
"departure": {
"time": "1777916062",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916115",
"uncertainty": 120
},
"departure": {
"time": "1777916131",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777916211",
"uncertainty": 120
},
"departure": {
"time": "1777916222",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777916281",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777916389",
"uncertainty": 120
},
"departure": {
"time": "1777916407",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777916455",
"uncertainty": 120
},
"departure": {
"time": "1777916461",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777916520",
"uncertainty": 120
},
"departure": {
"time": "1777916520",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777916641",
"uncertainty": 120
},
"departure": {
"time": "1777916641",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777916697",
"uncertainty": 120
},
"departure": {
"time": "1777916697",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777916770",
"uncertainty": 120
},
"departure": {
"time": "1777916792",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777916852",
"uncertainty": 120
},
"departure": {
"time": "1777916852",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777916929",
"uncertainty": 120
},
"departure": {
"time": "1777916942",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777916972",
"uncertainty": 120
},
"departure": {
"time": "1777916972",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777917129",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976556"
},
"vehicle": {
"id": "1855",
"label": "1855"
}
}
},
{
"id": "1976557",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914900",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914961",
"uncertainty": 120
},
"departure": {
"time": "1777914961",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915005",
"uncertainty": 120
},
"departure": {
"time": "1777915022",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915108",
"uncertainty": 120
},
"departure": {
"time": "1777915112",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915195",
"uncertainty": 120
},
"departure": {
"time": "1777915202",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915268",
"uncertainty": 120
},
"departure": {
"time": "1777915268",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915315",
"uncertainty": 120
},
"departure": {
"time": "1777915315",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915364",
"uncertainty": 120
},
"departure": {
"time": "1777915364",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915412",
"uncertainty": 120
},
"departure": {
"time": "1777915412",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915489",
"uncertainty": 120
},
"departure": {
"time": "1777915489",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915522",
"uncertainty": 120
},
"departure": {
"time": "1777915522",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915539",
"uncertainty": 120
},
"departure": {
"time": "1777915539",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915674",
"uncertainty": 120
},
"departure": {
"time": "1777915674",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915765",
"uncertainty": 120
},
"departure": {
"time": "1777915772",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915832",
"uncertainty": 120
},
"departure": {
"time": "1777915832",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777915939",
"uncertainty": 120
},
"departure": {
"time": "1777915939",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916007",
"uncertainty": 120
},
"departure": {
"time": "1777916012",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916108",
"uncertainty": 120
},
"departure": {
"time": "1777916132",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916175",
"uncertainty": 120
},
"departure": {
"time": "1777916192",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916271",
"uncertainty": 120
},
"departure": {
"time": "1777916282",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916432",
"uncertainty": 120
},
"departure": {
"time": "1777916493",
"uncertainty": 120
},
"stopId": "0:LUX03",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916702",
"uncertainty": 120
},
"departure": {
"time": "1777916852",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916942",
"uncertainty": 120
},
"departure": {
"time": "1777916972",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917062",
"uncertainty": 120
},
"departure": {
"time": "1777917092",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917175",
"uncertainty": 120
},
"departure": {
"time": "1777917175",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917231",
"uncertainty": 120
},
"departure": {
"time": "1777917231",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917310",
"uncertainty": 120
},
"departure": {
"time": "1777917310",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917371",
"uncertainty": 120
},
"departure": {
"time": "1777917371",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917478",
"uncertainty": 120
},
"departure": {
"time": "1777917478",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917527",
"uncertainty": 120
},
"departure": {
"time": "1777917527",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917587",
"uncertainty": 120
},
"departure": {
"time": "1777917587",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917708",
"uncertainty": 120
},
"departure": {
"time": "1777917708",
"uncertainty": 120
},
"stopId": "0:QUINT02",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917767",
"uncertainty": 120
},
"departure": {
"time": "1777917767",
"uncertainty": 120
},
"stopId": "0:CHOCOL02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917846",
"uncertainty": 120
},
"departure": {
"time": "1777917846",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917910",
"uncertainty": 120
},
"departure": {
"time": "1777917910",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917986",
"uncertainty": 120
},
"departure": {
"time": "1777917986",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918018",
"uncertainty": 120
},
"departure": {
"time": "1777918018",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777918198",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976557"
},
"vehicle": {
"id": "1852",
"label": "1852"
}
}
},
{
"id": "1855089",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777916835",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855089"
}
}
},
{
"id": "1853324",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919400",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853324"
}
}
},
{
"id": "1853323",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916730",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916800",
"uncertainty": 120
},
"departure": {
"time": "1777916800",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916859",
"uncertainty": 120
},
"departure": {
"time": "1777916859",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916917",
"uncertainty": 120
},
"departure": {
"time": "1777916917",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916967",
"uncertainty": 120
},
"departure": {
"time": "1777916970",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917021",
"uncertainty": 120
},
"departure": {
"time": "1777917030",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917068",
"uncertainty": 120
},
"departure": {
"time": "1777917068",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917157",
"uncertainty": 120
},
"departure": {
"time": "1777917157",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917302",
"uncertainty": 120
},
"departure": {
"time": "1777917302",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917522",
"uncertainty": 120
},
"departure": {
"time": "1777917522",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917605",
"uncertainty": 120
},
"departure": {
"time": "1777917605",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917687",
"uncertainty": 120
},
"departure": {
"time": "1777917687",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917730",
"uncertainty": 120
},
"departure": {
"time": "1777917730",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917768",
"uncertainty": 120
},
"departure": {
"time": "1777917768",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917822",
"uncertainty": 120
},
"departure": {
"time": "1777917822",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917894",
"uncertainty": 120
},
"departure": {
"time": "1777917894",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917909",
"uncertainty": 120
},
"departure": {
"time": "1777917909",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917963",
"uncertainty": 120
},
"departure": {
"time": "1777917963",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918020",
"uncertainty": 120
},
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918249",
"uncertainty": 120
},
"departure": {
"time": "1777918249",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918318",
"uncertainty": 120
},
"departure": {
"time": "1777918318",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918513",
"uncertainty": 120
},
"departure": {
"time": "1777918513",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918726",
"uncertainty": 120
},
"departure": {
"time": "1777918726",
"uncertainty": 120
},
"stopId": "0:LUXS",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918823",
"uncertainty": 120
},
"departure": {
"time": "1777918823",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918938",
"uncertainty": 120
},
"departure": {
"time": "1777918938",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918972",
"uncertainty": 120
},
"departure": {
"time": "1777918972",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919006",
"uncertainty": 120
},
"departure": {
"time": "1777919006",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919063",
"uncertainty": 120
},
"departure": {
"time": "1777919063",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919110",
"uncertainty": 120
},
"departure": {
"time": "1777919110",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919140",
"uncertainty": 120
},
"departure": {
"time": "1777919140",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919188",
"uncertainty": 120
},
"departure": {
"time": "1777919188",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919224",
"uncertainty": 120
},
"departure": {
"time": "1777919224",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919259",
"uncertainty": 120
},
"departure": {
"time": "1777919259",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919291",
"uncertainty": 120
},
"departure": {
"time": "1777919291",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919366",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853323"
},
"vehicle": {
"id": "2147",
"label": "2147"
}
}
},
{
"id": "1853352",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914180",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914248",
"uncertainty": 120
},
"departure": {
"time": "1777914248",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777914300",
"uncertainty": 120
},
"departure": {
"time": "1777914300",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777914325",
"uncertainty": 120
},
"departure": {
"time": "1777914325",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777914363",
"uncertainty": 120
},
"departure": {
"time": "1777914363",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777914410",
"uncertainty": 120
},
"departure": {
"time": "1777914421",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777914451",
"uncertainty": 120
},
"departure": {
"time": "1777914451",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777914506",
"uncertainty": 120
},
"departure": {
"time": "1777914506",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777914543",
"uncertainty": 120
},
"departure": {
"time": "1777914543",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777914572",
"uncertainty": 120
},
"departure": {
"time": "1777914572",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777914584",
"uncertainty": 120
},
"departure": {
"time": "1777914601",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777914751",
"uncertainty": 120
},
"departure": {
"time": "1777914751",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777914821",
"uncertainty": 120
},
"departure": {
"time": "1777914931",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915140",
"uncertainty": 120
},
"departure": {
"time": "1777915202",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915342",
"uncertainty": 120
},
"departure": {
"time": "1777915381",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777915411",
"uncertainty": 120
},
"departure": {
"time": "1777915501",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777915672",
"uncertainty": 120
},
"departure": {
"time": "1777915741",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777915802",
"uncertainty": 120
},
"departure": {
"time": "1777915802",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777915835",
"uncertainty": 120
},
"departure": {
"time": "1777915835",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777915887",
"uncertainty": 120
},
"departure": {
"time": "1777915887",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777915951",
"uncertainty": 120
},
"departure": {
"time": "1777915951",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777915981",
"uncertainty": 120
},
"departure": {
"time": "1777915981",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916041",
"uncertainty": 120
},
"departure": {
"time": "1777916041",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916076",
"uncertainty": 120
},
"departure": {
"time": "1777916076",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916186",
"uncertainty": 120
},
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916322",
"uncertainty": 120
},
"departure": {
"time": "1777916341",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777916466",
"uncertainty": 120
},
"departure": {
"time": "1777916466",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777916627",
"uncertainty": 120
},
"departure": {
"time": "1777916627",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777916754",
"uncertainty": 120
},
"departure": {
"time": "1777916754",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777916791",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777916871",
"uncertainty": 120
},
"departure": {
"time": "1777916871",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777916962",
"uncertainty": 120
},
"departure": {
"time": "1777916962",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777916981",
"uncertainty": 120
},
"departure": {
"time": "1777917001",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917061",
"uncertainty": 120
},
"departure": {
"time": "1777917061",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917127",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853352"
},
"vehicle": {
"id": "2153",
"label": "2153"
}
}
},
{
"id": "1853353",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916100",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916154",
"uncertainty": 120
},
"departure": {
"time": "1777916154",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916197",
"uncertainty": 120
},
"departure": {
"time": "1777916197",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916233",
"uncertainty": 120
},
"departure": {
"time": "1777916233",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916250",
"uncertainty": 120
},
"departure": {
"time": "1777916250",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916280",
"uncertainty": 120
},
"departure": {
"time": "1777916280",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916306",
"uncertainty": 120
},
"departure": {
"time": "1777916306",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916340",
"uncertainty": 120
},
"departure": {
"time": "1777916340",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916399",
"uncertainty": 120
},
"departure": {
"time": "1777916490",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916514",
"uncertainty": 120
},
"departure": {
"time": "1777916514",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916539",
"uncertainty": 120
},
"departure": {
"time": "1777916550",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916647",
"uncertainty": 120
},
"departure": {
"time": "1777916670",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916730",
"uncertainty": 120
},
"departure": {
"time": "1777916730",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916970",
"uncertainty": 120
},
"departure": {
"time": "1777917030",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917149",
"uncertainty": 120
},
"departure": {
"time": "1777917149",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917209",
"uncertainty": 120
},
"departure": {
"time": "1777917209",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917336",
"uncertainty": 120
},
"departure": {
"time": "1777917336",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917416",
"uncertainty": 120
},
"departure": {
"time": "1777917416",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917456",
"uncertainty": 120
},
"departure": {
"time": "1777917456",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917474",
"uncertainty": 120
},
"departure": {
"time": "1777917474",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917540",
"uncertainty": 120
},
"departure": {
"time": "1777917540",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917645",
"uncertainty": 120
},
"departure": {
"time": "1777917645",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917705",
"uncertainty": 120
},
"departure": {
"time": "1777917705",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917752",
"uncertainty": 120
},
"departure": {
"time": "1777917752",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917856",
"uncertainty": 120
},
"departure": {
"time": "1777917856",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917983",
"uncertainty": 120
},
"departure": {
"time": "1777917983",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918114",
"uncertainty": 120
},
"departure": {
"time": "1777918114",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918254",
"uncertainty": 120
},
"departure": {
"time": "1777918254",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918390",
"uncertainty": 120
},
"departure": {
"time": "1777918390",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918411",
"uncertainty": 120
},
"departure": {
"time": "1777918411",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918488",
"uncertainty": 120
},
"departure": {
"time": "1777918488",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918562",
"uncertainty": 120
},
"departure": {
"time": "1777918562",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918589",
"uncertainty": 120
},
"departure": {
"time": "1777918589",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918651",
"uncertainty": 120
},
"departure": {
"time": "1777918651",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918702",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853353"
},
"vehicle": {
"id": "2151",
"label": "2151"
}
}
},
{
"id": "1853354",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919760",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853354"
}
}
},
{
"id": "1855115",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916280",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916409",
"uncertainty": 120
},
"departure": {
"time": "1777916409",
"uncertainty": 120
},
"stopId": "0:GRAVIER1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916472",
"uncertainty": 120
},
"departure": {
"time": "1777916472",
"uncertainty": 120
},
"stopId": "0:ZACGRAV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916530",
"uncertainty": 120
},
"departure": {
"time": "1777916530",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916664",
"uncertainty": 120
},
"departure": {
"time": "1777916664",
"uncertainty": 120
},
"stopId": "0:ZACAUGN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916732",
"uncertainty": 120
},
"departure": {
"time": "1777916732",
"uncertainty": 120
},
"stopId": "0:ACTISUD1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916888",
"uncertainty": 120
},
"departure": {
"time": "1777916912",
"uncertainty": 120
},
"stopId": "0:WAVES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917227",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 8
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "84a",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855115"
},
"vehicle": {
"id": "1391",
"label": "1391"
}
}
},
{
"id": "1853394",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920360",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853394"
}
}
},
{
"id": "1855144",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917420",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855144"
}
}
},
{
"id": "1976466",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919880",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976466"
}
}
},
{
"id": "1976464",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917119",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917255",
"uncertainty": 120
},
"departure": {
"time": "1777917255",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917304",
"uncertainty": 120
},
"departure": {
"time": "1777917304",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917365",
"uncertainty": 120
},
"departure": {
"time": "1777917365",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917440",
"uncertainty": 120
},
"departure": {
"time": "1777917440",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917531",
"uncertainty": 120
},
"departure": {
"time": "1777917531",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917596",
"uncertainty": 120
},
"departure": {
"time": "1777917596",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917679",
"uncertainty": 120
},
"departure": {
"time": "1777917679",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917759",
"uncertainty": 120
},
"departure": {
"time": "1777917759",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917821",
"uncertainty": 120
},
"departure": {
"time": "1777917821",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917908",
"uncertainty": 120
},
"departure": {
"time": "1777917908",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917985",
"uncertainty": 120
},
"departure": {
"time": "1777917985",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918074",
"uncertainty": 120
},
"departure": {
"time": "1777918074",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918110",
"uncertainty": 120
},
"departure": {
"time": "1777918110",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918204",
"uncertainty": 120
},
"departure": {
"time": "1777918204",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918267",
"uncertainty": 120
},
"departure": {
"time": "1777918267",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918384",
"uncertainty": 120
},
"departure": {
"time": "1777918384",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918537",
"uncertainty": 120
},
"departure": {
"time": "1777918537",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918684",
"uncertainty": 120
},
"departure": {
"time": "1777918684",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918737",
"uncertainty": 120
},
"departure": {
"time": "1777918737",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918796",
"uncertainty": 120
},
"departure": {
"time": "1777918796",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918924",
"uncertainty": 120
},
"departure": {
"time": "1777918924",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919021",
"uncertainty": 120
},
"departure": {
"time": "1777919021",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919153",
"uncertainty": 120
},
"departure": {
"time": "1777919153",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919222",
"uncertainty": 120
},
"departure": {
"time": "1777919222",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919284",
"uncertainty": 120
},
"departure": {
"time": "1777919284",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919363",
"uncertainty": 120
},
"departure": {
"time": "1777919363",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919387",
"uncertainty": 120
},
"departure": {
"time": "1777919387",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919444",
"uncertainty": 120
},
"departure": {
"time": "1777919444",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919503",
"uncertainty": 120
},
"departure": {
"time": "1777919503",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919536",
"uncertainty": 120
},
"departure": {
"time": "1777919536",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919616",
"uncertainty": 120
},
"departure": {
"time": "1777919616",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919672",
"uncertainty": 120
},
"departure": {
"time": "1777919672",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919755",
"uncertainty": 120
},
"departure": {
"time": "1777919755",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919846",
"uncertainty": 120
},
"departure": {
"time": "1777919846",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919941",
"uncertainty": 120
},
"departure": {
"time": "1777919941",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777920076",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976464"
},
"vehicle": {
"id": "2051",
"label": "2051"
}
}
},
{
"id": "1976465",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918440",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976465"
}
}
},
{
"id": "1976462",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777914692",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777914819",
"uncertainty": 120
},
"departure": {
"time": "1777914819",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777914856",
"uncertainty": 120
},
"departure": {
"time": "1777914873",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777914932",
"uncertainty": 120
},
"departure": {
"time": "1777914932",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915013",
"uncertainty": 120
},
"departure": {
"time": "1777915024",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915118",
"uncertainty": 120
},
"departure": {
"time": "1777915118",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915172",
"uncertainty": 120
},
"departure": {
"time": "1777915172",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915247",
"uncertainty": 120
},
"departure": {
"time": "1777915262",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915338",
"uncertainty": 120
},
"departure": {
"time": "1777915353",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915408",
"uncertainty": 120
},
"departure": {
"time": "1777915412",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915483",
"uncertainty": 120
},
"departure": {
"time": "1777915483",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915562",
"uncertainty": 120
},
"departure": {
"time": "1777915562",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915653",
"uncertainty": 120
},
"departure": {
"time": "1777915653",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915742",
"uncertainty": 120
},
"departure": {
"time": "1777915742",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777915832",
"uncertainty": 120
},
"departure": {
"time": "1777915952",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916008",
"uncertainty": 120
},
"departure": {
"time": "1777916012",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916132",
"uncertainty": 120
},
"departure": {
"time": "1777916220",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916304",
"uncertainty": 120
},
"departure": {
"time": "1777916312",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916430",
"uncertainty": 120
},
"departure": {
"time": "1777916432",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916483",
"uncertainty": 120
},
"departure": {
"time": "1777916492",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916552",
"uncertainty": 120
},
"departure": {
"time": "1777916612",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916808",
"uncertainty": 120
},
"departure": {
"time": "1777916823",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916908",
"uncertainty": 120
},
"departure": {
"time": "1777916912",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917009",
"uncertainty": 120
},
"departure": {
"time": "1777917032",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917108",
"uncertainty": 120
},
"departure": {
"time": "1777917108",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917189",
"uncertainty": 120
},
"departure": {
"time": "1777917189",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917320",
"uncertainty": 120
},
"departure": {
"time": "1777917320",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917349",
"uncertainty": 120
},
"departure": {
"time": "1777917349",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917394",
"uncertainty": 120
},
"departure": {
"time": "1777917394",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917460",
"uncertainty": 120
},
"departure": {
"time": "1777917460",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917499",
"uncertainty": 120
},
"departure": {
"time": "1777917499",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917571",
"uncertainty": 120
},
"departure": {
"time": "1777917571",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917613",
"uncertainty": 120
},
"departure": {
"time": "1777917613",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917693",
"uncertainty": 120
},
"departure": {
"time": "1777917693",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917749",
"uncertainty": 120
},
"departure": {
"time": "1777917749",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917844",
"uncertainty": 120
},
"departure": {
"time": "1777917844",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777917951",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976462"
},
"vehicle": {
"id": "1357",
"label": "1357"
}
}
},
{
"id": "1976463",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916020",
"uncertainty": 120
},
"departure": {
"time": "1777916020",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916071",
"uncertainty": 120
},
"departure": {
"time": "1777916071",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916131",
"uncertainty": 120
},
"departure": {
"time": "1777916131",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916206",
"uncertainty": 120
},
"departure": {
"time": "1777916221",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916309",
"uncertainty": 120
},
"departure": {
"time": "1777916309",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916373",
"uncertainty": 120
},
"departure": {
"time": "1777916373",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916453",
"uncertainty": 120
},
"departure": {
"time": "1777916453",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916530",
"uncertainty": 120
},
"departure": {
"time": "1777916613",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916673",
"uncertainty": 120
},
"departure": {
"time": "1777916673",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916761",
"uncertainty": 120
},
"departure": {
"time": "1777916761",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916836",
"uncertainty": 120
},
"departure": {
"time": "1777916857",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916944",
"uncertainty": 120
},
"departure": {
"time": "1777916944",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916974",
"uncertainty": 120
},
"departure": {
"time": "1777916974",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917064",
"uncertainty": 120
},
"departure": {
"time": "1777917094",
"uncertainty": 120
},
"stopId": "0:GARGE",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917148",
"uncertainty": 120
},
"departure": {
"time": "1777917148",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917243",
"uncertainty": 120
},
"departure": {
"time": "1777917243",
"uncertainty": 120
},
"stopId": "0:REPBW",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917335",
"uncertainty": 120
},
"departure": {
"time": "1777917335",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917456",
"uncertainty": 120
},
"departure": {
"time": "1777917456",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917508",
"uncertainty": 120
},
"departure": {
"time": "1777917508",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917568",
"uncertainty": 120
},
"departure": {
"time": "1777917568",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917757",
"uncertainty": 120
},
"departure": {
"time": "1777917757",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917843",
"uncertainty": 120
},
"departure": {
"time": "1777917843",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917944",
"uncertainty": 120
},
"departure": {
"time": "1777917944",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918013",
"uncertainty": 120
},
"departure": {
"time": "1777918013",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918075",
"uncertainty": 120
},
"departure": {
"time": "1777918075",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918169",
"uncertainty": 120
},
"departure": {
"time": "1777918169",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918198",
"uncertainty": 120
},
"departure": {
"time": "1777918198",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918266",
"uncertainty": 120
},
"departure": {
"time": "1777918266",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918336",
"uncertainty": 120
},
"departure": {
"time": "1777918336",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918375",
"uncertainty": 120
},
"departure": {
"time": "1777918375",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918455",
"uncertainty": 120
},
"departure": {
"time": "1777918455",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918511",
"uncertainty": 120
},
"departure": {
"time": "1777918511",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918594",
"uncertainty": 120
},
"departure": {
"time": "1777918594",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918685",
"uncertainty": 120
},
"departure": {
"time": "1777918685",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777918780",
"uncertainty": 120
},
"departure": {
"time": "1777918780",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918915",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11976463"
},
"vehicle": {
"id": "1356",
"label": "1356"
}
}
},
{
"id": "1853448",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777917000",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853448"
}
}
},
{
"id": "1853449",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916132",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916180",
"uncertainty": 120
},
"departure": {
"time": "1777916180",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916192",
"uncertainty": 120
},
"departure": {
"time": "1777916192",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916234",
"uncertainty": 120
},
"departure": {
"time": "1777916234",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916354",
"uncertainty": 120
},
"departure": {
"time": "1777916372",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916442",
"uncertainty": 120
},
"departure": {
"time": "1777916442",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916496",
"uncertainty": 120
},
"departure": {
"time": "1777916496",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916535",
"uncertainty": 120
},
"departure": {
"time": "1777916535",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916582",
"uncertainty": 120
},
"departure": {
"time": "1777916582",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916603",
"uncertainty": 120
},
"departure": {
"time": "1777916603",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916642",
"uncertainty": 120
},
"departure": {
"time": "1777916642",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916673",
"uncertainty": 120
},
"departure": {
"time": "1777916673",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916702",
"uncertainty": 120
},
"departure": {
"time": "1777916702",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916762",
"uncertainty": 120
},
"departure": {
"time": "1777916762",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916811",
"uncertainty": 120
},
"departure": {
"time": "1777916822",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916917",
"uncertainty": 120
},
"departure": {
"time": "1777916917",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917018",
"uncertainty": 120
},
"departure": {
"time": "1777917018",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917062",
"uncertainty": 120
},
"departure": {
"time": "1777917092",
"uncertainty": 120
},
"stopId": "0:LUXE",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917330",
"uncertainty": 120
},
"departure": {
"time": "1777917330",
"uncertainty": 120
},
"stopId": "0:REPPW",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917426",
"uncertainty": 120
},
"departure": {
"time": "1777917426",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917516",
"uncertainty": 120
},
"departure": {
"time": "1777917516",
"uncertainty": 120
},
"stopId": "0:GARGS",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917627",
"uncertainty": 120
},
"departure": {
"time": "1777917627",
"uncertainty": 120
},
"stopId": "0:POMS",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917702",
"uncertainty": 120
},
"departure": {
"time": "1777917702",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917748",
"uncertainty": 120
},
"departure": {
"time": "1777917748",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917782",
"uncertainty": 120
},
"departure": {
"time": "1777917782",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917841",
"uncertainty": 120
},
"departure": {
"time": "1777917841",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917899",
"uncertainty": 120
},
"departure": {
"time": "1777917899",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917931",
"uncertainty": 120
},
"departure": {
"time": "1777917931",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917983",
"uncertainty": 120
},
"departure": {
"time": "1777917983",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918009",
"uncertainty": 120
},
"departure": {
"time": "1777918009",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918085",
"uncertainty": 120
},
"departure": {
"time": "1777918085",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918149",
"uncertainty": 120
},
"departure": {
"time": "1777918149",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918190",
"uncertainty": 120
},
"departure": {
"time": "1777918190",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918278",
"uncertainty": 120
},
"departure": {
"time": "1777918278",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918329",
"uncertainty": 120
},
"departure": {
"time": "1777918329",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777918370",
"uncertainty": 120
},
"departure": {
"time": "1777918370",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918440",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853449"
},
"vehicle": {
"id": "2055",
"label": "2055"
}
}
},
{
"id": "1853450",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853450"
}
}
},
{
"id": "1855170",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:POMR",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916973",
"uncertainty": 120
},
"departure": {
"time": "1777916973",
"uncertainty": 120
},
"stopId": "0:MUSE02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917043",
"uncertainty": 120
},
"departure": {
"time": "1777917043",
"uncertainty": 120
},
"stopId": "0:PLALBLA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917106",
"uncertainty": 120
},
"departure": {
"time": "1777917106",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917180",
"uncertainty": 120
},
"departure": {
"time": "1777917180",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917270",
"uncertainty": 120
},
"departure": {
"time": "1777917270",
"uncertainty": 120
},
"stopId": "0:TIVOLI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917370",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 7
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855170"
},
"vehicle": {
"id": "2161",
"label": "2161"
}
}
},
{
"id": "1855210",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919460"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855210"
}
}
},
{
"id": "1855206",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918260"
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855206"
}
}
},
{
"id": "1855203",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917840"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855203"
}
}
},
{
"id": "1977021",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777918609",
"uncertainty": 120
},
"departure": {
"time": "1777918609",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777918619",
"uncertainty": 120
},
"departure": {
"time": "1777918619",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1777918659",
"uncertainty": 120
},
"departure": {
"time": "1777918659",
"uncertainty": 120
},
"stopId": "0:JERUSAL2"
},
{
"arrival": {
"time": "1777918701",
"uncertainty": 120
},
"departure": {
"time": "1777918701",
"uncertainty": 120
},
"stopId": "0:COLSON2"
},
{
"arrival": {
"time": "1777918753",
"uncertainty": 120
},
"departure": {
"time": "1777918753",
"uncertainty": 120
},
"stopId": "0:VACONS2"
},
{
"arrival": {
"time": "1777918797",
"uncertainty": 120
},
"departure": {
"time": "1777918797",
"uncertainty": 120
},
"stopId": "0:BLORY2"
},
{
"arrival": {
"time": "1777918849",
"uncertainty": 120
},
"departure": {
"time": "1777918849",
"uncertainty": 120
},
"stopId": "0:CHOCOL01"
},
{
"arrival": {
"time": "1777918917",
"uncertainty": 120
},
"departure": {
"time": "1777918917",
"uncertainty": 120
},
"stopId": "0:QUINT01"
},
{
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917778",
"uncertainty": 120
},
"departure": {
"time": "1777917778",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917804",
"uncertainty": 120
},
"departure": {
"time": "1777917804",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917862",
"uncertainty": 120
},
"departure": {
"time": "1777917862",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917899",
"uncertainty": 120
},
"departure": {
"time": "1777917899",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917912",
"uncertainty": 120
},
"departure": {
"time": "1777917912",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917969",
"uncertainty": 120
},
"departure": {
"time": "1777917969",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918032",
"uncertainty": 120
},
"departure": {
"time": "1777918032",
"uncertainty": 120
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918163",
"uncertainty": 120
},
"departure": {
"time": "1777918163",
"uncertainty": 120
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918214",
"uncertainty": 120
},
"departure": {
"time": "1777918214",
"uncertainty": 120
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918257",
"uncertainty": 120
},
"departure": {
"time": "1777918257",
"uncertainty": 120
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918299",
"uncertainty": 120
},
"departure": {
"time": "1777918299",
"uncertainty": 120
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918390",
"uncertainty": 120
},
"departure": {
"time": "1777918390",
"uncertainty": 120
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918429",
"uncertainty": 120
},
"departure": {
"time": "1777918429",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918484",
"uncertainty": 120
},
"departure": {
"time": "1777918484",
"uncertainty": 120
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918524",
"uncertainty": 120
},
"departure": {
"time": "1777918524",
"uncertainty": 120
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918567",
"uncertainty": 120
},
"departure": {
"time": "1777918567",
"uncertainty": 120
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918609",
"uncertainty": 120
},
"departure": {
"time": "1777918609",
"uncertainty": 120
},
"stopId": "0:LYAUTE99",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918688",
"uncertainty": 120
},
"departure": {
"time": "1777918688",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918712",
"uncertainty": 120
},
"departure": {
"time": "1777918712",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918798",
"uncertainty": 120
},
"departure": {
"time": "1777918798",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918851",
"uncertainty": 120
},
"departure": {
"time": "1777918851",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT01",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919018",
"uncertainty": 120
},
"departure": {
"time": "1777919018",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919079",
"uncertainty": 120
},
"departure": {
"time": "1777919079",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919123",
"uncertainty": 120
},
"departure": {
"time": "1777919123",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919187",
"uncertainty": 120
},
"departure": {
"time": "1777919187",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919229",
"uncertainty": 120
},
"departure": {
"time": "1777919229",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919294",
"uncertainty": 120
},
"departure": {
"time": "1777919294",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919343",
"uncertainty": 120
},
"departure": {
"time": "1777919343",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919382",
"uncertainty": 120
},
"departure": {
"time": "1777919382",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919464",
"uncertainty": 120
},
"departure": {
"time": "1777919464",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919564",
"uncertainty": 120
},
"departure": {
"time": "1777919564",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919657",
"uncertainty": 120
},
"departure": {
"time": "1777919657",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919707",
"uncertainty": 120
},
"departure": {
"time": "1777919707",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919739",
"uncertainty": 120
},
"departure": {
"time": "1777919739",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919828",
"uncertainty": 120
},
"departure": {
"time": "1777919828",
"uncertainty": 120
},
"stopId": "0:AMPERE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919887",
"uncertainty": 120
},
"departure": {
"time": "1777919887",
"uncertainty": 120
},
"stopId": "0:METZANI2",
"stopSequence": 37
},
{
"arrival": {
"time": "1777919988",
"uncertainty": 120
},
"departure": {
"time": "1777919988",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777920022",
"uncertainty": 120
},
"departure": {
"time": "1777920022",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777920089",
"uncertainty": 120
},
"departure": {
"time": "1777920089",
"uncertainty": 120
},
"stopId": "0:DRAPIER2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777920155",
"uncertainty": 120
},
"departure": {
"time": "1777920155",
"uncertainty": 120
},
"stopId": "0:SELLIER2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777920224",
"uncertainty": 120
},
"departure": {
"time": "1777920224",
"uncertainty": 120
},
"stopId": "0:POTIERS2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777920288",
"uncertainty": 120
},
"departure": {
"time": "1777920288",
"uncertainty": 120
},
"stopId": "0:SERRURR2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777920372",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 44
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977021"
}
}
},
{
"id": "1853796",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919580",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853796"
}
}
},
{
"id": "1853794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915290",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915381",
"uncertainty": 120
},
"departure": {
"time": "1777915381",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915500",
"uncertainty": 120
},
"departure": {
"time": "1777915500",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915590",
"uncertainty": 120
},
"departure": {
"time": "1777915590",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915680",
"uncertainty": 120
},
"departure": {
"time": "1777915680",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915727",
"uncertainty": 120
},
"departure": {
"time": "1777915727",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915770",
"uncertainty": 120
},
"departure": {
"time": "1777915770",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915869",
"uncertainty": 120
},
"departure": {
"time": "1777915869",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915920",
"uncertainty": 120
},
"departure": {
"time": "1777915920",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916040",
"uncertainty": 120
},
"departure": {
"time": "1777916190",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916260",
"uncertainty": 120
},
"departure": {
"time": "1777916260",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916400",
"uncertainty": 120
},
"departure": {
"time": "1777916400",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916468",
"uncertainty": 120
},
"departure": {
"time": "1777916468",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916501",
"uncertainty": 120
},
"departure": {
"time": "1777916521",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916580",
"uncertainty": 120
},
"departure": {
"time": "1777916580",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916604",
"uncertainty": 120
},
"departure": {
"time": "1777916610",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916670",
"uncertainty": 120
},
"departure": {
"time": "1777916670",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916711",
"uncertainty": 120
},
"departure": {
"time": "1777916711",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916760",
"uncertainty": 120
},
"departure": {
"time": "1777916760",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916785",
"uncertainty": 120
},
"departure": {
"time": "1777916785",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916820",
"uncertainty": 120
},
"departure": {
"time": "1777916820",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916880",
"uncertainty": 120
},
"departure": {
"time": "1777916880",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916981",
"uncertainty": 120
},
"departure": {
"time": "1777916981",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917030",
"uncertainty": 120
},
"departure": {
"time": "1777917030",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917080",
"uncertainty": 120
},
"departure": {
"time": "1777917090",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917142",
"uncertainty": 120
},
"departure": {
"time": "1777917142",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917192",
"uncertainty": 120
},
"departure": {
"time": "1777917192",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917245",
"uncertainty": 120
},
"departure": {
"time": "1777917245",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917434",
"uncertainty": 120
},
"departure": {
"time": "1777917434",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917455",
"uncertainty": 120
},
"departure": {
"time": "1777917455",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917485",
"uncertainty": 120
},
"departure": {
"time": "1777917485",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917551",
"uncertainty": 120
},
"departure": {
"time": "1777917551",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917609",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853794"
},
"vehicle": {
"id": "1636",
"label": "1636"
}
}
},
{
"id": "1853795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916820",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916893",
"uncertainty": 120
},
"departure": {
"time": "1777916893",
"uncertainty": 120
},
"stopId": "0:PANGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917012",
"uncertainty": 120
},
"departure": {
"time": "1777917012",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917090",
"uncertainty": 120
},
"departure": {
"time": "1777917090",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917179",
"uncertainty": 120
},
"departure": {
"time": "1777917179",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917238",
"uncertainty": 120
},
"departure": {
"time": "1777917238",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917288",
"uncertainty": 120
},
"departure": {
"time": "1777917288",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917377",
"uncertainty": 120
},
"departure": {
"time": "1777917377",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917434",
"uncertainty": 120
},
"departure": {
"time": "1777917434",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917564",
"uncertainty": 120
},
"departure": {
"time": "1777917564",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917643",
"uncertainty": 120
},
"departure": {
"time": "1777917643",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917791",
"uncertainty": 120
},
"departure": {
"time": "1777917791",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917865",
"uncertainty": 120
},
"departure": {
"time": "1777917865",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917883",
"uncertainty": 120
},
"departure": {
"time": "1777917883",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917963",
"uncertainty": 120
},
"departure": {
"time": "1777917963",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917990",
"uncertainty": 120
},
"departure": {
"time": "1777917990",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918050",
"uncertainty": 120
},
"departure": {
"time": "1777918050",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918095",
"uncertainty": 120
},
"departure": {
"time": "1777918095",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918143",
"uncertainty": 120
},
"departure": {
"time": "1777918143",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918170",
"uncertainty": 120
},
"departure": {
"time": "1777918170",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918211",
"uncertainty": 120
},
"departure": {
"time": "1777918211",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918272",
"uncertainty": 120
},
"departure": {
"time": "1777918272",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918372",
"uncertainty": 120
},
"departure": {
"time": "1777918372",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918419",
"uncertainty": 120
},
"departure": {
"time": "1777918419",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918461",
"uncertainty": 120
},
"departure": {
"time": "1777918461",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918505",
"uncertainty": 120
},
"departure": {
"time": "1777918505",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918549",
"uncertainty": 120
},
"departure": {
"time": "1777918549",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918587",
"uncertainty": 120
},
"departure": {
"time": "1777918587",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918823",
"uncertainty": 120
},
"departure": {
"time": "1777918823",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918849",
"uncertainty": 120
},
"departure": {
"time": "1777918849",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918873",
"uncertainty": 120
},
"departure": {
"time": "1777918873",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918927",
"uncertainty": 120
},
"departure": {
"time": "1777918927",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918985",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853795"
},
"vehicle": {
"id": "1634",
"label": "1634"
}
}
},
{
"id": "1853832",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915020",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915155",
"uncertainty": 120
},
"departure": {
"time": "1777915155",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915192",
"uncertainty": 120
},
"departure": {
"time": "1777915201",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915273",
"uncertainty": 120
},
"departure": {
"time": "1777915273",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915320",
"uncertainty": 120
},
"departure": {
"time": "1777915320",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915389",
"uncertainty": 120
},
"departure": {
"time": "1777915389",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915540",
"uncertainty": 120
},
"departure": {
"time": "1777915540",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915579",
"uncertainty": 120
},
"departure": {
"time": "1777915591",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915661",
"uncertainty": 120
},
"departure": {
"time": "1777915681",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915741",
"uncertainty": 120
},
"departure": {
"time": "1777915741",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915802",
"uncertainty": 120
},
"departure": {
"time": "1777915802",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915831",
"uncertainty": 120
},
"departure": {
"time": "1777915831",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915922",
"uncertainty": 120
},
"departure": {
"time": "1777915922",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777915959",
"uncertainty": 120
},
"departure": {
"time": "1777915959",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916024",
"uncertainty": 120
},
"departure": {
"time": "1777916024",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916048",
"uncertainty": 120
},
"departure": {
"time": "1777916048",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916082",
"uncertainty": 120
},
"departure": {
"time": "1777916082",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916141",
"uncertainty": 120
},
"departure": {
"time": "1777916141",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916191",
"uncertainty": 120
},
"departure": {
"time": "1777916191",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916281",
"uncertainty": 120
},
"departure": {
"time": "1777916281",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916347",
"uncertainty": 120
},
"departure": {
"time": "1777916347",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916371",
"uncertainty": 120
},
"departure": {
"time": "1777916371",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916468",
"uncertainty": 120
},
"departure": {
"time": "1777916468",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916581",
"uncertainty": 120
},
"departure": {
"time": "1777916581",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777916701",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777916941",
"uncertainty": 120
},
"departure": {
"time": "1777916941",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777916977",
"uncertainty": 120
},
"departure": {
"time": "1777916977",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917017",
"uncertainty": 120
},
"departure": {
"time": "1777917017",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917061",
"uncertainty": 120
},
"departure": {
"time": "1777917061",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917133",
"uncertainty": 120
},
"departure": {
"time": "1777917133",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917205",
"uncertainty": 120
},
"departure": {
"time": "1777917205",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917276",
"uncertainty": 120
},
"departure": {
"time": "1777917276",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917395",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853832"
},
"vehicle": {
"id": "1631",
"label": "1631"
}
}
},
{
"id": "1853833",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916760",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916868",
"uncertainty": 120
},
"departure": {
"time": "1777916868",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916902",
"uncertainty": 120
},
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916976",
"uncertainty": 120
},
"departure": {
"time": "1777916976",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917019",
"uncertainty": 120
},
"departure": {
"time": "1777917019",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917068",
"uncertainty": 120
},
"departure": {
"time": "1777917068",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917270",
"uncertainty": 120
},
"departure": {
"time": "1777917270",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917311",
"uncertainty": 120
},
"departure": {
"time": "1777917311",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917369",
"uncertainty": 120
},
"departure": {
"time": "1777917369",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917422",
"uncertainty": 120
},
"departure": {
"time": "1777917422",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917474",
"uncertainty": 120
},
"departure": {
"time": "1777917474",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917506",
"uncertainty": 120
},
"departure": {
"time": "1777917506",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917600",
"uncertainty": 120
},
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917645",
"uncertainty": 120
},
"departure": {
"time": "1777917645",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917715",
"uncertainty": 120
},
"departure": {
"time": "1777917715",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917746",
"uncertainty": 120
},
"departure": {
"time": "1777917746",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917783",
"uncertainty": 120
},
"departure": {
"time": "1777917783",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917847",
"uncertainty": 120
},
"departure": {
"time": "1777917847",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917894",
"uncertainty": 120
},
"departure": {
"time": "1777917894",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917965",
"uncertainty": 120
},
"departure": {
"time": "1777917965",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918038",
"uncertainty": 120
},
"departure": {
"time": "1777918038",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918075",
"uncertainty": 120
},
"departure": {
"time": "1777918075",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918178",
"uncertainty": 120
},
"departure": {
"time": "1777918178",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918316",
"uncertainty": 120
},
"departure": {
"time": "1777918316",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918446",
"uncertainty": 120
},
"departure": {
"time": "1777918446",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918608",
"uncertainty": 120
},
"departure": {
"time": "1777918608",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918650",
"uncertainty": 120
},
"departure": {
"time": "1777918650",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918696",
"uncertainty": 120
},
"departure": {
"time": "1777918696",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918750",
"uncertainty": 120
},
"departure": {
"time": "1777918750",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918860",
"uncertainty": 120
},
"departure": {
"time": "1777918860",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918962",
"uncertainty": 120
},
"departure": {
"time": "1777918962",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919041",
"uncertainty": 120
},
"departure": {
"time": "1777919041",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919160",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853833"
},
"vehicle": {
"id": "1633",
"label": "1633"
}
}
},
{
"id": "1853834",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919580",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11853834"
}
}
},
{
"id": "1855316",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920420"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855316"
}
}
},
{
"id": "1977040",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777919044",
"uncertainty": 120
},
"departure": {
"time": "1777919044",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777919055",
"uncertainty": 120
},
"departure": {
"time": "1777919055",
"uncertainty": 120
},
"stopId": "0:QUINT02"
},
{
"arrival": {
"time": "1777919110",
"uncertainty": 120
},
"departure": {
"time": "1777919110",
"uncertainty": 120
},
"stopId": "0:CHOCOL02"
},
{
"arrival": {
"time": "1777919184",
"uncertainty": 120
},
"departure": {
"time": "1777919184",
"uncertainty": 120
},
"stopId": "0:BLORY1"
},
{
"arrival": {
"time": "1777919272",
"uncertainty": 120
},
"departure": {
"time": "1777919272",
"uncertainty": 120
},
"stopId": "0:COLSON1"
},
{
"arrival": {
"time": "1777919302",
"uncertainty": 120
},
"departure": {
"time": "1777919302",
"uncertainty": 120
},
"stopId": "0:JERUSAL1"
},
{
"arrival": {
"time": "1777919338",
"uncertainty": 120
},
"departure": {
"time": "1777919338",
"uncertainty": 120
},
"stopId": "0:LYAUT104"
},
{
"arrival": {
"time": "1777919345",
"uncertainty": 120
},
"departure": {
"time": "1777919345",
"uncertainty": 120
},
"stopId": "0:LYAUT656"
},
{
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917683",
"uncertainty": 120
},
"departure": {
"time": "1777917683",
"uncertainty": 120
},
"stopId": "0:SERRURR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917741",
"uncertainty": 120
},
"departure": {
"time": "1777917741",
"uncertainty": 120
},
"stopId": "0:POTIERS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917791",
"uncertainty": 120
},
"departure": {
"time": "1777917791",
"uncertainty": 120
},
"stopId": "0:SELLIER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917848",
"uncertainty": 120
},
"departure": {
"time": "1777917848",
"uncertainty": 120
},
"stopId": "0:DRAPIER1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917900",
"uncertainty": 120
},
"departure": {
"time": "1777917900",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917957",
"uncertainty": 120
},
"departure": {
"time": "1777917957",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918055",
"uncertainty": 120
},
"departure": {
"time": "1777918055",
"uncertainty": 120
},
"stopId": "0:METZANI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918128",
"uncertainty": 120
},
"departure": {
"time": "1777918128",
"uncertainty": 120
},
"stopId": "0:AMPERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918229",
"uncertainty": 120
},
"departure": {
"time": "1777918229",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918273",
"uncertainty": 120
},
"departure": {
"time": "1777918273",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918343",
"uncertainty": 120
},
"departure": {
"time": "1777918343",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918437",
"uncertainty": 120
},
"departure": {
"time": "1777918437",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777918514",
"uncertainty": 120
},
"departure": {
"time": "1777918514",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 14
},
{
"arrival": {
"time": "1777918580",
"uncertainty": 120
},
"departure": {
"time": "1777918580",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918641",
"uncertainty": 120
},
"departure": {
"time": "1777918641",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918675",
"uncertainty": 120
},
"departure": {
"time": "1777918675",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918735",
"uncertainty": 120
},
"departure": {
"time": "1777918735",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918797",
"uncertainty": 120
},
"departure": {
"time": "1777918797",
"uncertainty": 120
},
"stopId": "0:LOTHAIR4",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918878",
"uncertainty": 120
},
"departure": {
"time": "1777918878",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918911",
"uncertainty": 120
},
"departure": {
"time": "1777918911",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918951",
"uncertainty": 120
},
"departure": {
"time": "1777918951",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919022",
"uncertainty": 120
},
"departure": {
"time": "1777919022",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:QUINT02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777919068",
"uncertainty": 120
},
"departure": {
"time": "1777919068",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHOCOL02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919181",
"uncertainty": 120
},
"departure": {
"time": "1777919181",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COLSON1",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919202",
"uncertainty": 120
},
"departure": {
"time": "1777919202",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JERUSAL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919227",
"uncertainty": 120
},
"departure": {
"time": "1777919227",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LYAUT104",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919399",
"uncertainty": 120
},
"departure": {
"time": "1777919399",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919438",
"uncertainty": 120
},
"departure": {
"time": "1777919438",
"uncertainty": 120
},
"stopId": "0:19NOV02",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919482",
"uncertainty": 120
},
"departure": {
"time": "1777919482",
"uncertainty": 120
},
"stopId": "0:MARCSAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919524",
"uncertainty": 120
},
"departure": {
"time": "1777919524",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919567",
"uncertainty": 120
},
"departure": {
"time": "1777919567",
"uncertainty": 120
},
"stopId": "0:STEXUPE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919657",
"uncertainty": 120
},
"departure": {
"time": "1777919657",
"uncertainty": 120
},
"stopId": "0:CLMADER1",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919700",
"uncertainty": 120
},
"departure": {
"time": "1777919700",
"uncertainty": 120
},
"stopId": "0:PONSARD2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919737",
"uncertainty": 120
},
"departure": {
"time": "1777919737",
"uncertainty": 120
},
"stopId": "0:SIMMI357",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919775",
"uncertainty": 120
},
"departure": {
"time": "1777919775",
"uncertainty": 120
},
"stopId": "0:COUBERT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919904",
"uncertainty": 120
},
"departure": {
"time": "1777919904",
"uncertainty": 120
},
"stopId": "0:LILAS4",
"stopSequence": 37
},
{
"arrival": {
"time": "1777920003",
"uncertainty": 120
},
"departure": {
"time": "1777920003",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1777920035",
"uncertainty": 120
},
"departure": {
"time": "1777920035",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 39
},
{
"arrival": {
"time": "1777920062",
"uncertainty": 120
},
"departure": {
"time": "1777920062",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 40
},
{
"arrival": {
"time": "1777920125",
"uncertainty": 120
},
"departure": {
"time": "1777920125",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 41
},
{
"arrival": {
"time": "1777920152",
"uncertainty": 120
},
"departure": {
"time": "1777920152",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 42
},
{
"arrival": {
"time": "1777920220",
"uncertainty": 120
},
"departure": {
"time": "1777920220",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 43
},
{
"arrival": {
"time": "1777920254",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 44
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11977040"
}
}
},
{
"id": "1855315",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917180"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855315"
}
}
},
{
"id": "1856287",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919100",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "70",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856287"
}
}
},
{
"id": "1856276",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919100",
"uncertainty": 120
},
"stopId": "0:PEMG1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "70",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856276"
}
}
},
{
"id": "1856444",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915291",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915380",
"uncertainty": 120
},
"departure": {
"time": "1777915380",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915410",
"uncertainty": 120
},
"departure": {
"time": "1777915410",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915461",
"uncertainty": 120
},
"departure": {
"time": "1777915461",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915478",
"uncertainty": 120
},
"departure": {
"time": "1777915478",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915533",
"uncertainty": 120
},
"departure": {
"time": "1777915533",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915590",
"uncertainty": 120
},
"departure": {
"time": "1777915591",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915630",
"uncertainty": 120
},
"departure": {
"time": "1777915630",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915711",
"uncertainty": 120
},
"departure": {
"time": "1777915711",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915831",
"uncertainty": 120
},
"departure": {
"time": "1777915831",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915886",
"uncertainty": 120
},
"departure": {
"time": "1777915891",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915921",
"uncertainty": 120
},
"departure": {
"time": "1777915921",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777915981",
"uncertainty": 120
},
"departure": {
"time": "1777915981",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916101",
"uncertainty": 120
},
"departure": {
"time": "1777916101",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916219",
"uncertainty": 120
},
"departure": {
"time": "1777916221",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916341",
"uncertainty": 120
},
"departure": {
"time": "1777916371",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916473",
"uncertainty": 120
},
"departure": {
"time": "1777916491",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916551",
"uncertainty": 120
},
"departure": {
"time": "1777916581",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916731",
"uncertainty": 120
},
"departure": {
"time": "1777916731",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916821",
"uncertainty": 120
},
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916869",
"uncertainty": 120
},
"departure": {
"time": "1777916869",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916911",
"uncertainty": 120
},
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917091",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917131",
"uncertainty": 120
},
"departure": {
"time": "1777917131",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917173",
"uncertainty": 120
},
"departure": {
"time": "1777917173",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917242",
"uncertainty": 120
},
"departure": {
"time": "1777917242",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917301",
"uncertainty": 120
},
"departure": {
"time": "1777917301",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917368",
"uncertainty": 120
},
"departure": {
"time": "1777917368",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917401",
"uncertainty": 120
},
"departure": {
"time": "1777917401",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917477",
"uncertainty": 120
},
"departure": {
"time": "1777917477",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917544",
"uncertainty": 120
},
"departure": {
"time": "1777917544",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917583",
"uncertainty": 120
},
"departure": {
"time": "1777917583",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917657",
"uncertainty": 120
},
"departure": {
"time": "1777917657",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777917715",
"uncertainty": 120
},
"departure": {
"time": "1777917715",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777917752",
"uncertainty": 120
},
"departure": {
"time": "1777917752",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777917813",
"uncertainty": 120
},
"departure": {
"time": "1777917813",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777917882",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856444"
},
"vehicle": {
"id": "1735",
"label": "1735"
}
}
},
{
"id": "1856445",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916520",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916637",
"uncertainty": 120
},
"departure": {
"time": "1777916640",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916693",
"uncertainty": 120
},
"departure": {
"time": "1777916702",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916754",
"uncertainty": 120
},
"departure": {
"time": "1777916761",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916779",
"uncertainty": 120
},
"departure": {
"time": "1777916791",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916851",
"uncertainty": 120
},
"departure": {
"time": "1777916851",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916901",
"uncertainty": 120
},
"departure": {
"time": "1777916901",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916934",
"uncertainty": 120
},
"departure": {
"time": "1777916934",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916971",
"uncertainty": 120
},
"departure": {
"time": "1777916971",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917099",
"uncertainty": 120
},
"departure": {
"time": "1777917099",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917156",
"uncertainty": 120
},
"departure": {
"time": "1777917156",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917188",
"uncertainty": 120
},
"departure": {
"time": "1777917188",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917248",
"uncertainty": 120
},
"departure": {
"time": "1777917248",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917370",
"uncertainty": 120
},
"departure": {
"time": "1777917370",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917483",
"uncertainty": 120
},
"departure": {
"time": "1777917483",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917605",
"uncertainty": 120
},
"departure": {
"time": "1777917605",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917719",
"uncertainty": 120
},
"departure": {
"time": "1777917719",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917778",
"uncertainty": 120
},
"departure": {
"time": "1777917778",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917928",
"uncertainty": 120
},
"departure": {
"time": "1777917928",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918020",
"uncertainty": 120
},
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918069",
"uncertainty": 120
},
"departure": {
"time": "1777918069",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918111",
"uncertainty": 120
},
"departure": {
"time": "1777918111",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918241",
"uncertainty": 120
},
"departure": {
"time": "1777918241",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918273",
"uncertainty": 120
},
"departure": {
"time": "1777918273",
"uncertainty": 120
},
"stopId": "0:BURGER02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918319",
"uncertainty": 120
},
"departure": {
"time": "1777918319",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918421",
"uncertainty": 120
},
"departure": {
"time": "1777918421",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918484",
"uncertainty": 120
},
"departure": {
"time": "1777918484",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918558",
"uncertainty": 120
},
"departure": {
"time": "1777918558",
"uncertainty": 120
},
"stopId": "0:TILLEUL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918601",
"uncertainty": 120
},
"departure": {
"time": "1777918601",
"uncertainty": 120
},
"stopId": "0:ERABLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918700",
"uncertainty": 120
},
"departure": {
"time": "1777918700",
"uncertainty": 120
},
"stopId": "0:HETRES2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918775",
"uncertainty": 120
},
"departure": {
"time": "1777918775",
"uncertainty": 120
},
"stopId": "0:CARRIER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918828",
"uncertainty": 120
},
"departure": {
"time": "1777918828",
"uncertainty": 120
},
"stopId": "0:FRENES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777918909",
"uncertainty": 120
},
"departure": {
"time": "1777918909",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918961",
"uncertainty": 120
},
"departure": {
"time": "1777918961",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918993",
"uncertainty": 120
},
"departure": {
"time": "1777918993",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 35
},
{
"arrival": {
"time": "1777919069",
"uncertainty": 120
},
"departure": {
"time": "1777919069",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 36
},
{
"arrival": {
"time": "1777919141",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 37
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856445"
},
"vehicle": {
"id": "1738",
"label": "1738"
}
}
},
{
"id": "1881316",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917780",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881316"
}
}
},
{
"id": "1881317",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919400",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881317"
}
}
},
{
"id": "1856433",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918380",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856433"
}
}
},
{
"id": "1856434",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920240",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856434"
}
}
},
{
"id": "1854224",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916821",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916898",
"uncertainty": 120
},
"departure": {
"time": "1777916911",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916981",
"uncertainty": 120
},
"departure": {
"time": "1777917002",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917075",
"uncertainty": 120
},
"departure": {
"time": "1777917091",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917168",
"uncertainty": 120
},
"departure": {
"time": "1777917168",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917244",
"uncertainty": 120
},
"departure": {
"time": "1777917244",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917331",
"uncertainty": 120
},
"departure": {
"time": "1777917331",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917422",
"uncertainty": 120
},
"departure": {
"time": "1777917422",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917523",
"uncertainty": 120
},
"departure": {
"time": "1777917523",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917580",
"uncertainty": 120
},
"departure": {
"time": "1777917580",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917642",
"uncertainty": 120
},
"departure": {
"time": "1777917642",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917704",
"uncertainty": 120
},
"departure": {
"time": "1777917704",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917780",
"uncertainty": 120
},
"departure": {
"time": "1777917780",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917869",
"uncertainty": 120
},
"departure": {
"time": "1777917869",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917959",
"uncertainty": 120
},
"departure": {
"time": "1777917959",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918173",
"uncertainty": 120
},
"departure": {
"time": "1777918173",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918238",
"uncertainty": 120
},
"departure": {
"time": "1777918238",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918301",
"uncertainty": 120
},
"departure": {
"time": "1777918301",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918365",
"uncertainty": 120
},
"departure": {
"time": "1777918365",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918453",
"uncertainty": 120
},
"departure": {
"time": "1777918453",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918510",
"uncertainty": 120
},
"departure": {
"time": "1777918510",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918626",
"uncertainty": 120
},
"departure": {
"time": "1777918626",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918745",
"uncertainty": 120
},
"departure": {
"time": "1777918745",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918853",
"uncertainty": 120
},
"departure": {
"time": "1777918853",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918954",
"uncertainty": 120
},
"departure": {
"time": "1777918954",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918986",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854224"
},
"vehicle": {
"id": "1317",
"label": "1317"
}
}
},
{
"id": "1854225",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918560",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854225"
}
}
},
{
"id": "1881315",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916050",
"uncertainty": 120
},
"stopId": "0:REPLYD",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916252",
"uncertainty": 120
},
"departure": {
"time": "1777916261",
"uncertainty": 120
},
"stopId": "0:ROI04",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916331",
"uncertainty": 120
},
"departure": {
"time": "1777916331",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916423",
"uncertainty": 120
},
"departure": {
"time": "1777916423",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916441",
"uncertainty": 120
},
"departure": {
"time": "1777916441",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 5
},
{
"arrival": {
"time": "1777916501",
"uncertainty": 120
},
"departure": {
"time": "1777916501",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916561",
"uncertainty": 120
},
"departure": {
"time": "1777916561",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916642",
"uncertainty": 120
},
"departure": {
"time": "1777916642",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916742",
"uncertainty": 120
},
"departure": {
"time": "1777916742",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916810",
"uncertainty": 120
},
"departure": {
"time": "1777916831",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916922",
"uncertainty": 120
},
"departure": {
"time": "1777916922",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917041",
"uncertainty": 120
},
"departure": {
"time": "1777917043",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917061",
"uncertainty": 120
},
"departure": {
"time": "1777917073",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917156",
"uncertainty": 120
},
"departure": {
"time": "1777917156",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917247",
"uncertainty": 120
},
"departure": {
"time": "1777917247",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917297",
"uncertainty": 120
},
"departure": {
"time": "1777917297",
"uncertainty": 120
},
"stopId": "0:GARENNE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917330",
"uncertainty": 120
},
"departure": {
"time": "1777917330",
"uncertainty": 120
},
"stopId": "0:LESCLOS2",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917407",
"uncertainty": 120
},
"departure": {
"time": "1777917407",
"uncertainty": 120
},
"stopId": "0:SORBIER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917479",
"uncertainty": 120
},
"departure": {
"time": "1777917479",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917578",
"uncertainty": 120
},
"departure": {
"time": "1777917578",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917662",
"uncertainty": 120
},
"departure": {
"time": "1777917662",
"uncertainty": 120
},
"stopId": "0:JOSEPH02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917741",
"uncertainty": 120
},
"departure": {
"time": "1777917741",
"uncertainty": 120
},
"stopId": "0:NEC1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917815",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 23
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881315"
},
"vehicle": {
"id": "2630",
"label": "2630"
}
}
},
{
"id": "1854223",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915290",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915333",
"uncertainty": 120
},
"departure": {
"time": "1777915350",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915400",
"uncertainty": 120
},
"departure": {
"time": "1777915410",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915493",
"uncertainty": 120
},
"departure": {
"time": "1777915500",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915560",
"uncertainty": 120
},
"departure": {
"time": "1777915560",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915620",
"uncertainty": 120
},
"departure": {
"time": "1777915650",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915708",
"uncertainty": 120
},
"departure": {
"time": "1777915710",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915794",
"uncertainty": 120
},
"departure": {
"time": "1777915800",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915877",
"uncertainty": 120
},
"departure": {
"time": "1777915890",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915942",
"uncertainty": 120
},
"departure": {
"time": "1777915950",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916021",
"uncertainty": 120
},
"departure": {
"time": "1777916040",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916101",
"uncertainty": 120
},
"departure": {
"time": "1777916101",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916190",
"uncertainty": 120
},
"departure": {
"time": "1777916250",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916319",
"uncertainty": 120
},
"departure": {
"time": "1777916340",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916400",
"uncertainty": 120
},
"departure": {
"time": "1777916430",
"uncertainty": 120
},
"stopId": "0:REP02",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916649",
"uncertainty": 120
},
"departure": {
"time": "1777916649",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916714",
"uncertainty": 120
},
"departure": {
"time": "1777916730",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916790",
"uncertainty": 120
},
"departure": {
"time": "1777916790",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916850",
"uncertainty": 120
},
"departure": {
"time": "1777916850",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916940",
"uncertainty": 120
},
"departure": {
"time": "1777916940",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917000",
"uncertainty": 120
},
"departure": {
"time": "1777917000",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917105",
"uncertainty": 120
},
"departure": {
"time": "1777917105",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917211",
"uncertainty": 120
},
"departure": {
"time": "1777917211",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1777917280",
"uncertainty": 120
},
"departure": {
"time": "1777917280",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917344",
"uncertainty": 120
},
"departure": {
"time": "1777917344",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917376",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854223"
},
"vehicle": {
"id": "1323",
"label": "1323"
}
}
},
{
"id": "1854460",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918500"
},
"stopId": "0:PALAISS2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854460"
}
}
},
{
"id": "1856485",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918500"
},
"stopId": "0:TANNERI2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856485"
}
}
},
{
"id": "1856486",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920300"
},
"stopId": "0:TANNERI2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856486"
}
}
},
{
"id": "1881244",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918020",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777918066",
"uncertainty": 120
},
"departure": {
"time": "1777918066",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777918174",
"uncertainty": 120
},
"departure": {
"time": "1777918174",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777918254",
"uncertainty": 120
},
"departure": {
"time": "1777918254",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777918339",
"uncertainty": 120
},
"departure": {
"time": "1777918339",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777918436",
"uncertainty": 120
},
"departure": {
"time": "1777918436",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777918515",
"uncertainty": 120
},
"departure": {
"time": "1777918515",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777918561",
"uncertainty": 120
},
"departure": {
"time": "1777918561",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777918614",
"uncertainty": 120
},
"departure": {
"time": "1777918614",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777918685",
"uncertainty": 120
},
"departure": {
"time": "1777918685",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777918750",
"uncertainty": 120
},
"departure": {
"time": "1777918750",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777918798",
"uncertainty": 120
},
"departure": {
"time": "1777918798",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777918944",
"uncertainty": 120
},
"departure": {
"time": "1777918944",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777919073",
"uncertainty": 120
},
"departure": {
"time": "1777919073",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777919164",
"uncertainty": 120
},
"departure": {
"time": "1777919164",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777919264",
"uncertainty": 120
},
"departure": {
"time": "1777919264",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777919318",
"uncertainty": 120
},
"departure": {
"time": "1777919318",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777919378",
"uncertainty": 120
},
"departure": {
"time": "1777919378",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777919444",
"uncertainty": 120
},
"departure": {
"time": "1777919444",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777919492",
"uncertainty": 120
},
"departure": {
"time": "1777919492",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777919596",
"uncertainty": 120
},
"departure": {
"time": "1777919596",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777919662",
"uncertainty": 120
},
"departure": {
"time": "1777919662",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777919776",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881244"
}
}
},
{
"id": "1881245",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919400",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881245"
}
}
},
{
"id": "1881242",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915531",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915582",
"uncertainty": 120
},
"departure": {
"time": "1777915582",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915689",
"uncertainty": 120
},
"departure": {
"time": "1777915711",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915800",
"uncertainty": 120
},
"departure": {
"time": "1777915800",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915892",
"uncertainty": 120
},
"departure": {
"time": "1777915892",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915959",
"uncertainty": 120
},
"departure": {
"time": "1777915959",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777916024",
"uncertainty": 120
},
"departure": {
"time": "1777916024",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777916072",
"uncertainty": 120
},
"departure": {
"time": "1777916072",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777916126",
"uncertainty": 120
},
"departure": {
"time": "1777916132",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777916213",
"uncertainty": 120
},
"departure": {
"time": "1777916252",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777916311",
"uncertainty": 120
},
"departure": {
"time": "1777916311",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777916319",
"uncertainty": 120
},
"departure": {
"time": "1777916319",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916420",
"uncertainty": 120
},
"departure": {
"time": "1777916420",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916537",
"uncertainty": 120
},
"departure": {
"time": "1777916537",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916612",
"uncertainty": 120
},
"departure": {
"time": "1777916613",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916763",
"uncertainty": 120
},
"departure": {
"time": "1777916793",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916883",
"uncertainty": 120
},
"departure": {
"time": "1777916883",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916943",
"uncertainty": 120
},
"departure": {
"time": "1777916943",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917017",
"uncertainty": 120
},
"departure": {
"time": "1777917033",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777917068",
"uncertainty": 120
},
"departure": {
"time": "1777917068",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777917154",
"uncertainty": 120
},
"departure": {
"time": "1777917154",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777917215",
"uncertainty": 120
},
"departure": {
"time": "1777917215",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777917307",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881242"
},
"vehicle": {
"id": "2633",
"label": "2633"
}
}
},
{
"id": "1881243",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916611",
"uncertainty": 120
},
"stopId": "0:MARLY 3",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916641",
"uncertainty": 120
},
"departure": {
"time": "1777916641",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916747",
"uncertainty": 120
},
"departure": {
"time": "1777916747",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916831",
"uncertainty": 120
},
"departure": {
"time": "1777916831",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777916916",
"uncertainty": 120
},
"departure": {
"time": "1777916916",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917015",
"uncertainty": 120
},
"departure": {
"time": "1777917061",
"uncertainty": 120
},
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917115",
"uncertainty": 120
},
"departure": {
"time": "1777917115",
"uncertainty": 120
},
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917163",
"uncertainty": 120
},
"departure": {
"time": "1777917163",
"uncertainty": 120
},
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917217",
"uncertainty": 120
},
"departure": {
"time": "1777917217",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917297",
"uncertainty": 120
},
"departure": {
"time": "1777917297",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917357",
"uncertainty": 120
},
"departure": {
"time": "1777917357",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917380",
"uncertainty": 120
},
"departure": {
"time": "1777917380",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917509",
"uncertainty": 120
},
"departure": {
"time": "1777917509",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917632",
"uncertainty": 120
},
"departure": {
"time": "1777917632",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917714",
"uncertainty": 120
},
"departure": {
"time": "1777917714",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917859",
"uncertainty": 120
},
"departure": {
"time": "1777917859",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917946",
"uncertainty": 120
},
"departure": {
"time": "1777917946",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918006",
"uncertainty": 120
},
"departure": {
"time": "1777918006",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918078",
"uncertainty": 120
},
"departure": {
"time": "1777918078",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918110",
"uncertainty": 120
},
"departure": {
"time": "1777918110",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918204",
"uncertainty": 120
},
"departure": {
"time": "1777918204",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918266",
"uncertainty": 120
},
"departure": {
"time": "1777918266",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918380",
"uncertainty": 120
},
"stopId": "0:REPLYA",
"stopSequence": 23
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11881243"
},
"vehicle": {
"id": "1857",
"label": "1857"
}
}
},
{
"id": "1854445",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917600"
},
"stopId": "0:LECLERC1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854445"
}
}
},
{
"id": "1856856",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777915290",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777915374",
"uncertainty": 120
},
"departure": {
"time": "1777915374",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915418",
"uncertainty": 120
},
"departure": {
"time": "1777915418",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777915448",
"uncertainty": 120
},
"departure": {
"time": "1777915448",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777915534",
"uncertainty": 120
},
"departure": {
"time": "1777915534",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777915606",
"uncertainty": 120
},
"departure": {
"time": "1777915606",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777915707",
"uncertainty": 120
},
"departure": {
"time": "1777915707",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777915789",
"uncertainty": 120
},
"departure": {
"time": "1777915789",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777915807",
"uncertainty": 120
},
"departure": {
"time": "1777915807",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777915858",
"uncertainty": 120
},
"departure": {
"time": "1777915858",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777915900",
"uncertainty": 120
},
"departure": {
"time": "1777915900",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777915957",
"uncertainty": 120
},
"departure": {
"time": "1777915957",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777916010",
"uncertainty": 120
},
"departure": {
"time": "1777916010",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777916085",
"uncertainty": 120
},
"departure": {
"time": "1777916085",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777916160",
"uncertainty": 120
},
"departure": {
"time": "1777916160",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777916197",
"uncertainty": 120
},
"departure": {
"time": "1777916250",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777916310",
"uncertainty": 120
},
"departure": {
"time": "1777916340",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777916400",
"uncertainty": 120
},
"departure": {
"time": "1777916400",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777916441",
"uncertainty": 120
},
"departure": {
"time": "1777916441",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777916580",
"uncertainty": 120
},
"departure": {
"time": "1777916580",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777916610",
"uncertainty": 120
},
"departure": {
"time": "1777916640",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777916744",
"uncertainty": 120
},
"departure": {
"time": "1777916744",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777916880",
"uncertainty": 120
},
"departure": {
"time": "1777916910",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777916999",
"uncertainty": 120
},
"departure": {
"time": "1777917000",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777917165",
"uncertainty": 120
},
"departure": {
"time": "1777917300",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 25
},
{
"arrival": {
"time": "1777917379",
"uncertainty": 120
},
"departure": {
"time": "1777917379",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1777917527",
"uncertainty": 120
},
"departure": {
"time": "1777917527",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777917600",
"uncertainty": 120
},
"departure": {
"time": "1777917600",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777917618",
"uncertainty": 120
},
"departure": {
"time": "1777917618",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777917699",
"uncertainty": 120
},
"departure": {
"time": "1777917699",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777917761",
"uncertainty": 120
},
"departure": {
"time": "1777917761",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777917838",
"uncertainty": 120
},
"departure": {
"time": "1777917838",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 32
},
{
"arrival": {
"time": "1777917936",
"uncertainty": 120
},
"departure": {
"time": "1777917936",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777918003",
"uncertainty": 120
},
"departure": {
"time": "1777918003",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777918100",
"uncertainty": 120
},
"departure": {
"time": "1777918100",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 35
},
{
"arrival": {
"time": "1777918224",
"uncertainty": 120
},
"departure": {
"time": "1777918224",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777918244",
"uncertainty": 120
},
"departure": {
"time": "1777918244",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777918326",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856856"
},
"vehicle": {
"id": "2432",
"label": "2432"
}
}
},
{
"id": "1856857",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917060",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917141",
"uncertainty": 120
},
"departure": {
"time": "1777917141",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917179",
"uncertainty": 120
},
"departure": {
"time": "1777917179",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917209",
"uncertainty": 120
},
"departure": {
"time": "1777917209",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917317",
"uncertainty": 120
},
"departure": {
"time": "1777917317",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917398",
"uncertainty": 120
},
"departure": {
"time": "1777917398",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917518",
"uncertainty": 120
},
"departure": {
"time": "1777917518",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917632",
"uncertainty": 120
},
"departure": {
"time": "1777917632",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917662",
"uncertainty": 120
},
"departure": {
"time": "1777917662",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917718",
"uncertainty": 120
},
"departure": {
"time": "1777917718",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917779",
"uncertainty": 120
},
"departure": {
"time": "1777917779",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917825",
"uncertainty": 120
},
"departure": {
"time": "1777917825",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917877",
"uncertainty": 120
},
"departure": {
"time": "1777917877",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917938",
"uncertainty": 120
},
"departure": {
"time": "1777917938",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917991",
"uncertainty": 120
},
"departure": {
"time": "1777917991",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777918052",
"uncertainty": 120
},
"departure": {
"time": "1777918052",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1777918095",
"uncertainty": 120
},
"departure": {
"time": "1777918095",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1777918170",
"uncertainty": 120
},
"departure": {
"time": "1777918170",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1777918224",
"uncertainty": 120
},
"departure": {
"time": "1777918224",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918434",
"uncertainty": 120
},
"departure": {
"time": "1777918434",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918509",
"uncertainty": 120
},
"departure": {
"time": "1777918509",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918646",
"uncertainty": 120
},
"departure": {
"time": "1777918646",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918735",
"uncertainty": 120
},
"departure": {
"time": "1777918735",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918846",
"uncertainty": 120
},
"departure": {
"time": "1777918846",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1777919053",
"uncertainty": 120
},
"departure": {
"time": "1777919053",
"uncertainty": 120
},
"stopId": "0:GARCE",
"stopSequence": 25
},
{
"arrival": {
"time": "1777919177",
"uncertainty": 120
},
"departure": {
"time": "1777919177",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1777919353",
"uncertainty": 120
},
"departure": {
"time": "1777919353",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777919475",
"uncertainty": 120
},
"departure": {
"time": "1777919475",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777919519",
"uncertainty": 120
},
"departure": {
"time": "1777919519",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777919585",
"uncertainty": 120
},
"departure": {
"time": "1777919585",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777919657",
"uncertainty": 120
},
"departure": {
"time": "1777919657",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777919716",
"uncertainty": 120
},
"departure": {
"time": "1777919716",
"uncertainty": 120
},
"stopId": "0:SCHAFF01",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919821",
"uncertainty": 120
},
"departure": {
"time": "1777919821",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919880",
"uncertainty": 120
},
"departure": {
"time": "1777919880",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777920022",
"uncertainty": 120
},
"departure": {
"time": "1777920022",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 35
},
{
"arrival": {
"time": "1777920182",
"uncertainty": 120
},
"departure": {
"time": "1777920182",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 36
},
{
"arrival": {
"time": "1777920220",
"uncertainty": 120
},
"departure": {
"time": "1777920220",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 37
},
{
"arrival": {
"time": "1777920300",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 38
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856857"
},
"vehicle": {
"id": "2426",
"label": "2426"
}
}
},
{
"id": "1856858",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919100",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11856858"
}
}
},
{
"id": "2051045",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1777914760",
"uncertainty": 120
},
"departure": {
"time": "1777914760",
"uncertainty": 120
},
"stopId": "0:SAULCNF1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777915241",
"uncertainty": 120
},
"departure": {
"time": "1777915241",
"uncertainty": 120
},
"stopId": "0:STSYMPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917336"
},
"stopId": "0:LONGCEN1",
"stopSequence": 4
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_12051045"
},
"vehicle": {
"id": "12347",
"label": "12347"
}
}
},
{
"id": "1855722",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777919820"
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "110",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11855722"
}
}
},
{
"id": "1852839",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777918080",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852839"
}
}
},
{
"id": "1854540",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777917005",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777917113",
"uncertainty": 120
},
"departure": {
"time": "1777917113",
"uncertainty": 120
},
"stopId": "0:HAMEAUX2",
"stopSequence": 2
},
{
"arrival": {
"time": "1777917169",
"uncertainty": 120
},
"departure": {
"time": "1777917169",
"uncertainty": 120
},
"stopId": "0:CHEFER2",
"stopSequence": 3
},
{
"arrival": {
"time": "1777917254",
"uncertainty": 120
},
"departure": {
"time": "1777917254",
"uncertainty": 120
},
"stopId": "0:STBRICE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917315",
"uncertainty": 120
},
"departure": {
"time": "1777917315",
"uncertainty": 120
},
"stopId": "0:LARGANT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917344",
"uncertainty": 120
},
"departure": {
"time": "1777917344",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917434",
"uncertainty": 120
},
"departure": {
"time": "1777917434",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917614",
"uncertainty": 120
},
"departure": {
"time": "1777917614",
"uncertainty": 120
},
"stopId": "0:NEC2",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917744",
"uncertainty": 120
},
"departure": {
"time": "1777917744",
"uncertainty": 120
},
"stopId": "0:BRAZZA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917795",
"uncertainty": 120
},
"departure": {
"time": "1777917795",
"uncertainty": 120
},
"stopId": "0:MICHANG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917854",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 11
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11854540"
},
"vehicle": {
"id": "1664",
"label": "1664"
}
}
},
{
"id": "1852925",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777916640",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1777916820",
"uncertainty": 120
},
"departure": {
"time": "1777916820",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1777916842",
"uncertainty": 120
},
"departure": {
"time": "1777916910",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1777916966",
"uncertainty": 120
},
"departure": {
"time": "1777916966",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1777917000",
"uncertainty": 120
},
"departure": {
"time": "1777917000",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1777917011",
"uncertainty": 120
},
"departure": {
"time": "1777917011",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1777917070",
"uncertainty": 120
},
"departure": {
"time": "1777917070",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1777917154",
"uncertainty": 120
},
"departure": {
"time": "1777917154",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1777917186",
"uncertainty": 120
},
"departure": {
"time": "1777917186",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1777917253",
"uncertainty": 120
},
"departure": {
"time": "1777917253",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1777917324",
"uncertainty": 120
},
"departure": {
"time": "1777917324",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1777917386",
"uncertainty": 120
},
"departure": {
"time": "1777917386",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1777917461",
"uncertainty": 120
},
"departure": {
"time": "1777917461",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1777917489",
"uncertainty": 120
},
"departure": {
"time": "1777917489",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1777917589",
"uncertainty": 120
},
"departure": {
"time": "1777917589",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1777917649",
"uncertainty": 120
},
"departure": {
"time": "1777917649",
"uncertainty": 120
},
"stopId": "0:ROI03",
"stopSequence": 16
},
{
"arrival": {
"time": "1777917770",
"uncertainty": 120
},
"departure": {
"time": "1777917770",
"uncertainty": 120
},
"stopId": "0:REPBS",
"stopSequence": 17
},
{
"arrival": {
"time": "1777917888",
"uncertainty": 120
},
"departure": {
"time": "1777917888",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1777917949",
"uncertainty": 120
},
"departure": {
"time": "1777917949",
"uncertainty": 120
},
"stopId": "0:GARCS",
"stopSequence": 19
},
{
"arrival": {
"time": "1777918103",
"uncertainty": 120
},
"departure": {
"time": "1777918103",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1777918271",
"uncertainty": 120
},
"departure": {
"time": "1777918271",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1777918314",
"uncertainty": 120
},
"departure": {
"time": "1777918314",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1777918370",
"uncertainty": 120
},
"departure": {
"time": "1777918370",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1777918438",
"uncertainty": 120
},
"departure": {
"time": "1777918438",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1777918496",
"uncertainty": 120
},
"departure": {
"time": "1777918496",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1777918562",
"uncertainty": 120
},
"departure": {
"time": "1777918562",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1777918652",
"uncertainty": 120
},
"departure": {
"time": "1777918652",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1777918728",
"uncertainty": 120
},
"departure": {
"time": "1777918728",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1777918798",
"uncertainty": 120
},
"departure": {
"time": "1777918798",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1777918867",
"uncertainty": 120
},
"departure": {
"time": "1777918867",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1777918929",
"uncertainty": 120
},
"departure": {
"time": "1777918929",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1777918961",
"uncertainty": 120
},
"departure": {
"time": "1777918961",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1777919048",
"uncertainty": 120
},
"departure": {
"time": "1777919048",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1777919085",
"uncertainty": 120
},
"departure": {
"time": "1777919085",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1777919151",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852925"
},
"vehicle": {
"id": "2429",
"label": "2429"
}
}
},
{
"id": "1852932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1777920240",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1777917119",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "1_11852932"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1777917119"
}
}