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
❌104 erreurs, 168 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 29/09/2025 à 09h06 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 5 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 0_13010481 stop_sequence [16, 1] is not strictly sorted by increasing stop_sequence
- trip_id 0_13010459 stop_sequence [10, 1] is not strictly sorted by increasing stop_sequence
- trip_id 0_13009701 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 0_13009700 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 0_13009699 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
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 0_13009701 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 0_13009700 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 0_13009699 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
GTFS-rt stop_id does not exist in GTFS data E011 11 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 0_13009729 stop_id 0:GAREN1 does not exist in GTFS data stops.txt
- trip_id 0_13009837 stop_id 0:GAREN1 does not exist in GTFS data stops.txt
- trip_id 0_13009850 stop_id 0:GAREN2 does not exist in GTFS data stops.txt
- trip_id 0_13009845 stop_id 0:GAREN2 does not exist in GTFS data stops.txt
- trip_id 0_13009841 stop_id 0:GAREN1 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 80 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 0_13009729 stop_sequence 1 departure_time 09:05:50 (1759129550) is less than previous stop departure_time 09:18:38 (1759130318) - times must increase between two sequential stops
- trip_id 0_13009729 stop_sequence 1 departure_time 09:05:50 (1759129550) is less than previous stop arrival_time 09:18:38 (1759130318) - times must increase between two sequential stops
- trip_id 0_13009729 stop_sequence 2 arrival_time 09:07:38 (1759129658) is less than previous stop arrival_time 09:18:38 (1759130318) - times must increase between two sequential stops
- trip_id 0_13009729 stop_sequence 2 departure_time 09:07:38 (1759129658) is less than previous stop arrival_time 09:18:38 (1759130318) - times must increase between two sequential stops
- trip_id 0_13009837 stop_id 0:GARENNE1 arrival_time 08:53:12 (1759128792) is equal to previous stop arrival_time 08:53:12 (1759128792) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 3 erreurs
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id 0_13009701 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 0_13009700 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
- trip_id 0_13009699 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
GTFS-rt stop_sequence not found in GTFS data E051 2 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 0_13010481 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 0_13010459 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 168 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 0_13048285 does not have a vehicle_id
- trip_id 0_13048365 does not have a vehicle_id
- trip_id 0_13048383 does not have a vehicle_id
- trip_id 0_13341616 does not have a vehicle_id
- trip_id 0_13008557 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 666 | 30 fois (100 % des validations) |
W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 4 172 | 30 fois (100 % des validations) |
E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 154 | 29 fois (97 % des validations) |
E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 62 | 29 fois (97 % des validations) |
E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 69 | 25 fois (83 % 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 | 66 | 24 fois (80 % des validations) |
E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 131 | 12 fois (40 % des validations) |
E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 268 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 29/09/2025 à 11h54 Europe/Paris.
trip_updates (256) 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 29/09/2025 à 11h54 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "3048364",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138080"
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138137"
},
"departure": {
"time": "1759138137"
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138270"
},
"departure": {
"time": "1759138270"
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138330"
},
"departure": {
"time": "1759138330"
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138420"
},
"departure": {
"time": "1759138420"
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138486"
},
"departure": {
"time": "1759138486"
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138564"
},
"departure": {
"time": "1759138564"
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138617"
},
"departure": {
"time": "1759138617"
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138695"
},
"departure": {
"time": "1759138695"
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138753"
},
"departure": {
"time": "1759138753"
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138843"
},
"departure": {
"time": "1759138843"
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138939"
},
"departure": {
"time": "1759138939"
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139039"
},
"departure": {
"time": "1759139039"
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139099"
},
"departure": {
"time": "1759139099"
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139196"
},
"departure": {
"time": "1759139196"
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139256"
},
"departure": {
"time": "1759139256"
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139342"
},
"departure": {
"time": "1759139342"
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139425"
},
"departure": {
"time": "1759139425"
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139517"
},
"departure": {
"time": "1759139517"
},
"stopId": "0:REP04",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139711"
},
"departure": {
"time": "1759139711"
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139777"
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048364"
},
"vehicle": {
"id": "1314",
"label": "1314"
}
}
},
{
"id": "3048360",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048360"
}
}
},
{
"id": "3009736",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759143005",
"uncertainty": 120
},
"departure": {
"time": "1759143005",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759143006",
"uncertainty": 120
},
"departure": {
"time": "1759143006",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142259",
"uncertainty": 120
},
"departure": {
"time": "1759142259",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142340",
"uncertainty": 120
},
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142460",
"uncertainty": 120
},
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759142570",
"uncertainty": 120
},
"departure": {
"time": "1759142570",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759142678",
"uncertainty": 120
},
"departure": {
"time": "1759142678",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759142779",
"uncertainty": 120
},
"departure": {
"time": "1759142779",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759142838",
"uncertainty": 120
},
"departure": {
"time": "1759142838",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759143107",
"uncertainty": 120
},
"departure": {
"time": "1759143107",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759143168",
"uncertainty": 120
},
"departure": {
"time": "1759143168",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759143333",
"uncertainty": 120
},
"departure": {
"time": "1759143333",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759143436",
"uncertainty": 120
},
"departure": {
"time": "1759143436",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759143528",
"uncertainty": 120
},
"departure": {
"time": "1759143528",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759143605",
"uncertainty": 120
},
"departure": {
"time": "1759143605",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759143708",
"uncertainty": 120
},
"departure": {
"time": "1759143708",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759143815",
"uncertainty": 120
},
"departure": {
"time": "1759143815",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759143905",
"uncertainty": 120
},
"departure": {
"time": "1759143905",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759144008",
"uncertainty": 120
},
"departure": {
"time": "1759144008",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759144090",
"uncertainty": 120
},
"departure": {
"time": "1759144090",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759144242",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009736"
}
}
},
{
"id": "3009735",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759142105",
"uncertainty": 120
},
"departure": {
"time": "1759142105",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759142106",
"uncertainty": 120
},
"departure": {
"time": "1759142106",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759141359",
"uncertainty": 120
},
"departure": {
"time": "1759141359",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759141440",
"uncertainty": 120
},
"departure": {
"time": "1759141440",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759141560",
"uncertainty": 120
},
"departure": {
"time": "1759141560",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759141670",
"uncertainty": 120
},
"departure": {
"time": "1759141670",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759141778",
"uncertainty": 120
},
"departure": {
"time": "1759141778",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141879",
"uncertainty": 120
},
"departure": {
"time": "1759141879",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141938",
"uncertainty": 120
},
"departure": {
"time": "1759141938",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759142207",
"uncertainty": 120
},
"departure": {
"time": "1759142207",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759142268",
"uncertainty": 120
},
"departure": {
"time": "1759142268",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142433",
"uncertainty": 120
},
"departure": {
"time": "1759142433",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759142528",
"uncertainty": 120
},
"departure": {
"time": "1759142528",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759142613",
"uncertainty": 120
},
"departure": {
"time": "1759142613",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142663",
"uncertainty": 120
},
"departure": {
"time": "1759142663",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142748",
"uncertainty": 120
},
"departure": {
"time": "1759142748",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142835",
"uncertainty": 120
},
"departure": {
"time": "1759142835",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142907",
"uncertainty": 120
},
"departure": {
"time": "1759142907",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759143007",
"uncertainty": 120
},
"departure": {
"time": "1759143007",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759143094",
"uncertainty": 120
},
"departure": {
"time": "1759143094",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143246",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009735"
}
}
},
{
"id": "3009734",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139188",
"uncertainty": 120
},
"departure": {
"time": "1759139188",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759139188",
"uncertainty": 120
},
"departure": {
"time": "1759139188",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"arrival": {
"time": "1759138552",
"uncertainty": 120
},
"departure": {
"time": "1759138564",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138614",
"uncertainty": 120
},
"departure": {
"time": "1759138624",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138714",
"uncertainty": 120
},
"departure": {
"time": "1759138714",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138834",
"uncertainty": 120
},
"departure": {
"time": "1759138864",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139078",
"uncertainty": 120
},
"departure": {
"time": "1759139078",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139179",
"uncertainty": 120
},
"departure": {
"time": "1759139179",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139238",
"uncertainty": 120
},
"departure": {
"time": "1759139238",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139278",
"uncertainty": 120
},
"departure": {
"time": "1759139278",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139278",
"uncertainty": 120
},
"departure": {
"time": "1759139338",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139428",
"uncertainty": 120
},
"departure": {
"time": "1759139428",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139526",
"uncertainty": 120
},
"departure": {
"time": "1759139526",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139638",
"uncertainty": 120
},
"departure": {
"time": "1759139638",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139704",
"uncertainty": 120
},
"departure": {
"time": "1759139704",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139769",
"uncertainty": 120
},
"departure": {
"time": "1759139769",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139855",
"uncertainty": 120
},
"departure": {
"time": "1759139855",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139917",
"uncertainty": 120
},
"departure": {
"time": "1759139917",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139983",
"uncertainty": 120
},
"departure": {
"time": "1759139983",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140069",
"uncertainty": 120
},
"departure": {
"time": "1759140069",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140192",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009734"
},
"vehicle": {
"id": "1141",
"label": "1141"
}
}
},
{
"id": "3048375",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138800",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138847",
"uncertainty": 120
},
"departure": {
"time": "1759138860",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139004",
"uncertainty": 120
},
"departure": {
"time": "1759139010",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139124",
"uncertainty": 120
},
"departure": {
"time": "1759139160",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139228",
"uncertainty": 120
},
"departure": {
"time": "1759139250",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139334",
"uncertainty": 120
},
"departure": {
"time": "1759139370",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139429",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139505",
"uncertainty": 120
},
"departure": {
"time": "1759139520",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139580",
"uncertainty": 120
},
"departure": {
"time": "1759139580",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139684",
"uncertainty": 120
},
"departure": {
"time": "1759139684",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139758",
"uncertainty": 120
},
"departure": {
"time": "1759139758",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139850",
"uncertainty": 120
},
"departure": {
"time": "1759139850",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139928",
"uncertainty": 120
},
"departure": {
"time": "1759139928",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139999",
"uncertainty": 120
},
"departure": {
"time": "1759139999",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140058",
"uncertainty": 120
},
"departure": {
"time": "1759140058",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140125",
"uncertainty": 120
},
"departure": {
"time": "1759140125",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140187",
"uncertainty": 120
},
"departure": {
"time": "1759140187",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140268",
"uncertainty": 120
},
"departure": {
"time": "1759140268",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140334",
"uncertainty": 120
},
"departure": {
"time": "1759140334",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140395",
"uncertainty": 120
},
"departure": {
"time": "1759140395",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140529",
"uncertainty": 120
},
"departure": {
"time": "1759140529",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140605",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048375"
},
"vehicle": {
"id": "1952",
"label": "1952"
}
}
},
{
"id": "3236705",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236705"
}
}
},
{
"id": "3236704",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140540",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236704"
}
}
},
{
"id": "3236707",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142880",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236707"
}
}
},
{
"id": "3236706",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236706"
}
}
},
{
"id": "3341622",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140133",
"uncertainty": 120
},
"departure": {
"time": "1759140133",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140169",
"uncertainty": 120
},
"departure": {
"time": "1759140169",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140216",
"uncertainty": 120
},
"departure": {
"time": "1759140216",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140231",
"uncertainty": 120
},
"departure": {
"time": "1759140231",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140277",
"uncertainty": 120
},
"departure": {
"time": "1759140277",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140331",
"uncertainty": 120
},
"departure": {
"time": "1759140331",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140380",
"uncertainty": 120
},
"departure": {
"time": "1759140380",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140420",
"uncertainty": 120
},
"departure": {
"time": "1759140420",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140533",
"uncertainty": 120
},
"departure": {
"time": "1759140533",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140579",
"uncertainty": 120
},
"departure": {
"time": "1759140579",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140635",
"uncertainty": 120
},
"departure": {
"time": "1759140635",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140684",
"uncertainty": 120
},
"departure": {
"time": "1759140684",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140846",
"uncertainty": 120
},
"departure": {
"time": "1759140846",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140934",
"uncertainty": 120
},
"departure": {
"time": "1759140934",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141066",
"uncertainty": 120
},
"departure": {
"time": "1759141066",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141193",
"uncertainty": 120
},
"departure": {
"time": "1759141193",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141226",
"uncertainty": 120
},
"departure": {
"time": "1759141226",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141400",
"uncertainty": 120
},
"departure": {
"time": "1759141400",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141517",
"uncertainty": 120
},
"departure": {
"time": "1759141517",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141578",
"uncertainty": 120
},
"departure": {
"time": "1759141578",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141630",
"uncertainty": 120
},
"departure": {
"time": "1759141630",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141776",
"uncertainty": 120
},
"departure": {
"time": "1759141776",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141856",
"uncertainty": 120
},
"departure": {
"time": "1759141856",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141961",
"uncertainty": 120
},
"departure": {
"time": "1759141961",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142025",
"uncertainty": 120
},
"departure": {
"time": "1759142025",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142140",
"uncertainty": 120
},
"departure": {
"time": "1759142140",
"uncertainty": 120
},
"stopId": "0:AIREL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142229",
"uncertainty": 120
},
"departure": {
"time": "1759142229",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142289",
"uncertainty": 120
},
"departure": {
"time": "1759142289",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142322",
"uncertainty": 120
},
"departure": {
"time": "1759142322",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142398",
"uncertainty": 120
},
"departure": {
"time": "1759142398",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142470",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341622"
}
}
},
{
"id": "3341623",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341623"
}
}
},
{
"id": "3341620",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137631",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137751",
"uncertainty": 120
},
"departure": {
"time": "1759137751",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137781",
"uncertainty": 120
},
"departure": {
"time": "1759137781",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137834",
"uncertainty": 120
},
"departure": {
"time": "1759137834",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137851",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137929",
"uncertainty": 120
},
"departure": {
"time": "1759137933",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138006",
"uncertainty": 120
},
"departure": {
"time": "1759138006",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138058",
"uncertainty": 120
},
"departure": {
"time": "1759138058",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138141",
"uncertainty": 120
},
"departure": {
"time": "1759138141",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138213",
"uncertainty": 120
},
"departure": {
"time": "1759138213",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138279",
"uncertainty": 120
},
"departure": {
"time": "1759138291",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138333",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138398",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138501",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138561",
"uncertainty": 120
},
"departure": {
"time": "1759138561",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138860",
"uncertainty": 120
},
"departure": {
"time": "1759138891",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139041",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139297",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139401",
"uncertainty": 120
},
"departure": {
"time": "1759139401",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139454",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139521",
"uncertainty": 120
},
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139683",
"uncertainty": 120
},
"departure": {
"time": "1759139683",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139799",
"uncertainty": 120
},
"departure": {
"time": "1759139799",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139904",
"uncertainty": 120
},
"departure": {
"time": "1759139904",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139968",
"uncertainty": 120
},
"departure": {
"time": "1759139968",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140055",
"uncertainty": 120
},
"departure": {
"time": "1759140055",
"uncertainty": 120
},
"stopId": "0:AIREL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140120",
"uncertainty": 120
},
"departure": {
"time": "1759140120",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140167",
"uncertainty": 120
},
"departure": {
"time": "1759140167",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140213",
"uncertainty": 120
},
"departure": {
"time": "1759140213",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140275",
"uncertainty": 120
},
"departure": {
"time": "1759140275",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140336",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341620"
},
"vehicle": {
"id": "1736",
"label": "1736"
}
}
},
{
"id": "3341621",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138922",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139049",
"uncertainty": 120
},
"departure": {
"time": "1759139049",
"uncertainty": 120
},
"stopId": "0:CASTORS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139086",
"uncertainty": 120
},
"departure": {
"time": "1759139086",
"uncertainty": 120
},
"stopId": "0:TORTUE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139132",
"uncertainty": 120
},
"departure": {
"time": "1759139132",
"uncertainty": 120
},
"stopId": "0:STSIMON1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139145",
"uncertainty": 120
},
"departure": {
"time": "1759139145",
"uncertainty": 120
},
"stopId": "0:MARNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139192",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:VICTOIR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139244",
"uncertainty": 120
},
"departure": {
"time": "1759139252",
"uncertainty": 120
},
"stopId": "0:LARDEME1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139302",
"uncertainty": 120
},
"departure": {
"time": "1759139302",
"uncertainty": 120
},
"stopId": "0:SIGISBE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139342",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139448",
"uncertainty": 120
},
"departure": {
"time": "1759139448",
"uncertainty": 120
},
"stopId": "0:BRIVAGE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139492",
"uncertainty": 120
},
"departure": {
"time": "1759139492",
"uncertainty": 120
},
"stopId": "0:PEPINIE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139550",
"uncertainty": 120
},
"departure": {
"time": "1759139550",
"uncertainty": 120
},
"stopId": "0:VILLAS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139598",
"uncertainty": 120
},
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:PALAISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139738",
"uncertainty": 120
},
"departure": {
"time": "1759139738",
"uncertainty": 120
},
"stopId": "0:VERLAIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139801",
"uncertainty": 120
},
"departure": {
"time": "1759139801",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139926",
"uncertainty": 120
},
"departure": {
"time": "1759139926",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140037",
"uncertainty": 120
},
"departure": {
"time": "1759140037",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140069",
"uncertainty": 120
},
"departure": {
"time": "1759140069",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140238",
"uncertainty": 120
},
"departure": {
"time": "1759140238",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140331",
"uncertainty": 120
},
"departure": {
"time": "1759140331",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140373",
"uncertainty": 120
},
"departure": {
"time": "1759140373",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140418",
"uncertainty": 120
},
"departure": {
"time": "1759140418",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140569",
"uncertainty": 120
},
"departure": {
"time": "1759140569",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140649",
"uncertainty": 120
},
"departure": {
"time": "1759140649",
"uncertainty": 120
},
"stopId": "0:TERRESR2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140754",
"uncertainty": 120
},
"departure": {
"time": "1759140754",
"uncertainty": 120
},
"stopId": "0:STJEGLI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140818",
"uncertainty": 120
},
"departure": {
"time": "1759140818",
"uncertainty": 120
},
"stopId": "0:CIMETIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140933",
"uncertainty": 120
},
"departure": {
"time": "1759140933",
"uncertainty": 120
},
"stopId": "0:AIREL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141002",
"uncertainty": 120
},
"departure": {
"time": "1759141002",
"uncertainty": 120
},
"stopId": "0:PINS02",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141049",
"uncertainty": 120
},
"departure": {
"time": "1759141049",
"uncertainty": 120
},
"stopId": "0:MARRONN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141081",
"uncertainty": 120
},
"departure": {
"time": "1759141081",
"uncertainty": 120
},
"stopId": "0:HSORET2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141157",
"uncertainty": 120
},
"departure": {
"time": "1759141157",
"uncertainty": 120
},
"stopId": "0:BOUZONV4",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141229",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341621"
},
"vehicle": {
"id": "1734",
"label": "1734"
}
}
},
{
"id": "3048331",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140047",
"uncertainty": 120
},
"departure": {
"time": "1759140047",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140148",
"uncertainty": 120
},
"departure": {
"time": "1759140148",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140294",
"uncertainty": 120
},
"departure": {
"time": "1759140294",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140362",
"uncertainty": 120
},
"departure": {
"time": "1759140362",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140427",
"uncertainty": 120
},
"departure": {
"time": "1759140427",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140488",
"uncertainty": 120
},
"departure": {
"time": "1759140488",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140563",
"uncertainty": 120
},
"departure": {
"time": "1759140563",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140626",
"uncertainty": 120
},
"departure": {
"time": "1759140626",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140706",
"uncertainty": 120
},
"departure": {
"time": "1759140706",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140780",
"uncertainty": 120
},
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140872",
"uncertainty": 120
},
"departure": {
"time": "1759140872",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140952",
"uncertainty": 120
},
"departure": {
"time": "1759140952",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141021",
"uncertainty": 120
},
"departure": {
"time": "1759141021",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141080",
"uncertainty": 120
},
"departure": {
"time": "1759141080",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141149",
"uncertainty": 120
},
"departure": {
"time": "1759141149",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141215",
"uncertainty": 120
},
"departure": {
"time": "1759141215",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141334",
"uncertainty": 120
},
"departure": {
"time": "1759141334",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141435",
"uncertainty": 120
},
"departure": {
"time": "1759141435",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141497",
"uncertainty": 120
},
"departure": {
"time": "1759141497",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141704",
"uncertainty": 120
},
"departure": {
"time": "1759141704",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141795",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048331"
}
}
},
{
"id": "3341624",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341624"
}
}
},
{
"id": "3008559",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000"
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140143"
},
"departure": {
"time": "1759140143"
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140168"
},
"departure": {
"time": "1759140168"
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140214"
},
"departure": {
"time": "1759140214"
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140273"
},
"departure": {
"time": "1759140273"
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140313"
},
"departure": {
"time": "1759140313"
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140356"
},
"departure": {
"time": "1759140356"
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140434"
},
"departure": {
"time": "1759140434"
},
"stopId": "0:LILAS3",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140593"
},
"departure": {
"time": "1759140593"
},
"stopId": "0:COUBERT2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140655"
},
"departure": {
"time": "1759140655"
},
"stopId": "0:SIMMI527",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140707"
},
"departure": {
"time": "1759140707"
},
"stopId": "0:PONSARD1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140758"
},
"departure": {
"time": "1759140758"
},
"stopId": "0:CLMADER2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140869"
},
"departure": {
"time": "1759140869"
},
"stopId": "0:STEXUPE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140918"
},
"departure": {
"time": "1759140918"
},
"stopId": "0:VOLONTA1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140991"
},
"departure": {
"time": "1759140991"
},
"stopId": "0:MARCSAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141045"
},
"departure": {
"time": "1759141045"
},
"stopId": "0:19NOV01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141102"
},
"departure": {
"time": "1759141102"
},
"stopId": "0:SUGNON1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141158"
},
"departure": {
"time": "1759141158"
},
"stopId": "0:LYAUTE99",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141241"
},
"departure": {
"time": "1759141241"
},
"stopId": "0:HORGNE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141320"
},
"departure": {
"time": "1759141320"
},
"stopId": "0:4VENTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141401"
},
"departure": {
"time": "1759141401"
},
"stopId": "0:LAVOIR1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141459"
},
"departure": {
"time": "1759141459"
},
"stopId": "0:EGLISE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141590"
},
"departure": {
"time": "1759141590"
},
"stopId": "0:LOTHAIR3",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141638"
},
"departure": {
"time": "1759141638"
},
"stopId": "0:PISCINE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141715"
},
"departure": {
"time": "1759141715"
},
"stopId": "0:HESTAUX2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141769"
},
"departure": {
"time": "1759141769"
},
"stopId": "0:GOUSSEL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141812"
},
"departure": {
"time": "1759141812"
},
"stopId": "0:CLAUDEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141903"
},
"departure": {
"time": "1759141903"
},
"stopId": "0:OBERL653",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142013"
},
"departure": {
"time": "1759142013"
},
"stopId": "0:PEUPLIE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142106"
},
"departure": {
"time": "1759142106"
},
"stopId": "0:SYMPHON3",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142161"
},
"departure": {
"time": "1759142161"
},
"stopId": "0:MARCONI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142196"
},
"departure": {
"time": "1759142196"
},
"stopId": "0:ARAGO035",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142285"
},
"departure": {
"time": "1759142285"
},
"stopId": "0:AMPERE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142344"
},
"departure": {
"time": "1759142344"
},
"stopId": "0:METZANI2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142445"
},
"departure": {
"time": "1759142445"
},
"stopId": "0:SEBASTO2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142485"
},
"departure": {
"time": "1759142485"
},
"stopId": "0:SOLIDAR2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142554"
},
"departure": {
"time": "1759142554"
},
"stopId": "0:DRAPIER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142622"
},
"departure": {
"time": "1759142622"
},
"stopId": "0:SELLIER2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759142693"
},
"departure": {
"time": "1759142693"
},
"stopId": "0:POTIERS2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759142742"
},
"departure": {
"time": "1759142742"
},
"stopId": "0:SERRURR2",
"stopSequence": 40
},
{
"arrival": {
"time": "1759142845"
},
"stopId": "0:HSCHUMA1",
"stopSequence": 41
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008559"
}
}
},
{
"id": "3048324",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141080",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048324"
}
}
},
{
"id": "3048346",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048346"
}
}
},
{
"id": "3341586",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341586"
}
}
},
{
"id": "3048336",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138309",
"uncertainty": 120
},
"departure": {
"time": "1759138309",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138424",
"uncertainty": 120
},
"departure": {
"time": "1759138424",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138560",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138660",
"uncertainty": 120
},
"departure": {
"time": "1759138681",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138761",
"uncertainty": 120
},
"departure": {
"time": "1759138800",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138854",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138940",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139099",
"uncertainty": 120
},
"departure": {
"time": "1759139102",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139281",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139358",
"uncertainty": 120
},
"departure": {
"time": "1759139358",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139489",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139557",
"uncertainty": 120
},
"departure": {
"time": "1759139557",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139623",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139721",
"uncertainty": 120
},
"departure": {
"time": "1759139721",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139787",
"uncertainty": 120
},
"departure": {
"time": "1759139787",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139848",
"uncertainty": 120
},
"departure": {
"time": "1759139848",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139981",
"uncertainty": 120
},
"departure": {
"time": "1759139981",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140052",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048336"
},
"vehicle": {
"id": "2003",
"label": "2003"
}
}
},
{
"id": "3341584",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140069",
"uncertainty": 120
},
"departure": {
"time": "1759140069",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140153",
"uncertainty": 120
},
"departure": {
"time": "1759140153",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140196",
"uncertainty": 120
},
"departure": {
"time": "1759140196",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140269",
"uncertainty": 120
},
"departure": {
"time": "1759140269",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140362",
"uncertainty": 120
},
"departure": {
"time": "1759140362",
"uncertainty": 120
},
"stopId": "0:AIREL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140490",
"uncertainty": 120
},
"departure": {
"time": "1759140490",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140559",
"uncertainty": 120
},
"departure": {
"time": "1759140559",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140667",
"uncertainty": 120
},
"departure": {
"time": "1759140667",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140741",
"uncertainty": 120
},
"departure": {
"time": "1759140741",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140921",
"uncertainty": 120
},
"departure": {
"time": "1759140921",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140962",
"uncertainty": 120
},
"departure": {
"time": "1759140962",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141091",
"uncertainty": 120
},
"departure": {
"time": "1759141091",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141182",
"uncertainty": 120
},
"departure": {
"time": "1759141182",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141297",
"uncertainty": 120
},
"departure": {
"time": "1759141297",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141511",
"uncertainty": 120
},
"departure": {
"time": "1759141511",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141559",
"uncertainty": 120
},
"departure": {
"time": "1759141559",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141751",
"uncertainty": 120
},
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141959",
"uncertainty": 120
},
"departure": {
"time": "1759141959",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142013",
"uncertainty": 120
},
"departure": {
"time": "1759142013",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759142160",
"uncertainty": 120
},
"departure": {
"time": "1759142160",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142214",
"uncertainty": 120
},
"departure": {
"time": "1759142214",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142275",
"uncertainty": 120
},
"departure": {
"time": "1759142275",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142340",
"uncertainty": 120
},
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142510",
"uncertainty": 120
},
"departure": {
"time": "1759142510",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142559",
"uncertainty": 120
},
"departure": {
"time": "1759142559",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142605",
"uncertainty": 120
},
"departure": {
"time": "1759142605",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142667",
"uncertainty": 120
},
"departure": {
"time": "1759142667",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142706",
"uncertainty": 120
},
"departure": {
"time": "1759142706",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142732",
"uncertainty": 120
},
"departure": {
"time": "1759142732",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142787",
"uncertainty": 120
},
"departure": {
"time": "1759142787",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142820",
"uncertainty": 120
},
"departure": {
"time": "1759142820",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341584"
}
}
},
{
"id": "3341585",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341585"
}
}
},
{
"id": "3048430",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138680",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138751",
"uncertainty": 120
},
"departure": {
"time": "1759138793",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138922",
"uncertainty": 120
},
"departure": {
"time": "1759138943",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139003",
"uncertainty": 120
},
"departure": {
"time": "1759139003",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139093",
"uncertainty": 120
},
"departure": {
"time": "1759139123",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139200",
"uncertainty": 120
},
"departure": {
"time": "1759139213",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139273",
"uncertainty": 120
},
"departure": {
"time": "1759139273",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139338",
"uncertainty": 120
},
"departure": {
"time": "1759139363",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139405",
"uncertainty": 120
},
"departure": {
"time": "1759139423",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139467",
"uncertainty": 120
},
"departure": {
"time": "1759139483",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139552",
"uncertainty": 120
},
"departure": {
"time": "1759139573",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139643",
"uncertainty": 120
},
"departure": {
"time": "1759139669",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139757",
"uncertainty": 120
},
"departure": {
"time": "1759139757",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139820",
"uncertainty": 120
},
"departure": {
"time": "1759139820",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139901",
"uncertainty": 120
},
"departure": {
"time": "1759139901",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139963",
"uncertainty": 120
},
"departure": {
"time": "1759139963",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140047",
"uncertainty": 120
},
"departure": {
"time": "1759140047",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140133",
"uncertainty": 120
},
"departure": {
"time": "1759140133",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140229",
"uncertainty": 120
},
"departure": {
"time": "1759140229",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140424",
"uncertainty": 120
},
"departure": {
"time": "1759140424",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140490",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048430"
},
"vehicle": {
"id": "1312",
"label": "1312"
}
}
},
{
"id": "3008623",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140120",
"uncertainty": 120
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008623"
}
}
},
{
"id": "3048447",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139400",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139443",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139559",
"uncertainty": 120
},
"departure": {
"time": "1759139559",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139691",
"uncertainty": 120
},
"departure": {
"time": "1759139691",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139758",
"uncertainty": 120
},
"departure": {
"time": "1759139758",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139822",
"uncertainty": 120
},
"departure": {
"time": "1759139822",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139882",
"uncertainty": 120
},
"departure": {
"time": "1759139882",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139957",
"uncertainty": 120
},
"departure": {
"time": "1759139957",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140019",
"uncertainty": 120
},
"departure": {
"time": "1759140019",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140099",
"uncertainty": 120
},
"departure": {
"time": "1759140099",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140173",
"uncertainty": 120
},
"departure": {
"time": "1759140173",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140265",
"uncertainty": 120
},
"departure": {
"time": "1759140265",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140343",
"uncertainty": 120
},
"departure": {
"time": "1759140343",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140414",
"uncertainty": 120
},
"departure": {
"time": "1759140414",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140473",
"uncertainty": 120
},
"departure": {
"time": "1759140473",
"uncertainty": 120
},
"stopId": "0:BRG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140540",
"uncertainty": 120
},
"departure": {
"time": "1759140540",
"uncertainty": 120
},
"stopId": "0:GRA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140606",
"uncertainty": 120
},
"departure": {
"time": "1759140606",
"uncertainty": 120
},
"stopId": "0:ARA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140696",
"uncertainty": 120
},
"departure": {
"time": "1759140696",
"uncertainty": 120
},
"stopId": "0:ART01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140771",
"uncertainty": 120
},
"departure": {
"time": "1759140771",
"uncertainty": 120
},
"stopId": "0:ECO01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140832",
"uncertainty": 120
},
"departure": {
"time": "1759140832",
"uncertainty": 120
},
"stopId": "0:EXP01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140978",
"uncertainty": 120
},
"departure": {
"time": "1759140978",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141069",
"uncertainty": 120
},
"stopId": "0:MAT01",
"stopSequence": 22
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048447"
},
"vehicle": {
"id": "1313",
"label": "1313"
}
}
},
{
"id": "3010389",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140900",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010389"
}
}
},
{
"id": "3010388",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137323",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137421",
"uncertainty": 120
},
"departure": {
"time": "1759137473",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137593",
"uncertainty": 120
},
"departure": {
"time": "1759137593",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137597",
"uncertainty": 120
},
"departure": {
"time": "1759137597",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137653",
"uncertainty": 120
},
"departure": {
"time": "1759137653",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137713",
"uncertainty": 120
},
"departure": {
"time": "1759137713",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137767",
"uncertainty": 120
},
"departure": {
"time": "1759137773",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137833",
"uncertainty": 120
},
"departure": {
"time": "1759137833",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137940",
"uncertainty": 120
},
"departure": {
"time": "1759137940",
"uncertainty": 120
},
"stopId": "0:FRIERES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138011",
"uncertainty": 120
},
"departure": {
"time": "1759138011",
"uncertainty": 120
},
"stopId": "0:CARREFO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138081",
"uncertainty": 120
},
"departure": {
"time": "1759138081",
"uncertainty": 120
},
"stopId": "0:LAVANDI2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138153",
"uncertainty": 120
},
"departure": {
"time": "1759138163",
"uncertainty": 120
},
"stopId": "0:PLACEPU2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138253",
"uncertainty": 120
},
"departure": {
"time": "1759138253",
"uncertainty": 120
},
"stopId": "0:RUEMETZ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138313",
"uncertainty": 120
},
"departure": {
"time": "1759138313",
"uncertainty": 120
},
"stopId": "0:SAULNYC2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138348",
"uncertainty": 120
},
"departure": {
"time": "1759138348",
"uncertainty": 120
},
"stopId": "0:BRIEYS02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138748",
"uncertainty": 120
},
"departure": {
"time": "1759138763",
"uncertainty": 120
},
"stopId": "0:MONTAG02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138859",
"uncertainty": 120
},
"departure": {
"time": "1759138859",
"uncertainty": 120
},
"stopId": "0:HAMJER04",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138935",
"uncertainty": 120
},
"departure": {
"time": "1759138943",
"uncertainty": 120
},
"stopId": "0:RUEECO01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:ABBEBAU1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139054",
"uncertainty": 120
},
"departure": {
"time": "1759139054",
"uncertainty": 120
},
"stopId": "0:18AOUT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139123",
"uncertainty": 120
},
"departure": {
"time": "1759139123",
"uncertainty": 120
},
"stopId": "0:MINE02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139142",
"uncertainty": 120
},
"departure": {
"time": "1759139153",
"uncertainty": 120
},
"stopId": "0:RONEGL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139179",
"uncertainty": 120
},
"departure": {
"time": "1759139179",
"uncertainty": 120
},
"stopId": "0:RAYMON2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139214",
"uncertainty": 120
},
"departure": {
"time": "1759139214",
"uncertainty": 120
},
"stopId": "0:RONCEN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139297",
"uncertainty": 120
},
"departure": {
"time": "1759139297",
"uncertainty": 120
},
"stopId": "0:MASARI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139669",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 26
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010388"
},
"vehicle": {
"id": "2032",
"label": "2032"
}
}
},
{
"id": "3341582",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137600",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137641",
"uncertainty": 120
},
"departure": {
"time": "1759137641",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137730",
"uncertainty": 120
},
"departure": {
"time": "1759137730",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137757",
"uncertainty": 120
},
"departure": {
"time": "1759137757",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137819",
"uncertainty": 120
},
"departure": {
"time": "1759137819",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137908",
"uncertainty": 120
},
"departure": {
"time": "1759137932",
"uncertainty": 120
},
"stopId": "0:AIREL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138038",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138125",
"uncertainty": 120
},
"departure": {
"time": "1759138141",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138238",
"uncertainty": 120
},
"departure": {
"time": "1759138238",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138370",
"uncertainty": 120
},
"departure": {
"time": "1759138380",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138591",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138635",
"uncertainty": 120
},
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138790",
"uncertainty": 120
},
"departure": {
"time": "1759138801",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138872",
"uncertainty": 120
},
"departure": {
"time": "1759138891",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139054",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139251",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139364",
"uncertainty": 120
},
"departure": {
"time": "1759139371",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139551",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139709",
"uncertainty": 120
},
"departure": {
"time": "1759139709",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139768",
"uncertainty": 120
},
"departure": {
"time": "1759139768",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139868",
"uncertainty": 120
},
"departure": {
"time": "1759139868",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139926",
"uncertainty": 120
},
"departure": {
"time": "1759139926",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139986",
"uncertainty": 120
},
"departure": {
"time": "1759139986",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140021",
"uncertainty": 120
},
"departure": {
"time": "1759140021",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140117",
"uncertainty": 120
},
"departure": {
"time": "1759140117",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140175",
"uncertainty": 120
},
"departure": {
"time": "1759140175",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140225",
"uncertainty": 120
},
"departure": {
"time": "1759140225",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140289",
"uncertainty": 120
},
"departure": {
"time": "1759140289",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140321",
"uncertainty": 120
},
"departure": {
"time": "1759140321",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140347",
"uncertainty": 120
},
"departure": {
"time": "1759140347",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140402",
"uncertainty": 120
},
"departure": {
"time": "1759140402",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140425",
"uncertainty": 120
},
"departure": {
"time": "1759140425",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140520",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341582"
},
"vehicle": {
"id": "953",
"label": "953"
}
}
},
{
"id": "3341583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138800",
"uncertainty": 120
},
"stopId": "0:GRIMONT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138866",
"uncertainty": 120
},
"departure": {
"time": "1759138866",
"uncertainty": 120
},
"stopId": "0:BOUZONV3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138947",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:HSORET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138994",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:MARRONN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139086",
"uncertainty": 120
},
"departure": {
"time": "1759139086",
"uncertainty": 120
},
"stopId": "0:PINS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139182",
"uncertainty": 120
},
"departure": {
"time": "1759139182",
"uncertainty": 120
},
"stopId": "0:AIREL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139309",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:CIMETIE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139380",
"uncertainty": 120
},
"departure": {
"time": "1759139401",
"uncertainty": 120
},
"stopId": "0:STJEGLI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139507",
"uncertainty": 120
},
"departure": {
"time": "1759139507",
"uncertainty": 120
},
"stopId": "0:TERRESR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139580",
"uncertainty": 120
},
"departure": {
"time": "1759139580",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139774",
"uncertainty": 120
},
"departure": {
"time": "1759139774",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139812",
"uncertainty": 120
},
"departure": {
"time": "1759139812",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139951",
"uncertainty": 120
},
"departure": {
"time": "1759139951",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140032",
"uncertainty": 120
},
"departure": {
"time": "1759140032",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140134",
"uncertainty": 120
},
"departure": {
"time": "1759140134",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140318",
"uncertainty": 120
},
"departure": {
"time": "1759140318",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140369",
"uncertainty": 120
},
"departure": {
"time": "1759140369",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140551",
"uncertainty": 120
},
"departure": {
"time": "1759140551",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140710",
"uncertainty": 120
},
"departure": {
"time": "1759140710",
"uncertainty": 120
},
"stopId": "0:ROIGEO34",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140764",
"uncertainty": 120
},
"departure": {
"time": "1759140764",
"uncertainty": 120
},
"stopId": "0:VERLAIN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140911",
"uncertainty": 120
},
"departure": {
"time": "1759140911",
"uncertainty": 120
},
"stopId": "0:PALAISS2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140949",
"uncertainty": 120
},
"departure": {
"time": "1759140949",
"uncertainty": 120
},
"stopId": "0:VILLAS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140991",
"uncertainty": 120
},
"departure": {
"time": "1759140991",
"uncertainty": 120
},
"stopId": "0:PEPINIE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141036",
"uncertainty": 120
},
"departure": {
"time": "1759141036",
"uncertainty": 120
},
"stopId": "0:BRIVAGE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141206",
"uncertainty": 120
},
"departure": {
"time": "1759141206",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141255",
"uncertainty": 120
},
"departure": {
"time": "1759141255",
"uncertainty": 120
},
"stopId": "0:SIGISBE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141301",
"uncertainty": 120
},
"departure": {
"time": "1759141301",
"uncertainty": 120
},
"stopId": "0:LARDEME2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141363",
"uncertainty": 120
},
"departure": {
"time": "1759141363",
"uncertainty": 120
},
"stopId": "0:VICTOIR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141402",
"uncertainty": 120
},
"departure": {
"time": "1759141402",
"uncertainty": 120
},
"stopId": "0:MARNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141428",
"uncertainty": 120
},
"departure": {
"time": "1759141428",
"uncertainty": 120
},
"stopId": "0:STSIMON2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141483",
"uncertainty": 120
},
"departure": {
"time": "1759141483",
"uncertainty": 120
},
"stopId": "0:TORTUE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141516",
"uncertainty": 120
},
"departure": {
"time": "1759141516",
"uncertainty": 120
},
"stopId": "0:CASTORS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141636",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13341583"
},
"vehicle": {
"id": "707",
"label": "707"
}
}
},
{
"id": "3236703",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139834",
"uncertainty": 120
},
"departure": {
"time": "1759139834",
"uncertainty": 120
},
"stopId": "0:PLCHAM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139870",
"uncertainty": 120
},
"departure": {
"time": "1759139870",
"uncertainty": 120
},
"stopId": "0:PLARMES4",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139960",
"uncertainty": 120
},
"departure": {
"time": "1759139960",
"uncertainty": 120
},
"stopId": "0:CLERCS01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140002",
"uncertainty": 120
},
"departure": {
"time": "1759140002",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140053",
"uncertainty": 120
},
"departure": {
"time": "1759140053",
"uncertainty": 120
},
"stopId": "0:COETLO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140110",
"uncertainty": 120
},
"departure": {
"time": "1759140110",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140142",
"uncertainty": 120
},
"departure": {
"time": "1759140142",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140243",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 9
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236703"
},
"vehicle": {
"id": "1761",
"label": "1761"
}
}
},
{
"id": "3236702",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139058",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139127",
"uncertainty": 120
},
"departure": {
"time": "1759139127",
"uncertainty": 120
},
"stopId": "0:PLCHAM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139160",
"uncertainty": 120
},
"departure": {
"time": "1759139178",
"uncertainty": 120
},
"stopId": "0:PLARMES4",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139266",
"uncertainty": 120
},
"departure": {
"time": "1759139266",
"uncertainty": 120
},
"stopId": "0:CLERCS01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139298",
"uncertainty": 120
},
"departure": {
"time": "1759139358",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139407",
"uncertainty": 120
},
"departure": {
"time": "1759139407",
"uncertainty": 120
},
"stopId": "0:COETLO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139462",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139508",
"uncertainty": 120
},
"departure": {
"time": "1759139538",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139677",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 9
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236702"
},
"vehicle": {
"id": "1961",
"label": "1961"
}
}
},
{
"id": "3048388",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140600"
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048388"
}
}
},
{
"id": "3047422",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047422"
}
}
},
{
"id": "3010460",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139519",
"uncertainty": 120
},
"departure": {
"time": "1759139519",
"uncertainty": 120
},
"stopId": "0:LACORV02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139581",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 25
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010460"
}
}
},
{
"id": "3048404",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142880",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048404"
}
}
},
{
"id": "3010463",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759141841",
"uncertainty": 120
},
"departure": {
"time": "1759141841",
"uncertainty": 120
},
"stopId": "0:AUGNYMA1"
},
{
"departure": {
"time": "1759140360",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140427",
"uncertainty": 120
},
"departure": {
"time": "1759140427",
"uncertainty": 120
},
"stopId": "0:LACORV01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140539",
"uncertainty": 120
},
"departure": {
"time": "1759140539",
"uncertainty": 120
},
"stopId": "0:NOTRDA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140600",
"uncertainty": 120
},
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:CHARIT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140840",
"uncertainty": 120
},
"departure": {
"time": "1759140840",
"uncertainty": 120
},
"stopId": "0:MARIEUL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140967",
"uncertainty": 120
},
"departure": {
"time": "1759140967",
"uncertainty": 120
},
"stopId": "0:VEZON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141320",
"uncertainty": 120
},
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:FEY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141354",
"uncertainty": 120
},
"departure": {
"time": "1759141354",
"uncertainty": 120
},
"stopId": "0:RD661",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141696",
"uncertainty": 120
},
"departure": {
"time": "1759141696",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GLISSU1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141740",
"uncertainty": 120
},
"departure": {
"time": "1759141740",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:AUGNYMA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141883",
"uncertainty": 120
},
"departure": {
"time": "1759141883",
"uncertainty": 120
},
"stopId": "0:LIBERAT1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141917",
"uncertainty": 120
},
"departure": {
"time": "1759141917",
"uncertainty": 120
},
"stopId": "0:LOTISSE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759142054",
"uncertainty": 120
},
"departure": {
"time": "1759142054",
"uncertainty": 120
},
"stopId": "0:ORLY1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142308",
"uncertainty": 120
},
"departure": {
"time": "1759142308",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142327",
"uncertainty": 120
},
"departure": {
"time": "1759142327",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142460",
"uncertainty": 120
},
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142555",
"uncertainty": 120
},
"departure": {
"time": "1759142555",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142640",
"uncertainty": 120
},
"departure": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142690",
"uncertainty": 120
},
"departure": {
"time": "1759142690",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142776",
"uncertainty": 120
},
"departure": {
"time": "1759142776",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759142863",
"uncertainty": 120
},
"departure": {
"time": "1759142863",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142935",
"uncertainty": 120
},
"departure": {
"time": "1759142935",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1759143034",
"uncertainty": 120
},
"departure": {
"time": "1759143034",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1759143200",
"uncertainty": 120
},
"departure": {
"time": "1759143200",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759143333",
"uncertainty": 120
},
"stopId": "0:PEM917",
"stopSequence": 25
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010463"
}
}
},
{
"id": "3010462",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759142223",
"uncertainty": 120
},
"departure": {
"time": "1759142223",
"uncertainty": 120
},
"stopId": "0:AUGNYMA2"
},
{
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:PEM912",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140732",
"uncertainty": 120
},
"departure": {
"time": "1759140732",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140898",
"uncertainty": 120
},
"departure": {
"time": "1759140898",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140960",
"uncertainty": 120
},
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759141033",
"uncertainty": 120
},
"departure": {
"time": "1759141033",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759141128",
"uncertainty": 120
},
"departure": {
"time": "1759141128",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141200",
"uncertainty": 120
},
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141276",
"uncertainty": 120
},
"departure": {
"time": "1759141276",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141379",
"uncertainty": 120
},
"departure": {
"time": "1759141379",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141442",
"uncertainty": 120
},
"departure": {
"time": "1759141442",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141620",
"uncertainty": 120
},
"departure": {
"time": "1759141620",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141647",
"uncertainty": 120
},
"departure": {
"time": "1759141647",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141953",
"uncertainty": 120
},
"departure": {
"time": "1759141953",
"uncertainty": 120
},
"stopId": "0:ORLY2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142137",
"uncertainty": 120
},
"departure": {
"time": "1759142137",
"uncertainty": 120
},
"stopId": "0:LOTISSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142170",
"uncertainty": 120
},
"departure": {
"time": "1759142170",
"uncertainty": 120
},
"stopId": "0:LIBERAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142220",
"uncertainty": 120
},
"departure": {
"time": "1759142220",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:AUGNYMA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142264",
"uncertainty": 120
},
"departure": {
"time": "1759142264",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GLISSU2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142712",
"uncertainty": 120
},
"departure": {
"time": "1759142712",
"uncertainty": 120
},
"stopId": "0:RD662",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142741",
"uncertainty": 120
},
"departure": {
"time": "1759142741",
"uncertainty": 120
},
"stopId": "0:FEY2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143004",
"uncertainty": 120
},
"departure": {
"time": "1759143004",
"uncertainty": 120
},
"stopId": "0:VEZON2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759143101",
"uncertainty": 120
},
"departure": {
"time": "1759143101",
"uncertainty": 120
},
"stopId": "0:MARIEUL1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759143341",
"uncertainty": 120
},
"departure": {
"time": "1759143341",
"uncertainty": 120
},
"stopId": "0:CHARIT02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759143413",
"uncertainty": 120
},
"departure": {
"time": "1759143413",
"uncertainty": 120
},
"stopId": "0:NOTRDA02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759143559",
"uncertainty": 120
},
"departure": {
"time": "1759143559",
"uncertainty": 120
},
"stopId": "0:LACORV02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759143641",
"uncertainty": 120
},
"stopId": "0:MARDIG01",
"stopSequence": 25
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "102",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010462"
}
}
},
{
"id": "2025-09-29-11-48-13-200-713788",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139654",
"uncertainty": 120
},
"stopId": "0:TOURNEB1"
},
{
"arrival": {
"time": "1759139802",
"uncertainty": 120
},
"departure": {
"time": "1759139802",
"uncertainty": 120
},
"stopId": "0:ROTONDE1"
},
{
"arrival": {
"time": "1759139827",
"uncertainty": 120
},
"departure": {
"time": "1759139827",
"uncertainty": 120
},
"stopId": "0:LOTINDU1"
},
{
"arrival": {
"time": "1759139874",
"uncertainty": 120
},
"departure": {
"time": "1759139874",
"uncertainty": 120
},
"stopId": "0:CITSNCF1"
},
{
"arrival": {
"time": "1759139934",
"uncertainty": 120
},
"departure": {
"time": "1759139934",
"uncertainty": 120
},
"stopId": "0:VOSGES1"
},
{
"arrival": {
"time": "1759139978",
"uncertainty": 120
},
"departure": {
"time": "1759139978",
"uncertainty": 120
},
"stopId": "0:ALGER1"
},
{
"arrival": {
"time": "1759140007",
"uncertainty": 120
},
"departure": {
"time": "1759140007",
"uncertainty": 120
},
"stopId": "0:TOURAIN1"
},
{
"arrival": {
"time": "1759140085",
"uncertainty": 120
},
"departure": {
"time": "1759140085",
"uncertainty": 120
},
"stopId": "0:LILAS3"
},
{
"arrival": {
"time": "1759140244",
"uncertainty": 120
},
"departure": {
"time": "1759140244",
"uncertainty": 120
},
"stopId": "0:COUBERT2"
},
{
"arrival": {
"time": "1759140306",
"uncertainty": 120
},
"departure": {
"time": "1759140306",
"uncertainty": 120
},
"stopId": "0:SIMMI527"
},
{
"arrival": {
"time": "1759140358",
"uncertainty": 120
},
"departure": {
"time": "1759140358",
"uncertainty": 120
},
"stopId": "0:PONSARD1"
},
{
"arrival": {
"time": "1759140409",
"uncertainty": 120
},
"departure": {
"time": "1759140409",
"uncertainty": 120
},
"stopId": "0:CLMADER2"
},
{
"arrival": {
"time": "1759140520",
"uncertainty": 120
},
"departure": {
"time": "1759140520",
"uncertainty": 120
},
"stopId": "0:STEXUPE2"
},
{
"arrival": {
"time": "1759140569",
"uncertainty": 120
},
"departure": {
"time": "1759140569",
"uncertainty": 120
},
"stopId": "0:VOLONTA1"
},
{
"arrival": {
"time": "1759140642",
"uncertainty": 120
},
"departure": {
"time": "1759140642",
"uncertainty": 120
},
"stopId": "0:MARCSAN1"
},
{
"arrival": {
"time": "1759140696",
"uncertainty": 120
},
"departure": {
"time": "1759140696",
"uncertainty": 120
},
"stopId": "0:19NOV01"
},
{
"arrival": {
"time": "1759140753",
"uncertainty": 120
},
"departure": {
"time": "1759140753",
"uncertainty": 120
},
"stopId": "0:SUGNON1"
},
{
"arrival": {
"time": "1759140809",
"uncertainty": 120
},
"departure": {
"time": "1759140809",
"uncertainty": 120
},
"stopId": "0:LYAUTE99"
},
{
"arrival": {
"time": "1759140891",
"uncertainty": 120
},
"departure": {
"time": "1759140891",
"uncertainty": 120
},
"stopId": "0:HORGNE1"
},
{
"arrival": {
"time": "1759140979",
"uncertainty": 120
},
"departure": {
"time": "1759140979",
"uncertainty": 120
},
"stopId": "0:4VENTS1"
},
{
"arrival": {
"time": "1759141070",
"uncertainty": 120
},
"departure": {
"time": "1759141070",
"uncertainty": 120
},
"stopId": "0:LAVOIR1"
},
{
"arrival": {
"time": "1759141137",
"uncertainty": 120
},
"departure": {
"time": "1759141137",
"uncertainty": 120
},
"stopId": "0:EGLISE1"
},
{
"arrival": {
"time": "1759141268",
"uncertainty": 120
},
"departure": {
"time": "1759141268",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3"
},
{
"arrival": {
"time": "1759141326",
"uncertainty": 120
},
"departure": {
"time": "1759141326",
"uncertainty": 120
},
"stopId": "0:PISCINE2"
},
{
"arrival": {
"time": "1759141403",
"uncertainty": 120
},
"departure": {
"time": "1759141403",
"uncertainty": 120
},
"stopId": "0:HESTAUX2"
},
{
"arrival": {
"time": "1759141457",
"uncertainty": 120
},
"departure": {
"time": "1759141457",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2"
},
{
"arrival": {
"time": "1759141499",
"uncertainty": 120
},
"departure": {
"time": "1759141499",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2"
},
{
"arrival": {
"time": "1759141593",
"uncertainty": 120
},
"departure": {
"time": "1759141593",
"uncertainty": 120
},
"stopId": "0:OBERL653"
},
{
"arrival": {
"time": "1759141707",
"uncertainty": 120
},
"departure": {
"time": "1759141707",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2"
},
{
"arrival": {
"time": "1759141800",
"uncertainty": 120
},
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:SYMPHON3"
},
{
"arrival": {
"time": "1759141859",
"uncertainty": 120
},
"departure": {
"time": "1759141859",
"uncertainty": 120
},
"stopId": "0:MARCONI2"
},
{
"arrival": {
"time": "1759141896",
"uncertainty": 120
},
"departure": {
"time": "1759141896",
"uncertainty": 120
},
"stopId": "0:ARAGO035"
},
{
"arrival": {
"time": "1759141985",
"uncertainty": 120
},
"departure": {
"time": "1759141985",
"uncertainty": 120
},
"stopId": "0:AMPERE2"
},
{
"arrival": {
"time": "1759142044",
"uncertainty": 120
},
"departure": {
"time": "1759142044",
"uncertainty": 120
},
"stopId": "0:METZANI2"
},
{
"arrival": {
"time": "1759142145",
"uncertainty": 120
},
"departure": {
"time": "1759142145",
"uncertainty": 120
},
"stopId": "0:SEBASTO2"
},
{
"arrival": {
"time": "1759142188",
"uncertainty": 120
},
"departure": {
"time": "1759142188",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2"
},
{
"arrival": {
"time": "1759142257",
"uncertainty": 120
},
"departure": {
"time": "1759142257",
"uncertainty": 120
},
"stopId": "0:DRAPIER2"
},
{
"arrival": {
"time": "1759142325",
"uncertainty": 120
},
"departure": {
"time": "1759142325",
"uncertainty": 120
},
"stopId": "0:SELLIER2"
},
{
"arrival": {
"time": "1759142396",
"uncertainty": 120
},
"departure": {
"time": "1759142396",
"uncertainty": 120
},
"stopId": "0:POTIERS2"
},
{
"arrival": {
"time": "1759142445",
"uncertainty": 120
},
"departure": {
"time": "1759142445",
"uncertainty": 120
},
"stopId": "0:SERRURR2"
},
{
"arrival": {
"time": "1759142548",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1"
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "17",
"scheduleRelationship": "ADDED",
"tripId": "0_12025-09-29-11-48-13-200-713788"
},
"vehicle": {
"id": "835",
"label": "835"
}
}
},
{
"id": "3047412",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139580",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139633",
"uncertainty": 120
},
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139700",
"uncertainty": 120
},
"departure": {
"time": "1759139700",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139794",
"uncertainty": 120
},
"departure": {
"time": "1759139794",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139855",
"uncertainty": 120
},
"departure": {
"time": "1759139855",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139915",
"uncertainty": 120
},
"departure": {
"time": "1759139915",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139986",
"uncertainty": 120
},
"departure": {
"time": "1759139986",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140056",
"uncertainty": 120
},
"departure": {
"time": "1759140056",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140142",
"uncertainty": 120
},
"departure": {
"time": "1759140142",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140207",
"uncertainty": 120
},
"departure": {
"time": "1759140207",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140288",
"uncertainty": 120
},
"departure": {
"time": "1759140288",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140350",
"uncertainty": 120
},
"departure": {
"time": "1759140350",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140434",
"uncertainty": 120
},
"departure": {
"time": "1759140434",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140520",
"uncertainty": 120
},
"departure": {
"time": "1759140520",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140616",
"uncertainty": 120
},
"departure": {
"time": "1759140616",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140796",
"uncertainty": 120
},
"departure": {
"time": "1759140796",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140854",
"uncertainty": 120
},
"departure": {
"time": "1759140854",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140923",
"uncertainty": 120
},
"departure": {
"time": "1759140923",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141003",
"uncertainty": 120
},
"departure": {
"time": "1759141003",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141083",
"uncertainty": 120
},
"departure": {
"time": "1759141083",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141141",
"uncertainty": 120
},
"departure": {
"time": "1759141141",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141277",
"uncertainty": 120
},
"departure": {
"time": "1759141277",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141396",
"uncertainty": 120
},
"departure": {
"time": "1759141396",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141505",
"uncertainty": 120
},
"departure": {
"time": "1759141505",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141606",
"uncertainty": 120
},
"departure": {
"time": "1759141606",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141637",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047412"
},
"vehicle": {
"id": "1322",
"label": "1322"
}
}
},
{
"id": "3246965",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "272",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13246965"
}
}
},
{
"id": "3236745",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139627",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236745"
}
}
},
{
"id": "3236747",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140120",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236747"
}
}
},
{
"id": "3236746",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139442",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139530",
"uncertainty": 120
},
"departure": {
"time": "1759139622",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139670",
"uncertainty": 120
},
"departure": {
"time": "1759139670",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139743",
"uncertainty": 120
},
"departure": {
"time": "1759139743",
"uncertainty": 120
},
"stopId": "0:COETLO01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139872",
"uncertainty": 120
},
"departure": {
"time": "1759139872",
"uncertainty": 120
},
"stopId": "0:SERPEN01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139978",
"uncertainty": 120
},
"departure": {
"time": "1759139978",
"uncertainty": 120
},
"stopId": "0:TETEDOR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140037",
"uncertainty": 120
},
"departure": {
"time": "1759140037",
"uncertainty": 120
},
"stopId": "0:STLOUI07",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140139",
"uncertainty": 120
},
"departure": {
"time": "1759140139",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140230",
"uncertainty": 120
},
"departure": {
"time": "1759140230",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140290",
"uncertainty": 120
},
"departure": {
"time": "1759140290",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140347",
"uncertainty": 120
},
"stopId": "0:PREFECT1",
"stopSequence": 11
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236746"
},
"vehicle": {
"id": "1962",
"label": "1962"
}
}
},
{
"id": "3236749",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141680",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236749"
}
}
},
{
"id": "3236748",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140900",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236748"
}
}
},
{
"id": "3236751",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143240",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236751"
}
}
},
{
"id": "3236750",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13236750"
}
}
},
{
"id": "3017990",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142220",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13017990"
}
}
},
{
"id": "3017989",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140240",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13017989"
}
}
},
{
"id": "3018008",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018008"
}
}
},
{
"id": "3018009",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143180",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018009"
}
}
},
{
"id": "3018007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139263",
"uncertainty": 120
},
"stopId": "0:ALIZES1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139392",
"uncertainty": 120
},
"departure": {
"time": "1759139392",
"uncertainty": 120
},
"stopId": "0:HAMEAUX2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139422",
"uncertainty": 120
},
"departure": {
"time": "1759139422",
"uncertainty": 120
},
"stopId": "0:CHEFER2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139482",
"uncertainty": 120
},
"departure": {
"time": "1759139482",
"uncertainty": 120
},
"stopId": "0:STBRICE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139516",
"uncertainty": 120
},
"departure": {
"time": "1759139516",
"uncertainty": 120
},
"stopId": "0:LARGANT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139548",
"uncertainty": 120
},
"departure": {
"time": "1759139548",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139617",
"uncertainty": 120
},
"departure": {
"time": "1759139617",
"uncertainty": 120
},
"stopId": "0:SORBIER3",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139809",
"uncertainty": 120
},
"departure": {
"time": "1759139809",
"uncertainty": 120
},
"stopId": "0:PLGAULL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139935",
"uncertainty": 120
},
"departure": {
"time": "1759139935",
"uncertainty": 120
},
"stopId": "0:BRAZZA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139988",
"uncertainty": 120
},
"departure": {
"time": "1759139988",
"uncertainty": 120
},
"stopId": "0:MICHANG1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140049",
"uncertainty": 120
},
"stopId": "0:MARLY2",
"stopSequence": 11
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "82",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018007"
},
"vehicle": {
"id": "1664",
"label": "1664"
}
}
},
{
"id": "3008625",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:MAHIRE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008625"
}
}
},
{
"id": "3010108",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "272",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010108"
}
}
},
{
"id": "3008624",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141020",
"uncertainty": 120
},
"stopId": "0:FAUBOUP3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008624"
}
}
},
{
"id": "3018415",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139251",
"uncertainty": 120
},
"stopId": "0:POMPIDO3",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139321",
"uncertainty": 120
},
"departure": {
"time": "1759139321",
"uncertainty": 120
},
"stopId": "0:MUSE02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139501",
"uncertainty": 120
},
"departure": {
"time": "1759139501",
"uncertainty": 120
},
"stopId": "0:PLALBLA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139597",
"uncertainty": 120
},
"departure": {
"time": "1759139597",
"uncertainty": 120
},
"stopId": "0:LOTHAIR3",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139641",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:PISCINE2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139741",
"uncertainty": 120
},
"departure": {
"time": "1759139741",
"uncertainty": 120
},
"stopId": "0:TIVOLI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139881",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 7
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018415"
},
"vehicle": {
"id": "2161",
"label": "2161"
}
}
},
{
"id": "3008577",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000",
"uncertainty": 120
},
"stopId": "0:HSCHUMA1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "17",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008577"
}
}
},
{
"id": "3008605",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142700",
"uncertainty": 120
},
"stopId": "0:FAUBOUP3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "113",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13008605"
}
}
},
{
"id": "3018416",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141020",
"uncertainty": 120
},
"stopId": "0:POMPIDO3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018416"
}
}
},
{
"id": "3018417",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142820",
"uncertainty": 120
},
"stopId": "0:POMPIDO3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018417"
}
}
},
{
"id": "3018442",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141620",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018442"
}
}
},
{
"id": "3018441",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139881",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139966",
"uncertainty": 120
},
"departure": {
"time": "1759139966",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140071",
"uncertainty": 120
},
"departure": {
"time": "1759140071",
"uncertainty": 120
},
"stopId": "0:PISCINE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140193",
"uncertainty": 120
},
"departure": {
"time": "1759140193",
"uncertainty": 120
},
"stopId": "0:LOTHAIR5",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140244",
"uncertainty": 120
},
"departure": {
"time": "1759140244",
"uncertainty": 120
},
"stopId": "0:PLALBLA1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140362",
"uncertainty": 120
},
"departure": {
"time": "1759140362",
"uncertainty": 120
},
"stopId": "0:MUSE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140431",
"uncertainty": 120
},
"stopId": "0:POMPIDO3",
"stopSequence": 7
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "85",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13018441"
}
}
},
{
"id": "3010283",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138728",
"uncertainty": 120
},
"departure": {
"time": "1759138728",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138840",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138909",
"uncertainty": 120
},
"departure": {
"time": "1759138909",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138981",
"uncertainty": 120
},
"departure": {
"time": "1759138981",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139091",
"uncertainty": 120
},
"departure": {
"time": "1759139091",
"uncertainty": 120
},
"stopId": "0:BLIDA2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139112",
"uncertainty": 120
},
"departure": {
"time": "1759139112",
"uncertainty": 120
},
"stopId": "0:CHAMBIE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139364",
"uncertainty": 120
},
"departure": {
"time": "1759139364",
"uncertainty": 120
},
"stopId": "0:PORTMZ2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139409",
"uncertainty": 120
},
"departure": {
"time": "1759139409",
"uncertainty": 120
},
"stopId": "0:SILOS2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139461",
"uncertainty": 120
},
"departure": {
"time": "1759139461",
"uncertainty": 120
},
"stopId": "0:GRDAMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139537",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:IKEA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139611",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:CENTRAL2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139743",
"uncertainty": 120
},
"departure": {
"time": "1759139743",
"uncertainty": 120
},
"stopId": "0:PIERRET2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139774",
"uncertainty": 120
},
"departure": {
"time": "1759139774",
"uncertainty": 120
},
"stopId": "0:CHENEVI2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139812",
"uncertainty": 120
},
"departure": {
"time": "1759139812",
"uncertainty": 120
},
"stopId": "0:LAMAXE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139851",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 16
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010283"
},
"vehicle": {
"id": "1334",
"label": "1334"
}
}
},
{
"id": "3010296",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138652",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138720",
"uncertainty": 120
},
"departure": {
"time": "1759138720",
"uncertainty": 120
},
"stopId": "0:LAMAXE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138759",
"uncertainty": 120
},
"departure": {
"time": "1759138759",
"uncertainty": 120
},
"stopId": "0:CHENEVI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138786",
"uncertainty": 120
},
"departure": {
"time": "1759138786",
"uncertainty": 120
},
"stopId": "0:PIERRET1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138921",
"uncertainty": 120
},
"departure": {
"time": "1759138922",
"uncertainty": 120
},
"stopId": "0:CENTRAL1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139042",
"uncertainty": 120
},
"departure": {
"time": "1759139042",
"uncertainty": 120
},
"stopId": "0:IKEA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139133",
"uncertainty": 120
},
"departure": {
"time": "1759139133",
"uncertainty": 120
},
"stopId": "0:GRDAMES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139197",
"uncertainty": 120
},
"departure": {
"time": "1759139197",
"uncertainty": 120
},
"stopId": "0:SILOS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139247",
"uncertainty": 120
},
"departure": {
"time": "1759139252",
"uncertainty": 120
},
"stopId": "0:PORTMZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139506",
"uncertainty": 120
},
"departure": {
"time": "1759139526",
"uncertainty": 120
},
"stopId": "0:CHAMBIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139576",
"uncertainty": 120
},
"departure": {
"time": "1759139576",
"uncertainty": 120
},
"stopId": "0:BLIDA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139697",
"uncertainty": 120
},
"departure": {
"time": "1759139697",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139757",
"uncertainty": 120
},
"departure": {
"time": "1759139757",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139823",
"uncertainty": 120
},
"departure": {
"time": "1759139823",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139965",
"uncertainty": 120
},
"stopId": "0:SQLUX116",
"stopSequence": 15
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010296"
},
"vehicle": {
"id": "1333",
"label": "1333"
}
}
},
{
"id": "3010707",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142100"
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "88",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010707"
}
}
},
{
"id": "3350693",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142340"
},
"stopId": "0:TANNERI2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13350693"
}
}
},
{
"id": "3010793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139933",
"uncertainty": 120
},
"departure": {
"time": "1759139933",
"uncertainty": 120
},
"stopId": "0:MONEU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140023",
"uncertainty": 120
},
"departure": {
"time": "1759140023",
"uncertainty": 120
},
"stopId": "0:CHDAMES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140054",
"uncertainty": 120
},
"departure": {
"time": "1759140054",
"uncertainty": 120
},
"stopId": "0:CHAHURY2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140104",
"uncertainty": 120
},
"departure": {
"time": "1759140104",
"uncertainty": 120
},
"stopId": "0:CLERY02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140154",
"uncertainty": 120
},
"stopId": "0:CHASG02",
"stopSequence": 6
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010793"
},
"vehicle": {
"id": "1392",
"label": "1392"
}
}
},
{
"id": "3010795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143060",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010795"
}
}
},
{
"id": "3010794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141500",
"uncertainty": 120
},
"stopId": "0:MNVE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010794"
}
}
},
{
"id": "3009389",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140720",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009389"
}
}
},
{
"id": "3009388",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139880",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009388"
},
"vehicle": {
"id": "2137",
"label": "2137"
}
}
},
{
"id": "3009390",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009390"
}
}
},
{
"id": "3009387",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138081",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138164",
"uncertainty": 120
},
"departure": {
"time": "1759138164",
"uncertainty": 120
},
"stopId": "0:CHAULME1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138209",
"uncertainty": 120
},
"departure": {
"time": "1759138209",
"uncertainty": 120
},
"stopId": "0:PENSEES1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138243",
"uncertainty": 120
},
"departure": {
"time": "1759138243",
"uncertainty": 120
},
"stopId": "0:PINOTSM1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138335",
"uncertainty": 120
},
"departure": {
"time": "1759138335",
"uncertainty": 120
},
"stopId": "0:NOUILLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138412",
"uncertainty": 120
},
"departure": {
"time": "1759138412",
"uncertainty": 120
},
"stopId": "0:FALEE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138542",
"uncertainty": 120
},
"departure": {
"time": "1759138542",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138651",
"uncertainty": 120
},
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:LMOULIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138681",
"uncertainty": 120
},
"departure": {
"time": "1759138681",
"uncertainty": 120
},
"stopId": "0:FONNY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138735",
"uncertainty": 120
},
"departure": {
"time": "1759138735",
"uncertainty": 120
},
"stopId": "0:BARBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138783",
"uncertainty": 120
},
"departure": {
"time": "1759138783",
"uncertainty": 120
},
"stopId": "0:MANGENO1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138824",
"uncertainty": 120
},
"departure": {
"time": "1759138824",
"uncertainty": 120
},
"stopId": "0:SAULNOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138888",
"uncertainty": 120
},
"departure": {
"time": "1759138888",
"uncertainty": 120
},
"stopId": "0:JPJEAN1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138948",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:CORCHAD1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139043",
"uncertainty": 120
},
"departure": {
"time": "1759139043",
"uncertainty": 120
},
"stopId": "0:JUGAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139071",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:JOUSSE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139101",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:DUNANT1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139200",
"uncertainty": 120
},
"departure": {
"time": "1759139222",
"uncertainty": 120
},
"stopId": "0:BILLOTT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139281",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:TANNERI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139457",
"uncertainty": 120
},
"departure": {
"time": "1759139457",
"uncertainty": 120
},
"stopId": "0:ARSENAL1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139491",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:FOURNIE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139705",
"uncertainty": 120
},
"departure": {
"time": "1759139705",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139787",
"uncertainty": 120
},
"departure": {
"time": "1759139787",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139890",
"uncertainty": 120
},
"departure": {
"time": "1759139890",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140075",
"uncertainty": 120
},
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140475",
"uncertainty": 120
},
"departure": {
"time": "1759140475",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140720",
"uncertainty": 120
},
"departure": {
"time": "1759140720",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140765",
"uncertainty": 120
},
"departure": {
"time": "1759140765",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140851",
"uncertainty": 120
},
"departure": {
"time": "1759140851",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140963",
"uncertainty": 120
},
"departure": {
"time": "1759140963",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141068",
"uncertainty": 120
},
"departure": {
"time": "1759141068",
"uncertainty": 120
},
"stopId": "0:LOGES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141153",
"uncertainty": 120
},
"departure": {
"time": "1759141153",
"uncertainty": 120
},
"stopId": "0:STLADRE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141248",
"uncertainty": 120
},
"departure": {
"time": "1759141248",
"uncertainty": 120
},
"stopId": "0:MERMOZ2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141389",
"uncertainty": 120
},
"departure": {
"time": "1759141389",
"uncertainty": 120
},
"stopId": "0:SIMMI689",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141550",
"uncertainty": 120
},
"departure": {
"time": "1759141550",
"uncertainty": 120
},
"stopId": "0:11AVIAT1",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141587",
"uncertainty": 120
},
"departure": {
"time": "1759141587",
"uncertainty": 120
},
"stopId": "0:LUETTE1",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141668",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 37
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009387"
},
"vehicle": {
"id": "701",
"label": "701"
}
}
},
{
"id": "3009386",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138020",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138033",
"uncertainty": 120
},
"departure": {
"time": "1759138052",
"uncertainty": 120
},
"stopId": "0:LUETTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138082",
"uncertainty": 120
},
"departure": {
"time": "1759138082",
"uncertainty": 120
},
"stopId": "0:11AVIAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138180",
"uncertainty": 120
},
"departure": {
"time": "1759138180",
"uncertainty": 120
},
"stopId": "0:SIMMI690",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138246",
"uncertainty": 120
},
"departure": {
"time": "1759138262",
"uncertainty": 120
},
"stopId": "0:MERMOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138336",
"uncertainty": 120
},
"departure": {
"time": "1759138336",
"uncertainty": 120
},
"stopId": "0:STLADRE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138390",
"uncertainty": 120
},
"departure": {
"time": "1759138390",
"uncertainty": 120
},
"stopId": "0:LOGES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138526",
"uncertainty": 120
},
"departure": {
"time": "1759138526",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138592",
"uncertainty": 120
},
"departure": {
"time": "1759138592",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138652",
"uncertainty": 120
},
"departure": {
"time": "1759138652",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138715",
"uncertainty": 120
},
"departure": {
"time": "1759138715",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138818",
"uncertainty": 120
},
"departure": {
"time": "1759138862",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139012",
"uncertainty": 120
},
"departure": {
"time": "1759139169",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139289",
"uncertainty": 120
},
"departure": {
"time": "1759139289",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139399",
"uncertainty": 120
},
"departure": {
"time": "1759139409",
"uncertainty": 120
},
"stopId": "0:TANNEUR2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139448",
"uncertainty": 120
},
"departure": {
"time": "1759139469",
"uncertainty": 120
},
"stopId": "0:FOURNIE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139513",
"uncertainty": 120
},
"departure": {
"time": "1759139529",
"uncertainty": 120
},
"stopId": "0:ARSENAL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139664",
"uncertainty": 120
},
"departure": {
"time": "1759139664",
"uncertainty": 120
},
"stopId": "0:TANNERI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139741",
"uncertainty": 120
},
"departure": {
"time": "1759139741",
"uncertainty": 120
},
"stopId": "0:BILLOTT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139815",
"uncertainty": 120
},
"departure": {
"time": "1759139815",
"uncertainty": 120
},
"stopId": "0:DUNANT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139882",
"uncertainty": 120
},
"departure": {
"time": "1759139882",
"uncertainty": 120
},
"stopId": "0:JOUSSE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139972",
"uncertainty": 120
},
"departure": {
"time": "1759139972",
"uncertainty": 120
},
"stopId": "0:JUGAN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140024",
"uncertainty": 120
},
"departure": {
"time": "1759140024",
"uncertainty": 120
},
"stopId": "0:CORCHAD2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140084",
"uncertainty": 120
},
"departure": {
"time": "1759140084",
"uncertainty": 120
},
"stopId": "0:JPJEAN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140143",
"uncertainty": 120
},
"departure": {
"time": "1759140143",
"uncertainty": 120
},
"stopId": "0:SAULNOI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140194",
"uncertainty": 120
},
"departure": {
"time": "1759140194",
"uncertainty": 120
},
"stopId": "0:MANGENO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140246",
"uncertainty": 120
},
"departure": {
"time": "1759140246",
"uncertainty": 120
},
"stopId": "0:BARBE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140315",
"uncertainty": 120
},
"departure": {
"time": "1759140315",
"uncertainty": 120
},
"stopId": "0:FONNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140351",
"uncertainty": 120
},
"departure": {
"time": "1759140351",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140444",
"uncertainty": 120
},
"departure": {
"time": "1759140444",
"uncertainty": 120
},
"stopId": "0:MEYVIGN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140684",
"uncertainty": 120
},
"departure": {
"time": "1759140684",
"uncertainty": 120
},
"stopId": "0:FALEE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140748",
"uncertainty": 120
},
"departure": {
"time": "1759140748",
"uncertainty": 120
},
"stopId": "0:PRESSOI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140904",
"uncertainty": 120
},
"departure": {
"time": "1759140904",
"uncertainty": 120
},
"stopId": "0:PINOTSM2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140928",
"uncertainty": 120
},
"departure": {
"time": "1759140928",
"uncertainty": 120
},
"stopId": "0:PENSEES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140963",
"uncertainty": 120
},
"departure": {
"time": "1759140963",
"uncertainty": 120
},
"stopId": "0:CHAULME2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141012",
"uncertainty": 120
},
"departure": {
"time": "1759141012",
"uncertainty": 120
},
"stopId": "0:GROSNOY1",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141168",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 37
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009386"
},
"vehicle": {
"id": "931",
"label": "931"
}
}
},
{
"id": "3350671",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141080"
},
"stopId": "0:VILLORM1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "108",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13350671"
}
}
},
{
"id": "3010756",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141920",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010756"
}
}
},
{
"id": "3009393",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:MASLIEV1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009393"
}
}
},
{
"id": "3010755",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:CHASG01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "87",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010755"
}
}
},
{
"id": "3009344",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142520"
},
"stopId": "0:PELTRE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "93",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009344"
}
}
},
{
"id": "3306451",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400"
},
"stopId": "0:LONGCEN1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13306451"
}
}
},
{
"id": "3304583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759136851",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759136905",
"uncertainty": 120
},
"departure": {
"time": "1759136912",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137238",
"uncertainty": 120
},
"departure": {
"time": "1759137238",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137301",
"uncertainty": 120
},
"departure": {
"time": "1759137301",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137383",
"uncertainty": 120
},
"departure": {
"time": "1759137392",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137481",
"uncertainty": 120
},
"departure": {
"time": "1759137481",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137517",
"uncertainty": 120
},
"departure": {
"time": "1759137517",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137566",
"uncertainty": 120
},
"departure": {
"time": "1759137566",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137596",
"uncertainty": 120
},
"departure": {
"time": "1759137601",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137662",
"uncertainty": 120
},
"departure": {
"time": "1759137662",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137718",
"uncertainty": 120
},
"departure": {
"time": "1759137722",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137729",
"uncertainty": 120
},
"departure": {
"time": "1759137751",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137871",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759137931",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759137961",
"uncertainty": 120
},
"departure": {
"time": "1759137961",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138052",
"uncertainty": 120
},
"departure": {
"time": "1759138052",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138111",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138411",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138489",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138637",
"uncertainty": 120
},
"departure": {
"time": "1759138652",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138831",
"uncertainty": 120
},
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759138979",
"uncertainty": 120
},
"departure": {
"time": "1759138981",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139068",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139245",
"uncertainty": 120
},
"departure": {
"time": "1759139251",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139311",
"uncertainty": 120
},
"departure": {
"time": "1759139341",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139491",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139551",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139611",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139673",
"uncertainty": 120
},
"departure": {
"time": "1759139673",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139696",
"uncertainty": 120
},
"departure": {
"time": "1759139696",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759139773",
"uncertainty": 120
},
"departure": {
"time": "1759139773",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759139819",
"uncertainty": 120
},
"departure": {
"time": "1759139819",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759139883",
"uncertainty": 120
},
"departure": {
"time": "1759139883",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759139947",
"uncertainty": 120
},
"departure": {
"time": "1759139947",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140031",
"uncertainty": 120
},
"departure": {
"time": "1759140031",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759140090",
"uncertainty": 120
},
"departure": {
"time": "1759140090",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759140204",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304583"
},
"vehicle": {
"id": "1355",
"label": "1355"
}
}
},
{
"id": "3306458",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000"
},
"stopId": "0:MOYENPO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "O2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13306458"
}
}
},
{
"id": "3009454",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139700",
"uncertainty": 120
},
"stopId": "0:BILAIN1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009454"
},
"vehicle": {
"id": "1932",
"label": "1932"
}
}
},
{
"id": "3011853",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137600",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137762",
"uncertainty": 120
},
"departure": {
"time": "1759137762",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137786",
"uncertainty": 120
},
"departure": {
"time": "1759137842",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137894",
"uncertainty": 120
},
"departure": {
"time": "1759137894",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137957",
"uncertainty": 120
},
"departure": {
"time": "1759137957",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137981",
"uncertainty": 120
},
"departure": {
"time": "1759137981",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138013",
"uncertainty": 120
},
"departure": {
"time": "1759138022",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138112",
"uncertainty": 120
},
"departure": {
"time": "1759138112",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138172",
"uncertainty": 120
},
"departure": {
"time": "1759138172",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138236",
"uncertainty": 120
},
"departure": {
"time": "1759138236",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138322",
"uncertainty": 120
},
"departure": {
"time": "1759138322",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138382",
"uncertainty": 120
},
"departure": {
"time": "1759138412",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138529",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138576",
"uncertainty": 120
},
"departure": {
"time": "1759138576",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138679",
"uncertainty": 120
},
"departure": {
"time": "1759138682",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138760",
"uncertainty": 120
},
"departure": {
"time": "1759138772",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138892",
"uncertainty": 120
},
"departure": {
"time": "1759138980",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139081",
"uncertainty": 120
},
"departure": {
"time": "1759139081",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139127",
"uncertainty": 120
},
"departure": {
"time": "1759139223",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139395",
"uncertainty": 120
},
"departure": {
"time": "1759139403",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139643",
"uncertainty": 120
},
"departure": {
"time": "1759139643",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139687",
"uncertainty": 120
},
"departure": {
"time": "1759139687",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139745",
"uncertainty": 120
},
"departure": {
"time": "1759139745",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139791",
"uncertainty": 120
},
"departure": {
"time": "1759139791",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139864",
"uncertainty": 120
},
"departure": {
"time": "1759139864",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139933",
"uncertainty": 120
},
"departure": {
"time": "1759139933",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140017",
"uncertainty": 120
},
"departure": {
"time": "1759140017",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140088",
"uncertainty": 120
},
"departure": {
"time": "1759140088",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140150",
"uncertainty": 120
},
"departure": {
"time": "1759140150",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140194",
"uncertainty": 120
},
"departure": {
"time": "1759140194",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140256",
"uncertainty": 120
},
"departure": {
"time": "1759140256",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140278",
"uncertainty": 120
},
"departure": {
"time": "1759140278",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140339",
"uncertainty": 120
},
"departure": {
"time": "1759140339",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140378",
"uncertainty": 120
},
"departure": {
"time": "1759140378",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140432",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011853"
},
"vehicle": {
"id": "2432",
"label": "2432"
}
}
},
{
"id": "3011852",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137060",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137239",
"uncertainty": 120
},
"departure": {
"time": "1759137239",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137265",
"uncertainty": 120
},
"departure": {
"time": "1759137265",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137319",
"uncertainty": 120
},
"departure": {
"time": "1759137319",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137401",
"uncertainty": 120
},
"departure": {
"time": "1759137401",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137421",
"uncertainty": 120
},
"departure": {
"time": "1759137451",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137486",
"uncertainty": 120
},
"departure": {
"time": "1759137486",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137570",
"uncertainty": 120
},
"departure": {
"time": "1759137571",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137631",
"uncertainty": 120
},
"departure": {
"time": "1759137631",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137671",
"uncertainty": 120
},
"departure": {
"time": "1759137691",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137799",
"uncertainty": 120
},
"departure": {
"time": "1759137840",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137901",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138039",
"uncertainty": 120
},
"departure": {
"time": "1759138111",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138147",
"uncertainty": 120
},
"departure": {
"time": "1759138147",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138261",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138350",
"uncertainty": 120
},
"departure": {
"time": "1759138352",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138471",
"uncertainty": 120
},
"departure": {
"time": "1759138531",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138730",
"uncertainty": 120
},
"departure": {
"time": "1759138730",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138768",
"uncertainty": 120
},
"departure": {
"time": "1759138831",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139009",
"uncertainty": 120
},
"departure": {
"time": "1759139009",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139245",
"uncertainty": 120
},
"departure": {
"time": "1759139251",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139295",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139402",
"uncertainty": 120
},
"departure": {
"time": "1759139402",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139445",
"uncertainty": 120
},
"departure": {
"time": "1759139461",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139536",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139620",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139724",
"uncertainty": 120
},
"departure": {
"time": "1759139724",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139795",
"uncertainty": 120
},
"departure": {
"time": "1759139795",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139857",
"uncertainty": 120
},
"departure": {
"time": "1759139857",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139901",
"uncertainty": 120
},
"departure": {
"time": "1759139901",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139963",
"uncertainty": 120
},
"departure": {
"time": "1759139963",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139984",
"uncertainty": 120
},
"departure": {
"time": "1759139984",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140045",
"uncertainty": 120
},
"departure": {
"time": "1759140045",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140084",
"uncertainty": 120
},
"departure": {
"time": "1759140084",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140137",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011852"
},
"vehicle": {
"id": "2133",
"label": "2133"
}
}
},
{
"id": "3011855",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138919",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139067",
"uncertainty": 120
},
"departure": {
"time": "1759139067",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139090",
"uncertainty": 120
},
"departure": {
"time": "1759139129",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139174",
"uncertainty": 120
},
"departure": {
"time": "1759139174",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139235",
"uncertainty": 120
},
"departure": {
"time": "1759139249",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139294",
"uncertainty": 120
},
"departure": {
"time": "1759139294",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139320",
"uncertainty": 120
},
"departure": {
"time": "1759139339",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139468",
"uncertainty": 120
},
"departure": {
"time": "1759139468",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139519",
"uncertainty": 120
},
"departure": {
"time": "1759139519",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139564",
"uncertainty": 120
},
"departure": {
"time": "1759139579",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139623",
"uncertainty": 120
},
"departure": {
"time": "1759139639",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139710",
"uncertainty": 120
},
"departure": {
"time": "1759139710",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139799",
"uncertainty": 120
},
"departure": {
"time": "1759139799",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139859",
"uncertainty": 120
},
"departure": {
"time": "1759139859",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139964",
"uncertainty": 120
},
"departure": {
"time": "1759139964",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140050",
"uncertainty": 120
},
"departure": {
"time": "1759140050",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140175",
"uncertainty": 120
},
"departure": {
"time": "1759140175",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140289",
"uncertainty": 120
},
"departure": {
"time": "1759140289",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140320",
"uncertainty": 120
},
"departure": {
"time": "1759140320",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140491",
"uncertainty": 120
},
"departure": {
"time": "1759140491",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140726",
"uncertainty": 120
},
"departure": {
"time": "1759140726",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140770",
"uncertainty": 120
},
"departure": {
"time": "1759140770",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140815",
"uncertainty": 120
},
"departure": {
"time": "1759140815",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140864",
"uncertainty": 120
},
"departure": {
"time": "1759140864",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140936",
"uncertainty": 120
},
"departure": {
"time": "1759140936",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141004",
"uncertainty": 120
},
"departure": {
"time": "1759141004",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141124",
"uncertainty": 120
},
"departure": {
"time": "1759141124",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141194",
"uncertainty": 120
},
"departure": {
"time": "1759141194",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141271",
"uncertainty": 120
},
"departure": {
"time": "1759141271",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141347",
"uncertainty": 120
},
"departure": {
"time": "1759141347",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141416",
"uncertainty": 120
},
"departure": {
"time": "1759141416",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141452",
"uncertainty": 120
},
"departure": {
"time": "1759141452",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141548",
"uncertainty": 120
},
"departure": {
"time": "1759141548",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141589",
"uncertainty": 120
},
"departure": {
"time": "1759141589",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141664",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011855"
},
"vehicle": {
"id": "2421",
"label": "2421"
}
}
},
{
"id": "3011854",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138200",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138392",
"uncertainty": 120
},
"departure": {
"time": "1759138392",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138428",
"uncertainty": 120
},
"departure": {
"time": "1759138428",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138466",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138547",
"uncertainty": 120
},
"departure": {
"time": "1759138561",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138591",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138670",
"uncertainty": 120
},
"departure": {
"time": "1759138740",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138801",
"uncertainty": 120
},
"departure": {
"time": "1759138801",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138921",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139101",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139161",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139263",
"uncertainty": 120
},
"departure": {
"time": "1759139263",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139341",
"uncertainty": 120
},
"departure": {
"time": "1759139341",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139461",
"uncertainty": 120
},
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139622",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139687",
"uncertainty": 120
},
"departure": {
"time": "1759139687",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139854",
"uncertainty": 120
},
"departure": {
"time": "1759139854",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140086",
"uncertainty": 120
},
"departure": {
"time": "1759140086",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140130",
"uncertainty": 120
},
"departure": {
"time": "1759140130",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140187",
"uncertainty": 120
},
"departure": {
"time": "1759140187",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140233",
"uncertainty": 120
},
"departure": {
"time": "1759140233",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140306",
"uncertainty": 120
},
"departure": {
"time": "1759140306",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140367",
"uncertainty": 120
},
"departure": {
"time": "1759140367",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140453",
"uncertainty": 120
},
"departure": {
"time": "1759140453",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140524",
"uncertainty": 120
},
"departure": {
"time": "1759140524",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140587",
"uncertainty": 120
},
"departure": {
"time": "1759140587",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140633",
"uncertainty": 120
},
"departure": {
"time": "1759140633",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140695",
"uncertainty": 120
},
"departure": {
"time": "1759140695",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140731",
"uncertainty": 120
},
"departure": {
"time": "1759140731",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140795",
"uncertainty": 120
},
"departure": {
"time": "1759140795",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140834",
"uncertainty": 120
},
"departure": {
"time": "1759140834",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140889",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011854"
},
"vehicle": {
"id": "2425",
"label": "2425"
}
}
},
{
"id": "3011861",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011861"
}
}
},
{
"id": "3011860",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011860"
}
}
},
{
"id": "3011862",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143060",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011862"
}
}
},
{
"id": "3011857",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140208",
"uncertainty": 120
},
"departure": {
"time": "1759140208",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140233",
"uncertainty": 120
},
"departure": {
"time": "1759140233",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140280",
"uncertainty": 120
},
"departure": {
"time": "1759140280",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140340",
"uncertainty": 120
},
"departure": {
"time": "1759140340",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140384",
"uncertainty": 120
},
"departure": {
"time": "1759140384",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140413",
"uncertainty": 120
},
"departure": {
"time": "1759140413",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140540",
"uncertainty": 120
},
"departure": {
"time": "1759140540",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140593",
"uncertainty": 120
},
"departure": {
"time": "1759140593",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140646",
"uncertainty": 120
},
"departure": {
"time": "1759140646",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140692",
"uncertainty": 120
},
"departure": {
"time": "1759140692",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140761",
"uncertainty": 120
},
"departure": {
"time": "1759140761",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140847",
"uncertainty": 120
},
"departure": {
"time": "1759140847",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140907",
"uncertainty": 120
},
"departure": {
"time": "1759140907",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141023",
"uncertainty": 120
},
"departure": {
"time": "1759141023",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141107",
"uncertainty": 120
},
"departure": {
"time": "1759141107",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141277",
"uncertainty": 120
},
"departure": {
"time": "1759141277",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141425",
"uncertainty": 120
},
"departure": {
"time": "1759141425",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141477",
"uncertainty": 120
},
"departure": {
"time": "1759141477",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141642",
"uncertainty": 120
},
"departure": {
"time": "1759141642",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141836",
"uncertainty": 120
},
"departure": {
"time": "1759141836",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141881",
"uncertainty": 120
},
"departure": {
"time": "1759141881",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141926",
"uncertainty": 120
},
"departure": {
"time": "1759141926",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142002",
"uncertainty": 120
},
"departure": {
"time": "1759142002",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142058",
"uncertainty": 120
},
"departure": {
"time": "1759142058",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142122",
"uncertainty": 120
},
"departure": {
"time": "1759142122",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142242",
"uncertainty": 120
},
"departure": {
"time": "1759142242",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142312",
"uncertainty": 120
},
"departure": {
"time": "1759142312",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142389",
"uncertainty": 120
},
"departure": {
"time": "1759142389",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142465",
"uncertainty": 120
},
"departure": {
"time": "1759142465",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142534",
"uncertainty": 120
},
"departure": {
"time": "1759142534",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142570",
"uncertainty": 120
},
"departure": {
"time": "1759142570",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142666",
"uncertainty": 120
},
"departure": {
"time": "1759142666",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142707",
"uncertainty": 120
},
"departure": {
"time": "1759142707",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142782",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011857"
}
}
},
{
"id": "3011856",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139432",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139582",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:ROTONDE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139605",
"uncertainty": 120
},
"departure": {
"time": "1759139605",
"uncertainty": 120
},
"stopId": "0:LOTINDU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139681",
"uncertainty": 120
},
"departure": {
"time": "1759139681",
"uncertainty": 120
},
"stopId": "0:CITSNCF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139741",
"uncertainty": 120
},
"departure": {
"time": "1759139741",
"uncertainty": 120
},
"stopId": "0:VOSGES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139785",
"uncertainty": 120
},
"departure": {
"time": "1759139785",
"uncertainty": 120
},
"stopId": "0:ALGER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139814",
"uncertainty": 120
},
"departure": {
"time": "1759139814",
"uncertainty": 120
},
"stopId": "0:TOURAIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139940",
"uncertainty": 120
},
"departure": {
"time": "1759139940",
"uncertainty": 120
},
"stopId": "0:STQUENT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139993",
"uncertainty": 120
},
"departure": {
"time": "1759139993",
"uncertainty": 120
},
"stopId": "0:SVICTOR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140045",
"uncertainty": 120
},
"departure": {
"time": "1759140045",
"uncertainty": 120
},
"stopId": "0:LITALDU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140091",
"uncertainty": 120
},
"departure": {
"time": "1759140091",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140153",
"uncertainty": 120
},
"departure": {
"time": "1759140153",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140242",
"uncertainty": 120
},
"departure": {
"time": "1759140242",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140302",
"uncertainty": 120
},
"departure": {
"time": "1759140302",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140407",
"uncertainty": 120
},
"departure": {
"time": "1759140407",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140493",
"uncertainty": 120
},
"departure": {
"time": "1759140493",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140618",
"uncertainty": 120
},
"departure": {
"time": "1759140618",
"uncertainty": 120
},
"stopId": "0:REPUB436",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140734",
"uncertainty": 120
},
"departure": {
"time": "1759140734",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140766",
"uncertainty": 120
},
"departure": {
"time": "1759140766",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140932",
"uncertainty": 120
},
"departure": {
"time": "1759140932",
"uncertainty": 120
},
"stopId": "0:MAZELLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141126",
"uncertainty": 120
},
"departure": {
"time": "1759141126",
"uncertainty": 120
},
"stopId": "0:JUIN2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141171",
"uncertainty": 120
},
"departure": {
"time": "1759141171",
"uncertainty": 120
},
"stopId": "0:RAPLEVY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141216",
"uncertainty": 120
},
"departure": {
"time": "1759141216",
"uncertainty": 120
},
"stopId": "0:ARTILLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141292",
"uncertainty": 120
},
"departure": {
"time": "1759141292",
"uncertainty": 120
},
"stopId": "0:BERNE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141348",
"uncertainty": 120
},
"departure": {
"time": "1759141348",
"uncertainty": 120
},
"stopId": "0:ALSLORR2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141412",
"uncertainty": 120
},
"departure": {
"time": "1759141412",
"uncertainty": 120
},
"stopId": "0:STOXEY2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141532",
"uncertainty": 120
},
"departure": {
"time": "1759141532",
"uncertainty": 120
},
"stopId": "0:JURA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141602",
"uncertainty": 120
},
"departure": {
"time": "1759141602",
"uncertainty": 120
},
"stopId": "0:PTSOEUR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141679",
"uncertainty": 120
},
"departure": {
"time": "1759141679",
"uncertainty": 120
},
"stopId": "0:METMAN2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141755",
"uncertainty": 120
},
"departure": {
"time": "1759141755",
"uncertainty": 120
},
"stopId": "0:MAUJEAN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141824",
"uncertainty": 120
},
"departure": {
"time": "1759141824",
"uncertainty": 120
},
"stopId": "0:GENIVAU2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141860",
"uncertainty": 120
},
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:FOUGERE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141956",
"uncertainty": 120
},
"departure": {
"time": "1759141956",
"uncertainty": 120
},
"stopId": "0:LORIENT2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141997",
"uncertainty": 120
},
"departure": {
"time": "1759141997",
"uncertainty": 120
},
"stopId": "0:JACINTH2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142072",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011856"
},
"vehicle": {
"id": "2427",
"label": "2427"
}
}
},
{
"id": "3011859",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141260",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011859"
}
}
},
{
"id": "3011858",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140660",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011858"
}
}
},
{
"id": "3009512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140720",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009512"
}
}
},
{
"id": "3011945",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141740",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011945"
}
}
},
{
"id": "3011944",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011944"
}
}
},
{
"id": "3011947",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011947"
}
}
},
{
"id": "3011946",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011946"
}
}
},
{
"id": "3011941",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139340",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139387",
"uncertainty": 120
},
"departure": {
"time": "1759139387",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139437",
"uncertainty": 120
},
"departure": {
"time": "1759139460",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139513",
"uncertainty": 120
},
"departure": {
"time": "1759139513",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139560",
"uncertainty": 120
},
"departure": {
"time": "1759139560",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139610",
"uncertainty": 120
},
"departure": {
"time": "1759139610",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139752",
"uncertainty": 120
},
"departure": {
"time": "1759139752",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139814",
"uncertainty": 120
},
"departure": {
"time": "1759139814",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139869",
"uncertainty": 120
},
"departure": {
"time": "1759139869",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139908",
"uncertainty": 120
},
"departure": {
"time": "1759139908",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140016",
"uncertainty": 120
},
"departure": {
"time": "1759140016",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140072",
"uncertainty": 120
},
"departure": {
"time": "1759140072",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140117",
"uncertainty": 120
},
"departure": {
"time": "1759140117",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140167",
"uncertainty": 120
},
"departure": {
"time": "1759140167",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140227",
"uncertainty": 120
},
"departure": {
"time": "1759140227",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140256",
"uncertainty": 120
},
"departure": {
"time": "1759140256",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140451",
"uncertainty": 120
},
"departure": {
"time": "1759140451",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140532",
"uncertainty": 120
},
"departure": {
"time": "1759140532",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140634",
"uncertainty": 120
},
"departure": {
"time": "1759140634",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140818",
"uncertainty": 120
},
"departure": {
"time": "1759140818",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140867",
"uncertainty": 120
},
"departure": {
"time": "1759140867",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141050",
"uncertainty": 120
},
"departure": {
"time": "1759141050",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141204",
"uncertainty": 120
},
"departure": {
"time": "1759141204",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141293",
"uncertainty": 120
},
"departure": {
"time": "1759141293",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141420",
"uncertainty": 120
},
"departure": {
"time": "1759141420",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141472",
"uncertainty": 120
},
"departure": {
"time": "1759141472",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141552",
"uncertainty": 120
},
"departure": {
"time": "1759141552",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141638",
"uncertainty": 120
},
"departure": {
"time": "1759141638",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141703",
"uncertainty": 120
},
"departure": {
"time": "1759141703",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141819",
"uncertainty": 120
},
"departure": {
"time": "1759141819",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141878",
"uncertainty": 120
},
"departure": {
"time": "1759141878",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141945",
"uncertainty": 120
},
"departure": {
"time": "1759141945",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141973",
"uncertainty": 120
},
"departure": {
"time": "1759141973",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141998",
"uncertainty": 120
},
"departure": {
"time": "1759141998",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142076",
"uncertainty": 120
},
"departure": {
"time": "1759142076",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142110",
"uncertainty": 120
},
"departure": {
"time": "1759142110",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142196",
"uncertainty": 120
},
"departure": {
"time": "1759142196",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142238",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011941"
},
"vehicle": {
"id": "2431",
"label": "2431"
}
}
},
{
"id": "3010245",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140120",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010245"
}
}
},
{
"id": "3010246",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:FRANCLO1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010246"
}
}
},
{
"id": "3009529",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138614",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139001",
"uncertainty": 120
},
"departure": {
"time": "1759139004",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139102",
"uncertainty": 120
},
"departure": {
"time": "1759139102",
"uncertainty": 120
},
"stopId": "0:CRRD602",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139201",
"uncertainty": 120
},
"departure": {
"time": "1759139215",
"uncertainty": 120
},
"stopId": "0:STPAUL02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139269",
"uncertainty": 120
},
"departure": {
"time": "1759139275",
"uncertainty": 120
},
"stopId": "0:CLEMENC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139330",
"uncertainty": 120
},
"departure": {
"time": "1759139330",
"uncertainty": 120
},
"stopId": "0:JFERRAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139364",
"uncertainty": 120
},
"departure": {
"time": "1759139364",
"uncertainty": 120
},
"stopId": "0:ARSMOSL2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139478",
"uncertainty": 120
},
"departure": {
"time": "1759139478",
"uncertainty": 120
},
"stopId": "0:TEMPLE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139520",
"uncertainty": 120
},
"departure": {
"time": "1759139544",
"uncertainty": 120
},
"stopId": "0:SCHWALB2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139607",
"uncertainty": 120
},
"departure": {
"time": "1759139607",
"uncertainty": 120
},
"stopId": "0:VERDUN2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140029",
"uncertainty": 120
},
"departure": {
"time": "1759140029",
"uncertainty": 120
},
"stopId": "0:GRAVELO2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140058",
"uncertainty": 120
},
"departure": {
"time": "1759140058",
"uncertainty": 120
},
"stopId": "0:RUEDARS2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140073",
"uncertainty": 120
},
"departure": {
"time": "1759140073",
"uncertainty": 120
},
"stopId": "0:VERLIN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140209",
"uncertainty": 120
},
"departure": {
"time": "1759140209",
"uncertainty": 120
},
"stopId": "0:MALMAIS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140409",
"uncertainty": 120
},
"departure": {
"time": "1759140409",
"uncertainty": 120
},
"stopId": "0:TELEGRA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140426",
"uncertainty": 120
},
"departure": {
"time": "1759140426",
"uncertainty": 120
},
"stopId": "0:VERNEVI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140449",
"uncertainty": 120
},
"stopId": "0:CHANTRE1",
"stopSequence": 17
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009529"
},
"vehicle": {
"id": "193006",
"label": "193006"
}
}
},
{
"id": "3009531",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009531"
}
}
},
{
"id": "3009530",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "103",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009530"
}
}
},
{
"id": "3010261",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010261"
}
}
},
{
"id": "3010260",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "111",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010260"
}
}
},
{
"id": "3009474",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141500",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "106",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009474"
}
}
},
{
"id": "3010410",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140720",
"uncertainty": 120
},
"stopId": "0:RONC4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "107",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010410"
}
}
},
{
"id": "3010589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140900",
"uncertainty": 120
},
"stopId": "0:PELTRE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010589"
}
}
},
{
"id": "3010585",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137997",
"uncertainty": 120
},
"stopId": "0:PELTRE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138071",
"uncertainty": 120
},
"departure": {
"time": "1759138071",
"uncertainty": 120
},
"stopId": "0:GARGAN01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138147",
"uncertainty": 120
},
"departure": {
"time": "1759138147",
"uncertainty": 120
},
"stopId": "0:PEUMONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138300",
"uncertainty": 120
},
"departure": {
"time": "1759138300",
"uncertainty": 120
},
"stopId": "0:MERMAT01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138380",
"uncertainty": 120
},
"departure": {
"time": "1759138380",
"uncertainty": 120
},
"stopId": "0:HMERCY2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138709",
"uncertainty": 120
},
"departure": {
"time": "1759138717",
"uncertainty": 120
},
"stopId": "0:VALLONS2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138789",
"uncertainty": 120
},
"departure": {
"time": "1759138789",
"uncertainty": 120
},
"stopId": "0:PASSERE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138881",
"uncertainty": 120
},
"departure": {
"time": "1759138881",
"uncertainty": 120
},
"stopId": "0:JURY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138947",
"uncertainty": 120
},
"departure": {
"time": "1759138957",
"uncertainty": 120
},
"stopId": "0:CORBON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139031",
"uncertainty": 120
},
"departure": {
"time": "1759139031",
"uncertainty": 120
},
"stopId": "0:JURY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139127",
"uncertainty": 120
},
"departure": {
"time": "1759139127",
"uncertainty": 120
},
"stopId": "0:PTIJURY2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139351",
"uncertainty": 120
},
"departure": {
"time": "1759139351",
"uncertainty": 120
},
"stopId": "0:FRONTIG1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139470",
"uncertainty": 120
},
"departure": {
"time": "1759139497",
"uncertainty": 120
},
"stopId": "0:LANCEUM1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139652",
"uncertainty": 120
},
"departure": {
"time": "1759139652",
"uncertainty": 120
},
"stopId": "0:TARREAU1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139711",
"uncertainty": 120
},
"departure": {
"time": "1759139711",
"uncertainty": 120
},
"stopId": "0:MECLEUV1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140131",
"uncertainty": 120
},
"departure": {
"time": "1759140131",
"uncertainty": 120
},
"stopId": "0:CHESNYM3",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140172",
"uncertainty": 120
},
"departure": {
"time": "1759140172",
"uncertainty": 120
},
"stopId": "0:VCANADI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140454",
"uncertainty": 120
},
"departure": {
"time": "1759140454",
"uncertainty": 120
},
"stopId": "0:ZACPEL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140551",
"uncertainty": 120
},
"stopId": "0:PELTRE1",
"stopSequence": 19
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010585"
},
"vehicle": {
"id": "826",
"label": "826"
}
}
},
{
"id": "3304506",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759136460",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759136569",
"uncertainty": 120
},
"departure": {
"time": "1759136581",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759136641",
"uncertainty": 120
},
"departure": {
"time": "1759136671",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759136722",
"uncertainty": 120
},
"departure": {
"time": "1759136731",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759136796",
"uncertainty": 120
},
"departure": {
"time": "1759136821",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759136901",
"uncertainty": 120
},
"departure": {
"time": "1759136911",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759136926",
"uncertainty": 120
},
"departure": {
"time": "1759136941",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759136979",
"uncertainty": 120
},
"departure": {
"time": "1759136979",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137061",
"uncertainty": 120
},
"departure": {
"time": "1759137061",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137121",
"uncertainty": 120
},
"departure": {
"time": "1759137121",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137181",
"uncertainty": 120
},
"departure": {
"time": "1759137181",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137260",
"uncertainty": 120
},
"departure": {
"time": "1759137271",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137323",
"uncertainty": 120
},
"departure": {
"time": "1759137331",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759137421",
"uncertainty": 120
},
"departure": {
"time": "1759137458",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759137530",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759137651",
"uncertainty": 120
},
"departure": {
"time": "1759137651",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759137691",
"uncertainty": 120
},
"departure": {
"time": "1759137751",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759137812",
"uncertainty": 120
},
"departure": {
"time": "1759137841",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759137961",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138141",
"uncertainty": 120
},
"departure": {
"time": "1759138141",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138255",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138321",
"uncertainty": 120
},
"departure": {
"time": "1759138321",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759138381",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759138733",
"uncertainty": 120
},
"departure": {
"time": "1759138733",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759138809",
"uncertainty": 120
},
"departure": {
"time": "1759138891",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759138972",
"uncertainty": 120
},
"departure": {
"time": "1759138981",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139056",
"uncertainty": 120
},
"departure": {
"time": "1759139056",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139083",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139209",
"uncertainty": 120
},
"departure": {
"time": "1759139221",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139266",
"uncertainty": 120
},
"departure": {
"time": "1759139266",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139317",
"uncertainty": 120
},
"departure": {
"time": "1759139317",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139400",
"uncertainty": 120
},
"departure": {
"time": "1759139402",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139454",
"uncertainty": 120
},
"departure": {
"time": "1759139454",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759139508",
"uncertainty": 120
},
"departure": {
"time": "1759139508",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759139531",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759139661",
"uncertainty": 120
},
"departure": {
"time": "1759139661",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759139723",
"uncertainty": 120
},
"departure": {
"time": "1759139723",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759139798",
"uncertainty": 120
},
"departure": {
"time": "1759139798",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759139898",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304506"
},
"vehicle": {
"id": "1356",
"label": "1356"
}
}
},
{
"id": "3304507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137060",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137179",
"uncertainty": 120
},
"departure": {
"time": "1759137179",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137211",
"uncertainty": 120
},
"departure": {
"time": "1759137241",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137297",
"uncertainty": 120
},
"departure": {
"time": "1759137301",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137361",
"uncertainty": 120
},
"departure": {
"time": "1759137391",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137481",
"uncertainty": 120
},
"departure": {
"time": "1759137511",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137528",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137592",
"uncertainty": 120
},
"departure": {
"time": "1759137592",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137639",
"uncertainty": 120
},
"departure": {
"time": "1759137639",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137704",
"uncertainty": 120
},
"departure": {
"time": "1759137704",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137771",
"uncertainty": 120
},
"departure": {
"time": "1759137841",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137913",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137999",
"uncertainty": 120
},
"departure": {
"time": "1759137999",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138170",
"uncertainty": 120
},
"departure": {
"time": "1759138171",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138256",
"uncertainty": 120
},
"departure": {
"time": "1759138271",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138431",
"uncertainty": 120
},
"departure": {
"time": "1759138471",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138540",
"uncertainty": 120
},
"departure": {
"time": "1759138540",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138921",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138994",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139112",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139180",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139259",
"uncertainty": 120
},
"departure": {
"time": "1759139259",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139395",
"uncertainty": 120
},
"departure": {
"time": "1759139401",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139476",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139558",
"uncertainty": 120
},
"departure": {
"time": "1759139558",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139629",
"uncertainty": 120
},
"departure": {
"time": "1759139629",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139669",
"uncertainty": 120
},
"departure": {
"time": "1759139669",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139778",
"uncertainty": 120
},
"departure": {
"time": "1759139778",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139822",
"uncertainty": 120
},
"departure": {
"time": "1759139822",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139876",
"uncertainty": 120
},
"departure": {
"time": "1759139876",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139959",
"uncertainty": 120
},
"departure": {
"time": "1759139959",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140010",
"uncertainty": 120
},
"departure": {
"time": "1759140010",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140067",
"uncertainty": 120
},
"departure": {
"time": "1759140067",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140093",
"uncertainty": 120
},
"departure": {
"time": "1759140093",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140173",
"uncertainty": 120
},
"departure": {
"time": "1759140173",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140236",
"uncertainty": 120
},
"departure": {
"time": "1759140236",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140312",
"uncertainty": 120
},
"departure": {
"time": "1759140312",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759140452",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304507"
},
"vehicle": {
"id": "2055",
"label": "2055"
}
}
},
{
"id": "3304510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138982",
"uncertainty": 120
},
"departure": {
"time": "1759138982",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139036",
"uncertainty": 120
},
"departure": {
"time": "1759139043",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139113",
"uncertainty": 120
},
"departure": {
"time": "1759139132",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139197",
"uncertainty": 120
},
"departure": {
"time": "1759139222",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139312",
"uncertainty": 120
},
"departure": {
"time": "1759139312",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139342",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139349",
"uncertainty": 120
},
"departure": {
"time": "1759139372",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139462",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139552",
"uncertainty": 120
},
"departure": {
"time": "1759139552",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139642",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139682",
"uncertainty": 120
},
"departure": {
"time": "1759139682",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139743",
"uncertainty": 120
},
"departure": {
"time": "1759139743",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139831",
"uncertainty": 120
},
"departure": {
"time": "1759139831",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139923",
"uncertainty": 120
},
"departure": {
"time": "1759139923",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140037",
"uncertainty": 120
},
"departure": {
"time": "1759140037",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140103",
"uncertainty": 120
},
"departure": {
"time": "1759140103",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140159",
"uncertainty": 120
},
"departure": {
"time": "1759140159",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140282",
"uncertainty": 120
},
"departure": {
"time": "1759140480",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140585",
"uncertainty": 120
},
"departure": {
"time": "1759140585",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140696",
"uncertainty": 120
},
"departure": {
"time": "1759140696",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140750",
"uncertainty": 120
},
"departure": {
"time": "1759140750",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140820",
"uncertainty": 120
},
"departure": {
"time": "1759140820",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140962",
"uncertainty": 120
},
"departure": {
"time": "1759140962",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141039",
"uncertainty": 120
},
"departure": {
"time": "1759141039",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141117",
"uncertainty": 120
},
"departure": {
"time": "1759141117",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141185",
"uncertainty": 120
},
"departure": {
"time": "1759141185",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141237",
"uncertainty": 120
},
"departure": {
"time": "1759141237",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141350",
"uncertainty": 120
},
"departure": {
"time": "1759141350",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141385",
"uncertainty": 120
},
"departure": {
"time": "1759141385",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141467",
"uncertainty": 120
},
"departure": {
"time": "1759141467",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141551",
"uncertainty": 120
},
"departure": {
"time": "1759141551",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141597",
"uncertainty": 120
},
"departure": {
"time": "1759141597",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141676",
"uncertainty": 120
},
"departure": {
"time": "1759141676",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141731",
"uncertainty": 120
},
"departure": {
"time": "1759141731",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141813",
"uncertainty": 120
},
"departure": {
"time": "1759141813",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141903",
"uncertainty": 120
},
"departure": {
"time": "1759141903",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141997",
"uncertainty": 120
},
"departure": {
"time": "1759141997",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759142137",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304510"
},
"vehicle": {
"id": "1353",
"label": "1353"
}
}
},
{
"id": "3304511",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139432",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139542",
"uncertainty": 120
},
"departure": {
"time": "1759139552",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139591",
"uncertainty": 120
},
"departure": {
"time": "1759139612",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139683",
"uncertainty": 120
},
"departure": {
"time": "1759139683",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139751",
"uncertainty": 120
},
"departure": {
"time": "1759139751",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139841",
"uncertainty": 120
},
"departure": {
"time": "1759139841",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139871",
"uncertainty": 120
},
"departure": {
"time": "1759139871",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139881",
"uncertainty": 120
},
"departure": {
"time": "1759139881",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139971",
"uncertainty": 120
},
"departure": {
"time": "1759139971",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140060",
"uncertainty": 120
},
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140125",
"uncertainty": 120
},
"departure": {
"time": "1759140125",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140171",
"uncertainty": 120
},
"departure": {
"time": "1759140171",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140232",
"uncertainty": 120
},
"departure": {
"time": "1759140232",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140320",
"uncertainty": 120
},
"departure": {
"time": "1759140320",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140412",
"uncertainty": 120
},
"departure": {
"time": "1759140412",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140525",
"uncertainty": 120
},
"departure": {
"time": "1759140525",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140592",
"uncertainty": 120
},
"departure": {
"time": "1759140592",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140648",
"uncertainty": 120
},
"departure": {
"time": "1759140648",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140771",
"uncertainty": 120
},
"departure": {
"time": "1759140771",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140877",
"uncertainty": 120
},
"departure": {
"time": "1759140877",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141024",
"uncertainty": 120
},
"departure": {
"time": "1759141024",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141090",
"uncertainty": 120
},
"departure": {
"time": "1759141090",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141162",
"uncertainty": 120
},
"departure": {
"time": "1759141162",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141322",
"uncertainty": 120
},
"departure": {
"time": "1759141322",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141403",
"uncertainty": 120
},
"departure": {
"time": "1759141403",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141513",
"uncertainty": 120
},
"departure": {
"time": "1759141513",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141570",
"uncertainty": 120
},
"departure": {
"time": "1759141570",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141622",
"uncertainty": 120
},
"departure": {
"time": "1759141622",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141735",
"uncertainty": 120
},
"departure": {
"time": "1759141735",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141770",
"uncertainty": 120
},
"departure": {
"time": "1759141770",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141852",
"uncertainty": 120
},
"departure": {
"time": "1759141852",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141936",
"uncertainty": 120
},
"departure": {
"time": "1759141936",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141982",
"uncertainty": 120
},
"departure": {
"time": "1759141982",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142061",
"uncertainty": 120
},
"departure": {
"time": "1759142061",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142116",
"uncertainty": 120
},
"departure": {
"time": "1759142116",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142198",
"uncertainty": 120
},
"departure": {
"time": "1759142198",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142288",
"uncertainty": 120
},
"departure": {
"time": "1759142288",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142382",
"uncertainty": 120
},
"departure": {
"time": "1759142382",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759142522",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304511"
},
"vehicle": {
"id": "1352",
"label": "1352"
}
}
},
{
"id": "3304508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137691",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137811",
"uncertainty": 120
},
"departure": {
"time": "1759137811",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137841",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137958",
"uncertainty": 120
},
"departure": {
"time": "1759137961",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138021",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138140",
"uncertainty": 120
},
"departure": {
"time": "1759138140",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138186",
"uncertainty": 120
},
"departure": {
"time": "1759138201",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138261",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138325",
"uncertainty": 120
},
"departure": {
"time": "1759138325",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138386",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138498",
"uncertainty": 120
},
"departure": {
"time": "1759138498",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138531",
"uncertainty": 120
},
"departure": {
"time": "1759138531",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138591",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138651",
"uncertainty": 120
},
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138740",
"uncertainty": 120
},
"departure": {
"time": "1759138740",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138813",
"uncertainty": 120
},
"departure": {
"time": "1759138813",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138890",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139147",
"uncertainty": 120
},
"departure": {
"time": "1759139221",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139341",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139590",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139724",
"uncertainty": 120
},
"departure": {
"time": "1759139724",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139775",
"uncertainty": 120
},
"departure": {
"time": "1759139775",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139844",
"uncertainty": 120
},
"departure": {
"time": "1759139844",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139982",
"uncertainty": 120
},
"departure": {
"time": "1759139982",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140058",
"uncertainty": 120
},
"departure": {
"time": "1759140058",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140129",
"uncertainty": 120
},
"departure": {
"time": "1759140129",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140202",
"uncertainty": 120
},
"departure": {
"time": "1759140202",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140232",
"uncertainty": 120
},
"departure": {
"time": "1759140232",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140341",
"uncertainty": 120
},
"departure": {
"time": "1759140341",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140385",
"uncertainty": 120
},
"departure": {
"time": "1759140385",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140439",
"uncertainty": 120
},
"departure": {
"time": "1759140439",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140522",
"uncertainty": 120
},
"departure": {
"time": "1759140522",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140573",
"uncertainty": 120
},
"departure": {
"time": "1759140573",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140630",
"uncertainty": 120
},
"departure": {
"time": "1759140630",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140657",
"uncertainty": 120
},
"departure": {
"time": "1759140657",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140739",
"uncertainty": 120
},
"departure": {
"time": "1759140739",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140829",
"uncertainty": 120
},
"departure": {
"time": "1759140829",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140923",
"uncertainty": 120
},
"departure": {
"time": "1759140923",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141063",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304508"
},
"vehicle": {
"id": "2143",
"label": "2143"
}
}
},
{
"id": "3304509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138292",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138394",
"uncertainty": 120
},
"departure": {
"time": "1759138394",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138420",
"uncertainty": 120
},
"departure": {
"time": "1759138420",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138483",
"uncertainty": 120
},
"departure": {
"time": "1759138483",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138532",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138622",
"uncertainty": 120
},
"departure": {
"time": "1759138622",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138682",
"uncertainty": 120
},
"departure": {
"time": "1759138682",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138713",
"uncertainty": 120
},
"departure": {
"time": "1759138713",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138829",
"uncertainty": 120
},
"departure": {
"time": "1759138829",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138920",
"uncertainty": 120
},
"departure": {
"time": "1759138922",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138982",
"uncertainty": 120
},
"departure": {
"time": "1759138982",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139024",
"uncertainty": 120
},
"departure": {
"time": "1759139043",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139102",
"uncertainty": 120
},
"departure": {
"time": "1759139102",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139189",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139283",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139459",
"uncertainty": 120
},
"departure": {
"time": "1759139459",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139519",
"uncertainty": 120
},
"departure": {
"time": "1759139552",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139605",
"uncertainty": 120
},
"departure": {
"time": "1759139612",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139751",
"uncertainty": 120
},
"departure": {
"time": "1759139751",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139855",
"uncertainty": 120
},
"departure": {
"time": "1759139855",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139961",
"uncertainty": 120
},
"departure": {
"time": "1759139961",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140012",
"uncertainty": 120
},
"departure": {
"time": "1759140012",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140081",
"uncertainty": 120
},
"departure": {
"time": "1759140081",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140219",
"uncertainty": 120
},
"departure": {
"time": "1759140219",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140295",
"uncertainty": 120
},
"departure": {
"time": "1759140295",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140366",
"uncertainty": 120
},
"departure": {
"time": "1759140366",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140436",
"uncertainty": 120
},
"departure": {
"time": "1759140436",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140467",
"uncertainty": 120
},
"departure": {
"time": "1759140467",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140576",
"uncertainty": 120
},
"departure": {
"time": "1759140576",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140620",
"uncertainty": 120
},
"departure": {
"time": "1759140620",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140675",
"uncertainty": 120
},
"departure": {
"time": "1759140675",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140758",
"uncertainty": 120
},
"departure": {
"time": "1759140758",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140809",
"uncertainty": 120
},
"departure": {
"time": "1759140809",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140867",
"uncertainty": 120
},
"departure": {
"time": "1759140867",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140895",
"uncertainty": 120
},
"departure": {
"time": "1759140895",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140977",
"uncertainty": 120
},
"departure": {
"time": "1759140977",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141067",
"uncertainty": 120
},
"departure": {
"time": "1759141067",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141161",
"uncertainty": 120
},
"departure": {
"time": "1759141161",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141301",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304509"
},
"vehicle": {
"id": "2051",
"label": "2051"
}
}
},
{
"id": "3010664",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000"
},
"stopId": "0:SCHAZEL1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010664"
}
}
},
{
"id": "3011084",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011084"
}
}
},
{
"id": "3095167",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139040",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139192",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139232",
"uncertainty": 120
},
"departure": {
"time": "1759139232",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139299",
"uncertainty": 120
},
"departure": {
"time": "1759139299",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139337",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139402",
"uncertainty": 120
},
"departure": {
"time": "1759139402",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139566",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139634",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139683",
"uncertainty": 120
},
"departure": {
"time": "1759139683",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139729",
"uncertainty": 120
},
"departure": {
"time": "1759139729",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139767",
"uncertainty": 120
},
"departure": {
"time": "1759139767",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139803",
"uncertainty": 120
},
"departure": {
"time": "1759139803",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139920",
"uncertainty": 120
},
"departure": {
"time": "1759139920",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139976",
"uncertainty": 120
},
"departure": {
"time": "1759139976",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140060",
"uncertainty": 120
},
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140096",
"uncertainty": 120
},
"departure": {
"time": "1759140096",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140140",
"uncertainty": 120
},
"departure": {
"time": "1759140140",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140211",
"uncertainty": 120
},
"departure": {
"time": "1759140211",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140263",
"uncertainty": 120
},
"departure": {
"time": "1759140263",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140332",
"uncertainty": 120
},
"departure": {
"time": "1759140332",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140420",
"uncertainty": 120
},
"departure": {
"time": "1759140420",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140479",
"uncertainty": 120
},
"departure": {
"time": "1759140479",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140583",
"uncertainty": 120
},
"departure": {
"time": "1759140583",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140744",
"uncertainty": 120
},
"departure": {
"time": "1759140744",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140883",
"uncertainty": 120
},
"departure": {
"time": "1759140883",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141093",
"uncertainty": 120
},
"departure": {
"time": "1759141093",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141140",
"uncertainty": 120
},
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141213",
"uncertainty": 120
},
"departure": {
"time": "1759141213",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141283",
"uncertainty": 120
},
"departure": {
"time": "1759141283",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141390",
"uncertainty": 120
},
"departure": {
"time": "1759141390",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141514",
"uncertainty": 120
},
"departure": {
"time": "1759141514",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141610",
"uncertainty": 120
},
"departure": {
"time": "1759141610",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141750",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095167"
},
"vehicle": {
"id": "1634",
"label": "1634"
}
}
},
{
"id": "3095166",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137271",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137373",
"uncertainty": 120
},
"departure": {
"time": "1759137420",
"uncertainty": 120
},
"stopId": "0:MOULIN86",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137481",
"uncertainty": 120
},
"departure": {
"time": "1759137481",
"uncertainty": 120
},
"stopId": "0:VIEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137538",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137577",
"uncertainty": 120
},
"departure": {
"time": "1759137577",
"uncertainty": 120
},
"stopId": "0:ARDECHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137647",
"uncertainty": 120
},
"departure": {
"time": "1759137647",
"uncertainty": 120
},
"stopId": "0:LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137795",
"uncertainty": 120
},
"departure": {
"time": "1759137811",
"uncertainty": 120
},
"stopId": "0:3HAIES1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137851",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:CONSTAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137915",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:PAQUERE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137977",
"uncertainty": 120
},
"departure": {
"time": "1759137977",
"uncertainty": 120
},
"stopId": "0:SAVOIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138018",
"uncertainty": 120
},
"departure": {
"time": "1759138018",
"uncertainty": 120
},
"stopId": "0:ALSACE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138051",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:HTRHELE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138188",
"uncertainty": 120
},
"departure": {
"time": "1759138201",
"uncertainty": 120
},
"stopId": "0:08MAI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138250",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:FRICHES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:FOSSE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138376",
"uncertainty": 120
},
"departure": {
"time": "1759138381",
"uncertainty": 120
},
"stopId": "0:VERGERS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138418",
"uncertainty": 120
},
"departure": {
"time": "1759138418",
"uncertainty": 120
},
"stopId": "0:CHATRIA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138471",
"uncertainty": 120
},
"departure": {
"time": "1759138471",
"uncertainty": 120
},
"stopId": "0:COUVENT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138520",
"uncertainty": 120
},
"departure": {
"time": "1759138520",
"uncertainty": 120
},
"stopId": "0:MEURISS1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138591",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:EUROPAC1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138651",
"uncertainty": 120
},
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:BOTANIQ1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138689",
"uncertainty": 120
},
"departure": {
"time": "1759138689",
"uncertainty": 120
},
"stopId": "0:GENIE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1759138771",
"uncertainty": 120
},
"departure": {
"time": "1759138771",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1759138891",
"uncertainty": 120
},
"departure": {
"time": "1759138921",
"uncertainty": 120
},
"stopId": "0:ROIGE142",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139100",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139350",
"uncertainty": 120
},
"departure": {
"time": "1759139350",
"uncertainty": 120
},
"stopId": "0:LACRETL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139383",
"uncertainty": 120
},
"departure": {
"time": "1759139383",
"uncertainty": 120
},
"stopId": "0:PONTROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139462",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:RTBORNY2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139521",
"uncertainty": 120
},
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:RUELLCH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139613",
"uncertainty": 120
},
"departure": {
"time": "1759139613",
"uncertainty": 120
},
"stopId": "0:GANNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139666",
"uncertainty": 120
},
"departure": {
"time": "1759139666",
"uncertainty": 120
},
"stopId": "0:BERNARD2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139762",
"uncertainty": 120
},
"departure": {
"time": "1759139762",
"uncertainty": 120
},
"stopId": "0:PROVENC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139896",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095166"
},
"vehicle": {
"id": "1635",
"label": "1635"
}
}
},
{
"id": "3011083",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139940",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011083"
}
}
},
{
"id": "3011082",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138111",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138160",
"uncertainty": 120
},
"departure": {
"time": "1759138160",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138182",
"uncertainty": 120
},
"departure": {
"time": "1759138182",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138215",
"uncertainty": 120
},
"departure": {
"time": "1759138231",
"uncertainty": 120
},
"stopId": "0:ARIANE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138283",
"uncertainty": 120
},
"departure": {
"time": "1759138291",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138349",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:FAURNEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138410",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:ROSEGON1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138478",
"uncertainty": 120
},
"departure": {
"time": "1759138478",
"uncertainty": 120
},
"stopId": "0:SOLIDAR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138501",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:SEBASTO1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138591",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:JMICHEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138737",
"uncertainty": 120
},
"departure": {
"time": "1759138741",
"uncertainty": 120
},
"stopId": "0:CHAPPE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138898",
"uncertainty": 120
},
"departure": {
"time": "1759138898",
"uncertainty": 120
},
"stopId": "0:ARAGO002",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138938",
"uncertainty": 120
},
"departure": {
"time": "1759138938",
"uncertainty": 120
},
"stopId": "0:MARCONI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139015",
"uncertainty": 120
},
"departure": {
"time": "1759139015",
"uncertainty": 120
},
"stopId": "0:SYMPHON1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139083",
"uncertainty": 120
},
"departure": {
"time": "1759139083",
"uncertainty": 120
},
"stopId": "0:SEULHOT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139135",
"uncertainty": 120
},
"departure": {
"time": "1759139135",
"uncertainty": 120
},
"stopId": "0:GENERAL1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:ROEDERE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139211",
"uncertainty": 120
},
"departure": {
"time": "1759139221",
"uncertainty": 120
},
"stopId": "0:GIRAUDO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139268",
"uncertainty": 120
},
"departure": {
"time": "1759139282",
"uncertainty": 120
},
"stopId": "0:GDMAISO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139354",
"uncertainty": 120
},
"departure": {
"time": "1759139354",
"uncertainty": 120
},
"stopId": "0:COTSE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139440",
"uncertainty": 120
},
"departure": {
"time": "1759139440",
"uncertainty": 120
},
"stopId": "0:TIVO1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139550",
"uncertainty": 120
},
"departure": {
"time": "1759139551",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139601",
"uncertainty": 120
},
"departure": {
"time": "1759139601",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139618",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139712",
"uncertainty": 120
},
"departure": {
"time": "1759139712",
"uncertainty": 120
},
"stopId": "0:OBERL193",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139755",
"uncertainty": 120
},
"departure": {
"time": "1759139755",
"uncertainty": 120
},
"stopId": "0:GENDARM1",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139796",
"uncertainty": 120
},
"departure": {
"time": "1759139796",
"uncertainty": 120
},
"stopId": "0:STMAXI1",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139832",
"uncertainty": 120
},
"departure": {
"time": "1759139832",
"uncertainty": 120
},
"stopId": "0:PUYMAIG1",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139922",
"uncertainty": 120
},
"departure": {
"time": "1759139922",
"uncertainty": 120
},
"stopId": "0:TREIZE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139995",
"uncertainty": 120
},
"departure": {
"time": "1759139995",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140241",
"uncertainty": 120
},
"departure": {
"time": "1759140241",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140421",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011082"
},
"vehicle": {
"id": "1531",
"label": "1531"
}
}
},
{
"id": "3011940",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139440",
"uncertainty": 120
},
"departure": {
"time": "1759139456",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139632",
"uncertainty": 120
},
"departure": {
"time": "1759139648",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139707",
"uncertainty": 120
},
"departure": {
"time": "1759139707",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139735",
"uncertainty": 120
},
"departure": {
"time": "1759139735",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139930",
"uncertainty": 120
},
"departure": {
"time": "1759139930",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140011",
"uncertainty": 120
},
"departure": {
"time": "1759140011",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140113",
"uncertainty": 120
},
"departure": {
"time": "1759140113",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140297",
"uncertainty": 120
},
"departure": {
"time": "1759140297",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140349",
"uncertainty": 120
},
"departure": {
"time": "1759140349",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140531",
"uncertainty": 120
},
"departure": {
"time": "1759140531",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140630",
"uncertainty": 120
},
"departure": {
"time": "1759140630",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140704",
"uncertainty": 120
},
"departure": {
"time": "1759140704",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140801",
"uncertainty": 120
},
"departure": {
"time": "1759140801",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140840",
"uncertainty": 120
},
"departure": {
"time": "1759140840",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140887",
"uncertainty": 120
},
"departure": {
"time": "1759140887",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140974",
"uncertainty": 120
},
"departure": {
"time": "1759140974",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141057",
"uncertainty": 120
},
"departure": {
"time": "1759141057",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141173",
"uncertainty": 120
},
"departure": {
"time": "1759141173",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141232",
"uncertainty": 120
},
"departure": {
"time": "1759141232",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141299",
"uncertainty": 120
},
"departure": {
"time": "1759141299",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141327",
"uncertainty": 120
},
"departure": {
"time": "1759141327",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141352",
"uncertainty": 120
},
"departure": {
"time": "1759141352",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141430",
"uncertainty": 120
},
"departure": {
"time": "1759141430",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141464",
"uncertainty": 120
},
"departure": {
"time": "1759141464",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141550",
"uncertainty": 120
},
"departure": {
"time": "1759141550",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141592",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011940"
},
"vehicle": {
"id": "2132",
"label": "2132"
}
}
},
{
"id": "3011943",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140540",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011943"
}
}
},
{
"id": "3011942",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139988",
"uncertainty": 120
},
"departure": {
"time": "1759139988",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140039",
"uncertainty": 120
},
"departure": {
"time": "1759140039",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140092",
"uncertainty": 120
},
"departure": {
"time": "1759140092",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140144",
"uncertainty": 120
},
"departure": {
"time": "1759140144",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140194",
"uncertainty": 120
},
"departure": {
"time": "1759140194",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140310",
"uncertainty": 120
},
"departure": {
"time": "1759140310",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140373",
"uncertainty": 120
},
"departure": {
"time": "1759140373",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140428",
"uncertainty": 120
},
"departure": {
"time": "1759140428",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140467",
"uncertainty": 120
},
"departure": {
"time": "1759140467",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140576",
"uncertainty": 120
},
"departure": {
"time": "1759140576",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140642",
"uncertainty": 120
},
"departure": {
"time": "1759140642",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140687",
"uncertainty": 120
},
"departure": {
"time": "1759140687",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140752",
"uncertainty": 120
},
"departure": {
"time": "1759140752",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140814",
"uncertainty": 120
},
"departure": {
"time": "1759140814",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140862",
"uncertainty": 120
},
"departure": {
"time": "1759140862",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141047",
"uncertainty": 120
},
"departure": {
"time": "1759141047",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141138",
"uncertainty": 120
},
"departure": {
"time": "1759141138",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141253",
"uncertainty": 120
},
"departure": {
"time": "1759141253",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141467",
"uncertainty": 120
},
"departure": {
"time": "1759141467",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141515",
"uncertainty": 120
},
"departure": {
"time": "1759141515",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141707",
"uncertainty": 120
},
"departure": {
"time": "1759141707",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141861",
"uncertainty": 120
},
"departure": {
"time": "1759141861",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141962",
"uncertainty": 120
},
"departure": {
"time": "1759141962",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142089",
"uncertainty": 120
},
"departure": {
"time": "1759142089",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142141",
"uncertainty": 120
},
"departure": {
"time": "1759142141",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142221",
"uncertainty": 120
},
"departure": {
"time": "1759142221",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142307",
"uncertainty": 120
},
"departure": {
"time": "1759142307",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142372",
"uncertainty": 120
},
"departure": {
"time": "1759142372",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142488",
"uncertainty": 120
},
"departure": {
"time": "1759142488",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142547",
"uncertainty": 120
},
"departure": {
"time": "1759142547",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142614",
"uncertainty": 120
},
"departure": {
"time": "1759142614",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142646",
"uncertainty": 120
},
"departure": {
"time": "1759142646",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142674",
"uncertainty": 120
},
"departure": {
"time": "1759142674",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142752",
"uncertainty": 120
},
"departure": {
"time": "1759142752",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142786",
"uncertainty": 120
},
"departure": {
"time": "1759142786",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142872",
"uncertainty": 120
},
"departure": {
"time": "1759142872",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142914",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011942"
},
"vehicle": {
"id": "2428",
"label": "2428"
}
}
},
{
"id": "3011937",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759136940",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759136971",
"uncertainty": 120
},
"departure": {
"time": "1759136971",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137011",
"uncertainty": 120
},
"departure": {
"time": "1759137011",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137061",
"uncertainty": 120
},
"departure": {
"time": "1759137061",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137107",
"uncertainty": 120
},
"departure": {
"time": "1759137107",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137151",
"uncertainty": 120
},
"departure": {
"time": "1759137151",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137236",
"uncertainty": 120
},
"departure": {
"time": "1759137241",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137298",
"uncertainty": 120
},
"departure": {
"time": "1759137301",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137338",
"uncertainty": 120
},
"departure": {
"time": "1759137338",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137369",
"uncertainty": 120
},
"departure": {
"time": "1759137391",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137475",
"uncertainty": 120
},
"departure": {
"time": "1759137482",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137541",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137612",
"uncertainty": 120
},
"departure": {
"time": "1759137631",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759137684",
"uncertainty": 120
},
"departure": {
"time": "1759137721",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759137768",
"uncertainty": 120
},
"departure": {
"time": "1759137782",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759137832",
"uncertainty": 120
},
"departure": {
"time": "1759137832",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138021",
"uncertainty": 120
},
"departure": {
"time": "1759138021",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138057",
"uncertainty": 120
},
"departure": {
"time": "1759138081",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138198",
"uncertainty": 120
},
"departure": {
"time": "1759138198",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138531",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138576",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138682",
"uncertainty": 120
},
"departure": {
"time": "1759138946",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139027",
"uncertainty": 120
},
"departure": {
"time": "1759139066",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139172",
"uncertainty": 120
},
"departure": {
"time": "1759139172",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139267",
"uncertainty": 120
},
"departure": {
"time": "1759139276",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139314",
"uncertainty": 120
},
"departure": {
"time": "1759139336",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139378",
"uncertainty": 120
},
"departure": {
"time": "1759139378",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139465",
"uncertainty": 120
},
"departure": {
"time": "1759139486",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139573",
"uncertainty": 120
},
"departure": {
"time": "1759139576",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139659",
"uncertainty": 120
},
"departure": {
"time": "1759139667",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139714",
"uncertainty": 120
},
"departure": {
"time": "1759139714",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139779",
"uncertainty": 120
},
"departure": {
"time": "1759139779",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139817",
"uncertainty": 120
},
"departure": {
"time": "1759139817",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759139847",
"uncertainty": 120
},
"departure": {
"time": "1759139847",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759139909",
"uncertainty": 120
},
"departure": {
"time": "1759139909",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759139922",
"uncertainty": 120
},
"departure": {
"time": "1759139922",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759139986",
"uncertainty": 120
},
"departure": {
"time": "1759139986",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140028",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011937"
},
"vehicle": {
"id": "1832",
"label": "1832"
}
}
},
{
"id": "3011939",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138140",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138148",
"uncertainty": 120
},
"departure": {
"time": "1759138148",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138189",
"uncertainty": 120
},
"departure": {
"time": "1759138201",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138261",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138311",
"uncertainty": 120
},
"departure": {
"time": "1759138311",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138351",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138411",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138476",
"uncertainty": 120
},
"departure": {
"time": "1759138476",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138506",
"uncertainty": 120
},
"departure": {
"time": "1759138506",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138554",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138702",
"uncertainty": 120
},
"departure": {
"time": "1759138741",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138795",
"uncertainty": 120
},
"departure": {
"time": "1759138795",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138831",
"uncertainty": 120
},
"departure": {
"time": "1759138831",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138879",
"uncertainty": 120
},
"departure": {
"time": "1759138879",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138939",
"uncertainty": 120
},
"departure": {
"time": "1759138939",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138965",
"uncertainty": 120
},
"departure": {
"time": "1759138965",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139161",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139241",
"uncertainty": 120
},
"departure": {
"time": "1759139241",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139341",
"uncertainty": 120
},
"departure": {
"time": "1759139341",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139521",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139661",
"uncertainty": 120
},
"departure": {
"time": "1759139661",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139843",
"uncertainty": 120
},
"departure": {
"time": "1759139843",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139931",
"uncertainty": 120
},
"departure": {
"time": "1759139931",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140005",
"uncertainty": 120
},
"departure": {
"time": "1759140005",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140103",
"uncertainty": 120
},
"departure": {
"time": "1759140103",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140142",
"uncertainty": 120
},
"departure": {
"time": "1759140142",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140188",
"uncertainty": 120
},
"departure": {
"time": "1759140188",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140275",
"uncertainty": 120
},
"departure": {
"time": "1759140275",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140360",
"uncertainty": 120
},
"departure": {
"time": "1759140360",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140447",
"uncertainty": 120
},
"departure": {
"time": "1759140447",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140496",
"uncertainty": 120
},
"departure": {
"time": "1759140496",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140561",
"uncertainty": 120
},
"departure": {
"time": "1759140561",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140598",
"uncertainty": 120
},
"departure": {
"time": "1759140598",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140627",
"uncertainty": 120
},
"departure": {
"time": "1759140627",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140691",
"uncertainty": 120
},
"departure": {
"time": "1759140691",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140707",
"uncertainty": 120
},
"departure": {
"time": "1759140707",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140774",
"uncertainty": 120
},
"departure": {
"time": "1759140774",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140816",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011939"
},
"vehicle": {
"id": "2426",
"label": "2426"
}
}
},
{
"id": "3011938",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137572",
"uncertainty": 120
},
"stopId": "0:OEILLET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137602",
"uncertainty": 120
},
"departure": {
"time": "1759137602",
"uncertainty": 120
},
"stopId": "0:PIVOINE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137646",
"uncertainty": 120
},
"departure": {
"time": "1759137692",
"uncertainty": 120
},
"stopId": "0:JACINTH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137759",
"uncertainty": 120
},
"departure": {
"time": "1759137759",
"uncertainty": 120
},
"stopId": "0:LORIENT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137827",
"uncertainty": 120
},
"departure": {
"time": "1759137827",
"uncertainty": 120
},
"stopId": "0:FOUGERE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137872",
"uncertainty": 120
},
"departure": {
"time": "1759137872",
"uncertainty": 120
},
"stopId": "0:GENIVAU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137944",
"uncertainty": 120
},
"departure": {
"time": "1759137962",
"uncertainty": 120
},
"stopId": "0:MAUJEAN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138027",
"uncertainty": 120
},
"departure": {
"time": "1759138027",
"uncertainty": 120
},
"stopId": "0:METMAN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138052",
"uncertainty": 120
},
"departure": {
"time": "1759138052",
"uncertainty": 120
},
"stopId": "0:PTSOEUR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138119",
"uncertainty": 120
},
"departure": {
"time": "1759138156",
"uncertainty": 120
},
"stopId": "0:JURA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138248",
"uncertainty": 120
},
"departure": {
"time": "1759138262",
"uncertainty": 120
},
"stopId": "0:STOXEY1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138319",
"uncertainty": 120
},
"departure": {
"time": "1759138322",
"uncertainty": 120
},
"stopId": "0:ALSLORR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138373",
"uncertainty": 120
},
"departure": {
"time": "1759138412",
"uncertainty": 120
},
"stopId": "0:BERNE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138452",
"uncertainty": 120
},
"departure": {
"time": "1759138452",
"uncertainty": 120
},
"stopId": "0:ARTILLE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138522",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:RAPLEVY1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138574",
"uncertainty": 120
},
"departure": {
"time": "1759138592",
"uncertainty": 120
},
"stopId": "0:JUIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138890",
"uncertainty": 120
},
"departure": {
"time": "1759138922",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138982",
"uncertainty": 120
},
"departure": {
"time": "1759138982",
"uncertainty": 120
},
"stopId": "0:PARAIGE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139102",
"uncertainty": 120
},
"departure": {
"time": "1759139132",
"uncertainty": 120
},
"stopId": "0:MAZELLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139278",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139385",
"uncertainty": 120
},
"departure": {
"time": "1759139402",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139583",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:REPUBL88",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139730",
"uncertainty": 120
},
"departure": {
"time": "1759139730",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139804",
"uncertainty": 120
},
"departure": {
"time": "1759139804",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139902",
"uncertainty": 120
},
"departure": {
"time": "1759139902",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139941",
"uncertainty": 120
},
"departure": {
"time": "1759139941",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139987",
"uncertainty": 120
},
"departure": {
"time": "1759139987",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140074",
"uncertainty": 120
},
"departure": {
"time": "1759140074",
"uncertainty": 120
},
"stopId": "0:NATION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140159",
"uncertainty": 120
},
"departure": {
"time": "1759140159",
"uncertainty": 120
},
"stopId": "0:LITALDU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140244",
"uncertainty": 120
},
"departure": {
"time": "1759140244",
"uncertainty": 120
},
"stopId": "0:SVICTOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140292",
"uncertainty": 120
},
"departure": {
"time": "1759140292",
"uncertainty": 120
},
"stopId": "0:STQUENT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140357",
"uncertainty": 120
},
"departure": {
"time": "1759140357",
"uncertainty": 120
},
"stopId": "0:TOURAIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140394",
"uncertainty": 120
},
"departure": {
"time": "1759140394",
"uncertainty": 120
},
"stopId": "0:ALGER2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140423",
"uncertainty": 120
},
"departure": {
"time": "1759140423",
"uncertainty": 120
},
"stopId": "0:VOSGES2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140485",
"uncertainty": 120
},
"departure": {
"time": "1759140485",
"uncertainty": 120
},
"stopId": "0:CITSNCF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140499",
"uncertainty": 120
},
"departure": {
"time": "1759140499",
"uncertainty": 120
},
"stopId": "0:LOTINDU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140564",
"uncertainty": 120
},
"departure": {
"time": "1759140564",
"uncertainty": 120
},
"stopId": "0:ROTONDE2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140606",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 38
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011938"
}
}
},
{
"id": "3095213",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800"
},
"stopId": "0:STJFORT2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "18",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095213"
}
}
},
{
"id": "3095218",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "18",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095218"
}
}
},
{
"id": "3095181",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142760",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095181"
}
}
},
{
"id": "3095180",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095180"
}
}
},
{
"id": "3095179",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139160",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139444",
"uncertainty": 120
},
"departure": {
"time": "1759139444",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139552",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139681",
"uncertainty": 120
},
"departure": {
"time": "1759139681",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139801",
"uncertainty": 120
},
"departure": {
"time": "1759139801",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139886",
"uncertainty": 120
},
"departure": {
"time": "1759139886",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139939",
"uncertainty": 120
},
"departure": {
"time": "1759139939",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140029",
"uncertainty": 120
},
"departure": {
"time": "1759140029",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140221",
"uncertainty": 120
},
"departure": {
"time": "1759140221",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140380",
"uncertainty": 120
},
"departure": {
"time": "1759140380",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140602",
"uncertainty": 120
},
"departure": {
"time": "1759140602",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140697",
"uncertainty": 120
},
"departure": {
"time": "1759140697",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140735",
"uncertainty": 120
},
"departure": {
"time": "1759140735",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140780",
"uncertainty": 120
},
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140823",
"uncertainty": 120
},
"departure": {
"time": "1759140823",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140881",
"uncertainty": 120
},
"departure": {
"time": "1759140881",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140949",
"uncertainty": 120
},
"departure": {
"time": "1759140949",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140989",
"uncertainty": 120
},
"departure": {
"time": "1759140989",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141025",
"uncertainty": 120
},
"departure": {
"time": "1759141025",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141103",
"uncertainty": 120
},
"departure": {
"time": "1759141103",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141167",
"uncertainty": 120
},
"departure": {
"time": "1759141167",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141265",
"uncertainty": 120
},
"departure": {
"time": "1759141265",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141299",
"uncertainty": 120
},
"departure": {
"time": "1759141299",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141341",
"uncertainty": 120
},
"departure": {
"time": "1759141341",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141385",
"uncertainty": 120
},
"departure": {
"time": "1759141385",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141428",
"uncertainty": 120
},
"departure": {
"time": "1759141428",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141469",
"uncertainty": 120
},
"departure": {
"time": "1759141469",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141703",
"uncertainty": 120
},
"departure": {
"time": "1759141703",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141728",
"uncertainty": 120
},
"departure": {
"time": "1759141728",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141752",
"uncertainty": 120
},
"departure": {
"time": "1759141752",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141805",
"uncertainty": 120
},
"departure": {
"time": "1759141805",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141865",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095179"
},
"vehicle": {
"id": "1636",
"label": "1636"
}
}
},
{
"id": "3095178",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137360",
"uncertainty": 120
},
"stopId": "0:BORDES3",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137614",
"uncertainty": 120
},
"departure": {
"time": "1759137614",
"uncertainty": 120
},
"stopId": "0:PROVENC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137713",
"uncertainty": 120
},
"departure": {
"time": "1759137721",
"uncertainty": 120
},
"stopId": "0:BERNARD1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137781",
"uncertainty": 120
},
"departure": {
"time": "1759137781",
"uncertainty": 120
},
"stopId": "0:GANNE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137841",
"uncertainty": 120
},
"departure": {
"time": "1759137841",
"uncertainty": 120
},
"stopId": "0:RUELLCH1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137899",
"uncertainty": 120
},
"departure": {
"time": "1759137899",
"uncertainty": 120
},
"stopId": "0:RTBORNY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138019",
"uncertainty": 120
},
"departure": {
"time": "1759138021",
"uncertainty": 120
},
"stopId": "0:PONTROU1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138090",
"uncertainty": 120
},
"departure": {
"time": "1759138090",
"uncertainty": 120
},
"stopId": "0:LACRETL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138291",
"uncertainty": 120
},
"departure": {
"time": "1759138351",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138422",
"uncertainty": 120
},
"departure": {
"time": "1759138441",
"uncertainty": 120
},
"stopId": "0:ROIGEO89",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138666",
"uncertainty": 120
},
"departure": {
"time": "1759138666",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138749",
"uncertainty": 120
},
"departure": {
"time": "1759138749",
"uncertainty": 120
},
"stopId": "0:GENIE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138771",
"uncertainty": 120
},
"departure": {
"time": "1759138771",
"uncertainty": 120
},
"stopId": "0:BOTANIQ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138831",
"uncertainty": 120
},
"departure": {
"time": "1759138831",
"uncertainty": 120
},
"stopId": "0:EUROPAC2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138891",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138951",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:CHATRIA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139055",
"uncertainty": 120
},
"departure": {
"time": "1759139055",
"uncertainty": 120
},
"stopId": "0:VERGERS2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139089",
"uncertainty": 120
},
"departure": {
"time": "1759139089",
"uncertainty": 120
},
"stopId": "0:FOSSE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139145",
"uncertainty": 120
},
"departure": {
"time": "1759139145",
"uncertainty": 120
},
"stopId": "0:FRICHES2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:08MAI02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139268",
"uncertainty": 120
},
"departure": {
"time": "1759139268",
"uncertainty": 120
},
"stopId": "0:HTRHELE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139293",
"uncertainty": 120
},
"departure": {
"time": "1759139293",
"uncertainty": 120
},
"stopId": "0:ALSACE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139377",
"uncertainty": 120
},
"departure": {
"time": "1759139377",
"uncertainty": 120
},
"stopId": "0:SAVOIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139418",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:PAQUERE2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139480",
"uncertainty": 120
},
"departure": {
"time": "1759139480",
"uncertainty": 120
},
"stopId": "0:CONSTAN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139529",
"uncertainty": 120
},
"departure": {
"time": "1759139529",
"uncertainty": 120
},
"stopId": "0:3HAIES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139671",
"uncertainty": 120
},
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:LORRAIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139705",
"uncertainty": 120
},
"departure": {
"time": "1759139705",
"uncertainty": 120
},
"stopId": "0:ARDECHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139735",
"uncertainty": 120
},
"departure": {
"time": "1759139735",
"uncertainty": 120
},
"stopId": "0:PREVIL01",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139797",
"uncertainty": 120
},
"departure": {
"time": "1759139797",
"uncertainty": 120
},
"stopId": "0:VIEAUX2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139857",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 32
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095178"
},
"vehicle": {
"id": "1632",
"label": "1632"
}
}
},
{
"id": "3009803",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759143905",
"uncertainty": 120
},
"departure": {
"time": "1759143905",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759143906",
"uncertainty": 120
},
"departure": {
"time": "1759143906",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759143159",
"uncertainty": 120
},
"departure": {
"time": "1759143159",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759143240",
"uncertainty": 120
},
"departure": {
"time": "1759143240",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759143360",
"uncertainty": 120
},
"departure": {
"time": "1759143360",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759143470",
"uncertainty": 120
},
"departure": {
"time": "1759143470",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759143578",
"uncertainty": 120
},
"departure": {
"time": "1759143578",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759143679",
"uncertainty": 120
},
"departure": {
"time": "1759143679",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759143738",
"uncertainty": 120
},
"departure": {
"time": "1759143738",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759144007",
"uncertainty": 120
},
"departure": {
"time": "1759144007",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759144068",
"uncertainty": 120
},
"departure": {
"time": "1759144068",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759144233",
"uncertainty": 120
},
"departure": {
"time": "1759144233",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759144306",
"uncertainty": 120
},
"departure": {
"time": "1759144306",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759144371",
"uncertainty": 120
},
"departure": {
"time": "1759144371",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759144415",
"uncertainty": 120
},
"departure": {
"time": "1759144415",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759144487",
"uncertainty": 120
},
"departure": {
"time": "1759144487",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759144561",
"uncertainty": 120
},
"departure": {
"time": "1759144561",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759144624",
"uncertainty": 120
},
"departure": {
"time": "1759144624",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759144726",
"uncertainty": 120
},
"departure": {
"time": "1759144726",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759144812",
"uncertainty": 120
},
"departure": {
"time": "1759144812",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759144964",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009803"
}
}
},
{
"id": "3095169",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095169"
}
}
},
{
"id": "3095168",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140840",
"uncertainty": 120
},
"stopId": "0:MOULMAI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "14",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13095168"
}
}
},
{
"id": "3009820",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139598",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009820"
}
}
},
{
"id": "3009817",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759140272",
"uncertainty": 120
},
"departure": {
"time": "1759140272",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759140273",
"uncertainty": 120
},
"departure": {
"time": "1759140273",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759140581",
"uncertainty": 120
},
"departure": {
"time": "1759140581",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759139262",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139436",
"uncertainty": 120
},
"departure": {
"time": "1759139472",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139543",
"uncertainty": 120
},
"departure": {
"time": "1759139562",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139606",
"uncertainty": 120
},
"departure": {
"time": "1759139606",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139640",
"uncertainty": 120
},
"departure": {
"time": "1759139652",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139744",
"uncertainty": 120
},
"departure": {
"time": "1759139744",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139808",
"uncertainty": 120
},
"departure": {
"time": "1759139808",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139865",
"uncertainty": 120
},
"departure": {
"time": "1759139865",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139944",
"uncertainty": 120
},
"departure": {
"time": "1759139944",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140005",
"uncertainty": 120
},
"departure": {
"time": "1759140005",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140144",
"uncertainty": 120
},
"departure": {
"time": "1759140144",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140183",
"uncertainty": 120
},
"departure": {
"time": "1759140183",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140401",
"uncertainty": 120
},
"departure": {
"time": "1759140401",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140467",
"uncertainty": 120
},
"departure": {
"time": "1759140467",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140544",
"uncertainty": 120
},
"departure": {
"time": "1759140544",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140662",
"uncertainty": 120
},
"departure": {
"time": "1759140662",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140751",
"uncertainty": 120
},
"departure": {
"time": "1759140751",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140871",
"uncertainty": 120
},
"departure": {
"time": "1759140871",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140966",
"uncertainty": 120
},
"departure": {
"time": "1759140966",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141111",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009817"
},
"vehicle": {
"id": "1852",
"label": "1852"
}
}
},
{
"id": "3009816",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759140213",
"uncertainty": 120
},
"departure": {
"time": "1759140213",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759140214",
"uncertainty": 120
},
"departure": {
"time": "1759140214",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"departure": {
"time": "1759139400",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139490",
"uncertainty": 120
},
"departure": {
"time": "1759139490",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139551",
"uncertainty": 120
},
"departure": {
"time": "1759139581",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139659",
"uncertainty": 120
},
"departure": {
"time": "1759139659",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139778",
"uncertainty": 120
},
"departure": {
"time": "1759139778",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139978",
"uncertainty": 120
},
"departure": {
"time": "1759139978",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140079",
"uncertainty": 120
},
"departure": {
"time": "1759140079",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140138",
"uncertainty": 120
},
"departure": {
"time": "1759140138",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140315",
"uncertainty": 120
},
"departure": {
"time": "1759140315",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140353",
"uncertainty": 120
},
"departure": {
"time": "1759140353",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140451",
"uncertainty": 120
},
"departure": {
"time": "1759140451",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140550",
"uncertainty": 120
},
"departure": {
"time": "1759140550",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140660",
"uncertainty": 120
},
"departure": {
"time": "1759140660",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140714",
"uncertainty": 120
},
"departure": {
"time": "1759140714",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140786",
"uncertainty": 120
},
"departure": {
"time": "1759140786",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140876",
"uncertainty": 120
},
"departure": {
"time": "1759140876",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140944",
"uncertainty": 120
},
"departure": {
"time": "1759140944",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141019",
"uncertainty": 120
},
"departure": {
"time": "1759141019",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141103",
"uncertainty": 120
},
"departure": {
"time": "1759141103",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141234",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009816"
},
"vehicle": {
"id": "1853",
"label": "1853"
}
}
},
{
"id": "3009818",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759141143",
"uncertainty": 120
},
"departure": {
"time": "1759141143",
"uncertainty": 120
},
"stopId": "0:GAREN1"
},
{
"arrival": {
"time": "1759141144",
"uncertainty": 120
},
"departure": {
"time": "1759141144",
"uncertainty": 120
},
"stopId": "0:GARENNE1"
},
{
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140397",
"uncertainty": 120
},
"departure": {
"time": "1759140397",
"uncertainty": 120
},
"stopId": "0:PLGAUL04",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140478",
"uncertainty": 120
},
"departure": {
"time": "1759140478",
"uncertainty": 120
},
"stopId": "0:JOSEPH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140598",
"uncertainty": 120
},
"departure": {
"time": "1759140598",
"uncertainty": 120
},
"stopId": "0:HOTELVI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140708",
"uncertainty": 120
},
"departure": {
"time": "1759140708",
"uncertainty": 120
},
"stopId": "0:PJOLY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140878",
"uncertainty": 120
},
"departure": {
"time": "1759140878",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140979",
"uncertainty": 120
},
"departure": {
"time": "1759140979",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141038",
"uncertainty": 120
},
"departure": {
"time": "1759141038",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141245",
"uncertainty": 120
},
"departure": {
"time": "1759141245",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141306",
"uncertainty": 120
},
"departure": {
"time": "1759141306",
"uncertainty": 120
},
"stopId": "0:COSTEBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141471",
"uncertainty": 120
},
"departure": {
"time": "1759141471",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141574",
"uncertainty": 120
},
"departure": {
"time": "1759141574",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141666",
"uncertainty": 120
},
"departure": {
"time": "1759141666",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141743",
"uncertainty": 120
},
"departure": {
"time": "1759141743",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141846",
"uncertainty": 120
},
"departure": {
"time": "1759141846",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141953",
"uncertainty": 120
},
"departure": {
"time": "1759141953",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142043",
"uncertainty": 120
},
"departure": {
"time": "1759142043",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142148",
"uncertainty": 120
},
"departure": {
"time": "1759142148",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142232",
"uncertainty": 120
},
"departure": {
"time": "1759142232",
"uncertainty": 120
},
"stopId": "0:ROIGEO68",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142384",
"uncertainty": 120
},
"stopId": "0:REPU5052",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009818"
}
}
},
{
"id": "3009809",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759142280",
"uncertainty": 120
},
"departure": {
"time": "1759142280",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759142281",
"uncertainty": 120
},
"departure": {
"time": "1759142281",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759142589",
"uncertainty": 120
},
"departure": {
"time": "1759142589",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759141020",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759141214",
"uncertainty": 120
},
"departure": {
"time": "1759141214",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759141320",
"uncertainty": 120
},
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759141377",
"uncertainty": 120
},
"departure": {
"time": "1759141377",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759141462",
"uncertainty": 120
},
"departure": {
"time": "1759141462",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759141573",
"uncertainty": 120
},
"departure": {
"time": "1759141573",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141657",
"uncertainty": 120
},
"departure": {
"time": "1759141657",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141740",
"uncertainty": 120
},
"departure": {
"time": "1759141740",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141851",
"uncertainty": 120
},
"departure": {
"time": "1759141851",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141918",
"uncertainty": 120
},
"departure": {
"time": "1759141918",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142100",
"uncertainty": 120
},
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759142181",
"uncertainty": 120
},
"departure": {
"time": "1759142181",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759142281",
"uncertainty": 120
},
"departure": {
"time": "1759142281",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142356",
"uncertainty": 120
},
"departure": {
"time": "1759142356",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142443",
"uncertainty": 120
},
"departure": {
"time": "1759142443",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142678",
"uncertainty": 120
},
"departure": {
"time": "1759142678",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142778",
"uncertainty": 120
},
"departure": {
"time": "1759142778",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142898",
"uncertainty": 120
},
"departure": {
"time": "1759142898",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142969",
"uncertainty": 120
},
"departure": {
"time": "1759142969",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143078",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009809"
}
}
},
{
"id": "3009810",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759143960",
"uncertainty": 120
},
"departure": {
"time": "1759143960",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759143961",
"uncertainty": 120
},
"departure": {
"time": "1759143961",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759144269",
"uncertainty": 120
},
"departure": {
"time": "1759144269",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759142760",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142915",
"uncertainty": 120
},
"departure": {
"time": "1759142915",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759143000",
"uncertainty": 120
},
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759143057",
"uncertainty": 120
},
"departure": {
"time": "1759143057",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759143142",
"uncertainty": 120
},
"departure": {
"time": "1759143142",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759143253",
"uncertainty": 120
},
"departure": {
"time": "1759143253",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759143337",
"uncertainty": 120
},
"departure": {
"time": "1759143337",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759143420",
"uncertainty": 120
},
"departure": {
"time": "1759143420",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759143531",
"uncertainty": 120
},
"departure": {
"time": "1759143531",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759143598",
"uncertainty": 120
},
"departure": {
"time": "1759143598",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759143780",
"uncertainty": 120
},
"departure": {
"time": "1759143780",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759143861",
"uncertainty": 120
},
"departure": {
"time": "1759143861",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759143961",
"uncertainty": 120
},
"departure": {
"time": "1759143961",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759144036",
"uncertainty": 120
},
"departure": {
"time": "1759144036",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759144123",
"uncertainty": 120
},
"departure": {
"time": "1759144123",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759144358",
"uncertainty": 120
},
"departure": {
"time": "1759144358",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759144458",
"uncertainty": 120
},
"departure": {
"time": "1759144458",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759144578",
"uncertainty": 120
},
"departure": {
"time": "1759144578",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759144649",
"uncertainty": 120
},
"departure": {
"time": "1759144649",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759144758",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009810"
}
}
},
{
"id": "3010537",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:PEM910",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140732",
"uncertainty": 120
},
"departure": {
"time": "1759140732",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140898",
"uncertainty": 120
},
"departure": {
"time": "1759140898",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140960",
"uncertainty": 120
},
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759141033",
"uncertainty": 120
},
"departure": {
"time": "1759141033",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759141128",
"uncertainty": 120
},
"departure": {
"time": "1759141128",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141200",
"uncertainty": 120
},
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141276",
"uncertainty": 120
},
"departure": {
"time": "1759141276",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141379",
"uncertainty": 120
},
"departure": {
"time": "1759141379",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141442",
"uncertainty": 120
},
"departure": {
"time": "1759141442",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141588",
"uncertainty": 120
},
"departure": {
"time": "1759141588",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141641",
"uncertainty": 120
},
"departure": {
"time": "1759141641",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141768",
"uncertainty": 120
},
"departure": {
"time": "1759141768",
"uncertainty": 120
},
"stopId": "0:GAREAUG2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142078",
"uncertainty": 120
},
"departure": {
"time": "1759142078",
"uncertainty": 120
},
"stopId": "0:LOUVIE02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142114",
"uncertainty": 120
},
"departure": {
"time": "1759142114",
"uncertainty": 120
},
"stopId": "0:VIGNOTT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142128",
"uncertainty": 120
},
"departure": {
"time": "1759142128",
"uncertainty": 120
},
"stopId": "0:CUVRY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142154",
"uncertainty": 120
},
"departure": {
"time": "1759142154",
"uncertainty": 120
},
"stopId": "0:CHAMPAG2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142315",
"uncertainty": 120
},
"departure": {
"time": "1759142315",
"uncertainty": 120
},
"stopId": "0:POMMERA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142343",
"uncertainty": 120
},
"departure": {
"time": "1759142343",
"uncertainty": 120
},
"stopId": "0:CEDRBL02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142368",
"uncertainty": 120
},
"departure": {
"time": "1759142368",
"uncertainty": 120
},
"stopId": "0:COINCUV2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759142403",
"uncertainty": 120
},
"departure": {
"time": "1759142403",
"uncertainty": 120
},
"stopId": "0:CHAVEAU2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142548",
"uncertainty": 120
},
"departure": {
"time": "1759142548",
"uncertainty": 120
},
"stopId": "0:POURNOY2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142728",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 23
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010537"
}
}
},
{
"id": "3047464",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138172",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138217",
"uncertainty": 120
},
"departure": {
"time": "1759138232",
"uncertainty": 120
},
"stopId": "0:COL02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138292",
"uncertainty": 120
},
"departure": {
"time": "1759138292",
"uncertainty": 120
},
"stopId": "0:CLO02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138388",
"uncertainty": 120
},
"departure": {
"time": "1759138412",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138462",
"uncertainty": 120
},
"departure": {
"time": "1759138462",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138532",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138622",
"uncertainty": 120
},
"departure": {
"time": "1759138622",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138718",
"uncertainty": 120
},
"departure": {
"time": "1759138718",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138817",
"uncertainty": 120
},
"departure": {
"time": "1759138832",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138892",
"uncertainty": 120
},
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138989",
"uncertainty": 120
},
"departure": {
"time": "1759139014",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139072",
"uncertainty": 120
},
"departure": {
"time": "1759139072",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139160",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139272",
"uncertainty": 120
},
"departure": {
"time": "1759139282",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139370",
"uncertainty": 120
},
"departure": {
"time": "1759139432",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139620",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139694",
"uncertainty": 120
},
"departure": {
"time": "1759139694",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139756",
"uncertainty": 120
},
"departure": {
"time": "1759139756",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139834",
"uncertainty": 120
},
"departure": {
"time": "1759139834",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139898",
"uncertainty": 120
},
"departure": {
"time": "1759139898",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139958",
"uncertainty": 120
},
"departure": {
"time": "1759139958",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140086",
"uncertainty": 120
},
"departure": {
"time": "1759140086",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140189",
"uncertainty": 120
},
"departure": {
"time": "1759140189",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140274",
"uncertainty": 120
},
"departure": {
"time": "1759140274",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140365",
"uncertainty": 120
},
"departure": {
"time": "1759140365",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140396",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 26
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047464"
},
"vehicle": {
"id": "1316",
"label": "1316"
}
}
},
{
"id": "3229733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138292",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138357",
"uncertainty": 120
},
"departure": {
"time": "1759138357",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138382",
"uncertainty": 120
},
"departure": {
"time": "1759138382",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138473",
"uncertainty": 120
},
"departure": {
"time": "1759138473",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138558",
"uncertainty": 120
},
"departure": {
"time": "1759138558",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138592",
"uncertainty": 120
},
"departure": {
"time": "1759138622",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138712",
"uncertainty": 120
},
"departure": {
"time": "1759138712",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138794",
"uncertainty": 120
},
"departure": {
"time": "1759138794",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138814",
"uncertainty": 120
},
"departure": {
"time": "1759138832",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138882",
"uncertainty": 120
},
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138952",
"uncertainty": 120
},
"departure": {
"time": "1759138952",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139010",
"uncertainty": 120
},
"departure": {
"time": "1759139012",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139102",
"uncertainty": 120
},
"departure": {
"time": "1759139102",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139169",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139282",
"uncertainty": 120
},
"departure": {
"time": "1759139282",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139372",
"uncertainty": 120
},
"departure": {
"time": "1759139432",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139483",
"uncertainty": 120
},
"departure": {
"time": "1759139492",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139611",
"uncertainty": 120
},
"departure": {
"time": "1759139643",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139815",
"uncertainty": 120
},
"departure": {
"time": "1759139815",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139951",
"uncertainty": 120
},
"departure": {
"time": "1759139951",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140044",
"uncertainty": 120
},
"departure": {
"time": "1759140044",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140159",
"uncertainty": 120
},
"departure": {
"time": "1759140159",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140197",
"uncertainty": 120
},
"departure": {
"time": "1759140197",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140249",
"uncertainty": 120
},
"departure": {
"time": "1759140249",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140299",
"uncertainty": 120
},
"departure": {
"time": "1759140299",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140330",
"uncertainty": 120
},
"departure": {
"time": "1759140330",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140367",
"uncertainty": 120
},
"departure": {
"time": "1759140367",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140416",
"uncertainty": 120
},
"departure": {
"time": "1759140416",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140475",
"uncertainty": 120
},
"departure": {
"time": "1759140475",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140504",
"uncertainty": 120
},
"departure": {
"time": "1759140504",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140529",
"uncertainty": 120
},
"departure": {
"time": "1759140529",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140587",
"uncertainty": 120
},
"departure": {
"time": "1759140587",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140691",
"uncertainty": 120
},
"departure": {
"time": "1759140691",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140755",
"uncertainty": 120
},
"departure": {
"time": "1759140755",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140771",
"uncertainty": 120
},
"departure": {
"time": "1759140771",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140835",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229733"
},
"vehicle": {
"id": "1245",
"label": "1245"
}
}
},
{
"id": "3047461",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137360",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137510",
"uncertainty": 120
},
"departure": {
"time": "1759137511",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137563",
"uncertainty": 120
},
"departure": {
"time": "1759137571",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137631",
"uncertainty": 120
},
"departure": {
"time": "1759137631",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137727",
"uncertainty": 120
},
"departure": {
"time": "1759137751",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137799",
"uncertainty": 120
},
"departure": {
"time": "1759137799",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137865",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137946",
"uncertainty": 120
},
"departure": {
"time": "1759137961",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138051",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138152",
"uncertainty": 120
},
"departure": {
"time": "1759138171",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138229",
"uncertainty": 120
},
"departure": {
"time": "1759138231",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138319",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138481",
"uncertainty": 120
},
"departure": {
"time": "1759138531",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138621",
"uncertainty": 120
},
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138741",
"uncertainty": 120
},
"departure": {
"time": "1759138771",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138852",
"uncertainty": 120
},
"departure": {
"time": "1759138921",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139084",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139152",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139221",
"uncertainty": 120
},
"departure": {
"time": "1759139221",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139299",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139371",
"uncertainty": 120
},
"departure": {
"time": "1759139371",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139557",
"uncertainty": 120
},
"departure": {
"time": "1759139581",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139655",
"uncertainty": 120
},
"departure": {
"time": "1759139655",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139740",
"uncertainty": 120
},
"departure": {
"time": "1759139740",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139831",
"uncertainty": 120
},
"departure": {
"time": "1759139831",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139862",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047461"
},
"vehicle": {
"id": "1325",
"label": "1325"
}
}
},
{
"id": "3229735",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229735"
}
}
},
{
"id": "3229734",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139894",
"uncertainty": 120
},
"departure": {
"time": "1759139894",
"uncertainty": 120
},
"stopId": "0:VALERIA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139922",
"uncertainty": 120
},
"departure": {
"time": "1759139922",
"uncertainty": 120
},
"stopId": "0:ROSEAUX1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139975",
"uncertainty": 120
},
"departure": {
"time": "1759139975",
"uncertainty": 120
},
"stopId": "0:ACACIAS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140055",
"uncertainty": 120
},
"departure": {
"time": "1759140055",
"uncertainty": 120
},
"stopId": "0:PTICLOU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140092",
"uncertainty": 120
},
"departure": {
"time": "1759140092",
"uncertainty": 120
},
"stopId": "0:STROCH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140189",
"uncertainty": 120
},
"departure": {
"time": "1759140189",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140275",
"uncertainty": 120
},
"departure": {
"time": "1759140275",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140295",
"uncertainty": 120
},
"departure": {
"time": "1759140295",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140351",
"uncertainty": 120
},
"departure": {
"time": "1759140351",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140409",
"uncertainty": 120
},
"departure": {
"time": "1759140409",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140463",
"uncertainty": 120
},
"departure": {
"time": "1759140463",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140557",
"uncertainty": 120
},
"departure": {
"time": "1759140557",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140623",
"uncertainty": 120
},
"departure": {
"time": "1759140623",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140711",
"uncertainty": 120
},
"departure": {
"time": "1759140711",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140807",
"uncertainty": 120
},
"departure": {
"time": "1759140807",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140864",
"uncertainty": 120
},
"departure": {
"time": "1759140864",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140988",
"uncertainty": 120
},
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141429",
"uncertainty": 120
},
"departure": {
"time": "1759141429",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141560",
"uncertainty": 120
},
"departure": {
"time": "1759141560",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141661",
"uncertainty": 120
},
"departure": {
"time": "1759141661",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141800",
"uncertainty": 120
},
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141838",
"uncertainty": 120
},
"departure": {
"time": "1759141838",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141899",
"uncertainty": 120
},
"departure": {
"time": "1759141899",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141976",
"uncertainty": 120
},
"departure": {
"time": "1759141976",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142046",
"uncertainty": 120
},
"departure": {
"time": "1759142046",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142100",
"uncertainty": 120
},
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142173",
"uncertainty": 120
},
"departure": {
"time": "1759142173",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142231",
"uncertainty": 120
},
"departure": {
"time": "1759142231",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142290",
"uncertainty": 120
},
"departure": {
"time": "1759142290",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142335",
"uncertainty": 120
},
"departure": {
"time": "1759142335",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142400",
"uncertainty": 120
},
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142485",
"uncertainty": 120
},
"departure": {
"time": "1759142485",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142570",
"uncertainty": 120
},
"departure": {
"time": "1759142570",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142615",
"uncertainty": 120
},
"departure": {
"time": "1759142615",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142700",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 36
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229734"
},
"vehicle": {
"id": "1246",
"label": "1246"
}
}
},
{
"id": "3304514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141260",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304514"
}
}
},
{
"id": "3229736",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229736"
}
}
},
{
"id": "3012093",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012093"
}
}
},
{
"id": "3304515",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304515"
}
}
},
{
"id": "3304512",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140177",
"uncertainty": 120
},
"departure": {
"time": "1759140177",
"uncertainty": 120
},
"stopId": "0:MTPRIVA3",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140216",
"uncertainty": 120
},
"departure": {
"time": "1759140216",
"uncertainty": 120
},
"stopId": "0:VOLONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140287",
"uncertainty": 120
},
"departure": {
"time": "1759140287",
"uncertainty": 120
},
"stopId": "0:MARGUER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140355",
"uncertainty": 120
},
"departure": {
"time": "1759140355",
"uncertainty": 120
},
"stopId": "0:VACONS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140445",
"uncertainty": 120
},
"departure": {
"time": "1759140445",
"uncertainty": 120
},
"stopId": "0:COLSON1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140475",
"uncertainty": 120
},
"departure": {
"time": "1759140475",
"uncertainty": 120
},
"stopId": "0:JERUSAL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140486",
"uncertainty": 120
},
"departure": {
"time": "1759140486",
"uncertainty": 120
},
"stopId": "0:LYAUT104",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140575",
"uncertainty": 120
},
"departure": {
"time": "1759140575",
"uncertainty": 120
},
"stopId": "0:HORGNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140664",
"uncertainty": 120
},
"departure": {
"time": "1759140664",
"uncertainty": 120
},
"stopId": "0:4VENTS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140756",
"uncertainty": 120
},
"departure": {
"time": "1759140756",
"uncertainty": 120
},
"stopId": "0:LAVOIR1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140831",
"uncertainty": 120
},
"departure": {
"time": "1759140831",
"uncertainty": 120
},
"stopId": "0:EGLISE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140907",
"uncertainty": 120
},
"departure": {
"time": "1759140907",
"uncertainty": 120
},
"stopId": "0:SLIVIER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141004",
"uncertainty": 120
},
"departure": {
"time": "1759141004",
"uncertainty": 120
},
"stopId": "0:BOILVIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141106",
"uncertainty": 120
},
"departure": {
"time": "1759141106",
"uncertainty": 120
},
"stopId": "0:ARENES1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141188",
"uncertainty": 120
},
"departure": {
"time": "1759141188",
"uncertainty": 120
},
"stopId": "0:LAFAYET1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141280",
"uncertainty": 120
},
"departure": {
"time": "1759141280",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141349",
"uncertainty": 120
},
"departure": {
"time": "1759141349",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141505",
"uncertainty": 120
},
"departure": {
"time": "1759141680",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141833",
"uncertainty": 120
},
"departure": {
"time": "1759141833",
"uncertainty": 120
},
"stopId": "0:VAUTRIN3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141980",
"uncertainty": 120
},
"departure": {
"time": "1759141980",
"uncertainty": 120
},
"stopId": "0:PREFECT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142046",
"uncertainty": 120
},
"departure": {
"time": "1759142046",
"uncertainty": 120
},
"stopId": "0:STGEORG2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142120",
"uncertainty": 120
},
"departure": {
"time": "1759142120",
"uncertainty": 120
},
"stopId": "0:RIMPORT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142280",
"uncertainty": 120
},
"departure": {
"time": "1759142280",
"uncertainty": 120
},
"stopId": "0:PONTIFF2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142361",
"uncertainty": 120
},
"departure": {
"time": "1759142361",
"uncertainty": 120
},
"stopId": "0:ROCHAMB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142471",
"uncertainty": 120
},
"departure": {
"time": "1759142471",
"uncertainty": 120
},
"stopId": "0:BERNANO2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142528",
"uncertainty": 120
},
"departure": {
"time": "1759142528",
"uncertainty": 120
},
"stopId": "0:DALES2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142580",
"uncertainty": 120
},
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:PATROTT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142693",
"uncertainty": 120
},
"departure": {
"time": "1759142693",
"uncertainty": 120
},
"stopId": "0:PAQUET2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142728",
"uncertainty": 120
},
"departure": {
"time": "1759142728",
"uncertainty": 120
},
"stopId": "0:DAGA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142810",
"uncertainty": 120
},
"departure": {
"time": "1759142810",
"uncertainty": 120
},
"stopId": "0:4BORNES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142894",
"uncertainty": 120
},
"departure": {
"time": "1759142894",
"uncertainty": 120
},
"stopId": "0:MORLOT2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142940",
"uncertainty": 120
},
"departure": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:COUPILL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759143019",
"uncertainty": 120
},
"departure": {
"time": "1759143019",
"uncertainty": 120
},
"stopId": "0:RUCHER2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759143074",
"uncertainty": 120
},
"departure": {
"time": "1759143074",
"uncertainty": 120
},
"stopId": "0:ROSEMAR2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759143156",
"uncertainty": 120
},
"departure": {
"time": "1759143156",
"uncertainty": 120
},
"stopId": "0:SAULES2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759143246",
"uncertainty": 120
},
"departure": {
"time": "1759143246",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759143340",
"uncertainty": 120
},
"departure": {
"time": "1759143340",
"uncertainty": 120
},
"stopId": "0:WCHATEA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759143480",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 39
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304512"
}
}
},
{
"id": "3012092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012092"
}
}
},
{
"id": "3304513",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140660",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304513"
}
}
},
{
"id": "3304516",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304516"
}
}
},
{
"id": "3047482",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139503",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047482"
}
}
},
{
"id": "3304517",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143060",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304517"
}
}
},
{
"id": "3012091",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139460",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139565",
"uncertainty": 120
},
"departure": {
"time": "1759139565",
"uncertainty": 120
},
"stopId": "0:COTEAUX1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139638",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139731",
"uncertainty": 120
},
"departure": {
"time": "1759139731",
"uncertainty": 120
},
"stopId": "0:JUNGLIN1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139772",
"uncertainty": 120
},
"departure": {
"time": "1759139772",
"uncertainty": 120
},
"stopId": "0:GAREWOI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139882",
"uncertainty": 120
},
"departure": {
"time": "1759139882",
"uncertainty": 120
},
"stopId": "0:GAMBETT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139916",
"uncertainty": 120
},
"departure": {
"time": "1759139916",
"uncertainty": 120
},
"stopId": "0:RUISSEA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139967",
"uncertainty": 120
},
"departure": {
"time": "1759139967",
"uncertainty": 120
},
"stopId": "0:CHAPITR1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140045",
"uncertainty": 120
},
"departure": {
"time": "1759140045",
"uncertainty": 120
},
"stopId": "0:POULMAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140147",
"uncertainty": 120
},
"departure": {
"time": "1759140147",
"uncertainty": 120
},
"stopId": "0:ROGET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140197",
"uncertainty": 120
},
"departure": {
"time": "1759140197",
"uncertainty": 120
},
"stopId": "0:2FONTAI1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140257",
"uncertainty": 120
},
"departure": {
"time": "1759140257",
"uncertainty": 120
},
"stopId": "0:CHARDIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140338",
"uncertainty": 120
},
"departure": {
"time": "1759140338",
"uncertainty": 120
},
"stopId": "0:BOILEAU1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140518",
"uncertainty": 120
},
"stopId": "0:INTJOBA1",
"stopSequence": 14
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012091"
},
"vehicle": {
"id": "831",
"label": "831"
}
}
},
{
"id": "3047475",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141260",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047475"
}
}
},
{
"id": "3009705",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759140978",
"uncertainty": 120
},
"departure": {
"time": "1759140978",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759140987",
"uncertainty": 120
},
"departure": {
"time": "1759140987",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759141033",
"uncertainty": 120
},
"departure": {
"time": "1759141033",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1759141051",
"uncertainty": 120
},
"departure": {
"time": "1759141051",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"departure": {
"time": "1759140900",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140980",
"uncertainty": 120
},
"departure": {
"time": "1759140980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759141014",
"uncertainty": 120
},
"departure": {
"time": "1759141014",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759141100",
"uncertainty": 120
},
"departure": {
"time": "1759141100",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759141184",
"uncertainty": 120
},
"departure": {
"time": "1759141184",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759141292",
"uncertainty": 120
},
"departure": {
"time": "1759141292",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141386",
"uncertainty": 120
},
"departure": {
"time": "1759141386",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141495",
"uncertainty": 120
},
"departure": {
"time": "1759141495",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141652",
"uncertainty": 120
},
"departure": {
"time": "1759141652",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141775",
"uncertainty": 120
},
"departure": {
"time": "1759141775",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141829",
"uncertainty": 120
},
"departure": {
"time": "1759141829",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141898",
"uncertainty": 120
},
"departure": {
"time": "1759141898",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141998",
"uncertainty": 120
},
"departure": {
"time": "1759141998",
"uncertainty": 120
},
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142050",
"uncertainty": 120
},
"departure": {
"time": "1759142050",
"uncertainty": 120
},
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759142163",
"uncertainty": 120
},
"departure": {
"time": "1759142163",
"uncertainty": 120
},
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759142232",
"uncertainty": 120
},
"departure": {
"time": "1759142232",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759142309",
"uncertainty": 120
},
"departure": {
"time": "1759142309",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759142429",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009705"
}
}
},
{
"id": "3009704",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759138808",
"uncertainty": 120
},
"departure": {
"time": "1759138808",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759138817",
"uncertainty": 120
},
"departure": {
"time": "1759138817",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759138878",
"uncertainty": 120
},
"departure": {
"time": "1759138878",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1759138896",
"uncertainty": 120
},
"departure": {
"time": "1759138899",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"departure": {
"time": "1759138800",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138880",
"uncertainty": 120
},
"departure": {
"time": "1759138880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138914",
"uncertainty": 120
},
"departure": {
"time": "1759138914",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138963",
"uncertainty": 120
},
"departure": {
"time": "1759138993",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139066",
"uncertainty": 120
},
"departure": {
"time": "1759139083",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139160",
"uncertainty": 120
},
"departure": {
"time": "1759139203",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139317",
"uncertainty": 120
},
"departure": {
"time": "1759139323",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139383",
"uncertainty": 120
},
"departure": {
"time": "1759139383",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139504",
"uncertainty": 120
},
"departure": {
"time": "1759139504",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139590",
"uncertainty": 120
},
"departure": {
"time": "1759139623",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139704",
"uncertainty": 120
},
"departure": {
"time": "1759139704",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139773",
"uncertainty": 120
},
"departure": {
"time": "1759139773",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139873",
"uncertainty": 120
},
"departure": {
"time": "1759139873",
"uncertainty": 120
},
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139925",
"uncertainty": 120
},
"departure": {
"time": "1759139925",
"uncertainty": 120
},
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140038",
"uncertainty": 120
},
"departure": {
"time": "1759140038",
"uncertainty": 120
},
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140107",
"uncertainty": 120
},
"departure": {
"time": "1759140107",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140169",
"uncertainty": 120
},
"departure": {
"time": "1759140169",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140289",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009704"
},
"vehicle": {
"id": "1561",
"label": "1561"
}
}
},
{
"id": "3009706",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759143078",
"uncertainty": 120
},
"departure": {
"time": "1759143078",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759143087",
"uncertainty": 120
},
"departure": {
"time": "1759143087",
"uncertainty": 120
},
"stopId": "0:COUROR1"
},
{
"arrival": {
"time": "1759143133",
"uncertainty": 120
},
"departure": {
"time": "1759143133",
"uncertainty": 120
},
"stopId": "0:CONSERV1"
},
{
"arrival": {
"time": "1759143151",
"uncertainty": 120
},
"departure": {
"time": "1759143151",
"uncertainty": 120
},
"stopId": "0:SEGOLEN1"
},
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759143080",
"uncertainty": 120
},
"departure": {
"time": "1759143080",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:COUROR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759143114",
"uncertainty": 120
},
"departure": {
"time": "1759143114",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SEGOLEN1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759143200",
"uncertainty": 120
},
"departure": {
"time": "1759143200",
"uncertainty": 120
},
"stopId": "0:CONSERV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759143284",
"uncertainty": 120
},
"departure": {
"time": "1759143284",
"uncertainty": 120
},
"stopId": "0:TANNEUR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759143392",
"uncertainty": 120
},
"departure": {
"time": "1759143392",
"uncertainty": 120
},
"stopId": "0:FAVADE01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759143486",
"uncertainty": 120
},
"departure": {
"time": "1759143486",
"uncertainty": 120
},
"stopId": "0:PORTALL1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759143595",
"uncertainty": 120
},
"departure": {
"time": "1759143595",
"uncertainty": 120
},
"stopId": "0:CHARRON1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759143752",
"uncertainty": 120
},
"departure": {
"time": "1759143752",
"uncertainty": 120
},
"stopId": "0:FOURNIR1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759143873",
"uncertainty": 120
},
"departure": {
"time": "1759143873",
"uncertainty": 120
},
"stopId": "0:PLARMES2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759143925",
"uncertainty": 120
},
"departure": {
"time": "1759143925",
"uncertainty": 120
},
"stopId": "0:PLCHAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759143994",
"uncertainty": 120
},
"departure": {
"time": "1759143994",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 12
},
{
"arrival": {
"time": "1759144094",
"uncertainty": 120
},
"departure": {
"time": "1759144094",
"uncertainty": 120
},
"stopId": "0:POMOREA",
"stopSequence": 13
},
{
"arrival": {
"time": "1759144146",
"uncertainty": 120
},
"departure": {
"time": "1759144146",
"uncertainty": 120
},
"stopId": "0:VALLADI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759144259",
"uncertainty": 120
},
"departure": {
"time": "1759144259",
"uncertainty": 120
},
"stopId": "0:CASERNE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759144328",
"uncertainty": 120
},
"departure": {
"time": "1759144328",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759144413",
"uncertainty": 120
},
"departure": {
"time": "1759144413",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759144533",
"uncertainty": 120
},
"stopId": "0:OFFICET1",
"stopSequence": 18
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "81",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009706"
}
}
},
{
"id": "3048250",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142280",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048250"
}
}
},
{
"id": "3048248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139334",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139454",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139574",
"uncertainty": 120
},
"departure": {
"time": "1759139574",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139644",
"uncertainty": 120
},
"departure": {
"time": "1759139664",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139755",
"uncertainty": 120
},
"departure": {
"time": "1759139755",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139836",
"uncertainty": 120
},
"departure": {
"time": "1759139836",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139897",
"uncertainty": 120
},
"departure": {
"time": "1759139897",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139963",
"uncertainty": 120
},
"departure": {
"time": "1759139963",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140005",
"uncertainty": 120
},
"departure": {
"time": "1759140005",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140050",
"uncertainty": 120
},
"departure": {
"time": "1759140050",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140121",
"uncertainty": 120
},
"departure": {
"time": "1759140121",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140191",
"uncertainty": 120
},
"departure": {
"time": "1759140191",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140277",
"uncertainty": 120
},
"departure": {
"time": "1759140277",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140342",
"uncertainty": 120
},
"departure": {
"time": "1759140342",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140424",
"uncertainty": 120
},
"departure": {
"time": "1759140424",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140486",
"uncertainty": 120
},
"departure": {
"time": "1759140486",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140570",
"uncertainty": 120
},
"departure": {
"time": "1759140570",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140656",
"uncertainty": 120
},
"departure": {
"time": "1759140656",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140752",
"uncertainty": 120
},
"departure": {
"time": "1759140752",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140964",
"uncertainty": 120
},
"departure": {
"time": "1759140964",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141030",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048248"
},
"vehicle": {
"id": "1305",
"label": "1305"
}
}
},
{
"id": "3229705",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138920",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138981",
"uncertainty": 120
},
"departure": {
"time": "1759138981",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139068",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139131",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139167",
"uncertainty": 120
},
"departure": {
"time": "1759139167",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139195",
"uncertainty": 120
},
"departure": {
"time": "1759139195",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139281",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139336",
"uncertainty": 120
},
"departure": {
"time": "1759139336",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139376",
"uncertainty": 120
},
"departure": {
"time": "1759139376",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139491",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139562",
"uncertainty": 120
},
"departure": {
"time": "1759139562",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139580",
"uncertainty": 120
},
"departure": {
"time": "1759139580",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139641",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139700",
"uncertainty": 120
},
"departure": {
"time": "1759139700",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139756",
"uncertainty": 120
},
"departure": {
"time": "1759139756",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139848",
"uncertainty": 120
},
"departure": {
"time": "1759139848",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139913",
"uncertainty": 120
},
"departure": {
"time": "1759139913",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140002",
"uncertainty": 120
},
"departure": {
"time": "1759140002",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140096",
"uncertainty": 120
},
"departure": {
"time": "1759140096",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140152",
"uncertainty": 120
},
"departure": {
"time": "1759140152",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140275",
"uncertainty": 120
},
"departure": {
"time": "1759140275",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140450",
"uncertainty": 120
},
"departure": {
"time": "1759140450",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140586",
"uncertainty": 120
},
"departure": {
"time": "1759140586",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140679",
"uncertainty": 120
},
"departure": {
"time": "1759140679",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140794",
"uncertainty": 120
},
"departure": {
"time": "1759140794",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140832",
"uncertainty": 120
},
"departure": {
"time": "1759140832",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140884",
"uncertainty": 120
},
"departure": {
"time": "1759140884",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140961",
"uncertainty": 120
},
"departure": {
"time": "1759140961",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141013",
"uncertainty": 120
},
"departure": {
"time": "1759141013",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141052",
"uncertainty": 120
},
"departure": {
"time": "1759141052",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141111",
"uncertainty": 120
},
"departure": {
"time": "1759141111",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141169",
"uncertainty": 120
},
"departure": {
"time": "1759141169",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141228",
"uncertainty": 120
},
"departure": {
"time": "1759141228",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141273",
"uncertainty": 120
},
"departure": {
"time": "1759141273",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141338",
"uncertainty": 120
},
"departure": {
"time": "1759141338",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141423",
"uncertainty": 120
},
"departure": {
"time": "1759141423",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141507",
"uncertainty": 120
},
"departure": {
"time": "1759141507",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141552",
"uncertainty": 120
},
"departure": {
"time": "1759141552",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759141638",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229705"
},
"vehicle": {
"id": "2155",
"label": "2155"
}
}
},
{
"id": "3229704",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137300",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137341",
"uncertainty": 120
},
"departure": {
"time": "1759137341",
"uncertainty": 120
},
"stopId": "0:HTMAGNY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137428",
"uncertainty": 120
},
"departure": {
"time": "1759137428",
"uncertainty": 120
},
"stopId": "0:BEAUSOL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137475",
"uncertainty": 120
},
"departure": {
"time": "1759137475",
"uncertainty": 120
},
"stopId": "0:ARMOISI1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137511",
"uncertainty": 120
},
"departure": {
"time": "1759137511",
"uncertainty": 120
},
"stopId": "0:OBELLI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137536",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:MAGNYBO1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137621",
"uncertainty": 120
},
"departure": {
"time": "1759137621",
"uncertainty": 120
},
"stopId": "0:ROOSEVE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137643",
"uncertainty": 120
},
"departure": {
"time": "1759137661",
"uncertainty": 120
},
"stopId": "0:PLAINE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137705",
"uncertainty": 120
},
"departure": {
"time": "1759137721",
"uncertainty": 120
},
"stopId": "0:APREMON1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137752",
"uncertainty": 120
},
"departure": {
"time": "1759137752",
"uncertainty": 120
},
"stopId": "0:PLATEAU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137840",
"uncertainty": 120
},
"departure": {
"time": "1759137841",
"uncertainty": 120
},
"stopId": "0:FAUBOUP1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137927",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:FRECOT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137961",
"uncertainty": 120
},
"departure": {
"time": "1759137961",
"uncertainty": 120
},
"stopId": "0:BOUCHOT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759137997",
"uncertainty": 120
},
"departure": {
"time": "1759137997",
"uncertainty": 120
},
"stopId": "0:VANDERN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138051",
"uncertainty": 120
},
"departure": {
"time": "1759138051",
"uncertainty": 120
},
"stopId": "0:POLY01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138089",
"uncertainty": 120
},
"departure": {
"time": "1759138089",
"uncertainty": 120
},
"stopId": "0:LOTHAIR1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138171",
"uncertainty": 120
},
"departure": {
"time": "1759138201",
"uncertainty": 120
},
"stopId": "0:LEMUD03",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138231",
"uncertainty": 120
},
"departure": {
"time": "1759138231",
"uncertainty": 120
},
"stopId": "0:DEMBOUR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138391",
"uncertainty": 120
},
"departure": {
"time": "1759138412",
"uncertainty": 120
},
"stopId": "0:POMPIDO1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138531",
"uncertainty": 120
},
"departure": {
"time": "1759138560",
"uncertainty": 120
},
"stopId": "0:GARE113",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138613",
"uncertainty": 120
},
"departure": {
"time": "1759138621",
"uncertainty": 120
},
"stopId": "0:ROIGE695",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138985",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139144",
"uncertainty": 120
},
"departure": {
"time": "1759139144",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139281",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139373",
"uncertainty": 120
},
"departure": {
"time": "1759139375",
"uncertainty": 120
},
"stopId": "0:TIGNO266",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139487",
"uncertainty": 120
},
"departure": {
"time": "1759139487",
"uncertainty": 120
},
"stopId": "0:SMARTIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139525",
"uncertainty": 120
},
"departure": {
"time": "1759139556",
"uncertainty": 120
},
"stopId": "0:FOCH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139607",
"uncertainty": 120
},
"departure": {
"time": "1759139615",
"uncertainty": 120
},
"stopId": "0:PONTVER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139663",
"uncertainty": 120
},
"departure": {
"time": "1759139663",
"uncertainty": 120
},
"stopId": "0:CASINO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139693",
"uncertainty": 120
},
"departure": {
"time": "1759139693",
"uncertainty": 120
},
"stopId": "0:MIGETTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139729",
"uncertainty": 120
},
"departure": {
"time": "1759139729",
"uncertainty": 120
},
"stopId": "0:LONGEVI2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139775",
"uncertainty": 120
},
"departure": {
"time": "1759139775",
"uncertainty": 120
},
"stopId": "0:LECLERC2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139834",
"uncertainty": 120
},
"departure": {
"time": "1759139834",
"uncertainty": 120
},
"stopId": "0:PRILLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759139861",
"uncertainty": 120
},
"departure": {
"time": "1759139861",
"uncertainty": 120
},
"stopId": "0:SCYBAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759139884",
"uncertainty": 120
},
"departure": {
"time": "1759139884",
"uncertainty": 120
},
"stopId": "0:LIBERTE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759139941",
"uncertainty": 120
},
"departure": {
"time": "1759139941",
"uncertainty": 120
},
"stopId": "0:MOULI275",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140046",
"uncertainty": 120
},
"departure": {
"time": "1759140046",
"uncertainty": 120
},
"stopId": "0:STJEAN02",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140108",
"uncertainty": 120
},
"departure": {
"time": "1759140108",
"uncertainty": 120
},
"stopId": "0:SERRET2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759140122",
"uncertainty": 120
},
"departure": {
"time": "1759140122",
"uncertainty": 120
},
"stopId": "0:HAIEBRU2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759140185",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229704"
},
"vehicle": {
"id": "1855",
"label": "1855"
}
}
},
{
"id": "3229707",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142040",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229707"
}
}
},
{
"id": "3229706",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140420",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229706"
}
}
},
{
"id": "3012053",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012053"
}
}
},
{
"id": "3012052",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139475",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139578",
"uncertainty": 120
},
"departure": {
"time": "1759139578",
"uncertainty": 120
},
"stopId": "0:BOILEAU2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139625",
"uncertainty": 120
},
"departure": {
"time": "1759139625",
"uncertainty": 120
},
"stopId": "0:CHARDIN2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139711",
"uncertainty": 120
},
"departure": {
"time": "1759139711",
"uncertainty": 120
},
"stopId": "0:2FONTAI2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139750",
"uncertainty": 120
},
"departure": {
"time": "1759139750",
"uncertainty": 120
},
"stopId": "0:ROGET2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139814",
"uncertainty": 120
},
"departure": {
"time": "1759139814",
"uncertainty": 120
},
"stopId": "0:POULMAI2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139918",
"uncertainty": 120
},
"departure": {
"time": "1759139918",
"uncertainty": 120
},
"stopId": "0:CHAPITR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139986",
"uncertainty": 120
},
"departure": {
"time": "1759139986",
"uncertainty": 120
},
"stopId": "0:RUISSEA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140038",
"uncertainty": 120
},
"departure": {
"time": "1759140038",
"uncertainty": 120
},
"stopId": "0:GAMBETT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140143",
"uncertainty": 120
},
"departure": {
"time": "1759140143",
"uncertainty": 120
},
"stopId": "0:GAREWOI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140199",
"uncertainty": 120
},
"departure": {
"time": "1759140199",
"uncertainty": 120
},
"stopId": "0:JUNGLIN2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140265",
"uncertainty": 120
},
"departure": {
"time": "1759140265",
"uncertainty": 120
},
"stopId": "0:WOIPHOT2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140354",
"uncertainty": 120
},
"departure": {
"time": "1759140354",
"uncertainty": 120
},
"stopId": "0:COTEAUX2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140428",
"uncertainty": 120
},
"stopId": "0:PLFRANC1",
"stopSequence": 14
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012052"
},
"vehicle": {
"id": "891",
"label": "891"
}
}
},
{
"id": "3012054",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142100",
"uncertainty": 120
},
"stopId": "0:INTJOBA2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13012054"
}
}
},
{
"id": "3048299",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048299"
}
}
},
{
"id": "3229483",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137511",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137541",
"uncertainty": 120
},
"departure": {
"time": "1759137541",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137602",
"uncertainty": 120
},
"departure": {
"time": "1759137602",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137625",
"uncertainty": 120
},
"departure": {
"time": "1759137625",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137658",
"uncertainty": 120
},
"departure": {
"time": "1759137658",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137691",
"uncertainty": 120
},
"departure": {
"time": "1759137691",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137705",
"uncertainty": 120
},
"departure": {
"time": "1759137705",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137751",
"uncertainty": 120
},
"departure": {
"time": "1759137751",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137818",
"uncertainty": 120
},
"departure": {
"time": "1759137841",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137894",
"uncertainty": 120
},
"departure": {
"time": "1759137901",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137931",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138097",
"uncertainty": 120
},
"departure": {
"time": "1759138111",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138157",
"uncertainty": 120
},
"departure": {
"time": "1759138157",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138379",
"uncertainty": 120
},
"departure": {
"time": "1759138471",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138587",
"uncertainty": 120
},
"departure": {
"time": "1759138587",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138621",
"uncertainty": 120
},
"departure": {
"time": "1759138681",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138951",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138965",
"uncertainty": 120
},
"departure": {
"time": "1759138965",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139000",
"uncertainty": 120
},
"departure": {
"time": "1759139000",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139037",
"uncertainty": 120
},
"departure": {
"time": "1759139041",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139191",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139219",
"uncertainty": 120
},
"departure": {
"time": "1759139219",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139235",
"uncertainty": 120
},
"departure": {
"time": "1759139235",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139306",
"uncertainty": 120
},
"departure": {
"time": "1759139311",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139411",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139581",
"uncertainty": 120
},
"departure": {
"time": "1759139581",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139689",
"uncertainty": 120
},
"departure": {
"time": "1759139689",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139810",
"uncertainty": 120
},
"departure": {
"time": "1759139810",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139838",
"uncertainty": 120
},
"departure": {
"time": "1759139838",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139900",
"uncertainty": 120
},
"departure": {
"time": "1759139900",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139932",
"uncertainty": 120
},
"departure": {
"time": "1759139932",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139950",
"uncertainty": 120
},
"departure": {
"time": "1759139950",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140010",
"uncertainty": 120
},
"departure": {
"time": "1759140010",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140068",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229483"
},
"vehicle": {
"id": "2147",
"label": "2147"
}
}
},
{
"id": "3048294",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139880",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139975",
"uncertainty": 120
},
"departure": {
"time": "1759139975",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140100",
"uncertainty": 120
},
"departure": {
"time": "1759140100",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140159",
"uncertainty": 120
},
"departure": {
"time": "1759140159",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140250",
"uncertainty": 120
},
"departure": {
"time": "1759140250",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140332",
"uncertainty": 120
},
"departure": {
"time": "1759140332",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140393",
"uncertainty": 120
},
"departure": {
"time": "1759140393",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140459",
"uncertainty": 120
},
"departure": {
"time": "1759140459",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140503",
"uncertainty": 120
},
"departure": {
"time": "1759140503",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140548",
"uncertainty": 120
},
"departure": {
"time": "1759140548",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140620",
"uncertainty": 120
},
"departure": {
"time": "1759140620",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140692",
"uncertainty": 120
},
"departure": {
"time": "1759140692",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140779",
"uncertainty": 120
},
"departure": {
"time": "1759140779",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140844",
"uncertainty": 120
},
"departure": {
"time": "1759140844",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140926",
"uncertainty": 120
},
"departure": {
"time": "1759140926",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140989",
"uncertainty": 120
},
"departure": {
"time": "1759140989",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141067",
"uncertainty": 120
},
"departure": {
"time": "1759141067",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141165",
"uncertainty": 120
},
"departure": {
"time": "1759141165",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141275",
"uncertainty": 120
},
"departure": {
"time": "1759141275",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141509",
"uncertainty": 120
},
"departure": {
"time": "1759141509",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141575",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048294"
}
}
},
{
"id": "3229485",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229485"
}
}
},
{
"id": "3229484",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142074",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142129",
"uncertainty": 120
},
"departure": {
"time": "1759142129",
"uncertainty": 120
},
"stopId": "0:CLETTE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142189",
"uncertainty": 120
},
"departure": {
"time": "1759142189",
"uncertainty": 120
},
"stopId": "0:CAILLOU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142225",
"uncertainty": 120
},
"departure": {
"time": "1759142225",
"uncertainty": 120
},
"stopId": "0:ROUSSEL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759142274",
"uncertainty": 120
},
"departure": {
"time": "1759142274",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759142340",
"uncertainty": 120
},
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:SANSONN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759142362",
"uncertainty": 120
},
"departure": {
"time": "1759142362",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759142428",
"uncertainty": 120
},
"departure": {
"time": "1759142428",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759142510",
"uncertainty": 120
},
"departure": {
"time": "1759142510",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759142554",
"uncertainty": 120
},
"departure": {
"time": "1759142554",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142600",
"uncertainty": 120
},
"departure": {
"time": "1759142600",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 11
},
{
"arrival": {
"time": "1759142778",
"uncertainty": 120
},
"departure": {
"time": "1759142778",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759142878",
"uncertainty": 120
},
"departure": {
"time": "1759142878",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 13
},
{
"arrival": {
"time": "1759143138",
"uncertainty": 120
},
"departure": {
"time": "1759143138",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 14
},
{
"arrival": {
"time": "1759143326",
"uncertainty": 120
},
"departure": {
"time": "1759143326",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 15
},
{
"arrival": {
"time": "1759143381",
"uncertainty": 120
},
"departure": {
"time": "1759143381",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 16
},
{
"arrival": {
"time": "1759143680",
"uncertainty": 120
},
"departure": {
"time": "1759143680",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759143757",
"uncertainty": 120
},
"departure": {
"time": "1759143757",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759143810",
"uncertainty": 120
},
"departure": {
"time": "1759143810",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143841",
"uncertainty": 120
},
"departure": {
"time": "1759143841",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759143904",
"uncertainty": 120
},
"departure": {
"time": "1759143904",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759143960",
"uncertainty": 120
},
"departure": {
"time": "1759143960",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759144019",
"uncertainty": 120
},
"departure": {
"time": "1759144019",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759144065",
"uncertainty": 120
},
"departure": {
"time": "1759144065",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759144162",
"uncertainty": 120
},
"departure": {
"time": "1759144162",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 25
},
{
"arrival": {
"time": "1759144280",
"uncertainty": 120
},
"departure": {
"time": "1759144280",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759144459",
"uncertainty": 120
},
"departure": {
"time": "1759144459",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759144580",
"uncertainty": 120
},
"departure": {
"time": "1759144580",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759144730",
"uncertainty": 120
},
"departure": {
"time": "1759144730",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759144769",
"uncertainty": 120
},
"departure": {
"time": "1759144769",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759144839",
"uncertainty": 120
},
"departure": {
"time": "1759144839",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759144880",
"uncertainty": 120
},
"departure": {
"time": "1759144880",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759144931",
"uncertainty": 120
},
"departure": {
"time": "1759144931",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759145000",
"uncertainty": 120
},
"departure": {
"time": "1759145000",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759145050",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229484"
}
}
},
{
"id": "3229486",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229486"
}
}
},
{
"id": "3304594",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143180",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304594"
}
}
},
{
"id": "3304592",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141980",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142045",
"uncertainty": 120
},
"departure": {
"time": "1759142045",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142126",
"uncertainty": 120
},
"departure": {
"time": "1759142126",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142223",
"uncertainty": 120
},
"departure": {
"time": "1759142223",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759142308",
"uncertainty": 120
},
"departure": {
"time": "1759142308",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759142382",
"uncertainty": 120
},
"departure": {
"time": "1759142382",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759142445",
"uncertainty": 120
},
"departure": {
"time": "1759142445",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759142520",
"uncertainty": 120
},
"departure": {
"time": "1759142520",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759142572",
"uncertainty": 120
},
"departure": {
"time": "1759142572",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759142648",
"uncertainty": 120
},
"departure": {
"time": "1759142648",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142721",
"uncertainty": 120
},
"departure": {
"time": "1759142721",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759142764",
"uncertainty": 120
},
"departure": {
"time": "1759142764",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759142880",
"uncertainty": 120
},
"departure": {
"time": "1759142880",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759142957",
"uncertainty": 120
},
"departure": {
"time": "1759142957",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759143018",
"uncertainty": 120
},
"departure": {
"time": "1759143018",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759143168",
"uncertainty": 120
},
"departure": {
"time": "1759143168",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759143271",
"uncertainty": 120
},
"departure": {
"time": "1759143271",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759143420",
"uncertainty": 120
},
"departure": {
"time": "1759143420",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759143497",
"uncertainty": 120
},
"departure": {
"time": "1759143497",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143600",
"uncertainty": 120
},
"departure": {
"time": "1759143600",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759143809",
"uncertainty": 120
},
"departure": {
"time": "1759143809",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759144140",
"uncertainty": 120
},
"departure": {
"time": "1759144140",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759144332",
"uncertainty": 120
},
"departure": {
"time": "1759144332",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759144440",
"uncertainty": 120
},
"departure": {
"time": "1759144440",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759144533",
"uncertainty": 120
},
"departure": {
"time": "1759144533",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759144615",
"uncertainty": 120
},
"departure": {
"time": "1759144615",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759144689",
"uncertainty": 120
},
"departure": {
"time": "1759144689",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759144765",
"uncertainty": 120
},
"departure": {
"time": "1759144765",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759144860",
"uncertainty": 120
},
"departure": {
"time": "1759144860",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759144914",
"uncertainty": 120
},
"departure": {
"time": "1759144914",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759144978",
"uncertainty": 120
},
"departure": {
"time": "1759144978",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759145067",
"uncertainty": 120
},
"departure": {
"time": "1759145067",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759145116",
"uncertainty": 120
},
"departure": {
"time": "1759145116",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759145171",
"uncertainty": 120
},
"departure": {
"time": "1759145171",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759145217",
"uncertainty": 120
},
"departure": {
"time": "1759145217",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759145275",
"uncertainty": 120
},
"departure": {
"time": "1759145275",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759145354",
"uncertainty": 120
},
"departure": {
"time": "1759145354",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759145412",
"uncertainty": 120
},
"departure": {
"time": "1759145412",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759145457",
"uncertainty": 120
},
"departure": {
"time": "1759145457",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759145637",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304592"
}
}
},
{
"id": "3304593",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304593"
}
}
},
{
"id": "3229445",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138440",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138551",
"uncertainty": 120
},
"departure": {
"time": "1759138551",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138571",
"uncertainty": 120
},
"departure": {
"time": "1759138571",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138622",
"uncertainty": 120
},
"departure": {
"time": "1759138622",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138667",
"uncertainty": 120
},
"departure": {
"time": "1759138681",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138741",
"uncertainty": 120
},
"departure": {
"time": "1759138742",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138814",
"uncertainty": 120
},
"departure": {
"time": "1759138832",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138899",
"uncertainty": 120
},
"departure": {
"time": "1759138921",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139059",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139150",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139372",
"uncertainty": 120
},
"departure": {
"time": "1759139460",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139612",
"uncertainty": 120
},
"departure": {
"time": "1759139612",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139641",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139834",
"uncertainty": 120
},
"departure": {
"time": "1759139834",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139923",
"uncertainty": 120
},
"departure": {
"time": "1759139923",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139941",
"uncertainty": 120
},
"departure": {
"time": "1759139941",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139976",
"uncertainty": 120
},
"departure": {
"time": "1759139976",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140016",
"uncertainty": 120
},
"departure": {
"time": "1759140016",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140156",
"uncertainty": 120
},
"departure": {
"time": "1759140156",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140207",
"uncertainty": 120
},
"departure": {
"time": "1759140207",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140226",
"uncertainty": 120
},
"departure": {
"time": "1759140226",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140300",
"uncertainty": 120
},
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140402",
"uncertainty": 120
},
"departure": {
"time": "1759140402",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140555",
"uncertainty": 120
},
"departure": {
"time": "1759140555",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140689",
"uncertainty": 120
},
"departure": {
"time": "1759140689",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140812",
"uncertainty": 120
},
"departure": {
"time": "1759140812",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140840",
"uncertainty": 120
},
"departure": {
"time": "1759140840",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140901",
"uncertainty": 120
},
"departure": {
"time": "1759140901",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140935",
"uncertainty": 120
},
"departure": {
"time": "1759140935",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140958",
"uncertainty": 120
},
"departure": {
"time": "1759140958",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141020",
"uncertainty": 120
},
"departure": {
"time": "1759141020",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141070",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229445"
},
"vehicle": {
"id": "1357",
"label": "1357"
}
}
},
{
"id": "3229447",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142040",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142177",
"uncertainty": 120
},
"departure": {
"time": "1759142177",
"uncertainty": 120
},
"stopId": "0:VIGNES1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142220",
"uncertainty": 120
},
"departure": {
"time": "1759142220",
"uncertainty": 120
},
"stopId": "0:MIRABEL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142272",
"uncertainty": 120
},
"departure": {
"time": "1759142272",
"uncertainty": 120
},
"stopId": "0:BUTTE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759142340",
"uncertainty": 120
},
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:BUCHOZ1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759142407",
"uncertainty": 120
},
"departure": {
"time": "1759142407",
"uncertainty": 120
},
"stopId": "0:NJUNG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759142490",
"uncertainty": 120
},
"departure": {
"time": "1759142490",
"uncertainty": 120
},
"stopId": "0:LEMOYNE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759142534",
"uncertainty": 120
},
"departure": {
"time": "1759142534",
"uncertainty": 120
},
"stopId": "0:COLIBRI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759142580",
"uncertainty": 120
},
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:TIGNO414",
"stopSequence": 9
},
{
"arrival": {
"time": "1759142760",
"uncertainty": 120
},
"departure": {
"time": "1759142760",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142860",
"uncertainty": 120
},
"departure": {
"time": "1759142860",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 11
},
{
"arrival": {
"time": "1759143120",
"uncertainty": 120
},
"departure": {
"time": "1759143120",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 12
},
{
"arrival": {
"time": "1759143308",
"uncertainty": 120
},
"departure": {
"time": "1759143308",
"uncertainty": 120
},
"stopId": "0:STNICOL3",
"stopSequence": 13
},
{
"arrival": {
"time": "1759143360",
"uncertainty": 120
},
"departure": {
"time": "1759143360",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 14
},
{
"arrival": {
"time": "1759143660",
"uncertainty": 120
},
"departure": {
"time": "1759143660",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759143737",
"uncertainty": 120
},
"departure": {
"time": "1759143737",
"uncertainty": 120
},
"stopId": "0:FRIANT2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759143790",
"uncertainty": 120
},
"departure": {
"time": "1759143790",
"uncertainty": 120
},
"stopId": "0:HERMITE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759143821",
"uncertainty": 120
},
"departure": {
"time": "1759143821",
"uncertainty": 120
},
"stopId": "0:COLLIGN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759143884",
"uncertainty": 120
},
"departure": {
"time": "1759143884",
"uncertainty": 120
},
"stopId": "0:DUCROCQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143940",
"uncertainty": 120
},
"departure": {
"time": "1759143940",
"uncertainty": 120
},
"stopId": "0:HESTAUX2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759143999",
"uncertainty": 120
},
"departure": {
"time": "1759143999",
"uncertainty": 120
},
"stopId": "0:GOUSSEL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759144045",
"uncertainty": 120
},
"departure": {
"time": "1759144045",
"uncertainty": 120
},
"stopId": "0:CLAUDEL2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759144142",
"uncertainty": 120
},
"departure": {
"time": "1759144142",
"uncertainty": 120
},
"stopId": "0:OBERL653",
"stopSequence": 23
},
{
"arrival": {
"time": "1759144260",
"uncertainty": 120
},
"departure": {
"time": "1759144260",
"uncertainty": 120
},
"stopId": "0:PEUPLIE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759144439",
"uncertainty": 120
},
"departure": {
"time": "1759144439",
"uncertainty": 120
},
"stopId": "0:GRIGY2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759144560",
"uncertainty": 120
},
"departure": {
"time": "1759144560",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759144712",
"uncertainty": 120
},
"departure": {
"time": "1759144712",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759144751",
"uncertainty": 120
},
"departure": {
"time": "1759144751",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759144822",
"uncertainty": 120
},
"departure": {
"time": "1759144822",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759144863",
"uncertainty": 120
},
"departure": {
"time": "1759144863",
"uncertainty": 120
},
"stopId": "0:30JOURS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759144914",
"uncertainty": 120
},
"departure": {
"time": "1759144914",
"uncertainty": 120
},
"stopId": "0:LADAME2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759144983",
"uncertainty": 120
},
"departure": {
"time": "1759144983",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759145033",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229447"
}
}
},
{
"id": "3304586",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138440",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138479",
"uncertainty": 120
},
"departure": {
"time": "1759138479",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138532",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138615",
"uncertainty": 120
},
"departure": {
"time": "1759138623",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138703",
"uncertainty": 120
},
"departure": {
"time": "1759138703",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138812",
"uncertainty": 120
},
"departure": {
"time": "1759138812",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138892",
"uncertainty": 120
},
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138922",
"uncertainty": 120
},
"departure": {
"time": "1759138952",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139012",
"uncertainty": 120
},
"departure": {
"time": "1759139012",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139068",
"uncertainty": 120
},
"departure": {
"time": "1759139068",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139075",
"uncertainty": 120
},
"departure": {
"time": "1759139075",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139192",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139282",
"uncertainty": 120
},
"departure": {
"time": "1759139282",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139334",
"uncertainty": 120
},
"departure": {
"time": "1759139342",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139462",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139522",
"uncertainty": 120
},
"departure": {
"time": "1759139552",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139670",
"uncertainty": 120
},
"departure": {
"time": "1759139670",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139730",
"uncertainty": 120
},
"departure": {
"time": "1759139730",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139796",
"uncertainty": 120
},
"departure": {
"time": "1759139796",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139951",
"uncertainty": 120
},
"departure": {
"time": "1759139951",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140160",
"uncertainty": 120
},
"departure": {
"time": "1759140540",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140642",
"uncertainty": 120
},
"departure": {
"time": "1759140642",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140732",
"uncertainty": 120
},
"departure": {
"time": "1759140732",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140800",
"uncertainty": 120
},
"departure": {
"time": "1759140800",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140848",
"uncertainty": 120
},
"departure": {
"time": "1759140848",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140912",
"uncertainty": 120
},
"departure": {
"time": "1759140912",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140999",
"uncertainty": 120
},
"departure": {
"time": "1759140999",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141068",
"uncertainty": 120
},
"departure": {
"time": "1759141068",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141127",
"uncertainty": 120
},
"departure": {
"time": "1759141127",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141188",
"uncertainty": 120
},
"departure": {
"time": "1759141188",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141278",
"uncertainty": 120
},
"departure": {
"time": "1759141278",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141327",
"uncertainty": 120
},
"departure": {
"time": "1759141327",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141382",
"uncertainty": 120
},
"departure": {
"time": "1759141382",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141428",
"uncertainty": 120
},
"departure": {
"time": "1759141428",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141501",
"uncertainty": 120
},
"departure": {
"time": "1759141501",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141600",
"uncertainty": 120
},
"departure": {
"time": "1759141600",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141673",
"uncertainty": 120
},
"departure": {
"time": "1759141673",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141728",
"uncertainty": 120
},
"departure": {
"time": "1759141728",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759141908",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304586"
},
"vehicle": {
"id": "2151",
"label": "2151"
}
}
},
{
"id": "3047425",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047425"
}
}
},
{
"id": "3229446",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140180",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229446"
}
}
},
{
"id": "3304587",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139040",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139105",
"uncertainty": 120
},
"departure": {
"time": "1759139105",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139179",
"uncertainty": 120
},
"departure": {
"time": "1759139179",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139251",
"uncertainty": 120
},
"departure": {
"time": "1759139283",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139368",
"uncertainty": 120
},
"departure": {
"time": "1759139368",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139431",
"uncertainty": 120
},
"departure": {
"time": "1759139431",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139475",
"uncertainty": 120
},
"departure": {
"time": "1759139475",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139515",
"uncertainty": 120
},
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139558",
"uncertainty": 120
},
"departure": {
"time": "1759139558",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139612",
"uncertainty": 120
},
"departure": {
"time": "1759139612",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139685",
"uncertainty": 120
},
"departure": {
"time": "1759139685",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139696",
"uncertainty": 120
},
"departure": {
"time": "1759139696",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139813",
"uncertainty": 120
},
"departure": {
"time": "1759139813",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139902",
"uncertainty": 120
},
"departure": {
"time": "1759139902",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139955",
"uncertainty": 120
},
"departure": {
"time": "1759139955",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140078",
"uncertainty": 120
},
"departure": {
"time": "1759140078",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140142",
"uncertainty": 120
},
"departure": {
"time": "1759140142",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140239",
"uncertainty": 120
},
"departure": {
"time": "1759140239",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140301",
"uncertainty": 120
},
"departure": {
"time": "1759140301",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140368",
"uncertainty": 120
},
"departure": {
"time": "1759140368",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140523",
"uncertainty": 120
},
"departure": {
"time": "1759140523",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140817",
"uncertainty": 120
},
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141294",
"uncertainty": 120
},
"departure": {
"time": "1759141294",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141380",
"uncertainty": 120
},
"departure": {
"time": "1759141380",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141473",
"uncertainty": 120
},
"departure": {
"time": "1759141473",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141555",
"uncertainty": 120
},
"departure": {
"time": "1759141555",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141629",
"uncertainty": 120
},
"departure": {
"time": "1759141629",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141705",
"uncertainty": 120
},
"departure": {
"time": "1759141705",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141800",
"uncertainty": 120
},
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141855",
"uncertainty": 120
},
"departure": {
"time": "1759141855",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141920",
"uncertainty": 120
},
"departure": {
"time": "1759141920",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142010",
"uncertainty": 120
},
"departure": {
"time": "1759142010",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142059",
"uncertainty": 120
},
"departure": {
"time": "1759142059",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142114",
"uncertainty": 120
},
"departure": {
"time": "1759142114",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142160",
"uncertainty": 120
},
"departure": {
"time": "1759142160",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142233",
"uncertainty": 120
},
"departure": {
"time": "1759142233",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142332",
"uncertainty": 120
},
"departure": {
"time": "1759142332",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142405",
"uncertainty": 120
},
"departure": {
"time": "1759142405",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759142460",
"uncertainty": 120
},
"departure": {
"time": "1759142460",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304587"
},
"vehicle": {
"id": "2149",
"label": "2149"
}
}
},
{
"id": "3304584",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137300"
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137355"
},
"departure": {
"time": "1759137355"
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137449"
},
"departure": {
"time": "1759137449"
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137515"
},
"departure": {
"time": "1759137515"
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137597"
},
"departure": {
"time": "1759137597"
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137685"
},
"departure": {
"time": "1759137685"
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137723"
},
"departure": {
"time": "1759137723"
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137774"
},
"departure": {
"time": "1759137774"
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137806"
},
"departure": {
"time": "1759137806"
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137868"
},
"departure": {
"time": "1759137868"
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137926"
},
"departure": {
"time": "1759137926"
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137936"
},
"departure": {
"time": "1759137936"
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138056"
},
"departure": {
"time": "1759138056"
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138118"
},
"departure": {
"time": "1759138118"
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138151"
},
"departure": {
"time": "1759138151"
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138247"
},
"departure": {
"time": "1759138247"
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138310"
},
"departure": {
"time": "1759138310"
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138420"
},
"departure": {
"time": "1759138420"
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138482"
},
"departure": {
"time": "1759138482"
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138555"
},
"departure": {
"time": "1759138555"
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138712"
},
"departure": {
"time": "1759138712"
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138909",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139375",
"uncertainty": 120
},
"departure": {
"time": "1759139490",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139580",
"uncertainty": 120
},
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139703",
"uncertainty": 120
},
"departure": {
"time": "1759139703",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139745",
"uncertainty": 120
},
"departure": {
"time": "1759139745",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139806",
"uncertainty": 120
},
"departure": {
"time": "1759139806",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139895",
"uncertainty": 120
},
"departure": {
"time": "1759139895",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139959",
"uncertainty": 120
},
"departure": {
"time": "1759139959",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140019",
"uncertainty": 120
},
"departure": {
"time": "1759140019",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140080",
"uncertainty": 120
},
"departure": {
"time": "1759140080",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140160",
"uncertainty": 120
},
"departure": {
"time": "1759140160",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140183",
"uncertainty": 120
},
"departure": {
"time": "1759140183",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140261",
"uncertainty": 120
},
"departure": {
"time": "1759140261",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140308",
"uncertainty": 120
},
"departure": {
"time": "1759140308",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140372",
"uncertainty": 120
},
"departure": {
"time": "1759140372",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140436",
"uncertainty": 120
},
"departure": {
"time": "1759140436",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140520",
"uncertainty": 120
},
"departure": {
"time": "1759140520",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759140579",
"uncertainty": 120
},
"departure": {
"time": "1759140579",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759140721",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304584"
},
"vehicle": {
"id": "1351",
"label": "1351"
}
}
},
{
"id": "3304585",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137840",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137916",
"uncertainty": 120
},
"departure": {
"time": "1759137916",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137998",
"uncertainty": 120
},
"departure": {
"time": "1759137998",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138071",
"uncertainty": 120
},
"departure": {
"time": "1759138111",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138190",
"uncertainty": 120
},
"departure": {
"time": "1759138201",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138261",
"uncertainty": 120
},
"departure": {
"time": "1759138261",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138315",
"uncertainty": 120
},
"departure": {
"time": "1759138315",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138364",
"uncertainty": 120
},
"departure": {
"time": "1759138364",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138398",
"uncertainty": 120
},
"departure": {
"time": "1759138398",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138449",
"uncertainty": 120
},
"departure": {
"time": "1759138471",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138539",
"uncertainty": 120
},
"departure": {
"time": "1759138539",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138596",
"uncertainty": 120
},
"departure": {
"time": "1759138596",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138704",
"uncertainty": 120
},
"departure": {
"time": "1759138711",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138801",
"uncertainty": 120
},
"departure": {
"time": "1759138801",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138832",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138978",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139080",
"uncertainty": 120
},
"departure": {
"time": "1759139101",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139280",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139339",
"uncertainty": 120
},
"departure": {
"time": "1759139339",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139402",
"uncertainty": 120
},
"departure": {
"time": "1759139460",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139611",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139849",
"uncertainty": 120
},
"departure": {
"time": "1759139940",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140040",
"uncertainty": 120
},
"departure": {
"time": "1759140040",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140132",
"uncertainty": 120
},
"departure": {
"time": "1759140132",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140196",
"uncertainty": 120
},
"departure": {
"time": "1759140196",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140238",
"uncertainty": 120
},
"departure": {
"time": "1759140238",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140300",
"uncertainty": 120
},
"departure": {
"time": "1759140300",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140388",
"uncertainty": 120
},
"departure": {
"time": "1759140388",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140452",
"uncertainty": 120
},
"departure": {
"time": "1759140452",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140511",
"uncertainty": 120
},
"departure": {
"time": "1759140511",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140572",
"uncertainty": 120
},
"departure": {
"time": "1759140572",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140654",
"uncertainty": 120
},
"departure": {
"time": "1759140654",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140681",
"uncertainty": 120
},
"departure": {
"time": "1759140681",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140756",
"uncertainty": 120
},
"departure": {
"time": "1759140756",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140803",
"uncertainty": 120
},
"departure": {
"time": "1759140803",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140869",
"uncertainty": 120
},
"departure": {
"time": "1759140869",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140939",
"uncertainty": 120
},
"departure": {
"time": "1759140939",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141021",
"uncertainty": 120
},
"departure": {
"time": "1759141021",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141079",
"uncertainty": 120
},
"departure": {
"time": "1759141079",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759141201",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304585"
},
"vehicle": {
"id": "2052",
"label": "2052"
}
}
},
{
"id": "3304590",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304590"
}
}
},
{
"id": "3010678",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400"
},
"stopId": "0:PRILLE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "89",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010678"
}
}
},
{
"id": "3304591",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141380",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304591"
}
}
},
{
"id": "3304588",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139705",
"uncertainty": 120
},
"departure": {
"time": "1759139705",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139780",
"uncertainty": 120
},
"departure": {
"time": "1759139780",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139855",
"uncertainty": 120
},
"departure": {
"time": "1759139855",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139940",
"uncertainty": 120
},
"departure": {
"time": "1759139940",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140004",
"uncertainty": 120
},
"departure": {
"time": "1759140004",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140050",
"uncertainty": 120
},
"departure": {
"time": "1759140050",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140094",
"uncertainty": 120
},
"departure": {
"time": "1759140094",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140133",
"uncertainty": 120
},
"departure": {
"time": "1759140133",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140189",
"uncertainty": 120
},
"departure": {
"time": "1759140189",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140247",
"uncertainty": 120
},
"departure": {
"time": "1759140247",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140258",
"uncertainty": 120
},
"departure": {
"time": "1759140258",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140375",
"uncertainty": 120
},
"departure": {
"time": "1759140375",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140464",
"uncertainty": 120
},
"departure": {
"time": "1759140464",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140517",
"uncertainty": 120
},
"departure": {
"time": "1759140517",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140640",
"uncertainty": 120
},
"departure": {
"time": "1759140640",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140705",
"uncertainty": 120
},
"departure": {
"time": "1759140705",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140810",
"uncertainty": 120
},
"departure": {
"time": "1759140810",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140870",
"uncertainty": 120
},
"departure": {
"time": "1759140870",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140938",
"uncertainty": 120
},
"departure": {
"time": "1759140938",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141096",
"uncertainty": 120
},
"departure": {
"time": "1759141096",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141390",
"uncertainty": 120
},
"departure": {
"time": "1759141390",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141567",
"uncertainty": 120
},
"departure": {
"time": "1759141567",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141666",
"uncertainty": 120
},
"departure": {
"time": "1759141666",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141759",
"uncertainty": 120
},
"departure": {
"time": "1759141759",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141841",
"uncertainty": 120
},
"departure": {
"time": "1759141841",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141915",
"uncertainty": 120
},
"departure": {
"time": "1759141915",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141991",
"uncertainty": 120
},
"departure": {
"time": "1759141991",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142086",
"uncertainty": 120
},
"departure": {
"time": "1759142086",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142141",
"uncertainty": 120
},
"departure": {
"time": "1759142141",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142206",
"uncertainty": 120
},
"departure": {
"time": "1759142206",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142296",
"uncertainty": 120
},
"departure": {
"time": "1759142296",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142345",
"uncertainty": 120
},
"departure": {
"time": "1759142345",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142400",
"uncertainty": 120
},
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142446",
"uncertainty": 120
},
"departure": {
"time": "1759142446",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142519",
"uncertainty": 120
},
"departure": {
"time": "1759142519",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142618",
"uncertainty": 120
},
"departure": {
"time": "1759142618",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759142691",
"uncertainty": 120
},
"departure": {
"time": "1759142691",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759142746",
"uncertainty": 120
},
"departure": {
"time": "1759142746",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759142926",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304588"
},
"vehicle": {
"id": "2144",
"label": "2144"
}
}
},
{
"id": "3304589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140180",
"uncertainty": 120
},
"stopId": "0:LEPATIS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140245",
"uncertainty": 120
},
"departure": {
"time": "1759140245",
"uncertainty": 120
},
"stopId": "0:JLAURAI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140320",
"uncertainty": 120
},
"departure": {
"time": "1759140320",
"uncertainty": 120
},
"stopId": "0:WCHATEA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140395",
"uncertainty": 120
},
"departure": {
"time": "1759140395",
"uncertainty": 120
},
"stopId": "0:WOIPHOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140480",
"uncertainty": 120
},
"departure": {
"time": "1759140480",
"uncertainty": 120
},
"stopId": "0:SAULES1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140544",
"uncertainty": 120
},
"departure": {
"time": "1759140544",
"uncertainty": 120
},
"stopId": "0:ROSEMAR1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140590",
"uncertainty": 120
},
"departure": {
"time": "1759140590",
"uncertainty": 120
},
"stopId": "0:RUCHER1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140634",
"uncertainty": 120
},
"departure": {
"time": "1759140634",
"uncertainty": 120
},
"stopId": "0:COUPILL1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140673",
"uncertainty": 120
},
"departure": {
"time": "1759140673",
"uncertainty": 120
},
"stopId": "0:MORLOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140729",
"uncertainty": 120
},
"departure": {
"time": "1759140729",
"uncertainty": 120
},
"stopId": "0:4BORNES1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140794",
"uncertainty": 120
},
"departure": {
"time": "1759140794",
"uncertainty": 120
},
"stopId": "0:DAGA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140819",
"uncertainty": 120
},
"departure": {
"time": "1759140819",
"uncertainty": 120
},
"stopId": "0:PAQUET1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140936",
"uncertainty": 120
},
"departure": {
"time": "1759140936",
"uncertainty": 120
},
"stopId": "0:PATROTT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141020",
"uncertainty": 120
},
"departure": {
"time": "1759141020",
"uncertainty": 120
},
"stopId": "0:DALES1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141077",
"uncertainty": 120
},
"departure": {
"time": "1759141077",
"uncertainty": 120
},
"stopId": "0:BERNANO1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141212",
"uncertainty": 120
},
"departure": {
"time": "1759141212",
"uncertainty": 120
},
"stopId": "0:ROCHAMB1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141294",
"uncertainty": 120
},
"departure": {
"time": "1759141294",
"uncertainty": 120
},
"stopId": "0:PONTIFF1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141443",
"uncertainty": 120
},
"departure": {
"time": "1759141443",
"uncertainty": 120
},
"stopId": "0:RIMPORT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141520",
"uncertainty": 120
},
"departure": {
"time": "1759141520",
"uncertainty": 120
},
"stopId": "0:STGEORG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141623",
"uncertainty": 120
},
"departure": {
"time": "1759141623",
"uncertainty": 120
},
"stopId": "0:PREFECT3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141824",
"uncertainty": 120
},
"departure": {
"time": "1759141824",
"uncertainty": 120
},
"stopId": "0:SQLUX118",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142143",
"uncertainty": 120
},
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142494",
"uncertainty": 120
},
"departure": {
"time": "1759142494",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142580",
"uncertainty": 120
},
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142673",
"uncertainty": 120
},
"departure": {
"time": "1759142673",
"uncertainty": 120
},
"stopId": "0:LAFAYET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142755",
"uncertainty": 120
},
"departure": {
"time": "1759142755",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142829",
"uncertainty": 120
},
"departure": {
"time": "1759142829",
"uncertainty": 120
},
"stopId": "0:BOILVIN2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142905",
"uncertainty": 120
},
"departure": {
"time": "1759142905",
"uncertainty": 120
},
"stopId": "0:SLIVIER2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759143000",
"uncertainty": 120
},
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:EGLISE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759143055",
"uncertainty": 120
},
"departure": {
"time": "1759143055",
"uncertainty": 120
},
"stopId": "0:LAVOIR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759143120",
"uncertainty": 120
},
"departure": {
"time": "1759143120",
"uncertainty": 120
},
"stopId": "0:4VENTS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759143210",
"uncertainty": 120
},
"departure": {
"time": "1759143210",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759143259",
"uncertainty": 120
},
"departure": {
"time": "1759143259",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 33
},
{
"arrival": {
"time": "1759143314",
"uncertainty": 120
},
"departure": {
"time": "1759143314",
"uncertainty": 120
},
"stopId": "0:JERUSAL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759143360",
"uncertainty": 120
},
"departure": {
"time": "1759143360",
"uncertainty": 120
},
"stopId": "0:COLSON2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759143418",
"uncertainty": 120
},
"departure": {
"time": "1759143418",
"uncertainty": 120
},
"stopId": "0:VACONS2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759143497",
"uncertainty": 120
},
"departure": {
"time": "1759143497",
"uncertainty": 120
},
"stopId": "0:MARGUER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1759143555",
"uncertainty": 120
},
"departure": {
"time": "1759143555",
"uncertainty": 120
},
"stopId": "0:VOLONTA2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759143600",
"uncertainty": 120
},
"departure": {
"time": "1759143600",
"uncertainty": 120
},
"stopId": "0:MTPRIVA2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759143780",
"uncertainty": 120
},
"stopId": "0:COSTEBE4",
"stopSequence": 40
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13304589"
}
}
},
{
"id": "3009773",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759141320",
"uncertainty": 120
},
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759141321",
"uncertainty": 120
},
"departure": {
"time": "1759141321",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759141629",
"uncertainty": 120
},
"departure": {
"time": "1759141629",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759140120",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140275",
"uncertainty": 120
},
"departure": {
"time": "1759140275",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140360",
"uncertainty": 120
},
"departure": {
"time": "1759140360",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140417",
"uncertainty": 120
},
"departure": {
"time": "1759140417",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140502",
"uncertainty": 120
},
"departure": {
"time": "1759140502",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140613",
"uncertainty": 120
},
"departure": {
"time": "1759140613",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140697",
"uncertainty": 120
},
"departure": {
"time": "1759140697",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140780",
"uncertainty": 120
},
"departure": {
"time": "1759140780",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140891",
"uncertainty": 120
},
"departure": {
"time": "1759140891",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140958",
"uncertainty": 120
},
"departure": {
"time": "1759140958",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141140",
"uncertainty": 120
},
"departure": {
"time": "1759141140",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141221",
"uncertainty": 120
},
"departure": {
"time": "1759141221",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141321",
"uncertainty": 120
},
"departure": {
"time": "1759141321",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141396",
"uncertainty": 120
},
"departure": {
"time": "1759141396",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141483",
"uncertainty": 120
},
"departure": {
"time": "1759141483",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141718",
"uncertainty": 120
},
"departure": {
"time": "1759141718",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141818",
"uncertainty": 120
},
"departure": {
"time": "1759141818",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141938",
"uncertainty": 120
},
"departure": {
"time": "1759141938",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142030",
"uncertainty": 120
},
"departure": {
"time": "1759142030",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142170",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009773"
}
}
},
{
"id": "3047446",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138651",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138801",
"uncertainty": 120
},
"departure": {
"time": "1759138801",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138846",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138903",
"uncertainty": 120
},
"departure": {
"time": "1759138903",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139004",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139071",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139131",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139201",
"uncertainty": 120
},
"departure": {
"time": "1759139221",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139288",
"uncertainty": 120
},
"departure": {
"time": "1759139288",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139371",
"uncertainty": 120
},
"departure": {
"time": "1759139371",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139436",
"uncertainty": 120
},
"departure": {
"time": "1759139436",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139516",
"uncertainty": 120
},
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139581",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139687",
"uncertainty": 120
},
"departure": {
"time": "1759139687",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139773",
"uncertainty": 120
},
"departure": {
"time": "1759139773",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139869",
"uncertainty": 120
},
"departure": {
"time": "1759139869",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140036",
"uncertainty": 120
},
"departure": {
"time": "1759140036",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140089",
"uncertainty": 120
},
"departure": {
"time": "1759140089",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140151",
"uncertainty": 120
},
"departure": {
"time": "1759140151",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140229",
"uncertainty": 120
},
"departure": {
"time": "1759140229",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140293",
"uncertainty": 120
},
"departure": {
"time": "1759140293",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140352",
"uncertainty": 120
},
"departure": {
"time": "1759140352",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140480",
"uncertainty": 120
},
"departure": {
"time": "1759140480",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140584",
"uncertainty": 120
},
"departure": {
"time": "1759140584",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140671",
"uncertainty": 120
},
"departure": {
"time": "1759140671",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140763",
"uncertainty": 120
},
"departure": {
"time": "1759140763",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140794",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047446"
},
"vehicle": {
"id": "1327",
"label": "1327"
}
}
},
{
"id": "3229553",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137720",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137811",
"uncertainty": 120
},
"departure": {
"time": "1759137811",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137864",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137941",
"uncertainty": 120
},
"departure": {
"time": "1759137941",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137961",
"uncertainty": 120
},
"departure": {
"time": "1759137961",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138021",
"uncertainty": 120
},
"departure": {
"time": "1759138021",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138054",
"uncertainty": 120
},
"departure": {
"time": "1759138054",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138179",
"uncertainty": 120
},
"departure": {
"time": "1759138179",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138333",
"uncertainty": 120
},
"departure": {
"time": "1759138333",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138500",
"uncertainty": 120
},
"departure": {
"time": "1759138500",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138612",
"uncertainty": 120
},
"departure": {
"time": "1759138621",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138682",
"uncertainty": 120
},
"departure": {
"time": "1759138682",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138759",
"uncertainty": 120
},
"departure": {
"time": "1759138772",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138825",
"uncertainty": 120
},
"departure": {
"time": "1759138825",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138951",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138975",
"uncertainty": 120
},
"departure": {
"time": "1759138981",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139041",
"uncertainty": 120
},
"departure": {
"time": "1759139041",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139106",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139371",
"uncertainty": 120
},
"departure": {
"time": "1759139400",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139449",
"uncertainty": 120
},
"departure": {
"time": "1759139461",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139581",
"uncertainty": 120
},
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139812",
"uncertainty": 120
},
"departure": {
"time": "1759139812",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139948",
"uncertainty": 120
},
"departure": {
"time": "1759139948",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140071",
"uncertainty": 120
},
"departure": {
"time": "1759140071",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140087",
"uncertainty": 120
},
"departure": {
"time": "1759140087",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140132",
"uncertainty": 120
},
"departure": {
"time": "1759140132",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140187",
"uncertainty": 120
},
"departure": {
"time": "1759140187",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140240",
"uncertainty": 120
},
"departure": {
"time": "1759140240",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140282",
"uncertainty": 120
},
"departure": {
"time": "1759140282",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140349",
"uncertainty": 120
},
"departure": {
"time": "1759140349",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140399",
"uncertainty": 120
},
"departure": {
"time": "1759140399",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140449",
"uncertainty": 120
},
"departure": {
"time": "1759140449",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140494",
"uncertainty": 120
},
"departure": {
"time": "1759140494",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140597",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229553"
},
"vehicle": {
"id": "1831",
"label": "1831"
}
}
},
{
"id": "3009772",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139379",
"uncertainty": 120
},
"departure": {
"time": "1759139379",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759139380",
"uncertainty": 120
},
"departure": {
"time": "1759139380",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759139613",
"uncertainty": 120
},
"departure": {
"time": "1759139613",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759138320",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138484",
"uncertainty": 120
},
"departure": {
"time": "1759138484",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138583",
"uncertainty": 120
},
"departure": {
"time": "1759138604",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138636",
"uncertainty": 120
},
"departure": {
"time": "1759138636",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138724",
"uncertainty": 120
},
"departure": {
"time": "1759138724",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138813",
"uncertainty": 120
},
"departure": {
"time": "1759138813",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138874",
"uncertainty": 120
},
"departure": {
"time": "1759138874",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138928",
"uncertainty": 120
},
"departure": {
"time": "1759138934",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139009",
"uncertainty": 120
},
"departure": {
"time": "1759139024",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139084",
"uncertainty": 120
},
"departure": {
"time": "1759139084",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139218",
"uncertainty": 120
},
"departure": {
"time": "1759139234",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139269",
"uncertainty": 120
},
"departure": {
"time": "1759139269",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139501",
"uncertainty": 120
},
"departure": {
"time": "1759139501",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139567",
"uncertainty": 120
},
"departure": {
"time": "1759139567",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139644",
"uncertainty": 120
},
"departure": {
"time": "1759139644",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139717",
"uncertainty": 120
},
"departure": {
"time": "1759139717",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139823",
"uncertainty": 120
},
"departure": {
"time": "1759139823",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139894",
"uncertainty": 120
},
"departure": {
"time": "1759139894",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139937",
"uncertainty": 120
},
"departure": {
"time": "1759139937",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140021",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009772"
},
"vehicle": {
"id": "1851",
"label": "1851"
}
}
},
{
"id": "3229552",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138390",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139695"
},
"departure": {
"time": "1759139695"
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139833"
},
"departure": {
"time": "1759139833"
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140006"
},
"departure": {
"time": "1759140006"
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140124"
},
"departure": {
"time": "1759140124"
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140190"
},
"departure": {
"time": "1759140190"
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140265"
},
"departure": {
"time": "1759140265"
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140315"
},
"departure": {
"time": "1759140315"
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140356"
},
"departure": {
"time": "1759140356"
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140444"
},
"departure": {
"time": "1759140444"
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140468"
},
"departure": {
"time": "1759140468"
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140528"
},
"departure": {
"time": "1759140528"
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140595"
},
"departure": {
"time": "1759140595"
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140847"
},
"departure": {
"time": "1759140847"
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140896"
},
"departure": {
"time": "1759140896"
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141028"
},
"departure": {
"time": "1759141028"
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141317"
},
"departure": {
"time": "1759141317"
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141429"
},
"departure": {
"time": "1759141429"
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141547"
},
"departure": {
"time": "1759141547"
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141582"
},
"departure": {
"time": "1759141582"
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141617"
},
"departure": {
"time": "1759141617"
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141675"
},
"departure": {
"time": "1759141675"
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141732"
},
"departure": {
"time": "1759141732"
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141759"
},
"departure": {
"time": "1759141759"
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141826"
},
"departure": {
"time": "1759141826"
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141876"
},
"departure": {
"time": "1759141876"
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141926"
},
"departure": {
"time": "1759141926"
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141971"
},
"departure": {
"time": "1759141971"
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142074"
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229552"
},
"vehicle": {
"id": "548",
"label": "548"
}
}
},
{
"id": "3229555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141260",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229555"
}
}
},
{
"id": "3009774",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759143120",
"uncertainty": 120
},
"departure": {
"time": "1759143120",
"uncertainty": 120
},
"stopId": "0:GAREN2"
},
{
"arrival": {
"time": "1759143121",
"uncertainty": 120
},
"departure": {
"time": "1759143121",
"uncertainty": 120
},
"stopId": "0:GARENNE2"
},
{
"arrival": {
"time": "1759143429",
"uncertainty": 120
},
"departure": {
"time": "1759143429",
"uncertainty": 120
},
"stopId": "0:SORBIER3"
},
{
"departure": {
"time": "1759141920",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142075",
"uncertainty": 120
},
"departure": {
"time": "1759142075",
"uncertainty": 120
},
"stopId": "0:ROIGE352",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142160",
"uncertainty": 120
},
"departure": {
"time": "1759142160",
"uncertainty": 120
},
"stopId": "0:BONSEC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142217",
"uncertainty": 120
},
"departure": {
"time": "1759142217",
"uncertainty": 120
},
"stopId": "0:CHPETRE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759142302",
"uncertainty": 120
},
"departure": {
"time": "1759142302",
"uncertainty": 120
},
"stopId": "0:MANGIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759142413",
"uncertainty": 120
},
"departure": {
"time": "1759142413",
"uncertainty": 120
},
"stopId": "0:VAILLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759142497",
"uncertainty": 120
},
"departure": {
"time": "1759142497",
"uncertainty": 120
},
"stopId": "0:SEMINAI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759142580",
"uncertainty": 120
},
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:STANDRE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759142691",
"uncertainty": 120
},
"departure": {
"time": "1759142691",
"uncertainty": 120
},
"stopId": "0:PREVOTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759142758",
"uncertainty": 120
},
"departure": {
"time": "1759142758",
"uncertainty": 120
},
"stopId": "0:JEANNED2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759142940",
"uncertainty": 120
},
"departure": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:COSTEBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759143021",
"uncertainty": 120
},
"departure": {
"time": "1759143021",
"uncertainty": 120
},
"stopId": "0:GRORMES2",
"stopSequence": 12
},
{
"arrival": {
"time": "1759143121",
"uncertainty": 120
},
"departure": {
"time": "1759143121",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GARENNE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759143196",
"uncertainty": 120
},
"departure": {
"time": "1759143196",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:LESCLOS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759143283",
"uncertainty": 120
},
"departure": {
"time": "1759143283",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SORBIER2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759143518",
"uncertainty": 120
},
"departure": {
"time": "1759143518",
"uncertainty": 120
},
"stopId": "0:PJOLY2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759143618",
"uncertainty": 120
},
"departure": {
"time": "1759143618",
"uncertainty": 120
},
"stopId": "0:HOTELVI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759143738",
"uncertainty": 120
},
"departure": {
"time": "1759143738",
"uncertainty": 120
},
"stopId": "0:JOSEPH2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759143809",
"uncertainty": 120
},
"departure": {
"time": "1759143809",
"uncertainty": 120
},
"stopId": "0:PLGAULL2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759143918",
"uncertainty": 120
},
"stopId": "0:MARLY1",
"stopSequence": 20
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13009774"
}
}
},
{
"id": "3229554",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139497",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139560",
"uncertainty": 120
},
"departure": {
"time": "1759139560",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139619",
"uncertainty": 120
},
"departure": {
"time": "1759139619",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139661",
"uncertainty": 120
},
"departure": {
"time": "1759139661",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139704",
"uncertainty": 120
},
"departure": {
"time": "1759139704",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139784",
"uncertainty": 120
},
"departure": {
"time": "1759139784",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139816",
"uncertainty": 120
},
"departure": {
"time": "1759139816",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139932",
"uncertainty": 120
},
"departure": {
"time": "1759139932",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140070",
"uncertainty": 120
},
"departure": {
"time": "1759140070",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140243",
"uncertainty": 120
},
"departure": {
"time": "1759140243",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140361",
"uncertainty": 120
},
"departure": {
"time": "1759140361",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140434",
"uncertainty": 120
},
"departure": {
"time": "1759140434",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140510",
"uncertainty": 120
},
"departure": {
"time": "1759140510",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140558",
"uncertainty": 120
},
"departure": {
"time": "1759140558",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140607",
"uncertainty": 120
},
"departure": {
"time": "1759140607",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140692",
"uncertainty": 120
},
"departure": {
"time": "1759140692",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140716",
"uncertainty": 120
},
"departure": {
"time": "1759140716",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140776",
"uncertainty": 120
},
"departure": {
"time": "1759140776",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140845",
"uncertainty": 120
},
"departure": {
"time": "1759140845",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141115",
"uncertainty": 120
},
"departure": {
"time": "1759141115",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141173",
"uncertainty": 120
},
"departure": {
"time": "1759141173",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141329",
"uncertainty": 120
},
"departure": {
"time": "1759141329",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141618",
"uncertainty": 120
},
"departure": {
"time": "1759141618",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141749",
"uncertainty": 120
},
"departure": {
"time": "1759141749",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141882",
"uncertainty": 120
},
"departure": {
"time": "1759141882",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141921",
"uncertainty": 120
},
"departure": {
"time": "1759141921",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141960",
"uncertainty": 120
},
"departure": {
"time": "1759141960",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142026",
"uncertainty": 120
},
"departure": {
"time": "1759142026",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142087",
"uncertainty": 120
},
"departure": {
"time": "1759142087",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142123",
"uncertainty": 120
},
"departure": {
"time": "1759142123",
"uncertainty": 120
},
"stopId": "0:SANSONN2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142190",
"uncertainty": 120
},
"departure": {
"time": "1759142190",
"uncertainty": 120
},
"stopId": "0:BAUCHEZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142240",
"uncertainty": 120
},
"departure": {
"time": "1759142240",
"uncertainty": 120
},
"stopId": "0:ROUSSEL2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142290",
"uncertainty": 120
},
"departure": {
"time": "1759142290",
"uncertainty": 120
},
"stopId": "0:CAILLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142335",
"uncertainty": 120
},
"departure": {
"time": "1759142335",
"uncertainty": 120
},
"stopId": "0:CLETTE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142438",
"uncertainty": 120
},
"stopId": "0:PRESJAC1",
"stopSequence": 35
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229554"
},
"vehicle": {
"id": "1738",
"label": "1738"
}
}
},
{
"id": "3047441",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140660",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047441"
}
}
},
{
"id": "3010626",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141020"
},
"stopId": "0:MOULI275",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010626"
}
}
},
{
"id": "3010149",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:CHENEAU2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "204",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010149"
}
}
},
{
"id": "3010145",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139700",
"uncertainty": 120
},
"stopId": "0:LMOULIN2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "205",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010145"
}
}
},
{
"id": "3047547",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139460",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139515",
"uncertainty": 120
},
"departure": {
"time": "1759139522",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139604",
"uncertainty": 120
},
"departure": {
"time": "1759139612",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139689",
"uncertainty": 120
},
"departure": {
"time": "1759139689",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139779",
"uncertainty": 120
},
"departure": {
"time": "1759139779",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139898",
"uncertainty": 120
},
"departure": {
"time": "1759139898",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139966",
"uncertainty": 120
},
"departure": {
"time": "1759139966",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140029",
"uncertainty": 120
},
"departure": {
"time": "1759140029",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140111",
"uncertainty": 120
},
"departure": {
"time": "1759140111",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140185",
"uncertainty": 120
},
"departure": {
"time": "1759140185",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140246",
"uncertainty": 120
},
"departure": {
"time": "1759140246",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140337",
"uncertainty": 120
},
"departure": {
"time": "1759140337",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140483",
"uncertainty": 120
},
"departure": {
"time": "1759140483",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140551",
"uncertainty": 120
},
"departure": {
"time": "1759140551",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140616",
"uncertainty": 120
},
"departure": {
"time": "1759140616",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140677",
"uncertainty": 120
},
"departure": {
"time": "1759140677",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140752",
"uncertainty": 120
},
"departure": {
"time": "1759140752",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140815",
"uncertainty": 120
},
"departure": {
"time": "1759140815",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140896",
"uncertainty": 120
},
"departure": {
"time": "1759140896",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140970",
"uncertainty": 120
},
"departure": {
"time": "1759140970",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141077",
"uncertainty": 120
},
"departure": {
"time": "1759141077",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141165",
"uncertainty": 120
},
"departure": {
"time": "1759141165",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141226",
"uncertainty": 120
},
"departure": {
"time": "1759141226",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141298",
"uncertainty": 120
},
"departure": {
"time": "1759141298",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141412",
"uncertainty": 120
},
"departure": {
"time": "1759141412",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141527",
"uncertainty": 120
},
"departure": {
"time": "1759141527",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141590",
"uncertainty": 120
},
"departure": {
"time": "1759141590",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141756",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047547"
},
"vehicle": {
"id": "1311",
"label": "1311"
}
}
},
{
"id": "3229515",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759136852",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759136931",
"uncertainty": 120
},
"departure": {
"time": "1759136931",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759136982",
"uncertainty": 120
},
"departure": {
"time": "1759137002",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137057",
"uncertainty": 120
},
"departure": {
"time": "1759137057",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137080",
"uncertainty": 120
},
"departure": {
"time": "1759137080",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137139",
"uncertainty": 120
},
"departure": {
"time": "1759137152",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137189",
"uncertainty": 120
},
"departure": {
"time": "1759137189",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137291",
"uncertainty": 120
},
"departure": {
"time": "1759137300",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137460",
"uncertainty": 120
},
"departure": {
"time": "1759137482",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137680",
"uncertainty": 120
},
"departure": {
"time": "1759137722",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137812",
"uncertainty": 120
},
"departure": {
"time": "1759137812",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137929",
"uncertainty": 120
},
"departure": {
"time": "1759137929",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137967",
"uncertainty": 120
},
"departure": {
"time": "1759137992",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138046",
"uncertainty": 120
},
"departure": {
"time": "1759138052",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138126",
"uncertainty": 120
},
"departure": {
"time": "1759138126",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138197",
"uncertainty": 120
},
"departure": {
"time": "1759138202",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138226",
"uncertainty": 120
},
"departure": {
"time": "1759138232",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138275",
"uncertainty": 120
},
"departure": {
"time": "1759138275",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138322",
"uncertainty": 120
},
"departure": {
"time": "1759138322",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138592",
"uncertainty": 120
},
"departure": {
"time": "1759138592",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138644",
"uncertainty": 120
},
"departure": {
"time": "1759138644",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759138832",
"uncertainty": 120
},
"departure": {
"time": "1759138862",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139012",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139080",
"uncertainty": 120
},
"departure": {
"time": "1759139102",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139223",
"uncertainty": 120
},
"departure": {
"time": "1759139223",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139236",
"uncertainty": 120
},
"departure": {
"time": "1759139252",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139297",
"uncertainty": 120
},
"departure": {
"time": "1759139312",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139365",
"uncertainty": 120
},
"departure": {
"time": "1759139372",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139423",
"uncertainty": 120
},
"departure": {
"time": "1759139432",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139492",
"uncertainty": 120
},
"departure": {
"time": "1759139492",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139537",
"uncertainty": 120
},
"departure": {
"time": "1759139553",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139582",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759139763",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229515"
},
"vehicle": {
"id": "1358",
"label": "1358"
}
}
},
{
"id": "3047519",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138833",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138859",
"uncertainty": 120
},
"departure": {
"time": "1759138859",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138953",
"uncertainty": 120
},
"departure": {
"time": "1759138982",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139052",
"uncertainty": 120
},
"departure": {
"time": "1759139052",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139140",
"uncertainty": 120
},
"departure": {
"time": "1759139140",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139256",
"uncertainty": 120
},
"departure": {
"time": "1759139256",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139324",
"uncertainty": 120
},
"departure": {
"time": "1759139343",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139402",
"uncertainty": 120
},
"departure": {
"time": "1759139402",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139481",
"uncertainty": 120
},
"departure": {
"time": "1759139492",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139561",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139642",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139733",
"uncertainty": 120
},
"departure": {
"time": "1759139733",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139879",
"uncertainty": 120
},
"departure": {
"time": "1759139879",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139947",
"uncertainty": 120
},
"departure": {
"time": "1759139947",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140012",
"uncertainty": 120
},
"departure": {
"time": "1759140012",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140072",
"uncertainty": 120
},
"departure": {
"time": "1759140072",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140147",
"uncertainty": 120
},
"departure": {
"time": "1759140147",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140209",
"uncertainty": 120
},
"departure": {
"time": "1759140209",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140289",
"uncertainty": 120
},
"departure": {
"time": "1759140289",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140363",
"uncertainty": 120
},
"departure": {
"time": "1759140363",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140455",
"uncertainty": 120
},
"departure": {
"time": "1759140455",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140533",
"uncertainty": 120
},
"departure": {
"time": "1759140533",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140608",
"uncertainty": 120
},
"departure": {
"time": "1759140608",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140680",
"uncertainty": 120
},
"departure": {
"time": "1759140680",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140767",
"uncertainty": 120
},
"departure": {
"time": "1759140767",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140828",
"uncertainty": 120
},
"departure": {
"time": "1759140828",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140915",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047519"
},
"vehicle": {
"id": "1317",
"label": "1317"
}
}
},
{
"id": "3229517",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140360",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140424",
"uncertainty": 120
},
"departure": {
"time": "1759140424",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140482",
"uncertainty": 120
},
"departure": {
"time": "1759140482",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140537",
"uncertainty": 120
},
"departure": {
"time": "1759140537",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140578",
"uncertainty": 120
},
"departure": {
"time": "1759140578",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140651",
"uncertainty": 120
},
"departure": {
"time": "1759140651",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140686",
"uncertainty": 120
},
"departure": {
"time": "1759140686",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140810",
"uncertainty": 120
},
"departure": {
"time": "1759140810",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140940",
"uncertainty": 120
},
"departure": {
"time": "1759140940",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141118",
"uncertainty": 120
},
"departure": {
"time": "1759141118",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141230",
"uncertainty": 120
},
"departure": {
"time": "1759141230",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141297",
"uncertainty": 120
},
"departure": {
"time": "1759141297",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141373",
"uncertainty": 120
},
"departure": {
"time": "1759141373",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141415",
"uncertainty": 120
},
"departure": {
"time": "1759141415",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141477",
"uncertainty": 120
},
"departure": {
"time": "1759141477",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141557",
"uncertainty": 120
},
"departure": {
"time": "1759141557",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141581",
"uncertainty": 120
},
"departure": {
"time": "1759141581",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141640",
"uncertainty": 120
},
"departure": {
"time": "1759141640",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141713",
"uncertainty": 120
},
"departure": {
"time": "1759141713",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142129",
"uncertainty": 120
},
"departure": {
"time": "1759142129",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759142177",
"uncertainty": 120
},
"departure": {
"time": "1759142177",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759142368",
"uncertainty": 120
},
"departure": {
"time": "1759142368",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142657",
"uncertainty": 120
},
"departure": {
"time": "1759142657",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142788",
"uncertainty": 120
},
"departure": {
"time": "1759142788",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142932",
"uncertainty": 120
},
"departure": {
"time": "1759142932",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142975",
"uncertainty": 120
},
"departure": {
"time": "1759142975",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759143017",
"uncertainty": 120
},
"departure": {
"time": "1759143017",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759143088",
"uncertainty": 120
},
"departure": {
"time": "1759143088",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759143165",
"uncertainty": 120
},
"departure": {
"time": "1759143165",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759143257",
"uncertainty": 120
},
"departure": {
"time": "1759143257",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759143319",
"uncertainty": 120
},
"departure": {
"time": "1759143319",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759143362",
"uncertainty": 120
},
"departure": {
"time": "1759143362",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759143503",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229517"
}
}
},
{
"id": "3229516",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138652",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138735",
"uncertainty": 120
},
"departure": {
"time": "1759138741",
"uncertainty": 120
},
"stopId": "0:FALOGNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138811",
"uncertainty": 120
},
"departure": {
"time": "1759138811",
"uncertainty": 120
},
"stopId": "0:LADAME1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:30JOURS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138904",
"uncertainty": 120
},
"departure": {
"time": "1759138904",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138986",
"uncertainty": 120
},
"departure": {
"time": "1759138986",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139017",
"uncertainty": 120
},
"departure": {
"time": "1759139017",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139130",
"uncertainty": 120
},
"departure": {
"time": "1759139131",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139273",
"uncertainty": 120
},
"departure": {
"time": "1759139281",
"uncertainty": 120
},
"stopId": "0:GRIGY1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139451",
"uncertainty": 120
},
"departure": {
"time": "1759139461",
"uncertainty": 120
},
"stopId": "0:PEUPLIE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139581",
"uncertainty": 120
},
"departure": {
"time": "1759139581",
"uncertainty": 120
},
"stopId": "0:OBERL668",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139640",
"uncertainty": 120
},
"departure": {
"time": "1759139641",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139718",
"uncertainty": 120
},
"departure": {
"time": "1759139718",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139770",
"uncertainty": 120
},
"departure": {
"time": "1759139770",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139809",
"uncertainty": 120
},
"departure": {
"time": "1759139809",
"uncertainty": 120
},
"stopId": "0:DUCROCQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139898",
"uncertainty": 120
},
"departure": {
"time": "1759139898",
"uncertainty": 120
},
"stopId": "0:COLLIGN1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139922",
"uncertainty": 120
},
"departure": {
"time": "1759139922",
"uncertainty": 120
},
"stopId": "0:HERMITE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139982",
"uncertainty": 120
},
"departure": {
"time": "1759139982",
"uncertainty": 120
},
"stopId": "0:FRIANT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140048",
"uncertainty": 120
},
"departure": {
"time": "1759140048",
"uncertainty": 120
},
"stopId": "0:SEILLE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140295",
"uncertainty": 120
},
"departure": {
"time": "1759140295",
"uncertainty": 120
},
"stopId": "0:GARE30",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140349",
"uncertainty": 120
},
"departure": {
"time": "1759140349",
"uncertainty": 120
},
"stopId": "0:STNICOL4",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140476",
"uncertainty": 120
},
"departure": {
"time": "1759140476",
"uncertainty": 120
},
"stopId": "0:REPUB345",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140661",
"uncertainty": 120
},
"departure": {
"time": "1759140661",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140797",
"uncertainty": 120
},
"departure": {
"time": "1759140797",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140930",
"uncertainty": 120
},
"departure": {
"time": "1759140930",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140951",
"uncertainty": 120
},
"departure": {
"time": "1759140951",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140988",
"uncertainty": 120
},
"departure": {
"time": "1759140988",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141039",
"uncertainty": 120
},
"departure": {
"time": "1759141039",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141088",
"uncertainty": 120
},
"departure": {
"time": "1759141088",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141159",
"uncertainty": 120
},
"departure": {
"time": "1759141159",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141210",
"uncertainty": 120
},
"departure": {
"time": "1759141210",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141240",
"uncertainty": 120
},
"departure": {
"time": "1759141240",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141381",
"uncertainty": 120
},
"stopId": "0:FELIX420",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229516"
},
"vehicle": {
"id": "546",
"label": "546"
}
}
},
{
"id": "3010831",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759139829",
"uncertainty": 120
},
"departure": {
"time": "1759139829",
"uncertainty": 120
},
"stopId": "0:AUGNYMA2"
},
{
"departure": {
"time": "1759139760",
"uncertainty": 120
},
"stopId": "0:GLISSU1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139820",
"uncertainty": 120
},
"departure": {
"time": "1759139820",
"uncertainty": 120
},
"stopId": "0:AUGNYMA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140024",
"uncertainty": 120
},
"departure": {
"time": "1759140024",
"uncertainty": 120
},
"stopId": "0:LIBERAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140089",
"uncertainty": 120
},
"departure": {
"time": "1759140089",
"uncertainty": 120
},
"stopId": "0:LOTISSE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140381",
"uncertainty": 120
},
"departure": {
"time": "1759140381",
"uncertainty": 120
},
"stopId": "0:ZACAUGN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140439",
"uncertainty": 120
},
"departure": {
"time": "1759140439",
"uncertainty": 120
},
"stopId": "0:ACTISUD1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140622",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 7
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "84b",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010831"
}
}
},
{
"id": "3229518",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142160",
"uncertainty": 120
},
"stopId": "0:LELAC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229518"
}
}
},
{
"id": "3047510",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047510"
}
}
},
{
"id": "3010213",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140240",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010213"
}
}
},
{
"id": "3047506",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137722",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137752",
"uncertainty": 120
},
"departure": {
"time": "1759137752",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137842",
"uncertainty": 120
},
"departure": {
"time": "1759137842",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137942",
"uncertainty": 120
},
"departure": {
"time": "1759137962",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138040",
"uncertainty": 120
},
"departure": {
"time": "1759138052",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138171",
"uncertainty": 120
},
"departure": {
"time": "1759138172",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138292",
"uncertainty": 120
},
"departure": {
"time": "1759138292",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138381",
"uncertainty": 120
},
"departure": {
"time": "1759138382",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138455",
"uncertainty": 120
},
"departure": {
"time": "1759138472",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138539",
"uncertainty": 120
},
"departure": {
"time": "1759138539",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138612",
"uncertainty": 120
},
"departure": {
"time": "1759138620",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138700",
"uncertainty": 120
},
"departure": {
"time": "1759138712",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138832",
"uncertainty": 120
},
"departure": {
"time": "1759138892",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138973",
"uncertainty": 120
},
"departure": {
"time": "1759138982",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139072",
"uncertainty": 120
},
"departure": {
"time": "1759139132",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139191",
"uncertainty": 120
},
"departure": {
"time": "1759139192",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139282",
"uncertainty": 120
},
"departure": {
"time": "1759139282",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139358",
"uncertainty": 120
},
"departure": {
"time": "1759139372",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139451",
"uncertainty": 120
},
"departure": {
"time": "1759139462",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139536",
"uncertainty": 120
},
"departure": {
"time": "1759139552",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139642",
"uncertainty": 120
},
"departure": {
"time": "1759139642",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139720",
"uncertainty": 120
},
"departure": {
"time": "1759139720",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139797",
"uncertainty": 120
},
"departure": {
"time": "1759139797",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139868",
"uncertainty": 120
},
"departure": {
"time": "1759139868",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139958",
"uncertainty": 120
},
"departure": {
"time": "1759139958",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140009",
"uncertainty": 120
},
"departure": {
"time": "1759140009",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140096",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047506"
},
"vehicle": {
"id": "1304",
"label": "1304"
}
}
},
{
"id": "3010214",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:GDECOLE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759142796",
"uncertainty": 120
},
"departure": {
"time": "1759142796",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1759142836",
"uncertainty": 120
},
"departure": {
"time": "1759142836",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759142909",
"uncertainty": 120
},
"departure": {
"time": "1759142909",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1759143120",
"uncertainty": 120
},
"departure": {
"time": "1759143120",
"uncertainty": 120
},
"stopId": "0:VECRIN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1759143155",
"uncertainty": 120
},
"departure": {
"time": "1759143155",
"uncertainty": 120
},
"stopId": "0:ARSLAQU2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759143215",
"uncertainty": 120
},
"departure": {
"time": "1759143215",
"uncertainty": 120
},
"stopId": "0:AUBIGNY1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759143269",
"uncertainty": 120
},
"departure": {
"time": "1759143269",
"uncertainty": 120
},
"stopId": "0:CHEVROT2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759143521",
"uncertainty": 120
},
"departure": {
"time": "1759143521",
"uncertainty": 120
},
"stopId": "0:PRENET2",
"stopSequence": 9
},
{
"arrival": {
"time": "1759143575",
"uncertainty": 120
},
"departure": {
"time": "1759143575",
"uncertainty": 120
},
"stopId": "0:LAQUENY2",
"stopSequence": 10
},
{
"arrival": {
"time": "1759143635",
"uncertainty": 120
},
"stopId": "0:VILLERS2",
"stopSequence": 11
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010214"
}
}
},
{
"id": "3047597",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138291",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138321",
"uncertainty": 120
},
"departure": {
"time": "1759138321",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138425",
"uncertainty": 120
},
"departure": {
"time": "1759138425",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138480",
"uncertainty": 120
},
"departure": {
"time": "1759138501",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138580",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138692",
"uncertainty": 120
},
"departure": {
"time": "1759138711",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138760",
"uncertainty": 120
},
"departure": {
"time": "1759138772",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138844",
"uncertainty": 120
},
"departure": {
"time": "1759138861",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138921",
"uncertainty": 120
},
"departure": {
"time": "1759138952",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139011",
"uncertainty": 120
},
"departure": {
"time": "1759139011",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139071",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139161",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139308",
"uncertainty": 120
},
"departure": {
"time": "1759139401",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139461",
"uncertainty": 120
},
"departure": {
"time": "1759139491",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139551",
"uncertainty": 120
},
"departure": {
"time": "1759139582",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139647",
"uncertainty": 120
},
"departure": {
"time": "1759139647",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139722",
"uncertainty": 120
},
"departure": {
"time": "1759139722",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139784",
"uncertainty": 120
},
"departure": {
"time": "1759139784",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139864",
"uncertainty": 120
},
"departure": {
"time": "1759139864",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139938",
"uncertainty": 120
},
"departure": {
"time": "1759139938",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140030",
"uncertainty": 120
},
"departure": {
"time": "1759140030",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140108",
"uncertainty": 120
},
"departure": {
"time": "1759140108",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140185",
"uncertainty": 120
},
"departure": {
"time": "1759140185",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140256",
"uncertainty": 120
},
"departure": {
"time": "1759140256",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140362",
"uncertainty": 120
},
"departure": {
"time": "1759140362",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140446",
"uncertainty": 120
},
"departure": {
"time": "1759140446",
"uncertainty": 120
},
"stopId": "0:FEI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140506",
"uncertainty": 120
},
"departure": {
"time": "1759140506",
"uncertainty": 120
},
"stopId": "0:SER01",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140672",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 28
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047597"
},
"vehicle": {
"id": "1753",
"label": "1753"
}
}
},
{
"id": "3010843",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142040",
"uncertainty": 120
},
"stopId": "0:TOURNEB1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "84a",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010843"
}
}
},
{
"id": "3047589",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142160",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047589"
}
}
},
{
"id": "3047614",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139671",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139915",
"uncertainty": 120
},
"departure": {
"time": "1759139915",
"uncertainty": 120
},
"stopId": "0:SER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139963",
"uncertainty": 120
},
"departure": {
"time": "1759139963",
"uncertainty": 120
},
"stopId": "0:FEI02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140008",
"uncertainty": 120
},
"departure": {
"time": "1759140008",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140113",
"uncertainty": 120
},
"departure": {
"time": "1759140113",
"uncertainty": 120
},
"stopId": "0:BLE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140174",
"uncertainty": 120
},
"departure": {
"time": "1759140174",
"uncertainty": 120
},
"stopId": "0:BOR02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140234",
"uncertainty": 120
},
"departure": {
"time": "1759140234",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140305",
"uncertainty": 120
},
"departure": {
"time": "1759140305",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140375",
"uncertainty": 120
},
"departure": {
"time": "1759140375",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140461",
"uncertainty": 120
},
"departure": {
"time": "1759140461",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140526",
"uncertainty": 120
},
"departure": {
"time": "1759140526",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140608",
"uncertainty": 120
},
"departure": {
"time": "1759140608",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140670",
"uncertainty": 120
},
"departure": {
"time": "1759140670",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140753",
"uncertainty": 120
},
"departure": {
"time": "1759140753",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140841",
"uncertainty": 120
},
"departure": {
"time": "1759140841",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140939",
"uncertainty": 120
},
"departure": {
"time": "1759140939",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141135",
"uncertainty": 120
},
"departure": {
"time": "1759141135",
"uncertainty": 120
},
"stopId": "0:LUX02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141200",
"uncertainty": 120
},
"departure": {
"time": "1759141200",
"uncertainty": 120
},
"stopId": "0:VIN02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141277",
"uncertainty": 120
},
"departure": {
"time": "1759141277",
"uncertainty": 120
},
"stopId": "0:PON02",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141359",
"uncertainty": 120
},
"departure": {
"time": "1759141359",
"uncertainty": 120
},
"stopId": "0:ROC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141459",
"uncertainty": 120
},
"departure": {
"time": "1759141459",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141514",
"uncertainty": 120
},
"departure": {
"time": "1759141514",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141659",
"uncertainty": 120
},
"departure": {
"time": "1759141659",
"uncertainty": 120
},
"stopId": "0:JOB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141778",
"uncertainty": 120
},
"departure": {
"time": "1759141778",
"uncertainty": 120
},
"stopId": "0:ROU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141887",
"uncertainty": 120
},
"departure": {
"time": "1759141887",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141988",
"uncertainty": 120
},
"departure": {
"time": "1759141988",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142019",
"uncertainty": 120
},
"stopId": "0:WOI02",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047614"
},
"vehicle": {
"id": "1320",
"label": "1320"
}
}
},
{
"id": "3047615",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140960",
"uncertainty": 120
},
"stopId": "0:HSCHUMA2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047615"
}
}
},
{
"id": "3010185",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139208",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139268",
"uncertainty": 120
},
"departure": {
"time": "1759139268",
"uncertainty": 120
},
"stopId": "0:LAQUENY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139328",
"uncertainty": 120
},
"departure": {
"time": "1759139328",
"uncertainty": 120
},
"stopId": "0:PRENET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139508",
"uncertainty": 120
},
"departure": {
"time": "1759139508",
"uncertainty": 120
},
"stopId": "0:CHEVROT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139550",
"uncertainty": 120
},
"departure": {
"time": "1759139550",
"uncertainty": 120
},
"stopId": "0:AUBIGNY1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139636",
"uncertainty": 120
},
"departure": {
"time": "1759139636",
"uncertainty": 120
},
"stopId": "0:ARSLAQU1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139664",
"uncertainty": 120
},
"departure": {
"time": "1759139664",
"uncertainty": 120
},
"stopId": "0:VECRIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139876",
"uncertainty": 120
},
"departure": {
"time": "1759139876",
"uncertainty": 120
},
"stopId": "0:DOLICHE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139954",
"uncertainty": 120
},
"departure": {
"time": "1759139954",
"uncertainty": 120
},
"stopId": "0:CUVION1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139985",
"uncertainty": 120
},
"departure": {
"time": "1759139985",
"uncertainty": 120
},
"stopId": "0:PASSOTE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140097",
"uncertainty": 120
},
"stopId": "0:GDECOLE1",
"stopSequence": 11
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010185"
},
"vehicle": {
"id": "193003",
"label": "193003"
}
}
},
{
"id": "3010186",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141500",
"uncertainty": 120
},
"stopId": "0:VILLERS1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "112",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010186"
}
}
},
{
"id": "3010933",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010933"
}
}
},
{
"id": "3047565",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143000",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047565"
}
}
},
{
"id": "3229675",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759137601",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759137671",
"uncertainty": 120
},
"departure": {
"time": "1759137671",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759137691",
"uncertainty": 120
},
"departure": {
"time": "1759137691",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759137721",
"uncertainty": 120
},
"departure": {
"time": "1759137721",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137798",
"uncertainty": 120
},
"departure": {
"time": "1759137811",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137871",
"uncertainty": 120
},
"departure": {
"time": "1759137871",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137918",
"uncertainty": 120
},
"departure": {
"time": "1759137931",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137980",
"uncertainty": 120
},
"departure": {
"time": "1759137980",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138040",
"uncertainty": 120
},
"departure": {
"time": "1759138040",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138061",
"uncertainty": 120
},
"departure": {
"time": "1759138061",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759138124",
"uncertainty": 120
},
"departure": {
"time": "1759138124",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759138151",
"uncertainty": 120
},
"departure": {
"time": "1759138151",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759138173",
"uncertainty": 120
},
"departure": {
"time": "1759138321",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759138381",
"uncertainty": 120
},
"departure": {
"time": "1759138381",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759138411",
"uncertainty": 120
},
"departure": {
"time": "1759138411",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759138509",
"uncertainty": 120
},
"departure": {
"time": "1759138509",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1759138574",
"uncertainty": 120
},
"departure": {
"time": "1759138591",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759138652",
"uncertainty": 120
},
"departure": {
"time": "1759138652",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138861",
"uncertainty": 120
},
"departure": {
"time": "1759139219",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139309",
"uncertainty": 120
},
"departure": {
"time": "1759139309",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1759139399",
"uncertainty": 120
},
"departure": {
"time": "1759139459",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139558",
"uncertainty": 120
},
"departure": {
"time": "1759139558",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139690",
"uncertainty": 120
},
"departure": {
"time": "1759139690",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139749",
"uncertainty": 120
},
"departure": {
"time": "1759139749",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139780",
"uncertainty": 120
},
"departure": {
"time": "1759139780",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139832",
"uncertainty": 120
},
"departure": {
"time": "1759139832",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139871",
"uncertainty": 120
},
"departure": {
"time": "1759139871",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139934",
"uncertainty": 120
},
"departure": {
"time": "1759139934",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139989",
"uncertainty": 120
},
"departure": {
"time": "1759139989",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140026",
"uncertainty": 120
},
"departure": {
"time": "1759140026",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140140",
"uncertainty": 120
},
"departure": {
"time": "1759140140",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140222",
"uncertainty": 120
},
"departure": {
"time": "1759140222",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140258",
"uncertainty": 120
},
"departure": {
"time": "1759140258",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140311",
"uncertainty": 120
},
"departure": {
"time": "1759140311",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140347",
"uncertainty": 120
},
"departure": {
"time": "1759140347",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140388",
"uncertainty": 120
},
"departure": {
"time": "1759140388",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140436",
"uncertainty": 120
},
"departure": {
"time": "1759140436",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1759140470",
"uncertainty": 120
},
"departure": {
"time": "1759140470",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759140523",
"uncertainty": 120
},
"departure": {
"time": "1759140523",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759140606",
"uncertainty": 120
},
"departure": {
"time": "1759140606",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1759140664",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229675"
},
"vehicle": {
"id": "1856",
"label": "1856"
}
}
},
{
"id": "3010932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139521",
"uncertainty": 120
},
"stopId": "0:CUGNOT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139568",
"uncertainty": 120
},
"departure": {
"time": "1759139568",
"uncertainty": 120
},
"stopId": "0:SABLIER1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139611",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:BLORY2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139706",
"uncertainty": 120
},
"departure": {
"time": "1759139706",
"uncertainty": 120
},
"stopId": "0:CHOCOL01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139801",
"uncertainty": 120
},
"departure": {
"time": "1759139801",
"uncertainty": 120
},
"stopId": "0:QUINT01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139903",
"uncertainty": 120
},
"departure": {
"time": "1759139903",
"uncertainty": 120
},
"stopId": "0:HORGNE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139927",
"uncertainty": 120
},
"departure": {
"time": "1759139927",
"uncertainty": 120
},
"stopId": "0:LYAUT656",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140001",
"uncertainty": 120
},
"departure": {
"time": "1759140001",
"uncertainty": 120
},
"stopId": "0:SUGNON2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140114",
"uncertainty": 120
},
"departure": {
"time": "1759140114",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140162",
"uncertainty": 120
},
"departure": {
"time": "1759140162",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140219",
"uncertainty": 120
},
"departure": {
"time": "1759140219",
"uncertainty": 120
},
"stopId": "0:LOGES2",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140281",
"uncertainty": 120
},
"departure": {
"time": "1759140281",
"uncertainty": 120
},
"stopId": "0:SCHAFF02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140342",
"uncertainty": 120
},
"departure": {
"time": "1759140342",
"uncertainty": 120
},
"stopId": "0:NATION1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140402",
"uncertainty": 120
},
"departure": {
"time": "1759140402",
"uncertainty": 120
},
"stopId": "0:MEURISS2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140463",
"uncertainty": 120
},
"departure": {
"time": "1759140463",
"uncertainty": 120
},
"stopId": "0:COUVENT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140642",
"uncertainty": 120
},
"departure": {
"time": "1759140642",
"uncertainty": 120
},
"stopId": "0:VACQUI01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140755",
"uncertainty": 120
},
"departure": {
"time": "1759140755",
"uncertainty": 120
},
"stopId": "0:CANAL101",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140976",
"uncertainty": 120
},
"departure": {
"time": "1759140976",
"uncertainty": 120
},
"stopId": "0:POINCAR2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141115",
"uncertainty": 120
},
"departure": {
"time": "1759141115",
"uncertainty": 120
},
"stopId": "0:SQLUX264",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141191",
"uncertainty": 120
},
"departure": {
"time": "1759141191",
"uncertainty": 120
},
"stopId": "0:FMOSELL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141307",
"uncertainty": 120
},
"departure": {
"time": "1759141307",
"uncertainty": 120
},
"stopId": "0:TIGNO395",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141341",
"uncertainty": 120
},
"departure": {
"time": "1759141341",
"uncertainty": 120
},
"stopId": "0:COLIBRI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141375",
"uncertainty": 120
},
"departure": {
"time": "1759141375",
"uncertainty": 120
},
"stopId": "0:LEMOYNE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141432",
"uncertainty": 120
},
"departure": {
"time": "1759141432",
"uncertainty": 120
},
"stopId": "0:NJUNG2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759141488",
"uncertainty": 120
},
"departure": {
"time": "1759141488",
"uncertainty": 120
},
"stopId": "0:BUCHOZ2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759141556",
"uncertainty": 120
},
"departure": {
"time": "1759141556",
"uncertainty": 120
},
"stopId": "0:BUTTE2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141602",
"uncertainty": 120
},
"departure": {
"time": "1759141602",
"uncertainty": 120
},
"stopId": "0:MIRABEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141646",
"uncertainty": 120
},
"departure": {
"time": "1759141646",
"uncertainty": 120
},
"stopId": "0:VIGNES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141749",
"uncertainty": 120
},
"departure": {
"time": "1759141749",
"uncertainty": 120
},
"stopId": "0:FELIX320",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141814",
"uncertainty": 120
},
"departure": {
"time": "1759141814",
"uncertainty": 120
},
"stopId": "0:BRION2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141907",
"uncertainty": 120
},
"departure": {
"time": "1759141907",
"uncertainty": 120
},
"stopId": "0:STADE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142050",
"uncertainty": 120
},
"departure": {
"time": "1759142050",
"uncertainty": 120
},
"stopId": "0:CROIXDO2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142109",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010932"
},
"vehicle": {
"id": "706",
"label": "706"
}
}
},
{
"id": "3229677",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140900",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229677"
}
}
},
{
"id": "3229676",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139220",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139280",
"uncertainty": 120
},
"departure": {
"time": "1759139280",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139298",
"uncertainty": 120
},
"departure": {
"time": "1759139310",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139353",
"uncertainty": 120
},
"departure": {
"time": "1759139370",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139490",
"uncertainty": 120
},
"departure": {
"time": "1759139490",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139550",
"uncertainty": 120
},
"departure": {
"time": "1759139550",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139593",
"uncertainty": 120
},
"departure": {
"time": "1759139593",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139640",
"uncertainty": 120
},
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139663",
"uncertainty": 120
},
"departure": {
"time": "1759139663",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139700",
"uncertainty": 120
},
"departure": {
"time": "1759139700",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139768",
"uncertainty": 120
},
"departure": {
"time": "1759139768",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139812",
"uncertainty": 120
},
"departure": {
"time": "1759139812",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139839",
"uncertainty": 120
},
"departure": {
"time": "1759139839",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139880",
"uncertainty": 120
},
"departure": {
"time": "1759139880",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139926",
"uncertainty": 120
},
"departure": {
"time": "1759139926",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140008",
"uncertainty": 120
},
"departure": {
"time": "1759140008",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140098",
"uncertainty": 120
},
"departure": {
"time": "1759140098",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140168",
"uncertainty": 120
},
"departure": {
"time": "1759140168",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140384",
"uncertainty": 120
},
"departure": {
"time": "1759140384",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140485",
"uncertainty": 120
},
"departure": {
"time": "1759140485",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140575",
"uncertainty": 120
},
"departure": {
"time": "1759140575",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140676",
"uncertainty": 120
},
"departure": {
"time": "1759140676",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140789",
"uncertainty": 120
},
"departure": {
"time": "1759140789",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140848",
"uncertainty": 120
},
"departure": {
"time": "1759140848",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140880",
"uncertainty": 120
},
"departure": {
"time": "1759140880",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140933",
"uncertainty": 120
},
"departure": {
"time": "1759140933",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140974",
"uncertainty": 120
},
"departure": {
"time": "1759140974",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141022",
"uncertainty": 120
},
"departure": {
"time": "1759141022",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141095",
"uncertainty": 120
},
"departure": {
"time": "1759141095",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141113",
"uncertainty": 120
},
"departure": {
"time": "1759141113",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141209",
"uncertainty": 120
},
"departure": {
"time": "1759141209",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141281",
"uncertainty": 120
},
"departure": {
"time": "1759141281",
"uncertainty": 120
},
"stopId": "0:PLATEAU2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141310",
"uncertainty": 120
},
"departure": {
"time": "1759141310",
"uncertainty": 120
},
"stopId": "0:APREMON2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759141367",
"uncertainty": 120
},
"departure": {
"time": "1759141367",
"uncertainty": 120
},
"stopId": "0:PLAINE2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759141429",
"uncertainty": 120
},
"departure": {
"time": "1759141429",
"uncertainty": 120
},
"stopId": "0:ROOSEVE2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141482",
"uncertainty": 120
},
"departure": {
"time": "1759141482",
"uncertainty": 120
},
"stopId": "0:MAGNYBO2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141530",
"uncertainty": 120
},
"departure": {
"time": "1759141530",
"uncertainty": 120
},
"stopId": "0:OBELLI02",
"stopSequence": 37
},
{
"arrival": {
"time": "1759141578",
"uncertainty": 120
},
"departure": {
"time": "1759141578",
"uncertainty": 120
},
"stopId": "0:ARMOISI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1759141647",
"uncertainty": 120
},
"departure": {
"time": "1759141647",
"uncertainty": 120
},
"stopId": "0:BEAUSOL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1759141731",
"uncertainty": 120
},
"departure": {
"time": "1759141731",
"uncertainty": 120
},
"stopId": "0:HTMAGNY2",
"stopSequence": 40
},
{
"arrival": {
"time": "1759141789",
"uncertainty": 120
},
"stopId": "0:ABS591",
"stopSequence": 41
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229676"
},
"vehicle": {
"id": "2154",
"label": "2154"
}
}
},
{
"id": "3229678",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229678"
}
}
},
{
"id": "3010523",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142880",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010523"
}
}
},
{
"id": "3010894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140000"
},
"stopId": "0:LECLERC1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010894"
}
}
},
{
"id": "3010522",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139640",
"uncertainty": 120
},
"stopId": "0:COINSEI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139799",
"uncertainty": 120
},
"departure": {
"time": "1759139799",
"uncertainty": 120
},
"stopId": "0:POURNOY1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139945",
"uncertainty": 120
},
"departure": {
"time": "1759139945",
"uncertainty": 120
},
"stopId": "0:CHAVEAU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139979",
"uncertainty": 120
},
"departure": {
"time": "1759139979",
"uncertainty": 120
},
"stopId": "0:COINCUV1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140008",
"uncertainty": 120
},
"departure": {
"time": "1759140008",
"uncertainty": 120
},
"stopId": "0:CEDRBL01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140048",
"uncertainty": 120
},
"departure": {
"time": "1759140048",
"uncertainty": 120
},
"stopId": "0:POMMERA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140249",
"uncertainty": 120
},
"departure": {
"time": "1759140249",
"uncertainty": 120
},
"stopId": "0:CHAMPAG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140279",
"uncertainty": 120
},
"departure": {
"time": "1759140279",
"uncertainty": 120
},
"stopId": "0:CUVRY1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140293",
"uncertainty": 120
},
"departure": {
"time": "1759140293",
"uncertainty": 120
},
"stopId": "0:VIGNOTT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140332",
"uncertainty": 120
},
"departure": {
"time": "1759140332",
"uncertainty": 120
},
"stopId": "0:LOUVIE01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140639",
"uncertainty": 120
},
"departure": {
"time": "1759140639",
"uncertainty": 120
},
"stopId": "0:GAREAUG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140847",
"uncertainty": 120
},
"departure": {
"time": "1759140847",
"uncertainty": 120
},
"stopId": "0:GRORMES1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140879",
"uncertainty": 120
},
"departure": {
"time": "1759140879",
"uncertainty": 120
},
"stopId": "0:COSTEBE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141027",
"uncertainty": 120
},
"departure": {
"time": "1759141027",
"uncertainty": 120
},
"stopId": "0:JEANNED1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141117",
"uncertainty": 120
},
"departure": {
"time": "1759141117",
"uncertainty": 120
},
"stopId": "0:PREVOTE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141215",
"uncertainty": 120
},
"departure": {
"time": "1759141215",
"uncertainty": 120
},
"stopId": "0:STANDRE1",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141253",
"uncertainty": 120
},
"departure": {
"time": "1759141253",
"uncertainty": 120
},
"stopId": "0:SEMINAI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141320",
"uncertainty": 120
},
"departure": {
"time": "1759141320",
"uncertainty": 120
},
"stopId": "0:VAILLAN1",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141398",
"uncertainty": 120
},
"departure": {
"time": "1759141398",
"uncertainty": 120
},
"stopId": "0:MANGIN1",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141463",
"uncertainty": 120
},
"departure": {
"time": "1759141463",
"uncertainty": 120
},
"stopId": "0:CHPETRE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141557",
"uncertainty": 120
},
"departure": {
"time": "1759141557",
"uncertainty": 120
},
"stopId": "0:BONSEC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141701",
"uncertainty": 120
},
"departure": {
"time": "1759141701",
"uncertainty": 120
},
"stopId": "0:ARENES2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141817",
"uncertainty": 120
},
"stopId": "0:PEM917",
"stopSequence": 23
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010522"
},
"vehicle": {
"id": "193004",
"label": "193004"
}
}
},
{
"id": "3010909",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140900"
},
"stopId": "0:PALAISS2",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "19",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010909"
}
}
},
{
"id": "3047581",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047581"
}
}
},
{
"id": "3047575",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140113",
"uncertainty": 120
},
"departure": {
"time": "1759140113",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140199",
"uncertainty": 120
},
"departure": {
"time": "1759140199",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140274",
"uncertainty": 120
},
"departure": {
"time": "1759140274",
"uncertainty": 120
},
"stopId": "0:ROU01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140364",
"uncertainty": 120
},
"departure": {
"time": "1759140364",
"uncertainty": 120
},
"stopId": "0:JOB01",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140483",
"uncertainty": 120
},
"departure": {
"time": "1759140483",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140551",
"uncertainty": 120
},
"departure": {
"time": "1759140551",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140614",
"uncertainty": 120
},
"departure": {
"time": "1759140614",
"uncertainty": 120
},
"stopId": "0:ROC01",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140697",
"uncertainty": 120
},
"departure": {
"time": "1759140697",
"uncertainty": 120
},
"stopId": "0:PON01",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140772",
"uncertainty": 120
},
"departure": {
"time": "1759140772",
"uncertainty": 120
},
"stopId": "0:VIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140836",
"uncertainty": 120
},
"departure": {
"time": "1759140836",
"uncertainty": 120
},
"stopId": "0:LUX01",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140932",
"uncertainty": 120
},
"departure": {
"time": "1759140932",
"uncertainty": 120
},
"stopId": "0:MOYPON01",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141073",
"uncertainty": 120
},
"departure": {
"time": "1759141073",
"uncertainty": 120
},
"stopId": "0:REP01",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141158",
"uncertainty": 120
},
"departure": {
"time": "1759141158",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141233",
"uncertainty": 120
},
"departure": {
"time": "1759141233",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141306",
"uncertainty": 120
},
"departure": {
"time": "1759141306",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141389",
"uncertainty": 120
},
"departure": {
"time": "1759141389",
"uncertainty": 120
},
"stopId": "0:SEI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141473",
"uncertainty": 120
},
"departure": {
"time": "1759141473",
"uncertainty": 120
},
"stopId": "0:LEG01",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141562",
"uncertainty": 120
},
"departure": {
"time": "1759141562",
"uncertainty": 120
},
"stopId": "0:ALC01",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141638",
"uncertainty": 120
},
"departure": {
"time": "1759141638",
"uncertainty": 120
},
"stopId": "0:CIM01",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141745",
"uncertainty": 120
},
"departure": {
"time": "1759141745",
"uncertainty": 120
},
"stopId": "0:BEL01",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141833",
"uncertainty": 120
},
"departure": {
"time": "1759141833",
"uncertainty": 120
},
"stopId": "0:PRO01",
"stopSequence": 22
},
{
"arrival": {
"time": "1759141894",
"uncertainty": 120
},
"departure": {
"time": "1759141894",
"uncertainty": 120
},
"stopId": "0:BOR01",
"stopSequence": 23
},
{
"arrival": {
"time": "1759141966",
"uncertainty": 120
},
"departure": {
"time": "1759141966",
"uncertainty": 120
},
"stopId": "0:BLE01",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142053",
"uncertainty": 120
},
"departure": {
"time": "1759142053",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142114",
"uncertainty": 120
},
"departure": {
"time": "1759142114",
"uncertainty": 120
},
"stopId": "0:COL01",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142201",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 27
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047575"
}
}
},
{
"id": "3229635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759136791",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759136881",
"uncertainty": 120
},
"departure": {
"time": "1759136881",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759136956",
"uncertainty": 120
},
"departure": {
"time": "1759136956",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759136991",
"uncertainty": 120
},
"departure": {
"time": "1759137001",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759137085",
"uncertainty": 120
},
"departure": {
"time": "1759137091",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1759137151",
"uncertainty": 120
},
"departure": {
"time": "1759137151",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759137198",
"uncertainty": 120
},
"departure": {
"time": "1759137198",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759137235",
"uncertainty": 120
},
"departure": {
"time": "1759137240",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759137309",
"uncertainty": 120
},
"departure": {
"time": "1759137331",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759137380",
"uncertainty": 120
},
"departure": {
"time": "1759137380",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759137430",
"uncertainty": 120
},
"departure": {
"time": "1759137430",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759137474",
"uncertainty": 120
},
"departure": {
"time": "1759137474",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759137489",
"uncertainty": 120
},
"departure": {
"time": "1759137489",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759137572",
"uncertainty": 120
},
"departure": {
"time": "1759137572",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759137639",
"uncertainty": 120
},
"departure": {
"time": "1759137639",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759137737",
"uncertainty": 120
},
"departure": {
"time": "1759137737",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1759137821",
"uncertainty": 120
},
"departure": {
"time": "1759137843",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759137903",
"uncertainty": 120
},
"departure": {
"time": "1759137903",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 18
},
{
"arrival": {
"time": "1759138083",
"uncertainty": 120
},
"departure": {
"time": "1759138669",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 19
},
{
"arrival": {
"time": "1759138879",
"uncertainty": 120
},
"departure": {
"time": "1759138881",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1759138971",
"uncertainty": 120
},
"departure": {
"time": "1759139090",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 21
},
{
"arrival": {
"time": "1759139221",
"uncertainty": 120
},
"departure": {
"time": "1759139240",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759139361",
"uncertainty": 120
},
"departure": {
"time": "1759139361",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759139420",
"uncertainty": 120
},
"departure": {
"time": "1759139420",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1759139450",
"uncertainty": 120
},
"departure": {
"time": "1759139450",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759139499",
"uncertainty": 120
},
"departure": {
"time": "1759139541",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759139579",
"uncertainty": 120
},
"departure": {
"time": "1759139579",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1759139644",
"uncertainty": 120
},
"departure": {
"time": "1759139662",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759139715",
"uncertainty": 120
},
"departure": {
"time": "1759139715",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759139754",
"uncertainty": 120
},
"departure": {
"time": "1759139754",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759139869",
"uncertainty": 120
},
"departure": {
"time": "1759139869",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759139955",
"uncertainty": 120
},
"departure": {
"time": "1759139955",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140015",
"uncertainty": 120
},
"departure": {
"time": "1759140015",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140086",
"uncertainty": 120
},
"departure": {
"time": "1759140086",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140168",
"uncertainty": 120
},
"departure": {
"time": "1759140168",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759140232",
"uncertainty": 120
},
"departure": {
"time": "1759140232",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759140315",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229635"
},
"vehicle": {
"id": "1854",
"label": "1854"
}
}
},
{
"id": "3229637",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140060",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140127",
"uncertainty": 120
},
"departure": {
"time": "1759140127",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140147",
"uncertainty": 120
},
"departure": {
"time": "1759140147",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140195",
"uncertainty": 120
},
"departure": {
"time": "1759140195",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140314",
"uncertainty": 120
},
"departure": {
"time": "1759140314",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140373",
"uncertainty": 120
},
"departure": {
"time": "1759140373",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759140418",
"uncertainty": 120
},
"departure": {
"time": "1759140418",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759140464",
"uncertainty": 120
},
"departure": {
"time": "1759140464",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759140499",
"uncertainty": 120
},
"departure": {
"time": "1759140499",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759140536",
"uncertainty": 120
},
"departure": {
"time": "1759140536",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759140604",
"uncertainty": 120
},
"departure": {
"time": "1759140604",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759140649",
"uncertainty": 120
},
"departure": {
"time": "1759140649",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140680",
"uncertainty": 120
},
"departure": {
"time": "1759140680",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140724",
"uncertainty": 120
},
"departure": {
"time": "1759140724",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140769",
"uncertainty": 120
},
"departure": {
"time": "1759140769",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140858",
"uncertainty": 120
},
"departure": {
"time": "1759140858",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140949",
"uncertainty": 120
},
"departure": {
"time": "1759140949",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141021",
"uncertainty": 120
},
"departure": {
"time": "1759141021",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 18
},
{
"arrival": {
"time": "1759141281",
"uncertainty": 120
},
"departure": {
"time": "1759141560",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 19
},
{
"arrival": {
"time": "1759141752",
"uncertainty": 120
},
"departure": {
"time": "1759141752",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1759141860",
"uncertainty": 120
},
"departure": {
"time": "1759141860",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 21
},
{
"arrival": {
"time": "1759141981",
"uncertainty": 120
},
"departure": {
"time": "1759141981",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759142054",
"uncertainty": 120
},
"departure": {
"time": "1759142054",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759142111",
"uncertainty": 120
},
"departure": {
"time": "1759142111",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1759142151",
"uncertainty": 120
},
"departure": {
"time": "1759142151",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759142226",
"uncertainty": 120
},
"departure": {
"time": "1759142226",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759142279",
"uncertainty": 120
},
"departure": {
"time": "1759142279",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1759142327",
"uncertainty": 120
},
"departure": {
"time": "1759142327",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759142400",
"uncertainty": 120
},
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759142415",
"uncertainty": 120
},
"departure": {
"time": "1759142415",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759142494",
"uncertainty": 120
},
"departure": {
"time": "1759142494",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759142580",
"uncertainty": 120
},
"departure": {
"time": "1759142580",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759142640",
"uncertainty": 120
},
"departure": {
"time": "1759142640",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759142711",
"uncertainty": 120
},
"departure": {
"time": "1759142711",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759142793",
"uncertainty": 120
},
"departure": {
"time": "1759142793",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759142857",
"uncertainty": 120
},
"departure": {
"time": "1759142857",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759142940",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229637"
}
}
},
{
"id": "3229636",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138471",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1759138532",
"uncertainty": 120
},
"departure": {
"time": "1759138532",
"uncertainty": 120
},
"stopId": "0:HAIEBRU1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759138554",
"uncertainty": 120
},
"departure": {
"time": "1759138561",
"uncertainty": 120
},
"stopId": "0:SERRET1",
"stopSequence": 3
},
{
"arrival": {
"time": "1759138602",
"uncertainty": 120
},
"departure": {
"time": "1759138621",
"uncertainty": 120
},
"stopId": "0:STJEAN01",
"stopSequence": 4
},
{
"arrival": {
"time": "1759138724",
"uncertainty": 120
},
"departure": {
"time": "1759138740",
"uncertainty": 120
},
"stopId": "0:MOULI281",
"stopSequence": 5
},
{
"arrival": {
"time": "1759138801",
"uncertainty": 120
},
"departure": {
"time": "1759138801",
"uncertainty": 120
},
"stopId": "0:LIBERTE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759138870",
"uncertainty": 120
},
"departure": {
"time": "1759138870",
"uncertainty": 120
},
"stopId": "0:SCYBAS1",
"stopSequence": 7
},
{
"arrival": {
"time": "1759138919",
"uncertainty": 120
},
"departure": {
"time": "1759138919",
"uncertainty": 120
},
"stopId": "0:PRILLE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1759138949",
"uncertainty": 120
},
"departure": {
"time": "1759138951",
"uncertainty": 120
},
"stopId": "0:LECLERC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1759138987",
"uncertainty": 120
},
"departure": {
"time": "1759138987",
"uncertainty": 120
},
"stopId": "0:LONGEVI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139054",
"uncertainty": 120
},
"departure": {
"time": "1759139071",
"uncertainty": 120
},
"stopId": "0:MIGETTE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139113",
"uncertainty": 120
},
"departure": {
"time": "1759139113",
"uncertainty": 120
},
"stopId": "0:CASINO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759139136",
"uncertainty": 120
},
"departure": {
"time": "1759139161",
"uncertainty": 120
},
"stopId": "0:PONTVER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1759139199",
"uncertainty": 120
},
"departure": {
"time": "1759139199",
"uncertainty": 120
},
"stopId": "0:FOCH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1759139246",
"uncertainty": 120
},
"departure": {
"time": "1759139251",
"uncertainty": 120
},
"stopId": "0:SMARTIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1759139327",
"uncertainty": 120
},
"departure": {
"time": "1759139341",
"uncertainty": 120
},
"stopId": "0:TIGNO290",
"stopSequence": 16
},
{
"arrival": {
"time": "1759139430",
"uncertainty": 120
},
"departure": {
"time": "1759139461",
"uncertainty": 120
},
"stopId": "0:FMOSELL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1759139528",
"uncertainty": 120
},
"departure": {
"time": "1759139611",
"uncertainty": 120
},
"stopId": "0:SQLUX122",
"stopSequence": 18
},
{
"arrival": {
"time": "1759139851",
"uncertainty": 120
},
"departure": {
"time": "1759139880",
"uncertainty": 120
},
"stopId": "0:REPUB123",
"stopSequence": 19
},
{
"arrival": {
"time": "1759139984",
"uncertainty": 120
},
"departure": {
"time": "1759139984",
"uncertainty": 120
},
"stopId": "0:ROIGE694",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140076",
"uncertainty": 120
},
"departure": {
"time": "1759140076",
"uncertainty": 120
},
"stopId": "0:GARE90",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140177",
"uncertainty": 120
},
"departure": {
"time": "1759140177",
"uncertainty": 120
},
"stopId": "0:POMPIDO2",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140293",
"uncertainty": 120
},
"departure": {
"time": "1759140293",
"uncertainty": 120
},
"stopId": "0:DEMBOUR2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140352",
"uncertainty": 120
},
"departure": {
"time": "1759140352",
"uncertainty": 120
},
"stopId": "0:LEMUD04",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140383",
"uncertainty": 120
},
"departure": {
"time": "1759140383",
"uncertainty": 120
},
"stopId": "0:PIERNE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140435",
"uncertainty": 120
},
"departure": {
"time": "1759140435",
"uncertainty": 120
},
"stopId": "0:LOTHAIR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759140475",
"uncertainty": 120
},
"departure": {
"time": "1759140475",
"uncertainty": 120
},
"stopId": "0:POLY02",
"stopSequence": 27
},
{
"arrival": {
"time": "1759140523",
"uncertainty": 120
},
"departure": {
"time": "1759140523",
"uncertainty": 120
},
"stopId": "0:VANDERN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759140596",
"uncertainty": 120
},
"departure": {
"time": "1759140596",
"uncertainty": 120
},
"stopId": "0:BOUCHOT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759140612",
"uncertainty": 120
},
"departure": {
"time": "1759140612",
"uncertainty": 120
},
"stopId": "0:FRECOT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759140697",
"uncertainty": 120
},
"departure": {
"time": "1759140697",
"uncertainty": 120
},
"stopId": "0:FAUBOUP2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759140783",
"uncertainty": 120
},
"departure": {
"time": "1759140783",
"uncertainty": 120
},
"stopId": "0:STROCH2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759140843",
"uncertainty": 120
},
"departure": {
"time": "1759140843",
"uncertainty": 120
},
"stopId": "0:PTICLOU2",
"stopSequence": 33
},
{
"arrival": {
"time": "1759140914",
"uncertainty": 120
},
"departure": {
"time": "1759140914",
"uncertainty": 120
},
"stopId": "0:ACACIAS2",
"stopSequence": 34
},
{
"arrival": {
"time": "1759140996",
"uncertainty": 120
},
"departure": {
"time": "1759140996",
"uncertainty": 120
},
"stopId": "0:ROSEAUX2",
"stopSequence": 35
},
{
"arrival": {
"time": "1759141060",
"uncertainty": 120
},
"departure": {
"time": "1759141060",
"uncertainty": 120
},
"stopId": "0:VALERIA2",
"stopSequence": 36
},
{
"arrival": {
"time": "1759141143",
"uncertainty": 120
},
"stopId": "0:ARP309",
"stopSequence": 37
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229636"
},
"vehicle": {
"id": "2142",
"label": "2142"
}
}
},
{
"id": "3047569",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143060",
"uncertainty": 120
},
"stopId": "0:WOI01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13047569"
}
}
},
{
"id": "3229638",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:MNVE1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13229638"
}
}
},
{
"id": "3010612",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139760"
},
"stopId": "0:VAUXMAI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "90",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010612"
}
}
},
{
"id": "3048254",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142400",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048254"
}
}
},
{
"id": "3306438",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1759138285",
"uncertainty": 120
},
"departure": {
"time": "1759138285",
"uncertainty": 120
},
"stopId": "0:SCYCHAZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139216",
"uncertainty": 120
},
"departure": {
"time": "1759139216",
"uncertainty": 120
},
"stopId": "0:STSYMPH1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139938"
},
"departure": {
"time": "1759139938"
},
"stopId": "0:SAULCNF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140238"
},
"stopId": "0:MOYENPO1",
"stopSequence": 6
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "O1",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13306438"
},
"vehicle": {
"id": "12347",
"label": "12347"
}
}
},
{
"id": "3010947",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759142340",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010947"
}
}
},
{
"id": "3010946",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759139820",
"uncertainty": 120
},
"stopId": "0:PLAPEVI1",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "15",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13010946"
}
}
},
{
"id": "3048264",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141800",
"uncertainty": 120
},
"stopId": "0:CTU01",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048264"
}
}
},
{
"id": "3011049",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759143120",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011049"
}
}
},
{
"id": "3011048",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759141560",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011048"
}
}
},
{
"id": "3011047",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140600",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011047"
}
}
},
{
"id": "3011046",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759138860",
"uncertainty": 120
},
"stopId": "0:REPU5051",
"stopSequence": 1
},
{
"arrival": {
"time": "1759139114",
"uncertainty": 120
},
"departure": {
"time": "1759139174",
"uncertainty": 120
},
"stopId": "0:GARE4",
"stopSequence": 2
},
{
"arrival": {
"time": "1759139361",
"uncertainty": 120
},
"departure": {
"time": "1759139361",
"uncertainty": 120
},
"stopId": "0:SEILLE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1759139444",
"uncertainty": 120
},
"departure": {
"time": "1759139444",
"uncertainty": 120
},
"stopId": "0:DUPLOYE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1759139504",
"uncertainty": 120
},
"departure": {
"time": "1759139504",
"uncertainty": 120
},
"stopId": "0:3EVECHES",
"stopSequence": 5
},
{
"arrival": {
"time": "1759139555",
"uncertainty": 120
},
"departure": {
"time": "1759139555",
"uncertainty": 120
},
"stopId": "0:DEVILLY1",
"stopSequence": 6
},
{
"arrival": {
"time": "1759139564",
"uncertainty": 120
},
"departure": {
"time": "1759139655",
"uncertainty": 120
},
"stopId": "0:STMAXI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1759139730",
"uncertainty": 120
},
"departure": {
"time": "1759139730",
"uncertainty": 120
},
"stopId": "0:GENDARM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1759139768",
"uncertainty": 120
},
"departure": {
"time": "1759139768",
"uncertainty": 120
},
"stopId": "0:OBERL183",
"stopSequence": 9
},
{
"arrival": {
"time": "1759139824",
"uncertainty": 120
},
"departure": {
"time": "1759139824",
"uncertainty": 120
},
"stopId": "0:CLAUDEL1",
"stopSequence": 10
},
{
"arrival": {
"time": "1759139899",
"uncertainty": 120
},
"departure": {
"time": "1759139899",
"uncertainty": 120
},
"stopId": "0:GOUSSEL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1759139950",
"uncertainty": 120
},
"departure": {
"time": "1759139950",
"uncertainty": 120
},
"stopId": "0:HESTAUX1",
"stopSequence": 12
},
{
"arrival": {
"time": "1759140006",
"uncertainty": 120
},
"departure": {
"time": "1759140006",
"uncertainty": 120
},
"stopId": "0:TIVO2",
"stopSequence": 13
},
{
"arrival": {
"time": "1759140043",
"uncertainty": 120
},
"departure": {
"time": "1759140043",
"uncertainty": 120
},
"stopId": "0:COTSE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1759140105",
"uncertainty": 120
},
"departure": {
"time": "1759140105",
"uncertainty": 120
},
"stopId": "0:GDMAISO2",
"stopSequence": 15
},
{
"arrival": {
"time": "1759140186",
"uncertainty": 120
},
"departure": {
"time": "1759140186",
"uncertainty": 120
},
"stopId": "0:GIRAUDO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1759140218",
"uncertainty": 120
},
"departure": {
"time": "1759140218",
"uncertainty": 120
},
"stopId": "0:ROEDERE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1759140246",
"uncertainty": 120
},
"departure": {
"time": "1759140246",
"uncertainty": 120
},
"stopId": "0:GENERAL2",
"stopSequence": 18
},
{
"arrival": {
"time": "1759140270",
"uncertainty": 120
},
"departure": {
"time": "1759140270",
"uncertainty": 120
},
"stopId": "0:SEULHOT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1759140346",
"uncertainty": 120
},
"departure": {
"time": "1759140346",
"uncertainty": 120
},
"stopId": "0:SYMPHON3",
"stopSequence": 20
},
{
"arrival": {
"time": "1759140395",
"uncertainty": 120
},
"departure": {
"time": "1759140395",
"uncertainty": 120
},
"stopId": "0:MARCONI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1759140426",
"uncertainty": 120
},
"departure": {
"time": "1759140426",
"uncertainty": 120
},
"stopId": "0:ARAGO035",
"stopSequence": 22
},
{
"arrival": {
"time": "1759140602",
"uncertainty": 120
},
"departure": {
"time": "1759140602",
"uncertainty": 120
},
"stopId": "0:CHAPPE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1759140685",
"uncertainty": 120
},
"departure": {
"time": "1759140685",
"uncertainty": 120
},
"stopId": "0:JMICHEL2",
"stopSequence": 24
},
{
"arrival": {
"time": "1759140846",
"uncertainty": 120
},
"departure": {
"time": "1759140846",
"uncertainty": 120
},
"stopId": "0:SEBASTO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1759140909",
"uncertainty": 120
},
"departure": {
"time": "1759140909",
"uncertainty": 120
},
"stopId": "0:SOLIDAR2",
"stopSequence": 26
},
{
"arrival": {
"time": "1759141028",
"uncertainty": 120
},
"departure": {
"time": "1759141028",
"uncertainty": 120
},
"stopId": "0:ROSEGON2",
"stopSequence": 27
},
{
"arrival": {
"time": "1759141112",
"uncertainty": 120
},
"departure": {
"time": "1759141112",
"uncertainty": 120
},
"stopId": "0:FAURNEL2",
"stopSequence": 28
},
{
"arrival": {
"time": "1759141170",
"uncertainty": 120
},
"departure": {
"time": "1759141170",
"uncertainty": 120
},
"stopId": "0:FALOGNE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1759141263",
"uncertainty": 120
},
"departure": {
"time": "1759141263",
"uncertainty": 120
},
"stopId": "0:ARIANE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1759141319",
"uncertainty": 120
},
"departure": {
"time": "1759141319",
"uncertainty": 120
},
"stopId": "0:PASSOTE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1759141363",
"uncertainty": 120
},
"departure": {
"time": "1759141363",
"uncertainty": 120
},
"stopId": "0:CUVION2",
"stopSequence": 32
},
{
"arrival": {
"time": "1759141444",
"uncertainty": 120
},
"stopId": "0:DOLICHE2",
"stopSequence": 33
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13011046"
},
"vehicle": {
"id": "1532",
"label": "1532"
}
}
},
{
"id": "3048284",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1759140480",
"uncertainty": 120
},
"stopId": "0:MAT02",
"stopSequence": 1
},
{
"arrival": {
"time": "1759140575",
"uncertainty": 120
},
"departure": {
"time": "1759140575",
"uncertainty": 120
},
"stopId": "0:MER02",
"stopSequence": 2
},
{
"arrival": {
"time": "1759140701",
"uncertainty": 120
},
"departure": {
"time": "1759140701",
"uncertainty": 120
},
"stopId": "0:EXP02",
"stopSequence": 3
},
{
"arrival": {
"time": "1759140757",
"uncertainty": 120
},
"departure": {
"time": "1759140757",
"uncertainty": 120
},
"stopId": "0:ECO02",
"stopSequence": 4
},
{
"arrival": {
"time": "1759140853",
"uncertainty": 120
},
"departure": {
"time": "1759140853",
"uncertainty": 120
},
"stopId": "0:ART02",
"stopSequence": 5
},
{
"arrival": {
"time": "1759140951",
"uncertainty": 120
},
"departure": {
"time": "1759140951",
"uncertainty": 120
},
"stopId": "0:ARA02",
"stopSequence": 6
},
{
"arrival": {
"time": "1759141014",
"uncertainty": 120
},
"departure": {
"time": "1759141014",
"uncertainty": 120
},
"stopId": "0:GRA02",
"stopSequence": 7
},
{
"arrival": {
"time": "1759141084",
"uncertainty": 120
},
"departure": {
"time": "1759141084",
"uncertainty": 120
},
"stopId": "0:BRG02",
"stopSequence": 8
},
{
"arrival": {
"time": "1759141137",
"uncertainty": 120
},
"departure": {
"time": "1759141137",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 9
},
{
"arrival": {
"time": "1759141187",
"uncertainty": 120
},
"departure": {
"time": "1759141187",
"uncertainty": 120
},
"stopId": "0:PRO02",
"stopSequence": 10
},
{
"arrival": {
"time": "1759141268",
"uncertainty": 120
},
"departure": {
"time": "1759141268",
"uncertainty": 120
},
"stopId": "0:BEL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1759141365",
"uncertainty": 120
},
"departure": {
"time": "1759141365",
"uncertainty": 120
},
"stopId": "0:CIM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1759141473",
"uncertainty": 120
},
"departure": {
"time": "1759141473",
"uncertainty": 120
},
"stopId": "0:ALC02",
"stopSequence": 13
},
{
"arrival": {
"time": "1759141536",
"uncertainty": 120
},
"departure": {
"time": "1759141536",
"uncertainty": 120
},
"stopId": "0:LEG02",
"stopSequence": 14
},
{
"arrival": {
"time": "1759141630",
"uncertainty": 120
},
"departure": {
"time": "1759141630",
"uncertainty": 120
},
"stopId": "0:SEI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1759141706",
"uncertainty": 120
},
"departure": {
"time": "1759141706",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1759141776",
"uncertainty": 120
},
"departure": {
"time": "1759141776",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1759141888",
"uncertainty": 120
},
"departure": {
"time": "1759141888",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 18
},
{
"arrival": {
"time": "1759142016",
"uncertainty": 120
},
"departure": {
"time": "1759142016",
"uncertainty": 120
},
"stopId": "0:REP04",
"stopSequence": 19
},
{
"arrival": {
"time": "1759142250",
"uncertainty": 120
},
"departure": {
"time": "1759142250",
"uncertainty": 120
},
"stopId": "0:SAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1759142316",
"uncertainty": 120
},
"stopId": "0:CTU02",
"stopSequence": 21
}
],
"timestamp": "1759139671",
"trip": {
"directionId": 1,
"routeId": "B",
"scheduleRelationship": "SCHEDULED",
"tripId": "0_13048284"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1759139671"
}
}